aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-12-13[fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.Chad Rosier
2011-12-12Add BitcodeVerifier.cpp to CMakeList.Chad Rosier
2011-12-12Fix unused value warning for value used only in assert.Nick Lewycky
2011-12-12Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier
2011-12-12Indvars: guard against exponential behavior in isHighCostExpansion.Andrew Trick
2011-12-12LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar
2011-12-12Emit B (unconditional branch) when -relocation-model=pic and J (jump) whenAkira Hatanaka
2011-12-12Fix indentation.Akira Hatanaka
2011-12-12Fixed register allocator splitting a live range on a spilling variable.Pete Cooper
2011-12-12fix warningTony Linthicum
2011-12-12Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-12When computing reverse-CFG reverse-post-order, skip backedges, asDan Gohman
2011-12-12XOP instructions and encoding tests.Jan Sjödin
2011-12-12Add a postOffset() alignment argument.Jakob Stoklund Olesen
2011-12-12Fix typo.Jakob Stoklund Olesen
2011-12-12XOP encoding bits and logic.Jan Sjödin
2011-12-12Also set the proper alignment on inner islands and the function itself.Jakob Stoklund Olesen
2011-12-12Add a TODO comment.Dan Gohman
2011-12-12Fix a copy+pasto in a comment.Dan Gohman
2011-12-12Use getArgOperand instead of getOperand on a call.Dan Gohman
2011-12-12Inline SetSeqToRelease into its only caller, since it's more clear that way.Dan Gohman
2011-12-12Make MF a class member instead of passing it around everywhere.Jakob Stoklund Olesen
2011-12-12Fix omitted break statements in a switch.Dan Gohman
2011-12-12[asan] use .preinit_array only on linuxKostya Serebryany
2011-12-12Revert r146363 to allow buildbots to make forward progress.Chad Rosier
2011-12-12Add support for gnu_indirect_function.Roman Divacky
2011-12-12Add a -arm-align-constant-islands flag, default off.Jakob Stoklund Olesen
2011-12-12Don't rely in there being one argument before we've actually identifiedChandler Carruth
2011-12-12Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer
2011-12-12Support/FileSystem: Implement canonicalize.Michael J. Spencer
2011-12-12Support/Windows: Cleanup scoped handles.Michael J. Spencer
2011-12-12Teach the verifier to reject all non-constant arguments to the secondChandler Carruth
2011-12-12Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith
2011-12-11Remove some remants of the old palign pattern fragment that were still hangin...Craig Topper
2011-12-11Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-11Mips: Don't create a dangling IR function just to get the address of a symbol.Benjamin Kramer
2011-12-11Also remove unnecessary includes from this file, which was supposed to be partNick Lewycky
2011-12-10Minimize #include's and forward-declares in Target.Nick Lewycky
2011-12-10Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky
2011-12-10[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...Chad Rosier
2011-12-10Revert r146322 to appease buildbots. Original commit message:Chad Rosier
2011-12-10Typo.Chad Rosier
2011-12-10Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-10Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel
2011-12-10Try to align the point where a large basic block is split.Jakob Stoklund Olesen
2011-12-10More debug output formatting.Jakob Stoklund Olesen