2017-01-19 |
Kevin Enderby | Remove this test from the r292500 commit till Chris... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Kevin Enderby | Add support for the new LC_NOTE load command. |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Simon Pilgrim | [X86][SSE] Attempt to pre-truncate arithmetic operation... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Sanjay Patel | [InstCombine] icmp Pred (shl nsw X, C1), C0 --> icmp... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Simon Pilgrim | [X86][SSE] Added tests for pre-truncating arithmetic... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Mikael Holmen | [DAG] Don't increase SDNodeOrder for dbg.value/declare. |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Malcolm Parsons | [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Mikael Holmen | Test commit access, remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Kristof Beyls | [GlobalISel] Pointers are legal operands for G_SELECT... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Elena Demikhovsky | Recommiting unsigned saturation with a bugfix. |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Daniel Sanders | Re-commit: [globalisel] Tablegen-erate current Register... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Justin Bogner | GlobalISel: Implement widening for shifts |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Craig Topper | [AVX-512] Add test cases that show where we are using... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Craig Topper | [AVX-512] Support ADD/SUB/MUL of mask vectors |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Matt Arsenault | AMDGPU: Disable some fneg combines unless nsz |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Matt Arsenault | AMDGPU: Remove modifiers from v_div_scale_* |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Craig Topper | [X86] Merge LowerADD and LowerSUB into a single LowerAD... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Mike Aizatsky | [sancov] applying blacklist to covered points too |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Saleem Abdulrasool | llvm-cxxfilt: filter out invalid manglings |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Craig Topper | [AVX-512] Use VSHUF instructions instead of two inserts... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Craig Topper | [AVX-512] Add additional test cases for broadcast intri... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Michael Kuperstein | [PM] Add LoopVectorize to the default module pipeline |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Peter Collingbourne | LowerTypeTests: Implement exporting of type identifiers. |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Justin Bogner | GlobalISel: Implement narrowing for G_LOAD |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Justin Bogner | GlobalISel: Fix text wrapping in a comment. NFC |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Matthias Braun | Use an actual valid register in test |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Dehao Chen | Add -debug-info-for-profiling to emit more debug info... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Michael Kuperstein | [LV] Run loop-simplify and LCSSA explicitly instead... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Matthias Braun | LiveIntervalAnalysis: Cleanup; NFC |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Artem Belevich | [NVPTX] Fix lowering of fp16 ISD::FNEG. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Eli Friedman | [SCEV] Make getUDivExactExpr handle non-nuw multiplies... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Eli Friedman | Preserve domtree and loop-simplify for runtime unrolling. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Krzysztof Parzyszek | Treat segment [B, E) as not overlapping block with... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Krzysztof Parzyszek | [Hexagon] Remove dead defs from the live set when expan... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Michael Kuperstein | Revert r291670 because it introduces a crash. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Mehdi Amini | Improve the `-filter-print-funcs` option to skip the... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sanjay Patel | [InstCombine] add tests for shl nsw with icmp eq/ne... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sanjay Patel | [InstCombine] add an assert to make a shl+icmp transfor... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Haicheng Wu | [CodeGenPrepare] Fix a typo in the comment. NFC. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sanjay Patel | [InstCombine] remove a redundant check; NFCI |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Peter Collingbourne | ThinLTOBitcodeWriter: Clear comdats on filtered globals. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Peter Collingbourne | Cloning: Copy comdats when cloning globals. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Michael Kuperstein | Fix up a comment. NFC. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Michael Kuperstein | [LV] Allow reductions that have several uses outside... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Bogner | cmake: Only sanitize use-after-scope if the host compil... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Evandro Menezes | [AArch64] Generate literals by the little end |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Davide Italiano | [NewGVN] We don't use postdom info anymore. Update. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Mehdi Amini | [ThinLTO] Add a recursive step in Metadata lazy-loading |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Graydon Hoare | [lit] Support sharding testsuites, for parallel execution. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Alexey Bataev | [SLP] Add a tests for a fix for PR30787. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Stanislav Mekhanoshin | [AMDGPU] Do not allow register coalescer to create... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Bogner | GlobalISel: Implement narrowing for G_STORE |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Bogner | GlobalISel: Correct copy-pasted comment. NFC |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Teresa Johnson | Don't create a comdat group for a dropped def with... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kirill Bobyrev | Revert 292404 due to buildbot failures. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kirill Bobyrev | [X86] Minor code cleanup to fix several clang-tidy... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sam Parker | [ARM] Create SubtargetFeatures from build attrs |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Pavel Labath | raw_fd_ostream: Make file handles non-inheritable by... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Chad Rosier | [Assembler] Fix crash when assembling .quad for AArch32. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Florian Hahn | [thumb,framelowering] Reset NoVRegs in Thumb1FrameLower... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | [InstCombine][AVX2] Add DemandedElts support for VPERMD... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Daniel Sanders | Re-revert: [globalisel] Tablegen-erate current Register... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | [InstCombine][AVX2] Tests showing missed opportunities... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Daniel Sanders | Re-commit: [globalisel] Tablegen-erate current Register... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sam Parker | [ARM] Create objdump subtarget from build attrs |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | [InstCombine] Remove unnecessary intrinsics demanded... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | Fixed parser error on windows shell evaluation of RUN... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | [X86][SSE] Simplify umax knownbits test |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Michael Zuckerman | [X86] Improve mul combine for negative multiplayer... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Renato Golin | Revert "[XRay][Arm] Repair XRay table emission on Arm32... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Jonas Paulsson | [SystemZ] Proper handling of undef flag while expanding... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Marina Yatsina | [X86] Fix for bugzilla 31576 - add support for "data32... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Fix one more local variab... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Chandler Carruth | [PM] Teach LoopDeletion to correctly update the LPM... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Make this test actually... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Matt Arsenault | DAG: Consider nnan in isKnownNeverNaN |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Wei Mi | Revert rL292292 since it causes a SEGV on sanitizer... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kostya Serebryany | [libFuzzer] remove stale code |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Pengxuan Zheng | [test-release.sh] Add Polly to the list of projects |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Dan Gohman | [WebAssembly] Update grow_memory's return type. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Matthias Braun | MIRParser: Allow regclass specification on operand |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Eugene Zelenko | [Target, Transforms] Fix some Clang-tidy modernize... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kostya Serebryany | [libFuzzer] exit(1) on failed merge |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kostya Serebryany | [libFuzzer] better link for trophies |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Support global variables of integer type larger... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Xin Tong | 2 returns next to each other =). NFC |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Xin Tong | Skip loop header while we can when computing loop safet... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Eric Fiselier | [LIT] Make util.executeCommand python3 friendly |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Standardize asm printer on "foo \tbar". |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Clean up nested !strconcat calls. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Implement min/max in tablegen, rather than... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Lower integer absolute value idiom to abs instr... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Improve lowering of llvm.ctpop. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Add lowering for llvm.bitreverse. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Fix function names in ctlz.ll test. Test-only... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Improve lowering of llvm.ctlz. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [IR] Grammar police: "intact" is one word. NFC |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sanjay Patel | [InstCombine] add tests to show missed shrinkage; NFC |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Kostya Serebryany | [libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitiz... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Dehao Chen | Introduce -unroll-partial-threshold to separate Partial... |
commit | commitdiff | tree | snapshot |
next |