summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner2011-06-18
* improve some comments.Chris Lattner2011-06-18
* remove an unreduced testcase.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
* Add test for r133251.Nick Lewycky2011-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
* Use the correct comparator to avoid depending on pointer values.Jakob Stoklund Olesen2011-06-18
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-18
* Remove MethodProtos/MethodBodies and allocation_order_begin/end.Jakob Stoklund Olesen2011-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
* Moved to the right place.Galina Kistanova2011-06-18
* Reserve D16-D13 on subtargets that don't support them.Jakob Stoklund Olesen2011-06-18
* Provide AltOrders for specifying alternative allocation orders.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
* Fix a bug in the type-lowering of integer-promoted elements. Add a check thatNadav Rotem2011-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
* est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.Galina Kistanova2011-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