| Commit message (Expand) | Author | Age | Files | Lines |
* | revert r133368, apparently I missed the tests to be updated. | Chris Lattner | 2011-06-18 | 1 | -8/+15 |
* | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 2011-06-18 | 1 | -15/+8 |
* | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner | 2011-06-18 | 7 | -19/+19 |
* | eliminate some pointless virtual methods. | Chris Lattner | 2011-06-18 | 2 | -54/+37 |
* | simplify some code. | Chris Lattner | 2011-06-18 | 1 | -8/+3 |
* | now that Type::getDescription() is dead, the TypePrinting class can move from... | Chris Lattner | 2011-06-18 | 3 | -63/+42 |
* | eliminate the Type::getDescription() method, using "<<" instead. This | Chris Lattner | 2011-06-18 | 8 | -67/+41 |
* | improve some comments. | Chris Lattner | 2011-06-18 | 1 | -13/+12 |
* | remove an unreduced testcase. | Chris Lattner | 2011-06-18 | 1 | -282/+0 |
* | rework the remaining autoupgrade logic to use a StringRef instead of creating a | Chris Lattner | 2011-06-18 | 1 | -49/+34 |
* | Directly print to a raw_ostream instead of printing to a buffer first. | Benjamin Kramer | 2011-06-18 | 1 | -4/+1 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2011-06-18 | 1 | -18/+18 |
* | Simplify code. No change in functionality. | Benjamin Kramer | 2011-06-18 | 1 | -6/+1 |
* | MC: Allow .common as alias for .comm assembler directive. PR10116. | Hans Wennborg | 2011-06-18 | 2 | -1/+3 |
* | Don't allocate empty read-only SmallVectors during SelectionDAG deallocation. | Benjamin Kramer | 2011-06-18 | 3 | -7/+11 |
* | Remove unused but set variables. | Benjamin Kramer | 2011-06-18 | 4 | -23/+8 |
* | Fix PR10103: Less code for enum type translation. | Hans Wennborg | 2011-06-18 | 3 | -1/+111 |
* | Add test for r133251. | Nick Lewycky | 2011-06-18 | 1 | -0/+26 |
* | When scalar replacement returns a vector type, only accept it if the vector | Cameron Zwarich | 2011-06-18 | 3 | -2/+24 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 85 | -4255/+1390 |
* | Fix an invalid bitcast crash that occurs when doing a partial memset of a vector | Cameron Zwarich | 2011-06-18 | 2 | -3/+37 |
* | Remove a pointless assignment. Nothing checks the value of VectorTy anymore now | Cameron Zwarich | 2011-06-18 | 1 | -1/+0 |
* | Use the correct comparator to avoid depending on pointer values. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -1/+2 |
* | Store CodeGenRegisters as pointers so they won't be reallocated. | Jakob Stoklund Olesen | 2011-06-18 | 9 | -71/+50 |
* | Remove MethodProtos/MethodBodies and allocation_order_begin/end. | Jakob Stoklund Olesen | 2011-06-18 | 5 | -37/+3 |
* | Delete unneeded allocation order override. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -11/+1 |
* | Switch ARM to using AltOrders instead of MethodBodies. | Jakob Stoklund Olesen | 2011-06-18 | 2 | -224/+27 |
* | Switch x86 to using AltOrders instead of MethodBodies. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -67/+6 |
* | Moved to the right place. | Galina Kistanova | 2011-06-18 | 2 | -0/+5 |
* | Reserve D16-D13 on subtargets that don't support them. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -0/+6 |
* | Provide AltOrders for specifying alternative allocation orders. | Jakob Stoklund Olesen | 2011-06-18 | 4 | -7/+75 |
* | * Override the "EmitBytes" function, since it can sneak values in that way. | Bill Wendling | 2011-06-18 | 1 | -1/+18 |
* | Fix UMULO support for 2x register width to allow the full | Eric Christopher | 2011-06-18 | 2 | -2/+66 |
* | Remove false assertion. | Bill Wendling | 2011-06-17 | 1 | -3/+1 |
* | Only call TRI::getRawAllocationOrder to resolve a target-dependent hint. | Jakob Stoklund Olesen | 2011-06-17 | 1 | -2/+6 |
* | Zap the last reference to allocation_order_begin(). | Jakob Stoklund Olesen | 2011-06-17 | 1 | -3/+3 |
* | SI, DI, BP, and SP don't have 8-bit sub-registers in x86 mode. | Jakob Stoklund Olesen | 2011-06-17 | 1 | -2/+9 |
* | Fix comment. | Eric Christopher | 2011-06-17 | 1 | -2/+1 |
* | Fix -Asserts build | Matt Beaumont-Gay | 2011-06-17 | 1 | -2/+1 |
* | Revert r133285. Causing odd failures on Dragonegg. | Chad Rosier | 2011-06-17 | 1 | -4/+5 |
* | Disable for another investigation. | Bill Wendling | 2011-06-17 | 1 | -1/+2 |
* | Set debug loc for new preheader's terminator. | Devang Patel | 2011-06-17 | 1 | -0/+1 |
* | Support only DwarfCFI or SjLj exception handling in LSDA decoder. | Bill Wendling | 2011-06-17 | 1 | -1/+5 |
* | SjLj exception handling LSDA decoding support wasn't represented correctly. Use | Bill Wendling | 2011-06-17 | 1 | -17/+15 |
* | Disable to investigate ARM failure. | Bill Wendling | 2011-06-17 | 1 | -1/+2 |
* | Use the verbose asm flag instead of a new flag for decoding the LSDA. | Bill Wendling | 2011-06-17 | 7 | -25/+11 |
* | Fix a bug in the type-lowering of integer-promoted elements. Add a check that | Nadav Rotem | 2011-06-17 | 2 | -2/+1469 |
* | Add an alternative rev16 pattern. We should figure out a better way to handle... | Evan Cheng | 2011-06-17 | 3 | -0/+29 |
* | Lower multiply with overflow checking to __mulo<mode> | Eric Christopher | 2011-06-17 | 5 | -5/+113 |
* | Add an option that allows one to "decode" the LSDA. | Bill Wendling | 2011-06-17 | 7 | -17/+395 |