2015-09-08 |
Derek Schuff | x32. Fixes a bug in how struct va_list is initialized... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Kostya Serebryany | [libFuzzer] remove a piece of stale code |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Kostya Serebryany | [libFuzzer] be more robust when dealing with files... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Dan Gohman | [WebAssembly] Support running without a register alloca... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Matt Arsenault | Add const overload of findRegisterUseOperand |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Vedant Kumar | [docs] Update documentation for the landingpad instruction |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Sanjay Patel | refactor matches for De Morgan's Laws; NFCI |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Matt Arsenault | AMDGPU: Mark s_barrier as a high latency instruction |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Matt Arsenault | AMDGPU: Fix s_barrier flags |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Derek Schuff | x32. Fixes a bug in i8mem_NOREX declaration. |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Matt Arsenault | AMDGPU: Handle sub of constant for DS offset folding |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Diego Novillo | Fix PR 24723 - Handle 0-mass backedges in irreducible... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Davide Italiano | [MC/ELF] Accept zero for .align directive |
commit | commitdiff | tree | snapshot |
2015-09-08 |
David Blaikie | Fix CPP Backend for GEP API changes for opaque pointer... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Benjamin Kramer | Merge or combine tests and convert to FileCheck. |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Evgeniy Stepanov | Fix isDiscardableIfUnused to include available_external... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Sanjay Patel | remove function names from comments; NFC |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Andrew Kaylor | Fix for bz24500: Avoid non-deterministic code generatio... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Sanjay Patel | add tests for De Morgan instcombines based on PR22723 |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Sanjay Patel | fix typos, remove noise; NFCI |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Kostya Serebryany | [libFuzzer] better documentatio for -save_minimized_cor... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Vedant Kumar | [Bitcode] Add compatibility test for llvm 3.7.0 |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Kostya Serebryany | [libFuzzer] remove -iterations as redundant (there... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
JF Bastien | WebAssembly: NFC rename shr/sar |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Kostya Serebryany | [libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Jun Bum Lim | Remove white space (test commit) |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Zoran Jovanovic | [mips][microMIPS] Implement LLE, LUI, LW and LWE instru... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Dan Gohman | [WebAssembly] Temporarily disable this test, as it... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Igor Breger | AVX512: kunpck encoding implementation |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Dan Gohman | [WebAssembly] Enable SSA lowering and other pre-regallo... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Elena Demikhovsky | Removed an old comment, NFC |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Alex Lorenz | MIRLangRef: Add documentation for the subregister indices. |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Alex Lorenz | MIRLangRef: Add documentation for the global value... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Zoran Jovanovic | [mips][microMIPS] Implement SB, SBE, SCE, SH and SHE... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Jakub Kuderski | There is a trunc(lshr (zext A), Cst) optimization in... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Daniel Sanders | [mips] Reserve address spaces 1-255 for software use. |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Zoran Jovanovic | [mips][microMIPS] Add microMIPS32r6 and microMIPS64r6... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
NAKAMURA Takumi | [CMake][CMP0051] Avoid for user of objlib to use llvm_u... |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Elena Demikhovsky | compilation issue, NFC |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Elena Demikhovsky | fixed compilation issue, NFC. |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Elena Demikhovsky | AVX-512: Lowering for 512-bit vector shuffles. |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Davide Italiano | [llvm-readobj] Shrink code a little bit. No functional... |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Sanjay Patel | add missing regression tests for De Morgan's Law transf... |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Zoran Jovanovic | [mips][microMIPS] Implement ABS.fmt, CEIL.L.fmt, CEIL... |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Zoran Jovanovic | [mips][microMIPS] Implement BC16, BEQZC16 and BNEZC16... |
commit | commitdiff | tree | snapshot |
2015-09-07 |
John Brawn | [ARM] Get rid of SelectT2ShifterOperandReg, NFC |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Zoran Jovanovic | [mips][microMIPS] Implement CVT.D.fmt, CVT.L.fmt, CVT... |
commit | commitdiff | tree | snapshot |
2015-09-07 |
David Majnemer | CODE_OWNERS.TXT is supposed to be sorted by surname |
commit | commitdiff | tree | snapshot |
2015-09-07 |
NAKAMURA Takumi | Prune utf8 chars in comments. |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Simon Pilgrim | [X86][MMX] Added missing stack folding tests for MMX... |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Simon Pilgrim | [X86][AVX512] Added 512-bit vector shift tests. |
commit | commitdiff | tree | snapshot |
2015-09-06 |
David Majnemer | [InstCombine] Don't divide by zero when evaluating... |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Hal Finkel | [SelectionDAG] Swap commutative binops before constant... |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Hal Finkel | [PowerPC] Don't commute trivial rlwimi instructions |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Craig Topper | [TableGen] Use make_unique. NFC. |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Andrew Wilkins | [bindings] Update Go bindings to DIBuilder |
commit | commitdiff | tree | snapshot |
2015-09-05 |
David Majnemer | [InstCombine] Don't assume m_Mul gives back an Instruction |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Alexandros... | Added arch extensions and default target features in... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Simon Pilgrim | [X86] Updated vector lzcnt tests. Added missing vec512... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Simon Pilgrim | [X86] Updated vector tzcnt tests. Added vec512 tests. |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Simon Pilgrim | [X86] Updated vector popcnt tests. Added vec512 tests. |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Zoran Jovanovic | [mips][microMIPS] Implement ADD.fmt, SUB.fmt, MOV.fmt... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Andrew Wilkins | [cmake] rework LLVM_LINK_LLVM_DYLIB option handling |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Craig Topper | Fix build warning. |
commit | commitdiff | tree | snapshot |
2015-09-05 |
NAKAMURA Takumi | WinCOFFObjectWriter.cpp: Roll back TimeDateStamp along... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Davide Italiano | [MC] Convert other MachO tests from macho-dump to llvm... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Andrew Kaylor | Fix build warning |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Hal Finkel | [PowerPC] Fix and(or(x, c1), c2) -> rlwimi generation |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Andrew Kaylor | Fix build warning |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Evgeniy Stepanov | Fix passed env var name in lit for Android tests. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Andrew Kaylor | Fixing bad test syntax. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Andrew Kaylor | [WinEH] Teach SimplfyCFG to eliminate empty cleanup... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Kostya Serebryany | [libFuzzer] more accurate logic for traces, 80-char fix |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Davide Italiano | [llvm-readobj] MachO: dump the correct field. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Yaron Keren | Remove two unused includes and C++11 rangify for loops. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Simon Pilgrim | [X86][AVX] Test tidyup + regeneration. NFCI. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Peter Collingbourne | Add powerpc64 to parallel.ll unsupported architecture... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Ben Craig | Adding full stops to comments |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Chad Rosier | Typo. NFC. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Silviu Baranga | Simplify testcase added in r246759. NFC |
commit | commitdiff | tree | snapshot |
2015-09-04 |
David Majnemer | [MC] Replace comparison with isUInt<32>. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
NAKAMURA Takumi | WinCOFFObjectWriter.cpp: Appease a warning in checking... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Richard Smith | Fix APInt value initialization to give a zero value... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Steven Wu | Fix the testcase in r246790 |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Kostya Serebryany | [libFuzzer] when a single mutation fails try a few... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Kostya Serebryany | [libFuzzer] actually make the dictionaries work (+docs) |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Hal Finkel | [PowerPC] Enable interleaved-access vectorization |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Hal Finkel | [PowerPC] Always use aggressive interleaving on the A2 |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Hal Finkel | [PowerPC] Try harder to find a base+offset when looking... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Sanjoy Das | [IR] Have AttrBuilder::clear clear `TargetDepAttrs`. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Philip Reames | [RewriteStatepointsForGC] Extract common code, comment... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Philip Reames | [RewriteStatepointsForGC] Strengthen invariants around... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Kostya Serebryany | [libFuzzer] refactor the mutation functions so that... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Hal Finkel | [PowerPC] Include the permutation cost for unaligned... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Hal Finkel | [PowerPC] Compute the MMO offset for an unaligned load... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Philip Reames | [RewriteStatepointsForGC] Workaround a lack of determin... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Kostya Serebryany | [libFuzzer] adding a parser for AFL-style dictionaries... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Reid Kleckner | [sancov] Disable sanitizer coverage on functions using SEH |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Jonathan Roelofs | llvm.vim: 'musttail' is a keyword too |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Dan Liew | Try to clarify the semantics of fptrunc |
commit | commitdiff | tree | snapshot |
next |