| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support for code generation of Objective-C top-level language constructs. | Anton Korobeynikov | 2008-06-01 | 1 | -1/+1 |
| * | Fix an extremely subtle bug with pointer comparisons: they have to be | Eli Friedman | 2008-05-29 | 1 | -4/+4 |
| * | Fix for PR2001. I'm not really fond of it, but it is correct (unless | Eli Friedman | 2008-05-25 | 1 | -1/+10 |
| * | Backout of codegen-based fix to PR2334; this has been fixed differently | Eli Friedman | 2008-05-16 | 1 | -4/+2 |
| * | Patch for PR2334, and a similar ObjC bug. | Eli Friedman | 2008-05-16 | 1 | -2/+4 |
| * | Implementation of __builtin_shufflevector, a portable builtin capable of | Eli Friedman | 2008-05-14 | 1 | -0/+12 |
| * | Add codegen support for block-level compound literals. | Eli Friedman | 2008-05-13 | 1 | -4/+1 |
| * | implement a fixme, add support for ++/-- on long double. | Chris Lattner | 2008-04-20 | 1 | -5/+6 |
| * | use simplified ConstantFP:get method. | Chris Lattner | 2008-04-20 | 1 | -5/+3 |
| * | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman | 2008-04-18 | 1 | -3/+3 |
| * | update to follow mainline llvm API change. | Chris Lattner | 2008-04-13 | 1 | -1/+1 |
| * | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -1/+4 |
| * | tracking API changes arising from r49277 | Gabor Greif | 2008-04-06 | 1 | -7/+7 |
| * | Since isComplexType() no longer returns true for _Complex integers, the code | Chris Lattner | 2008-04-04 | 1 | -6/+6 |
| * | Codegen assignment to self correctly, patch by David Chisnall! | Chris Lattner | 2008-04-04 | 1 | -2/+1 |
| * | add a common base class "PointerLikeType" for PointerType and ReferenceType, | Chris Lattner | 2008-04-02 | 1 | -2/+2 |
| * | some cleanups on top of David's patch. There are still two | Chris Lattner | 2008-03-30 | 1 | -17/+9 |
| * | Add initial support for objc codegen for methods, ivars, and the | Chris Lattner | 2008-03-30 | 1 | -2/+10 |
| * | simplify the clang codegen by using the new Builder.CreateStructGEP method. | Chris Lattner | 2008-03-19 | 1 | -5/+2 |
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+1185 |