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