summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Patch to build qualifier on objective-cFariborz Jahanian2010-03-054-5/+14
* The Windows build is just too weird; there's no real cost to doing the concur...Douglas Gregor2010-03-052-12/+0
* Switch from NDEBUG to _DEBUG, since our Windows build is funnyDouglas Gregor2010-03-052-6/+6
* Only make __ptr64 and __w64 keywords when Microsoft extensions are enabled.Douglas Gregor2010-03-051-2/+2
* A little hack to identify unwanted concurrency in CIndexDouglas Gregor2010-03-053-2/+49
* Emit warning on indirect goto that potentially violates Chris Lattner2010-03-052-3/+4
* address PR6502 by downgrading the scope checker's addressChris Lattner2010-03-052-3/+3
* Use clang::io::Emit8Kovarththanan Rajaratnam2010-03-051-3/+1
* Make sure the raw_string_ostream gets flushed so we don't accidentally return...Benjamin Kramer2010-03-051-3/+3
* Remove reference to AnalysisContext in Environment. We already have LocationC...Zhongxing Xu2010-03-058-56/+34
* Remove header file dependencies in block patchFariborz Jahanian2010-03-051-8/+4
* add support for a 1<<29 bit in the block flags field to mark blocks using alt...Blaine Garst2010-03-053-3/+128
* Don't produce an alias for a destructor if the target is weak.Rafael Espindola2010-03-051-0/+16
* When we invalidate a declaration, make it public, so that it doesn'tDouglas Gregor2010-03-052-1/+11
* Make rewritten source compiled with clang++.Fariborz Jahanian2010-03-041-11/+2
* Make rewritten source compiled with clang++ for correctness.Fariborz Jahanian2010-03-041-4/+2
* Change test to compile rewritten test with clang++.Fariborz Jahanian2010-03-041-1/+2
* Patch to get around a rewriter bug rewriting storage classFariborz Jahanian2010-03-041-6/+15
* really fix 6473 by handling weakref in constant expressions.Rafael Espindola2010-03-042-1/+11
* add TCE target support, patch by Pekka J!Chris Lattner2010-03-046-3/+136
* Use LLVM's new DESTDIR-less PROJ_* variables.Erick Tryzelaar2010-03-042-12/+12
* c-index-test's printing of linkage was completely broken, as was theDouglas Gregor2010-03-042-9/+12
* Fixes a bug whereby static const block var has static Fariborz Jahanian2010-03-042-0/+28
* Fix PR6473.Rafael Espindola2010-03-046-6/+174
* Steal the TARGET lit condition from the LLVM test suite.John McCall2010-03-041-0/+12
* The FIXME is fixed.Zhongxing Xu2010-03-041-1/+0
* When profiling Environment, also profile with AnalysisContext*, bacauseZhongxing Xu2010-03-046-0/+27
* Revert changes r97693, r97700, and r97718.John McCall2010-03-0415-132/+62
* XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall2010-03-048-0/+16
* First start on smmintrin.h, rounding and blending.Eric Christopher2010-03-041-0/+130
* Add in disabled case as well.Eric Christopher2010-03-041-0/+4
* Add in -msse4.1 and -msse4.2 options and continuing a ratherEric Christopher2010-03-042-3/+13
* Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions.Eric Christopher2010-03-042-4/+4
* Refactor local class name mangling and make itFariborz Jahanian2010-03-044-15/+52
* Implement __builtin_dwarf_sp_column().John McCall2010-03-042-0/+22
* fix a buildbot failure, this was passing for me because the Chris Lattner2010-03-041-3/+7
* Create a TargetMachine whenever we create a CodeGenAction. The codegen ofJohn McCall2010-03-045-62/+94
* Reinstate r97674 with a fix for the assertion that was firing in <list>Douglas Gregor2010-03-037-48/+203
* Remove the linux c includes part of my last patch.Eric Christopher2010-03-031-3/+0
* Revert r97674; it's causing failuresDouglas Gregor2010-03-037-201/+46
* Implement disambiguation of base class members via aDouglas Gregor2010-03-037-46/+201
* Fix code gen bug generating code forFariborz Jahanian2010-03-032-1/+19
* merge asm-2.c into asm.c, remove asm-inout.c because it is Chris Lattner2010-03-033-28/+11
* fix PR6475, we were doing side-effecting stuff in an assert.Chris Lattner2010-03-032-7/+16
* Add in more c++ header paths for later gccs under gentoo linux.Eric Christopher2010-03-031-0/+14
* Implements mangling of local class names toFariborz Jahanian2010-03-032-13/+88
* add framework for ARM builtins, Patch by Edmund Grimley Evans!Chris Lattner2010-03-036-6/+67
* Simplify code a bit and remove unneeded semicolons.Benjamin Kramer2010-03-031-7/+4
* Sketch out an implementation for __builtin_dwarf_cfa. I have no ideaJohn McCall2010-03-031-0/+18
* Add '-test-print-linkage-source' option to c-index-testTed Kremenek2010-03-032-1/+55