- 903567c Test Commit: Reformats 2 lines in LangRef.rst by Mohammad Shahid · 10 years ago
- e0d3c7c Linker: Remove empty destructor. by Peter Collingbourne · 10 years ago
- 22df81e LTO: Simplify ownership of LTOCodeGenerator::TargetMach. by Peter Collingbourne · 10 years ago
- ad3f32e LTO: Simplify ownership of LTOCodeGenerator::CodegenOptions. by Peter Collingbourne · 10 years ago
- 83b0a9b [Sparc] Support user-specified stack object overalignment. by James Y Knight · 10 years ago
- c1e784c TransformUtils: Introduce module splitter. by Peter Collingbourne · 10 years ago
- 81fc7b2 SparcAsmParser.cpp: Appease msc x86. by NAKAMURA Takumi · 10 years ago
- 7f0a6c9 AArch64: Fix testcase of r245640 by Matthias Braun · 10 years ago
- 3dc9abd [SLP] Add one more test case for propagating 'nontemporal' attributes. by Michael Zolotukhin · 10 years ago
- 6973889 delete more dead code from this testcase. by Adrian Prantl · 10 years ago
- 37d4cd8 Further reduce the IR in this testcase based on a further reduction by Adrian Prantl · 10 years ago
- 57970eb AArch64: Fix cmp;ccmp ordering by Matthias Braun · 10 years ago
- 05b3080 AArch64: Do not create CCMP on multiple users. by Matthias Braun · 10 years ago
- bdab9f9 [InstSimplify] add nuw %x, C2 must be at least C2 by David Majnemer · 10 years ago
- b4fce5a [WebAssembly] Mark more operators as Expand. by Dan Gohman · 10 years ago
- ba38902 [InstCombine] Transform A & (L - 1) u< L --> L != 0 by Sanjoy Das · 10 years ago
- 9cd73ad [SLP] Propagate 'nontemporal' attribute into vectorized instructions. by Michael Zolotukhin · 10 years ago
- c23d147 [LoopVectorize] Propagate 'nontemporal' attribute into vectorized instructions. by Michael Zolotukhin · 10 years ago
- 178fbb3 Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata() by Adrian Prantl · 10 years ago
- 14fea5b [X86] Look for scalar through one bitcast when lowering to VBROADCAST. by Ahmed Bougacha · 10 years ago
- ed7eb85 [X86] Add some broadcast-from-memory tests. by Ahmed Bougacha · 10 years ago
- 1670bbc [NVPTX] truncating 64-bit to 32-bit is free by Jingyue Wu · 10 years ago
- ad0ddd8 [X86] Replace avx2 broadcast intrinsics with native IR. by Ahmed Bougacha · 10 years ago
- dc4b9ef [asan] Add ASAN support for AArch64 42-bit VMA by Adhemerval Zanella · 10 years ago
- df4b7e6 [ValueTracking] computeOverflowForSignedAdd and isKnownNonNegative by Jingyue Wu · 10 years ago
- 4d9e28f [LVI] Avoid iterator invalidation in LazyValueInfoCache::threadEdge by Bruno Cardoso Lopes · 10 years ago
- 2c12b35 Fix a bug that caused SimplifyCFG to drop DebugLocs. by Adrian Prantl · 10 years ago
- 0f8344c Fix a debug location handling bug in GVN. by Adrian Prantl · 10 years ago
- 027e2d7 [LVer] Fix FIXME: hide addPHINodes, NFC by Adam Nemet · 10 years ago
- d44dd17 [ARM] Don't try and custom lower a vNi64 SETCC. by James Molloy · 10 years ago
- 9a6dbcb Fix symbol value computation when part of the expression is weak. by Rafael Espindola · 10 years ago
- 950d9fd [Sparc]: correct the 'set' synthetic instruction by Douglas Katzman · 10 years ago
- b2026a6 Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation. by Balaram Makam · 10 years ago
- 9a4e2cb [mips][microMIPS] Add microMIPS32r6 and microMIPS64r6 tests for existing 16-bit ADDIUR1SP, ADDIUR2, ADDIUS5 and ADDIUSP instructions by Zoran Jovanovic · 10 years ago
- 4ca59ab [X86] Fix FBLD and FBSTP by Marina Yatsina · 10 years ago
- 8d1c57f [X86] Fix bug in COMISD and COMISS definition in td files by Marina Yatsina · 10 years ago
- 42c100a Make helper functions static. NFC. by Benjamin Kramer · 10 years ago
- fa1aef3 [X86] Fix the (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2)) fold by David Majnemer · 10 years ago
- 0299ff2 Revert "[DSE] Enable removal of lifetime intrinsics in terminating blocks" by Bjorn Steinbrink · 10 years ago
- 1ca4f6f [DSE] Enable removal of lifetime intrinsics in terminating blocks by Bjorn Steinbrink · 10 years ago
- cce9e53 [ARC] Pull the ObjC ARC components that really serve the role of by Chandler Carruth · 10 years ago
- d51dd69 [PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons by Hal Finkel · 10 years ago
- c2b62e0 [PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignore ppc_fp128 by Hal Finkel · 10 years ago
- e2e6dea MIR Serialization: Use the global value syntax for global value memory operands. by Alex Lorenz · 10 years ago
- 7767642 MIR Serialization: Change syntax for the call entry pseudo source values. by Alex Lorenz · 10 years ago
- 81a3a8e Fix test failure introduced by r245521. by Alex Lorenz · 10 years ago
- e8a4197 MIR Serialization: Serialize unnamed local IR values in memory operands. by Alex Lorenz · 10 years ago
- 5e27856 MIR Parser: parseIRValue should take in a constant pointer. NFC. by Alex Lorenz · 10 years ago
- 56e5839 MIR Printer: Extract the code that prints IR slots to a separate function. NFC. by Alex Lorenz · 10 years ago
- 1168321 Allow Optionals to be compared to None by David Blaikie · 10 years ago
- 3c8ad80 [CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-private-field unconditionally. by NAKAMURA Takumi · 10 years ago
- 3b7c3d3 [x86] enable machine combiner reassociations for scalar double-precision min/max by Sanjay Patel · 10 years ago
- d81980d [x86] enable machine combiner reassociations for scalar single-precision maximums by Sanjay Patel · 10 years ago
- 0898cdd [DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding by Simon Pilgrim · 10 years ago
- 58f4f24 [AArch64][FastISel] Don't fold shifts with UB. by Juergen Ributzka · 10 years ago
- 26047ea [X86] Emit more efficient >= comparisons against 0 by David Majnemer · 10 years ago
- 6e53cbd [WebAssembly] Use the default alignment for SIMD types. by Dan Gohman · 10 years ago
- 4d3b3bf [DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR (or undef) to VECTOR_SHUFFLE. by Simon Pilgrim · 10 years ago
- 42bf5e9 Replace some calls to isa<LandingPadInst> with isEHPad() by David Majnemer · 10 years ago
- fd86e6d Minor tidying of regex in a test by Paul Robinson · 10 years ago
- 73e587e [Sparc]: asm-only support for the ldstub instruction. by Douglas Katzman · 10 years ago
- 711f2fd MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC. by Alex Lorenz · 10 years ago
- dab6ae0 MIR Serialization: Serialize instruction's register ties. by Alex Lorenz · 10 years ago
- b326c12 Temporary fix for the self-host failures introduced by rL244921. by Nemanja Ivanovic · 10 years ago
- baf422e MIR Serialization: Serialize defined registers that require 'def' register flag. by Alex Lorenz · 10 years ago
- 71a40e6 [PeepholeOptimizer] Look through PHIs to find additional register sources by Bruno Cardoso Lopes · 10 years ago
- 52dfca7 [SPARC] Enable writing to floating-point-state register. by Douglas Katzman · 10 years ago
- 1356c79 [Kaleidoscope] More inter-chapter diff reduction. by Lang Hames · 10 years ago
- 4d554fb [docs] Fix minor typo in CodingStandards.rst by Vedant Kumar · 10 years ago
- 44364a3 [Kaleidoscope] Clang-format the Kaleidoscope tutorials. by Lang Hames · 10 years ago
- 09f1564 [AArch64] Improve short-form diags on long-form Match_InvalidOperand. by Ahmed Bougacha · 10 years ago
- 25faeeb [SCEV] Fix GCC 4.8.0 ICE in lambda function by Hal Finkel · 10 years ago
- fc5268d [LAA] Comment how memchecks are codegened by Adam Nemet · 10 years ago
- 29471d2 Revert "[AArch64] Simplify/refactor code to ease code review. NFC." by Renato Golin · 10 years ago
- 946eb8b x32. Fixes a bug in x32 exception handling. by Derek Schuff · 10 years ago
- 36fdcfb x32. Fixes jmp %reg in x32 by JF Bastien · 10 years ago
- f760d95 [Sparc] Rename LoadASR and StoreASR from r245360 to *ASI, as was intended. by James Y Knight · 10 years ago
- 1b1f2b2 Revert "[PeepholeOptimizer] Look through PHIs to find additional register sources" by Bruno Cardoso Lopes · 10 years ago
- 77c6e1a [SPARC] Fix BooleanContents, so that select of a trunc doesn't by James Y Knight · 10 years ago
- 468e70f [AArch64] Simplify/refactor code to ease code review. NFC. by Chad Rosier · 10 years ago
- bccacca [PeepholeOptimizer] Look through PHIs to find additional register sources by Bruno Cardoso Lopes · 10 years ago
- 5a1af36 [ARM] Add instruction selection patterns for vmin/vmax by Silviu Baranga · 10 years ago
- ba54a70 Map %fprs to %asr6 in the Sparc assembler parser. by Joerg Sonnenberger · 10 years ago
- c457f1e Emit <regmask R1 R2 R3 ...> instead of just <regmask> in IR dumps. by Daniel Sanders · 10 years ago
- ab30763 Revert "[X86] Widen the 'AND' mask if doing so shrinks the encoding size" by Tobias Grosser · 10 years ago
- e8a6608 [X86] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for minsize by Michael Kuperstein · 10 years ago
- a4fe294 [TLI] Refactor "is integer division cheap" queries. by Michael Kuperstein · 10 years ago
- d1c2981 Remove an empty directory left after r245318. by Alexander Kornienko · 10 years ago
- 691fcff More clean up, still NFC. Remove dead variables now that the casts are gone. by Nick Lewycky · 10 years ago
- b3796f6 Clean up this file a little. Remove dead casts, casting Values to Values. Adjust some comments for typos and whitespace. NFC. by Nick Lewycky · 10 years ago
- 21ea9dd Exposed findDefsUsedOutsideOfLoop as a loop utility function by Ashutosh Nema · 10 years ago
- 8545f7f [LPM] Teach the legacy pass manager to support *using* an analysis by Chandler Carruth · 10 years ago
- dd7ef64 Fix how DependenceAnalysis calls delinearization by Hal Finkel · 10 years ago
- d5369c9 Revert "Fix PR24469 resulting from r245025 and re-enable dead store elimination across basicblocks." by Eric Christopher · 10 years ago
- 25fa0d4 Make ScalarEvolution::isKnownPredicate a little smarter by Hal Finkel · 10 years ago
- b5d7579 Split ARM and AArch64 emutls.ll test by Chih-Hung Hsieh · 10 years ago
- a80c044 MIR Serialization: Serialize MMI's variable debug information. by Alex Lorenz · 10 years ago
- 0f33e74 [BasicAA] Add a test for PR24468 to be sure we won't regress by Quentin Colombet · 10 years ago
- 71f1967 [BasicAA] Revert r221876 because it can produce incorrect aliasing by Quentin Colombet · 10 years ago
- 3b9cfa1 Fix backward operands in call to isTruncateFree() and improve comments. by Steve King · 10 years ago