2016-08-04 |
Eric Christopher | After PR28761 use -Wall with -Werror in builtins tests... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Amaury Sechet | Fix intrinsics.ll test |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Amaury Sechet | Add popcount(n) == bitsize(n) -> n == -1 transformation. |
commit | commitdiff | tree | snapshot |
2016-08-04 |
David Majnemer | Forgot the dyn_cast_or_null intended for r277691. |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Bruno Cardoso... | [Darwin] Exclude interception union tests on Darwin... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
David Majnemer | Reinstate "[CloneFunction] Don't remove side effecting... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Bruno Cardoso... | Revert "GVN-hoist: enable by default" & "Make GVN Hoist... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Chandler Carruth | [PM] Change the name of the repeating utility to someth... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Sebastian Pop | Make GVN Hoisting obey optnone/bisect. |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Rui Ueyama | Remove buggy PROVIDE-in-output-description command. |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Rui Ueyama | Make ScriptParser::read* functions more functional... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Sebastian Pop | GVN-hoist: enable by default |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Dean Michael... | [compiler-rt][XRay] Stash xmm registers in the trampolines |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Rui Ueyama | pdbdump: Add a test to verify the result of PDB ->... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Rui Ueyama | pdbdump: Fix crash bug. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Rui Ueyama | Make filler expression compatible with gold. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Reid Kleckner | Only run ill.cc test on x86, 32 or 64 bit |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Justin Bogner | llvm-profdata: Clarify the top level help |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Alexander Kornienko | [clang-tidy] Inefficient string operation |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Kirill Bobyrev | [clang-rename] improve USRFindingAction |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Jim Ingham | Errors compiling breakpoint conditions will cause the... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Matthias Braun | RenameIndependentSubregs: Fix liveness query in rewrite... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Jim Ingham | Add the new OCaml support files to the Xcode project... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sanjay Patel | [InstCombine] use m_APInt to allow icmp eq (add X,... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Hubert Tong | [Concepts] remove default argument for RequiresClause... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Kevin Enderby | Needed change to lld for the changes to libObject/Archi... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Kevin Enderby | Clean up of libObject/Archive interfaces and change... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Guozhi Wei | [PPC] Handling CallInst in PPCBoolRetToInt |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Bruno Cardoso... | Revert "[ARM] Constant Materialize: imms with specific... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Rui Ueyama | Create only one vector instead of two. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
George Burgess IV | [MSSA] Fix a bug in MemorySSA's move ctor. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sebastian Pop | GVN-hoist: limit the length of dependent instructions |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sebastian Pop | GVN-hoist: compute DFS numbers once |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sebastian Pop | GVN-hoist: compute MSSA once per function (PR28670) |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sanjoy Das | [IndVars] Un-grepify test; NFC |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Yaxun Liu | [OpenCL] Fix size of image type |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Rui Ueyama | Rename functions that handle bitcode files. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Matthias Braun | opt-bisect-legacy-pass-manager.ll: Test only works... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Rui Ueyama | Do not instantiate Triple twice. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Rui Ueyama | Add EM_IAMCU support. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Reid Kleckner | Revert "[CloneFunction] Don't remove side effecting... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
George Burgess IV | [MSSA] clang-format. NFC. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
George Burgess IV | [MSSA] Add special handling for invariant/constant... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sanjay Patel | [InstCombine] use m_APInt to allow icmp eq (srem X... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
George Burgess IV | [MSSA] Add logic for special handling of atomics/volatiles. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Elliot Colp | I can't reproduce this buildbot failure locally, so... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Tobias Grosser | [InstCombine] Refactor optimization of zext(or(icmp... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sebastian Pop | Pass EphValues by const-ref as it is not modified in... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Nicolai Haehnle | [InstCombine] Cleanup select-bitext.ll tests |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Ivan Krasin | Add CFI tests for -lowertypetests-bitsets-level. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Simon Pilgrim | [X86][SSE] Enable target shuffle combining to combine... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Vedant Kumar | Reapply "More fixes to get good error messages for... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sanjay Patel | [InstCombine] use m_APInt to allow icmp (binop X, Y... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Vedant Kumar | Revert "More fixes to get good error messages for bad... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Krzysztof Parzyszek | [Hexagon] Generate COPY/REG_SEQUENCE more aggressively... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Duncan P. N... | IR: Drop uniquing when an MDNode Value operand is deleted |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Ehsan Amiri | Adding -verify-machineinstrs option to PowerPC tests |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Kirill Bobyrev | [docs] fix typo in clang-rename docs |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Krzysztof Parzyszek | [Hexagon-ish] Add function to print cell map contents... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Reid Kleckner | [ASan] Report illegal instruction exceptions in ASan |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Pirama Arumuga... | Disable KMP_CANCEL_THREADS on Android |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Nico Weber | lld-link: Include the name of bad input files in severa... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Jason Henline | [StreamExecutor] Add KernelLoaderSpec |
commit | commitdiff | tree | snapshot |
2016-08-03 |
David Majnemer | [CloneFunction] Don't crash if the value map doesn... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Luke Drummond | [RenderScript] Always create a new allocation ID in... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sanjay Patel | use local variables; NFC |
commit | commitdiff | tree | snapshot |
2016-08-03 |
David Majnemer | [CloneFunction] Don't remove side effecting calls |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Weiming Zhao | [ARM] Constant Materialize: imms with specific value... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Zachary Turner | [msf] Make FPM reader use MappedBlockStream. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Luke Drummond | Fix an unused variable warning in release builds. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Renato Golin | Revert "Teach CorrelatedValuePropagation to mark adds... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Benjamin Kramer | Hexagon: Use llvm_unreachable. NFC. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Etienne Bergeron | [compiler-rt] Fix CHECK coding style [NFC] |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Manuel Klimek | Fix bug in conflict check for Replacements::add(). |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Elliot Colp | Disable shrinking of SNaN constants |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Krzysztof Parzyszek | [Hexagon] Do not check alignment for unsized types... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Nico Weber | Revert an unintentional change from r277599 |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Nico Weber | Revert 277594, it caused PR28827 |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Sanjay Patel | add a vector variant of each test |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Manuel Klimek | Fix quadratic runtime when adding items to tooling... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Nicolai Haehnle | [InstCombine] Add select-bitext.ll tests |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Gil Rapaport | [Loop Vectorizer] Move store-predication into its own... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Rafael Espindola | Remove redundant argument. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Artur Pilipenko | Teach CorrelatedValuePropagation to mark adds as no... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Tobias Grosser | GPGPU: Mark kernel functions as polly.skip |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Igor Breger | [AVX512] Add aliases for vcvttss2si{l|q}, vcvttsd2si... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Ismail Donmez | Fix the BUILD_SHARED_LIBS=ON build, was getting the... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Chandler Carruth | [PM] Fix a mis-named parameter in parseLoopPass --... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
George Rimar | [ELF] - Linkerscript: support all kinds of sorting... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Chandler Carruth | [PM] Add the explicit copy, move, swap, and assignment... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Chandler Carruth | [PM] Add a generic 'repeat N times' pass wrapper to... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Dean Michael... | [XRay] Make the xray_instr_map section specification... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Etienne Bergeron | [compiler-rt] Remove incorrect folder layout for scudo. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Etienne Bergeron | [extra-tools] Fix extra tools build bot warnings due... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Kirill Bobyrev | [clang-tidy] address concerns with rL277340 |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Etienne Bergeron | [clang/test] Fix a flaky unittest on windows |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Eric Fiselier | Add MSVC specifics to .gitignore. Patch from STL@micros... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Eric Fiselier | Fix compile error due to mismatched iterator types... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Eric Fiselier | Fix an MSVC x64 compiler warning. Patch from STL@micros... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Eric Fiselier | Silence another occurrence of MSVC's suprious unused... |
commit | commitdiff | tree | snapshot |
next |