2017-03-02 |
Serge Pavlov | Do not verify MachimeDominatorTree if it is not calculated |
commit | commitdiff | tree | snapshot |
2017-03-02 |
Xin Tong | Fix typo. NFCI |
commit | commitdiff | tree | snapshot |
2017-03-02 |
Peter Collingbourne | cmake: Configure the ThinLTO cache directory when using... |
commit | commitdiff | tree | snapshot |
2017-03-02 |
Peter Collingbourne | LTO: When creating a local cache, create the cache... |
commit | commitdiff | tree | snapshot |
2017-03-02 |
Matthias Braun | LiveRegMatrix: Fix some subreg interference checks |
commit | commitdiff | tree | snapshot |
2017-03-02 |
Matthias Braun | LiveIntervalUnion: Remove unused function; NFC |
commit | commitdiff | tree | snapshot |
2017-03-02 |
Eli Friedman | Revert r296708; causing test failures on ARM hosts. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Eugene Zelenko | [Support] Fix some Clang-tidy modernize and Include... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Paul Robinson | Remove spurious use of LLVM_FALLTHROUGH (NFC) |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Amaury Sechet | [DAGCombiner] mulhi + 1 never overflow. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Ahmed Bougacha | [GlobalISel] Add a way for targets to enable GISel. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Amaury Sechet | Improve mulhi overflow test. NFC |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Eli Friedman | [ARM] Fix insert point for store rescheduling. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Eli Friedman | Add polly to svn:ignore. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Eli Friedman | [ARM] Check correct instructions for load/store resched... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Sanjay Patel | [DAGCombiner] fold binops with constant into select... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Reid Kleckner | [Constant Hoisting] Avoid inserting instructions before... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Eugene Zelenko | [MC] Fix MachineLocation constructor broken in r294685... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Amaury Sechet | Add test case for mulhi's overflow. NFC |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Victor Leschuk | [DebugInfo] [DWARFv5] Unique abbrevs for DIEs with... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Benjamin Kramer | [DAGCombiner] Remove non-ascii character and reflow... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Matthias Braun | LIU:::Query: Query LiveRange instead of LiveInterval... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Reid Kleckner | Elide argument copies during instruction selection |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Adam Nemet | New tool: opt-stats.py |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | Re-enable BinaryStreamTest.StreamReaderObject. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Craig Topper | [APInt] Optimize APInt creation from uint64_t |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Matthias Braun | LIU::Query: Remove unused getter; NFC |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Matthias Braun | LIU::Query: Remove always false member+getter; NFC |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Matthias Braun | LiveIntervalUnion: Remove unused functions; NFC |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Sanjay Patel | [InstCombine] use -instnamer and auto-generate complete... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | Disable BinaryStreamTest.StreamReaderObject. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Sanjay Patel | [x86] add vector tests for more coverage of D30502... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Nemanja Ivanovic | Improve scheduling with branch coalescing |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Nirav Dave | [DAG] Prevent Stale nodes from entering worklist |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Nirav Dave | Add test cases for merging stores of multiply used... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Krzysztof Parzyszek | [RDF] Replace {} with explicit constructor, since not... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Daniel Berlin | NewGVN: Add debug counter for value numbering |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Paul Robinson | [DWARF] Print leading zeros in type signature |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Krzysztof Parzyszek | [RDF] Add recursion limit to getAllReachingDefsRec |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | [PDB] Fix and re-enable BinaryStreamArray test. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Paul Robinson | Reorder fields for better packing. (NFC) |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Bob Haarman | enable building with LTO on Windows using clang-cl... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Paul Robinson | Alphabetize some cases (NFC) |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Hans Wennborg | Revert r296575 "[SLP] Fixes the bug due to absence... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Paul Robinson | [DWARF] Default lower bound should respect requested... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Artur Pilipenko | [DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Krzysztof Parzyszek | [Hexagon] Fix testcase accidentally broken by r296645 |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Krzysztof Parzyszek | [Hexagon] Fix lowering of formal arguments of type i1 |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | [PDB] Re-add BinaryStreamTest. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Hans Wennborg | [GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729) |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Vedant Kumar | Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | [PDB] Remove use of std error codes. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Diana Picus | clang-format r296631 |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Diana Picus | [ARM] GlobalISel: Lower call params that need extensions |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Sanjay Patel | [x86] auto-generate checks; NFC |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Sanjay Patel | [x86] regenerate checks; NFC |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Igor Laevsky | [DeadStoreElimination] Check function modref behavior... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Simon Dardis | [mips] Drop unneeded REQUIRES line in test. NFCI |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Sanjay Patel | [PPC] add tests for select-of-constants with binop... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Igor Laevsky | [BasicAA] Take attributes into account when requesting... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Alexey Bataev | [SLP] Preserve IR flags when vectorizing horizontal... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Alexey Bataev | [SLP] Preserve IR flags for extra args. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Oliver Stannard | [ARM] Fix bash-ism in test |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Oliver Stannard | [ARM] Fix parsing of special register masks |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Alexey Bataev | [SLP] Fix for PR32038: extra add of PHI node when it... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Ayman Musa | [X86] Fix creating vreg def after use. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Serge Pavlov | Process tilde in llvm::sys::path::native |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Mikael Holmen | Remove sometimes faulty rewrite of memcpy in instcombine. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
NAKAMURA Takumi | (Rewroking r296581) PDB/BinaryStreamTest.cpp: Appease... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
NAKAMURA Takumi | Revert r296581, "PDB/BinaryStreamTest.cpp: Appease... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
NAKAMURA Takumi | PDB/BinaryStreamTest.cpp: Appease mingw to avoid std... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Adam Nemet | [LV] These remark should have been missed remarks |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Mohammad Shahid | [SLP] Fixes the bug due to absence of in order uses... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Matt Arsenault | AMDGPU: Re-do update for branch-relaxation test |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Daniel Berlin | clang-format GenericDomTreeConstruction.h, since the... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Daniel Berlin | Only run the overloaded-intrinsic-name.ll test once... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Daniel Berlin | Keep attributes, calling convention, etc, when remangli... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | Move constexpr arrays out of class definition. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Eugene Zelenko | [DebugInfo] Fix some Include What You Use warnings... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | Fix signed / unsigned comparison warning. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | [PDB] Add an additional test for BinaryStreamRef. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Zachary Turner | [PDB] Add tests for BinaryStream. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Adam Nemet | [opt-viewer] Suggest installing the faster parser ... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Ahmed Bougacha | [CodeGen] Remove dead FastISel code after SDAG emitted... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Ahmed Bougacha | [GlobalISel] Replace all combined G_EXTRACT uses. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Paul Robinson | Add missing module/license header. NFC. |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Adam Nemet | [opt-viewer] Handle column number 0 |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Adam Nemet | Revert "(HEAD, origin/master, origin/HEAD, master)... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Adam Nemet | [LV] These should missed remarks |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Adrian Prantl | Teach the IR verifier to reject conflicting debug info... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Paul Robinson | [DWARFv5] llvm-mc support for new unit header. |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Dan Gohman | [WebAssembly] Convert the remaining unit tests to the... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Daniel Berlin | Update AMDGPU test branch-relaxation.ll for changes... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Eli Friedman | [ARM] Don't generate deprecated T1 STM. |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Krzysztof Parzyszek | [Hexagon] Generate extract instructions more aggressively |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Kostya Serebryany | [libFuzzer] remove usage of the old coverage instrument... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Daniel Berlin | Fix PR 24415 (at least), by making our post-dominator... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Peter Collingbourne | gold-plugin: Remove unused variable. |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Krzysztof Parzyszek | [Hexagon] Fix instruction selection for sign-extending... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Dean Michael... | [XRay][Docs] Update the XRay documentation |
commit | commitdiff | tree | snapshot |
next |