summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Switch ARM to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen2011-06-18
* Switch x86 to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen2011-06-18
* Reserve D16-D13 on subtargets that don't support them.Jakob Stoklund Olesen2011-06-18
* * Override the "EmitBytes" function, since it can sneak values in that way.Bill Wendling2011-06-18
* Fix UMULO support for 2x register width to allow the fullEric Christopher2011-06-18
* Remove false assertion.Bill Wendling2011-06-17
* Only call TRI::getRawAllocationOrder to resolve a target-dependent hint.Jakob Stoklund Olesen2011-06-17
* Zap the last reference to allocation_order_begin().Jakob Stoklund Olesen2011-06-17
* SI, DI, BP, and SP don't have 8-bit sub-registers in x86 mode.Jakob Stoklund Olesen2011-06-17
* Fix comment.Eric Christopher2011-06-17
* Fix -Asserts buildMatt Beaumont-Gay2011-06-17
* Revert r133285. Causing odd failures on Dragonegg.Chad Rosier2011-06-17
* Disable for another investigation.Bill Wendling2011-06-17
* Set debug loc for new preheader's terminator.Devang Patel2011-06-17
* Support only DwarfCFI or SjLj exception handling in LSDA decoder.Bill Wendling2011-06-17
* SjLj exception handling LSDA decoding support wasn't represented correctly. UseBill Wendling2011-06-17
* Disable to investigate ARM failure.Bill Wendling2011-06-17
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-17
* Add an alternative rev16 pattern. We should figure out a better way to handle...Evan Cheng2011-06-17
* Lower multiply with overflow checking to __mulo<mode>Eric Christopher2011-06-17
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-17
* Relocate NUW test to cover all binary ops in a dynamic alloca expr.Stuart Hastings2011-06-17
* Drop the "2" suffix on some enums.Chris Lattner2011-06-17
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-17
* Remove a useless copy of MCELFStreamer. Patch by Logan Chien!Benjamin Kramer2011-06-17
* getSuccWeight returns now default 0 if Weights vector is empty.Jakub Staszak2011-06-17
* missed a file.Chris Lattner2011-06-17
* Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner2011-06-17
* remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner2011-06-17
* remove another old and dead hunk of code.Chris Lattner2011-06-17
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-17
* Allow empty Weights vector.Jakub Staszak2011-06-17
* Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky2011-06-17
* Two fixes relating to debug value:Rafael Espindola2011-06-17
* Fix typo in comment.Jay Foad2011-06-17
* PTX: Adjust rounding modesJustin Holewinski2011-06-17
* When promoting an alloca to registers discard any lifetime intrinsics.Nick Lewycky2011-06-17
* Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PB...Lang Hames2011-06-17
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-17
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-17
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-17
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* Enable early duplication of small blocks. There are still improvements toRafael Espindola2011-06-17
* Allocate SystemZ callee-saved registers backwards: R13-R6Jakob Stoklund Olesen2011-06-17
* Remove old backwards compatibility support from the parser for autoupgradingChris Lattner2011-06-17
* Update an insertion point iterator after replacing a return instruction with aCameron Zwarich2011-06-17
* Explicitly invoke ArrayRef constructor to keep gcc happy.Jakob Stoklund Olesen2011-06-17
* Rename TRI::getAllocationOrder() to getRawAllocationOrder().Jakob Stoklund Olesen2011-06-16
* Don't use register classes larger than TLI->getRegClassFor(VT).Jakob Stoklund Olesen2011-06-16