| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings. | Evan Cheng | 2008-11-14 | 2 | -4/+52 |
| * | Second attempt at implementation transfer function support for ObjCForCollect... | Ted Kremenek | 2008-11-14 | 2 | -36/+56 |
| * | Flow-sensitive uninitialized values analysis: properly handle the 'element' e... | Ted Kremenek | 2008-11-14 | 1 | -3/+10 |
| * | Remove unneeded stuff from GRAD register class. | Dale Johannesen | 2008-11-14 | 1 | -19/+1 |
| * | [XCore] Remove whitespace in the description used when | Richard Osborne | 2008-11-14 | 1 | -1/+1 |
| * | Add a new expression node, CXXOperatorCallExpr, which expresses a | Douglas Gregor | 2008-11-14 | 13 | -64/+228 |
| * | [XCore] Fix expansion of 64 bit add/sub. Don't custom expand | Richard Osborne | 2008-11-14 | 3 | -23/+25 |
| * | Fix <rdar://problem/6370288> clang ObjC rewriter: Too many _objc_symtab, _OBJ... | Steve Naroff | 2008-11-14 | 1 | -9/+9 |
| * | Don't require us to manually number the statements and expressions in StmtNod... | Douglas Gregor | 2008-11-14 | 5 | -97/+98 |
| * | Add XCore intrinsics for getid (returns thread id) and bitrev (reverses | Richard Osborne | 2008-11-14 | 6 | -5/+35 |
| * | Improve comments. | Zhongxing Xu | 2008-11-14 | 1 | -1/+1 |
| * | Test commit. | Lang Hames | 2008-11-14 | 1 | -0/+1 |
| * | CMake: Disallow in-source builds except when building with the Visual | Oscar Fuentes | 2008-11-14 | 1 | -0/+9 |
| * | ARM / Mac OS X also wants to invalidate icache after jitting. | Evan Cheng | 2008-11-14 | 1 | -20/+22 |
| * | Handle the case where 'element' in ObjCforCollectionstmt is not a DeclStmt or... | Ted Kremenek | 2008-11-14 | 1 | -5/+8 |
| * | Fix CFG construction for ObjCForCollectionStmt: 'element' expression can be a... | Ted Kremenek | 2008-11-14 | 1 | -20/+44 |
| * | Update Xcode project. | Ted Kremenek | 2008-11-14 | 1 | -2/+6 |
| * | Rename header file. | Ted Kremenek | 2008-11-14 | 5 | -10/+10 |
| * | Rename ExprDeclBitVector to BlkExprDeclBitVector, and store mappings from Stm... | Ted Kremenek | 2008-11-14 | 1 | -28/+28 |
| * | Add a version of NewSUnit for creating units with MachineInstrs. | Dan Gohman | 2008-11-14 | 1 | -0/+8 |
| * | For post-regalloc scheduling, remove the instructions from the block | Dan Gohman | 2008-11-14 | 1 | -0/+6 |
| * | Check in the correct version of the patch in r59279. | Dan Gohman | 2008-11-14 | 1 | -1/+1 |
| * | Debug printing for SUnits that carry MachineInstrs. | Dan Gohman | 2008-11-14 | 1 | -10/+17 |
| * | Initial support for carrying MachineInstrs in SUnits. | Dan Gohman | 2008-11-14 | 3 | -8/+66 |
| * | Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of | Dan Gohman | 2008-11-13 | 1 | -1/+1 |
| * | Clarify the comment about NumPreds and NumSuccs to reflect that they only | Dan Gohman | 2008-11-13 | 1 | -2/+2 |
| * | Handle the rest of pseudo instructions. | Evan Cheng | 2008-11-13 | 3 | -54/+71 |
| * | Lazy compilation callback save / restore VFP registers. | Evan Cheng | 2008-11-13 | 1 | -0/+9 |
| * | Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit | Dan Gohman | 2008-11-13 | 9 | -61/+59 |
| * | Fix some validation errors. | Daniel Dunbar | 2008-11-13 | 1 | -9/+6 |
| * | Start a "hacking" page with some simple notes on getting started | Daniel Dunbar | 2008-11-13 | 2 | -0/+83 |
| * | testcase for PR 1779. | Dale Johannesen | 2008-11-13 | 1 | -0/+19 |
| * | Don't allow the restore point to be placed after terminators. With this change, | Owen Anderson | 2008-11-13 | 1 | -2/+2 |
| * | Extend InlineAsm::C_Register to allow multiple specific registers | Dale Johannesen | 2008-11-13 | 3 | -7/+29 |
| * | Always emit a function pointer as a pointer to the function stub (if there is... | Evan Cheng | 2008-11-13 | 1 | -1/+20 |
| * | Make the Node member of SUnit private, and add accessors. | Dan Gohman | 2008-11-13 | 7 | -47/+55 |
| * | Change ScheduleDAG's DAG member from a reference to a pointer, to prepare | Dan Gohman | 2008-11-13 | 7 | -50/+50 |
| * | Add files to VC++ projects. | Steve Naroff | 2008-11-13 | 3 | -31/+39 |
| * | Add file to VC++ project. | Steve Naroff | 2008-11-13 | 1 | -0/+4 |
| * | Some cleanup for the implementation of built-in operator | Douglas Gregor | 2008-11-13 | 5 | -28/+72 |
| * | Fix an obscure rewriter bug when rewriting implementations that don't have a ... | Steve Naroff | 2008-11-13 | 1 | -6/+15 |
| * | Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's. | Evan Cheng | 2008-11-13 | 1 | -3/+10 |
| * | LLVM can generate native code for amd64 on "Linux". | Dan Gohman | 2008-11-13 | 1 | -1/+1 |
| * | Fix a couple of suboptimalities in error recovery. | Chris Lattner | 2008-11-13 | 2 | -8/+18 |
| * | don't highlight field name, just put a caret on it. | Chris Lattner | 2008-11-13 | 1 | -2/+2 |
| * | disable these two tests, they crash and take a long time to run crashreporter... | Chris Lattner | 2008-11-13 | 2 | -4/+6 |
| * | implement a fixme :), switch to -verify mode. | Chris Lattner | 2008-11-13 | 1 | -6/+6 |
| * | Fix <rdar://problem/6343942> clang ObjC rewriter: crash rewriting blocks | Steve Naroff | 2008-11-13 | 1 | -1/+1 |
| * | Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ... | Ted Kremenek | 2008-11-13 | 3 | -27/+21 |
| * | Use PushIncludeMacroStack/PopMacroStack instead of manually pushing/popping f... | Ted Kremenek | 2008-11-13 | 1 | -14/+6 |