summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-12
* llvm-build: Don't write out the required_libraries list for "special" compone...Daniel Dunbar2011-12-12
* llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar2011-12-12
* Test case for r146432 by Jack Carter.Akira Hatanaka2011-12-12
* Emit B (unconditional branch) when -relocation-model=pic and J (jump) whenAkira Hatanaka2011-12-12
* Fix indentation.Akira Hatanaka2011-12-12
* Fixed register allocator splitting a live range on a spilling variable.Pete Cooper2011-12-12
* fix warningTony Linthicum2011-12-12
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-12
* Hexagon backend supportTony Linthicum2011-12-12
* Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger2011-12-12
* 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