- cad129b PTX: Fix if-then-else formatting and add missing asserts by Justin Holewinski · 14 years ago
- b87e37f Disable again. by Rafael Espindola · 14 years ago
- df1c8d8 PTX: Add basic register spilling code by Justin Holewinski · 14 years ago
- 8e9d672 Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow by Roman Divacky · 14 years ago
- 5e27a1d This is an automatically reduced test case that crashed in GVN, at some by Jay Foad · 14 years ago
- 72f5f31 Change how PHINodes store their operands. by Jay Foad · 14 years ago
- c137120 Make better use of the PHINode API. by Jay Foad · 14 years ago
- 691c05b Remove the AugmentedUse struct. by Jay Foad · 14 years ago
- 689c247 Re enable 133415 with two fixes by Rafael Espindola · 14 years ago
- 2ee2d93 Disable the logic added by rafael in commit 133415 to see if it brings the by Duncan Sands · 14 years ago
- 4720611 Fix PromoteIntRes_TRUNCATE: Add support for cases where the by Nadav Rotem · 14 years ago
- 289a279 Fix MSVC build. next() function already exists in the MSVC headers. This create a overload conflict. Make sure we pick up the llvm one. by Francois Pichet · 14 years ago
- 275c1f9 Teach early dup how to duplicate basic blocks with one successor and only phi instructions by Rafael Espindola · 14 years ago
- b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 14 years ago
- 5d6fa7f introduce an isLayoutIdentical() method, which is currently just a pointer by Chris Lattner · 14 years ago
- 4ce25d5 Add a RegisterTuples class to Target.td and TableGen. by Jakob Stoklund Olesen · 14 years ago
- 7d715df Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 14 years ago
- 9cfcc6c Update test. by Benjamin Kramer · 14 years ago
- 5b82c2f Code cleanups: Remove duplicated logic in PromotInteRes_BITCAST, reserve vector space, reuse types. by Nadav Rotem · 14 years ago
- 0928c9e Calls to AssertZext and getZeroExtendInReg must be made using scalar types. by Nadav Rotem · 14 years ago
- c6341e6 When promoting the vector elements in CopyToParts, use vector trunc by Nadav Rotem · 14 years ago
- c17d355 Reduce the runtime of the test. Keep only the interesting cases. by Nadav Rotem · 14 years ago
- 6cc6bc8 Revert r133373. I was going to use this to teach the Verifier to verify constant by Nick Lewycky · 14 years ago
- c49c0ff Add the remaining instructions/constant expressions as Operators so that code by Nick Lewycky · 14 years ago
- a53616d Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 14 years ago
- 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