- 4912863 [MachineDominatorTree] Provide a method to inform a MachineDominatorTree that a by Quentin Colombet · 11 years ago
- 4551342 Fix (re-)creation of unittest lit.site.cfg for clang-tools-extra. by Benjamin Kramer · 11 years ago
- d3fa093 utils: Fix segfault in flattencfg by Jan Vesely · 11 years ago
- f7a325b Initialize FlattenCFG pass by Jan Vesely · 11 years ago
- c73a086 Simplify memory ownership with std::unique_ptr. by Rafael Espindola · 11 years ago
- d6448b2 Simplify ownership with std::unique_ptr. NFC. by Rafael Espindola · 11 years ago
- bd949ee R600: Correctly set the src value offset for scalarized kernel args by Matt Arsenault · 11 years ago
- 00e08fc Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
- f58eecf Test commit, remove trailing whitespace by Benjamin Foster · 11 years ago
- 05a76eb [DAGCombiner] Improved target independent vector shuffle combine rule. by Andrea Di Biagio · 11 years ago
- 48017d1 [mips] Refactor calls to setCanHaveModuleDir. by Toma Tabacu · 11 years ago
- adc58a6 [shuffle] Stand back! I'm about to (try to) do math! by Chandler Carruth · 11 years ago
- 3c02eb1 Asserting that the call to chdir succeeds in this test. Fixes some -Wunused-result warnings. by Aaron Ballman · 11 years ago
- 701073e [optnone] Make the optnone attribute effective at suppressing function by Chandler Carruth · 11 years ago
- 8b77c00 Silence a -Wparenthesis warning with these asserts. NFC. by Aaron Ballman · 11 years ago
- 2322024 [SKX] Extended non-temporal load/store instructions for AVX512VL subsets. by Robert Khasanov · 11 years ago
- 5d16d6c Re-commit: [mips] Implement .ent, .end, .frame, .mask and .fmask. by Daniel Sanders · 11 years ago
- ba20fb1 [shuffle] Make the seed an optional component and add support for by Chandler Carruth · 11 years ago
- 5e5aa94 Revert r215415 which causse MSan to crash on a great deal of C++ code. by Chandler Carruth · 11 years ago
- 9188011 [shuffle] Teach the shuffle fuzzer to fuzz blends, including forming by Chandler Carruth · 11 years ago
- 4c97c14 AVX-512: Fixed a bug in shufflevector lowering. by Elena Demikhovsky · 11 years ago
- 7ef167a InstCombine: Combine (xor (or %a, %b) (xor %a, %b)) to (add %a, %b) by Karthik Bhat · 11 years ago
- 59ee88d [NVPTX] Remove MemIntrinsicSDNode/MemSDNode duplicate checking by Hal Finkel · 11 years ago
- 12a0c0b Fix examples of "named metadata" (some of which isn't named). by Nick Lewycky · 11 years ago
- 08cfa8c [shuffle] Tweak the shuffle fuzzer to support bigger seeds. I'm by Chandler Carruth · 11 years ago
- 6bb093b [x86] Rewrite a core part of the new vector shuffle lowering to handle by Chandler Carruth · 11 years ago
- e693d3c [PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic by Hal Finkel · 11 years ago
- 695e914 Fix classof for ISD::INTRINSIC_W_CHAIN and INTRINSIC_VOID by Hal Finkel · 11 years ago
- 4c9467e [AVX512] Verify the code generated for the intrinsic _mm512_broadcastsd_pd by Adam Nemet · 11 years ago
- 8ebea01 Fix -Wsign-compare warnings by David Blaikie · 11 years ago
- 151f8ce APInt: Make self-move-assignment a no-op to fix stage3 clang-cl by Reid Kleckner · 11 years ago
- ee8b879 Remove a condition that can never be true, as wittnessed by the assert above. by Adrian Prantl · 11 years ago
- 6ea7f36 [AVX512] Handle valign masking intrinsic via C++ lowering by Adam Nemet · 11 years ago
- 00139e5 Allwo bitcast + struct GEP transform to work with addrspacecast by Matt Arsenault · 11 years ago
- 3c57820 R600: Use optimized 24bit path in udivrem by Jan Vesely · 11 years ago
- 1001344 R600: Remove unused code. by Jan Vesely · 11 years ago
- b40562c R600: Use i24 optimized path for SREM by Jan Vesely · 11 years ago
- 693defb Fix a parentheses warning introduced in r215394. by Quentin Colombet · 11 years ago
- 49135bb Don't upgrade global constructors when reading bitcode by Duncan P. N. Exon Smith · 11 years ago
- 01c6ad0 fixed typos by Sanjay Patel · 11 years ago
- 8b14a49 Make the test a bit more strict. by Rafael Espindola · 11 years ago
- f531e92 Add a plugin testcase for merging weak variables. by Rafael Espindola · 11 years ago
- 87d7e90 llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak. They have not been failing since r215176. by NAKAMURA Takumi · 11 years ago
- 0dbff88 Reverted my "Testing commit access" commit. by Toma Tabacu · 11 years ago
- 589e61a Testing commit access. by Toma Tabacu · 11 years ago
- 48bfab8 llvm-objdump: print contents of MachO __unwind_info sections by Tim Northover · 11 years ago
- 99cd10f Have MachineRegisterInfo take and store the MachineFunction it by Eric Christopher · 11 years ago
- 392f7d9 [MachineCombiner] Fix for ICE bug 20598 by Gerolf Hoflehner · 11 years ago
- 2925be5 IR: Print a newline when dumping Types by Justin Bogner · 11 years ago
- 601bf96 [OCaml] Expose Llvm.get_operand_use. by Peter Zotov · 11 years ago
- 7cfad3e [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse. by Peter Zotov · 11 years ago
- a6bd9bd DebugLocEntry: Restore the comparison predicate from before the by Adrian Prantl · 11 years ago
- 2376160 msan: Handle musttail calls by Reid Kleckner · 11 years ago
- 2970677 Move helper for getting a terminating musttail call to BasicBlock by Reid Kleckner · 11 years ago
- 524cd2e Revert "Partially revert r214761 that asserted that all concrete debug info variables had DIEs, due to a failure on Darwin." by David Blaikie · 11 years ago
- bc7206a [MachineSink] Improve the compile time by preserving the dominance information by Quentin Colombet · 11 years ago
- 4935833 [x86] Fold extract_vector_elt of a load into the Load's address computation. by Michael J. Spencer · 11 years ago
- 79fb67b Add a couple of convenience accessors to DebugLocEntry::Value to further by Adrian Prantl · 11 years ago
- 61b3abb R600/SIInstrInfo.cpp: Suppress an warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
- acd4d8e [ARM] Mark VMOVDRR with the RegSequence property and implement the related by Quentin Colombet · 11 years ago
- 74f89fe Make these DebugLocEntry::Value comparison operators friend functions by Adrian Prantl · 11 years ago
- ce9ccc0 Add missing closing namespace comment. by Jim Grosbach · 11 years ago
- 3392b33 AArch64: Tidy up a few comments. by Jim Grosbach · 11 years ago
- e8be18e InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b) by David Majnemer · 11 years ago
- 13f4476 R600/SI: Add a ComplexPattern for selecting MUBUF _OFFSET variant by Tom Stellard · 11 years ago
- f56c55d R600/SI: Add an _OFFEN variant MUBUF_STORE_* and use it for scratch writes by Tom Stellard · 11 years ago
- 68e9ebb R600/SI: Add check for low 32 bits of encoding to mubuf tests by Tom Stellard · 11 years ago
- 728d0e4 R600/SI: Clear lds bit on MUBUF instructions used for private stores by Tom Stellard · 11 years ago
- 0df264a R600/SI: Fix broken test by Tom Stellard · 11 years ago
- 1b42540 Add isRegSequence property. by Quentin Colombet · 11 years ago
- 7f4f923 [AArch64] Fix registerAllocator assigns same register for base and wback in by Quentin Colombet · 11 years ago
- 7189d07 Debug info: Remove an obsolete constructor from DebugLocEntry. by Adrian Prantl · 11 years ago
- db72188 Debug info: Modify DebugLocEntry::addValue to take multiple values so it by Adrian Prantl · 11 years ago
- 59b6049 Debug info: Further simplify the implementation of buildLocationList by by Adrian Prantl · 11 years ago
- b89cf2a Debug Info: Move the sorting and uniqueing of pieces from emitLocPieces() by Adrian Prantl · 11 years ago
- 0ca6b9f Debug info: Refactor DebugLocEntry's Merge function to make by Adrian Prantl · 11 years ago
- 6c2be4f ARM: try harder to detect non-IT eligible instructions by Saleem Abdulrasool · 11 years ago
- b2d2f283 Fix using -plugin-opt=apiflie when also using -plugin-opt=emit-llvm. by Rafael Espindola · 11 years ago
- 7c0fa0c Correct a missing RUN line in the ARM codegen test for fneg ops. We should also explicitly specify +/-neonfp. by Sanjay Patel · 11 years ago
- d7f37d8 Add missing test for r215031 by Reid Kleckner · 11 years ago
- b81e6cf MC: Diagnose an unexpected token in COFF .section instead of asserting by Reid Kleckner · 11 years ago
- a7f0941 Fix typos: * libaries => libraries * avaiable => available by Sylvestre Ledru · 11 years ago
- 69ca26c Fix use of uninitialized variable. by Rafael Espindola · 11 years ago
- cb7da63 Use an early return. NFC. by Rafael Espindola · 11 years ago
- e20f611 Revert r215359 - [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directives by Daniel Sanders · 11 years ago
- 36cf28e [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directives by Daniel Sanders · 11 years ago
- efa23d3 PeepholeOptimizer: make parameter ref to SmallPtrSetImpl by Hans Wennborg · 11 years ago
- 4d97a1a Make this SmallVector size a power of two as suggested by Chandler by Hans Wennborg · 11 years ago
- af713d3 AArch64: add support for dynamic-loader relocations by Tim Northover · 11 years ago
- e659e17 AVX-512: added a missing bitcast from v16f32 to v16i32 by Elena Demikhovsky · 11 years ago
- f34a60c llvm-readobj: zero out timestamp in COFF auto-generated test files. by Tim Northover · 11 years ago
- 835cfaa llvm-objdump: fix remaining use of %x format specifier for 64-bit values by Tim Northover · 11 years ago
- 17ef00e ARM: __gnu_h2f_ieee and __gnu_f2h_ieee always use the soft-float calling convention by Oliver Stannard · 11 years ago
- 0679d2d In Machine CSE pass, the source register of a COPY machine instruction can by Jiangning Liu · 11 years ago
- 1505fa4 In LVI(Lazy Value Info), originally value on a BB can only be caculated once, by Jiangning Liu · 11 years ago
- 07f1b21 Re-commit "Increase the size of this SmallVector in PeepholeOptimizer." (r215340) by Hans Wennborg · 11 years ago
- cb57e03 Revert "Increase the size of this SmallVector in PeepholeOptimizer." (r215340) by Hans Wennborg · 11 years ago
- 9796e98 Increase the size of this SmallVector in PeepholeOptimizer. by Hans Wennborg · 11 years ago
- 9af0902 SubTargetFeature.cpp: it seems the size of this SmallVector should be 3 by Hans Wennborg · 11 years ago
- e4506cd Increase the size of SpillPlacement::BlockFrequencies. by Hans Wennborg · 11 years ago