summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner2011-06-18
* rework the remaining autoupgrade logic to use a StringRef instead of creating aChris Lattner2011-06-18
* Directly print to a raw_ostream instead of printing to a buffer first.Benjamin Kramer2011-06-18
* Simplify code. No functionality change.Benjamin Kramer2011-06-18
* Simplify code. No change in functionality.Benjamin Kramer2011-06-18
* MC: Allow .common as alias for .comm assembler directive. PR10116.Hans Wennborg2011-06-18
* Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.Benjamin Kramer2011-06-18
* Remove unused but set variables.Benjamin Kramer2011-06-18
* Fix PR10103: Less code for enum type translation.Hans Wennborg2011-06-18
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-18
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-18
* Remove a pointless assignment. Nothing checks the value of VectorTy anymore nowCameron Zwarich2011-06-18
* Delete unneeded allocation order override.Jakob Stoklund Olesen2011-06-18
* 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