| Commit message (Expand) | Author | Age | Files | Lines |
* | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 13 | -113/+144 |
* | introduce an isLayoutIdentical() method, which is currently just a pointer | Chris Lattner | 2011-06-20 | 1 | -1/+8 |
* | Add a RegisterTuples class to Target.td and TableGen. | Jakob Stoklund Olesen | 2011-06-20 | 2 | -1/+146 |
* | Fix a FIXME by making GlobalVariable::getInitializer() return a | Jay Foad | 2011-06-19 | 9 | -17/+17 |
* | Update test. | Benjamin Kramer | 2011-06-19 | 1 | -27/+27 |
* | Code cleanups: Remove duplicated logic in PromotInteRes_BITCAST, reserve vect... | Nadav Rotem | 2011-06-19 | 1 | -7/+5 |
* | Calls to AssertZext and getZeroExtendInReg must be made using scalar types. | Nadav Rotem | 2011-06-19 | 1 | -3/+4 |
* | When promoting the vector elements in CopyToParts, use vector trunc | Nadav Rotem | 2011-06-19 | 1 | -11/+3 |
* | Reduce the runtime of the test. Keep only the interesting cases. | Nadav Rotem | 2011-06-19 | 1 | -1077/+0 |
* | Revert r133373. I was going to use this to teach the Verifier to verify constant | Nick Lewycky | 2011-06-19 | 1 | -101/+1 |
* | Add the remaining instructions/constant expressions as Operators so that code | Nick Lewycky | 2011-06-19 | 1 | -1/+101 |
* | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 2011-06-19 | 30 | -334/+89 |
* | 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 |