- 4e23ebe Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C++ style casts. by Benjamin Kramer · 12 years ago
- 70fe6ec Add a missing assertion, the null register has no register units. by Jakob Stoklund Olesen · 12 years ago
- 4716cf4 try to unbreak ppc buildbots. by Benjamin Kramer · 12 years ago
- c851438 Teach sort_includes.py to drop duplicated includes. by Benjamin Kramer · 12 years ago
- 2556c6b X86: Match pmin/pmax as a target specific dag combine. This occurs during vectorization. by Benjamin Kramer · 12 years ago
- 38b0602 Remove duplicate includes. by Roman Divacky · 12 years ago
- 519b456 R600: Expand vec4 INT <-> FP conversions by Tom Stellard · 12 years ago
- 739c7a8 X86: Match the SSE/AVX min/max vector ops using a custom node instead of intrinsics by Benjamin Kramer · 12 years ago
- 6e591ea Test that a landingpad gets the name provided when it was created (see commit by Duncan Sands · 12 years ago
- 3333e66 [msan] Remove unreachable blocks before instrumenting a function. by Evgeniy Stepanov · 12 years ago
- 042a9a2 Add a missing "virtual" keyword. by Nadav Rotem · 12 years ago
- ebf395d Enable if-conversion. by Nadav Rotem · 12 years ago
- e0f1d71 Add ARM cortex-r5 subtarget. by Quentin Colombet · 12 years ago
- b66fc29 Don't skip __DWARF, by Rafael Espindola · 12 years ago
- cef81b3 Add a function to get the segment name of a section. by Rafael Espindola · 12 years ago
- ab37b2c Add targets to skip running the GC passes. by Evan Cheng · 12 years ago
- a16422f Every pass deserves a name, even codegenprep. by Evan Cheng · 12 years ago
- f5637c3 Improve the X86 cost model for loads and stores. by Nadav Rotem · 12 years ago
- c2a537b BB-Vectorizer: Check the cost of the store pointer type by Nadav Rotem · 12 years ago
- e30843d Add test case for r170674 by Reed Kotler · 12 years ago
- a40ba2b Call llvm_unreachable instead of assert. by Reed Kotler · 12 years ago
- c923121 docs: More robust image scaling fix. by Sean Silva · 12 years ago
- 2552c09 docs: Prevent image scaling. by Sean Silva · 12 years ago
- 55306bd Fix a bug in the code that checks if we can vectorize loops while using dynamic by Nadav Rotem · 12 years ago
- 71a9c21 Move these files over to the debug info directory. by Eric Christopher · 12 years ago
- 097982e docs: Try out nosidebar. by Sean Silva · 12 years ago
- 689858b docs: Cleanup trailing whitespace. by Sean Silva · 12 years ago
- 56706db Require the two-argument MI::addOperand(MF, MO) for dangling instructions. by Jakob Stoklund Olesen · 12 years ago
- be06aac Add an MF argument to MI::copyImplicitOps(). by Jakob Stoklund Olesen · 12 years ago
- 9500e5d Use two-arg addOperand(MF, MO) internally in MachineInstr when possible. by Jakob Stoklund Olesen · 12 years ago
- b9efafe MachineInstrBuilderize ARM. by Jakob Stoklund Olesen · 12 years ago
- 28d53a2 MachineInstrBuilderize NVPTX. by Jakob Stoklund Olesen · 12 years ago
- bc87361 Fix an unitialized member variable that may have caused sporadic failures by Eli Bendersky · 12 years ago
- 5e81633 docs: actually indent these consistently by Sean Silva · 12 years ago
- 9baa6e4 docs: Indent consistently in code examples. by Sean Silva · 12 years ago
- 12ae515 docs: Improve navigation for Vectorizers.rst by Sean Silva · 12 years ago
- 1dd00fb docs: bring back link for reddit. by Sean Silva · 12 years ago
- 72c1655 Whitespace and 80-column cleanup. by Eric Christopher · 12 years ago
- 2e5d870 Start splitting out the debug string section handling by moving it by Eric Christopher · 12 years ago
- 55d8a35 docs: Make document name congruent with title. by Sean Silva · 12 years ago
- 27107f6 Some random comment, naming, and format changes. by Bill Wendling · 12 years ago
- 54c1902 Remove two dead functions. by Jakob Stoklund Olesen · 12 years ago
- 103b4a5 Revert "Adding support for llvm.arm.neon.vaddl[su].* and" by Bob Wilson · 12 years ago
- 8386acd LoopVectorize: Fix a bug in the scalarization of instructions. by Nadav Rotem · 12 years ago
- 139e407 On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr, by Evan Cheng · 12 years ago
- 15019a8 Change Lit error redirection to FileCheck to a more common syntax since it by Eli Bendersky · 12 years ago
- b17201f Add a largish auto-generated test for the aligned bundling feature, along with by Eli Bendersky · 12 years ago
- 16996c4 Tests for the aligned bundling support added in r170718 by Eli Bendersky · 12 years ago
- 4766ef4 Aligned bundling support. Following the discussion here: by Eli Bendersky · 12 years ago
- 5d3cfa6 Use MachineInstrBuilder for PHI nodes in SelectionDAGISel. by Jakob Stoklund Olesen · 12 years ago
- 0eaf5a5 Fix inadvertant delete of 'has'. by Jim Grosbach · 12 years ago
- 7f6ece8 Use MachineInstrBuilder in InstrEmitter. by Jakob Stoklund Olesen · 12 years ago
- 7b79b98 Use MachineInstrBuilder in a few CodeGen passes. by Jakob Stoklund Olesen · 12 years ago
- ffc7d3b Simplify the testcase a bit. by Rafael Espindola · 12 years ago
- d5d46ac Loop Vectorizer: turn-off if-conversion. by Nadav Rotem · 12 years ago
- 67ae135 Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call. by James Molloy · 12 years ago
- 6af228a Remove MCTargetAsmLexer and its derived classes now that edis, by Roman Divacky · 12 years ago
- 332bd79 Adding support for llvm.arm.neon.vaddl[su].* and by Renato Golin · 12 years ago
- da5cd6a llvmbuild/main.py: Let LibraryDependencies.inc deterministic. by NAKAMURA Takumi · 12 years ago
- 00f8102 Formatting fixes. Remove some unnecessary 'else' after 'return'. No functional change. by Craig Topper · 12 years ago
- 41a05dc Removing trailing whitespace by Craig Topper · 12 years ago
- 27210d2 Implement cfi_def_cfa_offset. "Make check" test case for this comming in the by Reed Kotler · 12 years ago
- 0fd83132 There is one more patch to finish large frames. Make sure we assert by Reed Kotler · 12 years ago
- 82a36e2 Add constant extender support to GP-relative load/store instructions. by Jyotsna Verma · 12 years ago
- 39498d1 Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps. by Jyotsna Verma · 12 years ago
- bacbf1c set register class properly for mips16 here by Reed Kotler · 12 years ago
- 399532b Undefine PPC harder. by Rafael Espindola · 12 years ago
- c28ee96 This assert is overly restrictive and does not work for mips16. by Reed Kotler · 12 years ago
- 1f23239 Turn on register scavenger for Mips 16 by Reed Kotler · 12 years ago
- 9bf571f [mips] Refactor SLT (set on less than) instructions. Separate encoding by Akira Hatanaka · 12 years ago
- c230615 [mips] Refactor unconditional branch instruction. Separate encoding information by Akira Hatanaka · 12 years ago
- 1e7739f [mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass by Akira Hatanaka · 12 years ago
- 77e85f3 [mips] Delete definition of CPRESTORE instruction. by Akira Hatanaka · 12 years ago
- 5c54025 [mips] Refactor conditional branch instructions with one register operand. by Akira Hatanaka · 12 years ago
- 488fdce Don't use isa<CallInst>(this) in the constructor for CallInst's base class. by Richard Smith · 12 years ago
- c488901 [mips] Refactor conditional branch instructions with two register operands. by Akira Hatanaka · 12 years ago
- cef95f7 fix most of remaining issues with large frames. by Reed Kotler · 12 years ago
- 68fe665 [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy by Akira Hatanaka · 12 years ago
- ba836a2 Fix use-before-construction of X86TargetLowering. by Richard Smith · 12 years ago
- fe4ef2c Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefined by Richard Smith · 12 years ago
- e8ce626 Don't leave IsUnsigned uninitialized in a default-constructed APSInt. Copying by Richard Smith · 12 years ago
- 2427773 [mips] Change the order of template parameters. Move the default parameters to by Akira Hatanaka · 12 years ago
- cdc0c59 [mips] Refactor shift instructions with register operands. Separate encoding by Akira Hatanaka · 12 years ago
- 0dad34a [mips] Refactor shift immediate instructions. Separate encoding information by Akira Hatanaka · 12 years ago
- ab48c50 [mips] Refactor arithmetic and logic instructions with immediate operands. by Akira Hatanaka · 12 years ago
- 23a3da0 [mips] Refactor arithmetic and logic instructions. Separate encoding by Akira Hatanaka · 12 years ago
- 7d31849 docs: Show TOC for GettingStarted.rst. by Sean Silva · 12 years ago
- c9e30ea [mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and by Akira Hatanaka · 12 years ago
- 6241703 docs: Clean up adornments. by Sean Silva · 12 years ago
- 68d5b27 docs: ASCII-fy by Sean Silva · 12 years ago
- d3071bb Loop Vectorizer: Enable if-conversion. by Nadav Rotem · 12 years ago
- f667072 s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Attributes. by Bill Wendling · 12 years ago
- 99d8e76 Do not introduce vector operations in functions marked with noimplicitfloat. by Bob Wilson · 12 years ago
- 4636776 Clean up some DOxygen comments. by Jim Grosbach · 12 years ago
- 39758cd Clean up some DOxygen comments. by Jim Grosbach · 12 years ago
- 8efd0f0 Fix an uninitialized member variable, found by -fsanitize=bool. by Richard Smith · 12 years ago
- a6603b3 whitespace by Nadav Rotem · 12 years ago
- f9962d9 doc: resize the image. by Nadav Rotem · 12 years ago
- 6b207d3 Target/R600: Update MIB according to r170588. by NAKAMURA Takumi · 12 years ago
- 6d1fc53 Doc: update the chart. by Nadav Rotem · 12 years ago