summaryrefslogtreecommitdiff
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
* llvm-config: Default to "all" if no components are specified.Daniel Dunbar2011-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
* Extract a method.Jakob Stoklund Olesen2011-12-12
* cmake: work with CMake < 2.8.5Dylan Noblesmith2011-12-12
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-12
* Add an explicit test of the auto-upgrade functionality for the newChandler Carruth2011-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
* Update the LangRef documentation for llvm.ctlz and llvm.cttz to specifyChandler Carruth2011-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
* re-enable unittestDylan Noblesmith2011-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
* llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r143728. Cygwin does not ne...NAKAMURA Takumi2011-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
* Don't assume things about the exact details of the LLVM version number,Chandler Carruth2011-12-10
* Revert associate SelectInsertValue test as well.Chad Rosier2011-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
* Use a simpler and more reliable command for converting from HEAD toChandler Carruth2011-12-10
* Teach the VCS detection to set some root-level variables with the rawChandler Carruth2011-12-10
* At the request of Michael Spencer, make the VCS version detection logicChandler Carruth2011-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
* Fix typo, reported by Eitan Adler!Nick Lewycky2011-12-10
* Try to align the point where a large basic block is split.Jakob Stoklund Olesen2011-12-10