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