summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* When computing reverse-CFG reverse-post-order, skip backedges, asDan Gohman2011-12-12
* XOP instructions and encoding tests.Jan Sjödin2011-12-12
* Add a postOffset() alignment argument.Jakob Stoklund Olesen2011-12-12
* Fix typo.Jakob Stoklund Olesen2011-12-12
* XOP encoding bits and logic.Jan Sjödin2011-12-12
* Also set the proper alignment on inner islands and the function itself.Jakob Stoklund Olesen2011-12-12
* Add a TODO comment.Dan Gohman2011-12-12
* Fix a copy+pasto in a comment.Dan Gohman2011-12-12
* Use getArgOperand instead of getOperand on a call.Dan Gohman2011-12-12
* Inline SetSeqToRelease into its only caller, since it's more clear that way.Dan Gohman2011-12-12
* Make MF a class member instead of passing it around everywhere.Jakob Stoklund Olesen2011-12-12
* Fix omitted break statements in a switch.Dan Gohman2011-12-12
* [asan] use .preinit_array only on linuxKostya Serebryany2011-12-12
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Add a -arm-align-constant-islands flag, default off.Jakob Stoklund Olesen2011-12-12
* Don't rely in there being one argument before we've actually identifiedChandler Carruth2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-12
* Teach the verifier to reject all non-constant arguments to the secondChandler Carruth2011-12-12
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-12
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* Remove some remants of the old palign pattern fragment that were still hangin...Craig Topper2011-12-11
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-11
* Mips: Don't create a dangling IR function just to get the address of a symbol.Benjamin Kramer2011-12-11
* Also remove unnecessary includes from this file, which was supposed to be partNick Lewycky2011-12-11
* Minimize #include's and forward-declares in Target.Nick Lewycky2011-12-10
* Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky2011-12-10
* [fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...Chad Rosier2011-12-10
* Revert r146322 to appease buildbots. Original commit message:Chad Rosier2011-12-10
* Typo.Chad Rosier2011-12-10
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-10
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-10
* Try to align the point where a large basic block is split.Jakob Stoklund Olesen2011-12-10
* More debug output formatting.Jakob Stoklund Olesen2011-12-10
* Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola2011-12-10
* LSR: ignore strides in outer loops.Andrew Trick2011-12-10
* ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-10
* Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman2011-12-09
* ARM add some pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-09
* Add dump method for debugging.Bill Wendling2011-12-09
* ARM allows '' syntax, not just '#imm' for assembly.Jim Grosbach2011-12-09
* [asan] call __asan_init from .preinit_array. This simplifies __asan_init vs m...Kostya Serebryany2011-12-09
* ARM assembly aliases for BIC<-->AND (immediate).Jim Grosbach2011-12-09
* ARM NEON data type aliases for VBIC(register).Jim Grosbach2011-12-09
* ARM assembly parsing and encoding for VLD2 with writeback.Jim Grosbach2011-12-09
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-09
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-09