| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove the Decl::getCanonicalType() method. | Chris Lattner | 2008-04-06 | 1 | -4/+3 |
| | | | | | llvm-svn: 49295 | ||||
| * | tracking API changes arising from r49277 | Gabor Greif | 2008-04-06 | 8 | -41/+41 |
| | | | | | llvm-svn: 49279 | ||||
| * | Fix PR2049, updating Eli's patch that fixes to mainline. This produces ↵ | Chris Lattner | 2008-04-04 | 1 | -14/+115 |
| | | | | | | | | | incorrect code, but the codegen doesn't crash. I'll file a bugzilla for the AST being wrong. llvm-svn: 49226 | ||||
| * | Since isComplexType() no longer returns true for _Complex integers, the code | Chris Lattner | 2008-04-04 | 6 | -18/+18 |
| | | | | | | | generator needs to call isAnyComplexType(). This fixes PR1960. llvm-svn: 49220 | ||||
| * | updates from David. | Chris Lattner | 2008-04-04 | 1 | -23/+46 |
| | | | | | llvm-svn: 49217 | ||||
| * | various bug fixes, add to xcode project. | Chris Lattner | 2008-04-04 | 1 | -16/+6 |
| | | | | | llvm-svn: 49216 | ||||
| * | initial checkin of Étoilé runtime support, patch by David Chisnall | Chris Lattner | 2008-04-04 | 1 | -0/+241 |
| | | | | | llvm-svn: 49215 | ||||
| * | fix build error: add missing braces. | Torok Edwin | 2008-04-04 | 1 | -1/+2 |
| | | | | | llvm-svn: 49209 | ||||
| * | Codegen assignment to self correctly, patch by David Chisnall! | Chris Lattner | 2008-04-04 | 5 | -9/+34 |
| | | | | | llvm-svn: 49201 | ||||
| * | Teach clang how to codegen punpcklbw and punpcklwd | Nate Begeman | 2008-04-03 | 1 | -0/+7 |
| | | | | | llvm-svn: 49186 | ||||
| * | Fix PR2081 (problems codegen'ing some recursive structures) patch | Chris Lattner | 2008-04-03 | 2 | -14/+48 |
| | | | | | | | by Lauro Venancio! llvm-svn: 49144 | ||||
| * | simplify some code by using PointerLikeType. | Chris Lattner | 2008-04-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 49101 | ||||
| * | add a common base class "PointerLikeType" for PointerType and ReferenceType, | Chris Lattner | 2008-04-02 | 2 | -8/+4 |
| | | | | | | | | allowing them to be treated the same in some contexts. A suggestion for a better name is welcome :) llvm-svn: 49100 | ||||
| * | some cleanups on top of David's patch. There are still two | Chris Lattner | 2008-03-30 | 5 | -64/+46 |
| | | | | | | | | | | | | | | remaining open issues I've communicated to him: 1) self can be assigned to, and his patch didn't handle it correctly. 2) CollectObjCIvarTypes is N^2 (because each subclass reprocesses all parent class ivars) and flattens classes. If A derives from B, and both have an int, I'd expect to get { {i32}, i32}, not { i32, i32}. David, please review. llvm-svn: 48970 | ||||
| * | Add initial support for objc codegen for methods, ivars, and the | Chris Lattner | 2008-03-30 | 13 | -53/+357 |
| | | | | | | | etoile runtime, patch by David Chisnall! llvm-svn: 48969 | ||||
| * | simplify code by using the variadic StructType::get method. | Chris Lattner | 2008-03-19 | 3 | -27/+24 |
| | | | | | llvm-svn: 48535 | ||||
| * | simplify the clang codegen by using the new Builder.CreateStructGEP method. | Chris Lattner | 2008-03-19 | 4 | -49/+23 |
| | | | | | llvm-svn: 48534 | ||||
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 19 | -0/+7078 |
| lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402 | |||||

