- edcaca8 revert r133368, apparently I missed the tests to be updated. by Chris Lattner · 14 years ago
- 8dd72b8 Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 14 years ago
- b231866 fix the varargs version of StructType::get to not require an LLVMContext, making usage by Chris Lattner · 14 years ago
- ea04918 eliminate some pointless virtual methods. by Chris Lattner · 14 years ago
- ebb2189 simplify some code. by Chris Lattner · 14 years ago
- fb78b33 now that Type::getDescription() is dead, the TypePrinting class can move from Assembly/Writer.h to being by Chris Lattner · 14 years ago
- 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 14 years ago
- 70d0ff1 improve some comments. by Chris Lattner · 14 years ago
- 7ff99a6 remove an unreduced testcase. by Chris Lattner · 14 years ago
- 747fddd rework the remaining autoupgrade logic to use a StringRef instead of creating a by Chris Lattner · 14 years ago
- dcf0e0c Directly print to a raw_ostream instead of printing to a buffer first. by Benjamin Kramer · 14 years ago
- 1a81d48 Simplify code. No functionality change. by Benjamin Kramer · 14 years ago
- 4e39f8f Simplify code. No change in functionality. by Benjamin Kramer · 14 years ago
- 5cc6491 MC: Allow .common as alias for .comm assembler directive. PR10116. by Hans Wennborg · 14 years ago
- 22a54c1 Don't allocate empty read-only SmallVectors during SelectionDAG deallocation. by Benjamin Kramer · 14 years ago
- 1396c40 Remove unused but set variables. by Benjamin Kramer · 14 years ago
- 448da51 Fix PR10103: Less code for enum type translation. by Hans Wennborg · 14 years ago
- 5a72d9f Add test for r133251. by Nick Lewycky · 14 years ago
- 3ebb05d When scalar replacement returns a vector type, only accept it if the vector by Cameron Zwarich · 14 years ago
- b85e4eb rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is by Chris Lattner · 14 years ago
- 6be41eb Fix an invalid bitcast crash that occurs when doing a partial memset of a vector by Cameron Zwarich · 14 years ago
- aab3ea2 Remove a pointless assignment. Nothing checks the value of VectorTy anymore now by Cameron Zwarich · 14 years ago
- c6596e2 Use the correct comparator to avoid depending on pointer values. by Jakob Stoklund Olesen · 14 years ago
- abdbc84 Store CodeGenRegisters as pointers so they won't be reallocated. by Jakob Stoklund Olesen · 14 years ago
- 54c47c1 Remove MethodProtos/MethodBodies and allocation_order_begin/end. by Jakob Stoklund Olesen · 14 years ago
- 4b2a174 Delete unneeded allocation order override. by Jakob Stoklund Olesen · 14 years ago
- 0a074ed Switch ARM to using AltOrders instead of MethodBodies. by Jakob Stoklund Olesen · 14 years ago
- e8c38ca Switch x86 to using AltOrders instead of MethodBodies. by Jakob Stoklund Olesen · 14 years ago
- a566ec9 Moved to the right place. by Galina Kistanova · 14 years ago
- 3b6434e Reserve D16-D13 on subtargets that don't support them. by Jakob Stoklund Olesen · 14 years ago
- b4c7048 Provide AltOrders for specifying alternative allocation orders. by Jakob Stoklund Olesen · 14 years ago
- edb15d6 * Override the "EmitBytes" function, since it can sneak values in that way. by Bill Wendling · 14 years ago
- a307145 Fix UMULO support for 2x register width to allow the full by Eric Christopher · 14 years ago
- ccfae86 Remove false assertion. by Bill Wendling · 14 years ago
- bed9711 Only call TRI::getRawAllocationOrder to resolve a target-dependent hint. by Jakob Stoklund Olesen · 14 years ago
- 8936b94 Zap the last reference to allocation_order_begin(). by Jakob Stoklund Olesen · 14 years ago
- aad458d SI, DI, BP, and SP don't have 8-bit sub-registers in x86 mode. by Jakob Stoklund Olesen · 14 years ago
- 5e687ac Fix comment. by Eric Christopher · 14 years ago
- d3e724a Fix -Asserts build by Matt Beaumont-Gay · 14 years ago
- 66638b2 Revert r133285. Causing odd failures on Dragonegg. by Chad Rosier · 14 years ago
- 50cb969 Disable for another investigation. by Bill Wendling · 14 years ago
- c013699 Set debug loc for new preheader's terminator. by Devang Patel · 14 years ago
- 30507ef Support only DwarfCFI or SjLj exception handling in LSDA decoder. by Bill Wendling · 14 years ago
- 5ba8983 SjLj exception handling LSDA decoding support wasn't represented correctly. Use by Bill Wendling · 14 years ago
- 2fb86a8 Disable to investigate ARM failure. by Bill Wendling · 14 years ago
- e266ce6 Use the verbose asm flag instead of a new flag for decoding the LSDA. by Bill Wendling · 14 years ago
- da26ad5 Fix a bug in the type-lowering of integer-promoted elements. Add a check that by Nadav Rotem · 14 years ago
- 6d6c55b Add an alternative rev16 pattern. We should figure out a better way to handle these complex rev patterns. rdar://9609108 by Evan Cheng · 14 years ago
- 362fee9 Lower multiply with overflow checking to __mulo<mode> by Eric Christopher · 14 years ago
- 916a94b Add an option that allows one to "decode" the LSDA. by Bill Wendling · 14 years ago
- 3761c34 Relocate NUW test to cover all binary ops in a dynamic alloca expr. by Stuart Hastings · 14 years ago
- ed6fa18 est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder. by Galina Kistanova · 14 years ago
- 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 14 years ago
- 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 14 years ago
- 738f05a Remove a useless copy of MCELFStreamer. Patch by Logan Chien! by Benjamin Kramer · 14 years ago
- 981d826 getSuccWeight returns now default 0 if Weights vector is empty. by Jakub Staszak · 14 years ago
- 799a58a55 missed a file. by Chris Lattner · 14 years ago
- 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 14 years ago
- 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 14 years ago
- b0884dd remove another old and dead hunk of code. by Chris Lattner · 14 years ago
- a16546a Stop accepting and ignoring attributes in function types. Attributes are applied by Chris Lattner · 14 years ago
- a659196 Allow empty Weights vector. by Jakub Staszak · 14 years ago
- 951cd02 Fix a few places where 32bit instructions/registerset were used on PPC64. by Roman Divacky · 14 years ago
- 33ded73 Test for previous commit. by Rafael Espindola · 14 years ago
- db3983b Two fixes relating to debug value: by Rafael Espindola · 14 years ago
- 566a4ac Fix typo in comment. by Jay Foad · 14 years ago
- 707fd44 PTX: Adjust rounding modes by Justin Holewinski · 14 years ago
- f1b7e94 Don't force remove config.cache on reconfiguration. by NAKAMURA Takumi · 14 years ago
- 1d665c9 When promoting an alloca to registers discard any lifetime intrinsics. by Nick Lewycky · 14 years ago
- 8d85766 Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PBQP allocation. Patch by Arnaud Allard de Grandmaison. by Lang Hames · 14 years ago
- d589099 make the asmparser reject function and type redefinitions. 'Merging' hasn't been by Chris Lattner · 14 years ago
- 424545e remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. by Chris Lattner · 14 years ago
- 437544f remove parser support for the obsolete "multiple return values" syntax, which by Chris Lattner · 14 years ago
- 6b7c89e stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore. by Chris Lattner · 14 years ago
- 7a1b9bd Remove support for using "foo" as symbols instead of %"foo". This is ancient by Chris Lattner · 14 years ago
- ec324e5 Enable early duplication of small blocks. There are still improvements to by Rafael Espindola · 14 years ago
- b712ef9 Allocate SystemZ callee-saved registers backwards: R13-R6 by Jakob Stoklund Olesen · 14 years ago
- f3a789d Remove old backwards compatibility support from the parser for autoupgrading by Chris Lattner · 14 years ago
- 26b0000 manually upgrade a bunch of tests to modern syntax, and remove some that by Chris Lattner · 14 years ago
- cd4e0b5 Update an insertion point iterator after replacing a return instruction with a by Cameron Zwarich · 14 years ago
- e1fd84a Explicitly invoke ArrayRef constructor to keep gcc happy. by Jakob Stoklund Olesen · 14 years ago
- dd5a847 Rename TRI::getAllocationOrder() to getRawAllocationOrder(). by Jakob Stoklund Olesen · 14 years ago
- c02a6fa Don't use register classes larger than TLI->getRegClassFor(VT). by Jakob Stoklund Olesen · 14 years ago
- ed344d2 Regenerate configure. by Daniel Dunbar · 14 years ago
- e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 14 years ago
- dc9c76a Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {buildmode}. by Andrew Trick · 14 years ago
- fa796dd Teach antidependency breakers to use RegisterClassInfo. by Jakob Stoklund Olesen · 14 years ago
- 354eee7 forward declare GraphTraits in Type.h instead of #includ'ing it. by Chris Lattner · 14 years ago
- c86f24c cmake may require LIT_TOOLS_DIR. Reviewed by chapuni. Sorry for breaking. by Andrew Trick · 14 years ago
- 1d0a815 change Type.h to forward declare ArrayRef instead of #including it. by Chris Lattner · 14 years ago
- e817127 add some #includes that will soon be needed. by Chris Lattner · 14 years ago
- b9a7187 prune #includes. by Chris Lattner · 14 years ago
- 6091eb9 move the address space into the subclass data field, saving a word on PointerType. by Chris Lattner · 14 years ago
- e43d745 tidy up some comments, store the 'isvararg' bit for FunctionType in by Chris Lattner · 14 years ago
- ae5a0b5 remove Type::getVAArgsPromotedType, which is dead, and tidy up a bit. by Chris Lattner · 14 years ago
- d61f84e There's no need to be so picky about the particular register. by Nick Lewycky · 14 years ago
- 0860d0b Fix ARCOpt to insert releases on both successors of an invoke rather by Dan Gohman · 14 years ago
- 714c0eb Move PBQP off allocation_order_begin. No functional change intended. by Jakob Stoklund Olesen · 14 years ago
- 7cc2b07 Introduce MachineBranchProbabilityInfo class, which has similar API to by Jakub Staszak · 14 years ago
- 1300f30 Change the REG_SEQUENCE SDNode to take an explict register class ID as its first operand. This operand is lowered away by the time we reach MachineInstrs, so the actual register-allocation handling of them doesn't need to change. by Owen Anderson · 14 years ago