- 69254f6 Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks, by Jay Foad · 13 years ago
- 80be2a2 Add a reduced test case for the buildbot failure (clang self-hosted by Jay Foad · 13 years ago
- 39ff10a use the MapEntryTy typedef instead of writing it out long form, by Chris Lattner · 13 years ago
- 9568e5c Teach dag combine to match halfword byteswap patterns. by Evan Cheng · 13 years ago
- 2fabd46 indvars -disable-iv-rewrite: Adds support for eliminating identity ops. by Andrew Trick · 13 years ago
- a88a0ca Revert r133435 and r133449 to appease buildbots. by Chad Rosier · 13 years ago
- 805569f Add A0 and A1 to the list of registers used for returning a value in order to by Akira Hatanaka · 13 years ago
- 5f7451f Coding style fixes. by Akira Hatanaka · 13 years ago
- 21afc63 Re-apply 132758 and 132768 which were speculatively reverted in 132777. by Akira Hatanaka · 13 years ago
- 48b93b1 Don't mark the eh.dispatch.setup with a memory access marker. We want this to by Bill Wendling · 13 years ago
- c4bcd4d Completely short-circuit out ARC optimization if the ARC runtime by Dan Gohman · 13 years ago
- b8c6ed3 Remove the subclassing. This will be moved to the ASM printer. by Bill Wendling · 13 years ago
- 9b718e8 Skip fields that don't exist in the Register class. by Jakob Stoklund Olesen · 13 years ago
- c882df2 PTX: Fix conversion between predicates and value types by Justin Holewinski · 13 years ago
- 1bd1570 Emit movq for 64-bit register to XMM register moves, but continue to accept by Nick Lewycky · 13 years ago
- 332d7e8 Fix a check for PHINodes with two incoming values. by Jay Foad · 13 years ago
- cad129b PTX: Fix if-then-else formatting and add missing asserts by Justin Holewinski · 13 years ago
- b87e37f Disable again. by Rafael Espindola · 13 years ago
- df1c8d8 PTX: Add basic register spilling code by Justin Holewinski · 13 years ago
- 8e9d672 Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow by Roman Divacky · 13 years ago
- 5e27a1d This is an automatically reduced test case that crashed in GVN, at some by Jay Foad · 13 years ago
- 72f5f31 Change how PHINodes store their operands. by Jay Foad · 13 years ago
- c137120 Make better use of the PHINode API. by Jay Foad · 13 years ago
- 691c05b Remove the AugmentedUse struct. by Jay Foad · 13 years ago
- 689c247 Re enable 133415 with two fixes by Rafael Espindola · 13 years ago
- 2ee2d93 Disable the logic added by rafael in commit 133415 to see if it brings the by Duncan Sands · 13 years ago
- 4720611 Fix PromoteIntRes_TRUNCATE: Add support for cases where the by Nadav Rotem · 13 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 · 13 years ago
- 275c1f9 Teach early dup how to duplicate basic blocks with one successor and only phi instructions by Rafael Espindola · 13 years ago
- b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 13 years ago
- 5d6fa7f introduce an isLayoutIdentical() method, which is currently just a pointer by Chris Lattner · 13 years ago
- 4ce25d5 Add a RegisterTuples class to Target.td and TableGen. by Jakob Stoklund Olesen · 13 years ago
- 7d715df Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 13 years ago
- 9cfcc6c Update test. by Benjamin Kramer · 13 years ago
- 5b82c2f Code cleanups: Remove duplicated logic in PromotInteRes_BITCAST, reserve vector space, reuse types. by Nadav Rotem · 13 years ago
- 0928c9e Calls to AssertZext and getZeroExtendInReg must be made using scalar types. by Nadav Rotem · 13 years ago
- c6341e6 When promoting the vector elements in CopyToParts, use vector trunc by Nadav Rotem · 13 years ago
- c17d355 Reduce the runtime of the test. Keep only the interesting cases. by Nadav Rotem · 13 years ago
- 6cc6bc8 Revert r133373. I was going to use this to teach the Verifier to verify constant by Nick Lewycky · 13 years ago
- c49c0ff Add the remaining instructions/constant expressions as Operators so that code by Nick Lewycky · 13 years ago
- a53616d Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
- edcaca8 revert r133368, apparently I missed the tests to be updated. by Chris Lattner · 13 years ago
- 8dd72b8 Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
- b231866 fix the varargs version of StructType::get to not require an LLVMContext, making usage by Chris Lattner · 13 years ago
- ea04918 eliminate some pointless virtual methods. by Chris Lattner · 13 years ago
- ebb2189 simplify some code. by Chris Lattner · 13 years ago
- fb78b33 now that Type::getDescription() is dead, the TypePrinting class can move from Assembly/Writer.h to being by Chris Lattner · 13 years ago
- 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
- 70d0ff1 improve some comments. by Chris Lattner · 13 years ago
- 7ff99a6 remove an unreduced testcase. by Chris Lattner · 13 years ago
- 747fddd rework the remaining autoupgrade logic to use a StringRef instead of creating a by Chris Lattner · 13 years ago
- dcf0e0c Directly print to a raw_ostream instead of printing to a buffer first. by Benjamin Kramer · 13 years ago
- 1a81d48 Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
- 4e39f8f Simplify code. No change in functionality. by Benjamin Kramer · 13 years ago
- 5cc6491 MC: Allow .common as alias for .comm assembler directive. PR10116. by Hans Wennborg · 13 years ago
- 22a54c1 Don't allocate empty read-only SmallVectors during SelectionDAG deallocation. by Benjamin Kramer · 13 years ago
- 1396c40 Remove unused but set variables. by Benjamin Kramer · 13 years ago
- 448da51 Fix PR10103: Less code for enum type translation. by Hans Wennborg · 13 years ago
- 5a72d9f Add test for r133251. by Nick Lewycky · 13 years ago
- 3ebb05d When scalar replacement returns a vector type, only accept it if the vector by Cameron Zwarich · 13 years ago
- b85e4eb rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is by Chris Lattner · 13 years ago
- 6be41eb Fix an invalid bitcast crash that occurs when doing a partial memset of a vector by Cameron Zwarich · 13 years ago
- aab3ea2 Remove a pointless assignment. Nothing checks the value of VectorTy anymore now by Cameron Zwarich · 13 years ago
- c6596e2 Use the correct comparator to avoid depending on pointer values. by Jakob Stoklund Olesen · 13 years ago
- abdbc84 Store CodeGenRegisters as pointers so they won't be reallocated. by Jakob Stoklund Olesen · 13 years ago
- 54c47c1 Remove MethodProtos/MethodBodies and allocation_order_begin/end. by Jakob Stoklund Olesen · 13 years ago
- 4b2a174 Delete unneeded allocation order override. by Jakob Stoklund Olesen · 13 years ago
- 0a074ed Switch ARM to using AltOrders instead of MethodBodies. by Jakob Stoklund Olesen · 13 years ago
- e8c38ca Switch x86 to using AltOrders instead of MethodBodies. by Jakob Stoklund Olesen · 13 years ago
- a566ec9 Moved to the right place. by Galina Kistanova · 13 years ago
- 3b6434e Reserve D16-D13 on subtargets that don't support them. by Jakob Stoklund Olesen · 13 years ago
- b4c7048 Provide AltOrders for specifying alternative allocation orders. by Jakob Stoklund Olesen · 13 years ago
- edb15d6 * Override the "EmitBytes" function, since it can sneak values in that way. by Bill Wendling · 13 years ago
- a307145 Fix UMULO support for 2x register width to allow the full by Eric Christopher · 13 years ago
- ccfae86 Remove false assertion. by Bill Wendling · 13 years ago
- bed9711 Only call TRI::getRawAllocationOrder to resolve a target-dependent hint. by Jakob Stoklund Olesen · 13 years ago
- 8936b94 Zap the last reference to allocation_order_begin(). by Jakob Stoklund Olesen · 13 years ago
- aad458d SI, DI, BP, and SP don't have 8-bit sub-registers in x86 mode. by Jakob Stoklund Olesen · 13 years ago
- 5e687ac Fix comment. by Eric Christopher · 13 years ago
- d3e724a Fix -Asserts build by Matt Beaumont-Gay · 13 years ago
- 66638b2 Revert r133285. Causing odd failures on Dragonegg. by Chad Rosier · 13 years ago
- 50cb969 Disable for another investigation. by Bill Wendling · 13 years ago
- c013699 Set debug loc for new preheader's terminator. by Devang Patel · 13 years ago
- 30507ef Support only DwarfCFI or SjLj exception handling in LSDA decoder. by Bill Wendling · 13 years ago
- 5ba8983 SjLj exception handling LSDA decoding support wasn't represented correctly. Use by Bill Wendling · 13 years ago
- 2fb86a8 Disable to investigate ARM failure. by Bill Wendling · 13 years ago
- e266ce6 Use the verbose asm flag instead of a new flag for decoding the LSDA. by Bill Wendling · 13 years ago
- da26ad5 Fix a bug in the type-lowering of integer-promoted elements. Add a check that by Nadav Rotem · 13 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 · 13 years ago
- 362fee9 Lower multiply with overflow checking to __mulo<mode> by Eric Christopher · 13 years ago
- 916a94b Add an option that allows one to "decode" the LSDA. by Bill Wendling · 13 years ago
- 3761c34 Relocate NUW test to cover all binary ops in a dynamic alloca expr. by Stuart Hastings · 13 years ago
- ed6fa18 est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder. by Galina Kistanova · 13 years ago
- 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 13 years ago
- 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 13 years ago
- 738f05a Remove a useless copy of MCELFStreamer. Patch by Logan Chien! by Benjamin Kramer · 13 years ago
- 981d826 getSuccWeight returns now default 0 if Weights vector is empty. by Jakub Staszak · 13 years ago
- 799a58a55 missed a file. by Chris Lattner · 13 years ago
- 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 13 years ago
- 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 13 years ago