summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-1143-549/+1235
* fix grammar, thanks Duncan!Torok Edwin2008-12-112-6/+6
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-113-150/+138
* introduce BasicBlock::getUniquePredecessor()Torok Edwin2008-12-112-0/+29
* Put Edge* classes into anonymous namespace.Mikhail Glushenkov2008-12-111-7/+7
* Identify AnonPointeeRegion by the symbol that is concretized.Zhongxing Xu2008-12-112-19/+19
* Avoid generating a convert_rndsat node when the src and dest type are the same.Mon P Wang2008-12-111-0/+4
* AnonPointeeRegions are now identified by the MemRegion of the pointer pointingZhongxing Xu2008-12-112-12/+13
* Clarify FIXME.Bill Wendling2008-12-111-6/+6
* Whitespace clean up (tabs with spaces)Mon P Wang2008-12-111-8/+8
* Make fix for r60829 less conservative to allow the proper optimization forMon P Wang2008-12-111-2/+9
* Updated checker build.Ted Kremenek2008-12-111-1/+1
* Add another complex promotion test.Anders Carlsson2008-12-101-0/+4
* Make sure to promote expressions of the form (floating point + complex intege...Anders Carlsson2008-12-102-2/+21
* Add a newline after this debug output.Bill Wendling2008-12-101-1/+1
* PreprocessorLexer (and subclasses):Ted Kremenek2008-12-104-10/+14
* s/A Few Coding Standards/LLVM Coding Standards/gMisha Brukman2008-12-101-2/+2
* Added a warning when referencing an if's condition variable in theDouglas Gregor2008-12-107-2/+106
* If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation onBill Wendling2008-12-102-4/+51
* The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:...Steve Naroff2008-12-102-32/+35
* Preliminary ARM debug support based on patch by Mikael of FlexyCore.Evan Cheng2008-12-104-20/+57
* Some code clean up.Evan Cheng2008-12-101-12/+14
* Fix PR clang/3175: CheckAddressOfOperand does not handle references to class ...Douglas Gregor2008-12-102-1/+35
* Some cleanups to the dependent-types commit, as suggested by SebastianDouglas Gregor2008-12-102-41/+37
* Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec...Steve Naroff2008-12-102-27/+80
* Only perform SETO/SETC to JO/JC conversion if extractvalue is coming from an ...Bill Wendling2008-12-101-35/+50
* Declare PerIDCache as IdentifierInfo** instead of void*. This is just cleane...Ted Kremenek2008-12-102-4/+5
* Fix <rdar://problem/6418623> Bogus block type compatibility warning.Steve Naroff2008-12-103-2/+43
* fix typo. thanks Baldrick for noticingNuno Lopes2008-12-101-1/+1
* add gcc 4.1.2 from redhat to the list of broken compilersNuno Lopes2008-12-101-0/+2
* Fix regression caused by fixing <rdar://problem/6429113> clang ObjC rewriter:...Steve Naroff2008-12-101-1/+1
* Update these instructions to the 2.4 release.Duncan Sands2008-12-101-7/+7
* For amusement, implement SADDO, SSUBO, UADDO, USUBODuncan Sands2008-12-103-19/+122
* Mention the Ada and Fortran front-ends.Duncan Sands2008-12-101-2/+2
* Don't dereference the end() iterator. This wasDuncan Sands2008-12-101-2/+3
* Added a little more information that vector shifts require vector shift amount.Mon P Wang2008-12-101-4/+9
* Use a scoped object to manage entry/exit from a parser scope rather than expl...Douglas Gregor2008-12-109-90/+108
* Fixed a bug when trying to optimize a extract vector element of aMon P Wang2008-12-102-1/+15
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-1010-64/+76
* Append an extra newline to the module inline asm if it's not empty.Anders Carlsson2008-12-101-0/+5
* Whitespace changes.Bill Wendling2008-12-102-3/+2
* Rewrite instructions for configuring external testsDale Johannesen2008-12-101-25/+17
* Fix a bug introduced by r59265. If lazy compilation is disabled, return actua...Evan Cheng2008-12-101-1/+1
* move an entry, add some notes, remove a completed item (IMPLICIT_DEF)Chris Lattner2008-12-101-37/+38
* Allow basicaa to walk through geps with identical indices in Chris Lattner2008-12-102-18/+48
* Updated checker build.Ted Kremenek2008-12-101-1/+1
* Whitespace fixes.Bill Wendling2008-12-101-14/+12
* Update CalcLatency to work in terms of edge latencies, rather thanDan Gohman2008-12-102-27/+6
* Patch to allow a getter call using property dot-syntax notation.Fariborz Jahanian2008-12-102-1/+19
* Fix a couple of Dwarf bugs.Evan Cheng2008-12-104-9/+79
OpenPOWER on IntegriCloud