2014-09-04 |
Lang Hames | [MCJIT] Make sure eh-frame fixups use the target's... |
tree | commitdiff |
2014-09-04 |
Juergen Ributzka | Revert r216803 "[MachineSinking] Clear kill flag of... |
tree | commitdiff |
2014-09-04 |
Juergen Ributzka | [FastISel][AArch64] Add target-specific lowering for... |
tree | commitdiff |
2014-09-04 |
Chandler Carruth | [x86] Teach the new vector shuffle lowering about the... |
tree | commitdiff |
2014-09-03 |
Matt Arsenault | R600/SI: Try to keep i32 mul on SALU |
tree | commitdiff |
2014-09-03 |
Kostya Serebryany | [asan] fix debug info produced for asan-coverage=2 |
tree | commitdiff |
2014-09-03 |
David Majnemer | IndVarSimplify: Don't let LFTR compare against a poison... |
tree | commitdiff |
2014-09-03 |
Chandler Carruth | [x86] Teach the new vector shuffle lowering about the... |
tree | commitdiff |
2014-09-03 |
Kostya Serebryany | [asan] add -asan-coverage=3: instrument all blocks... |
tree | commitdiff |
2014-09-03 |
Robin Morisset | Use target-dependent emitLeading/TrailingFence instead... |
tree | commitdiff |
2014-09-03 |
Chandler Carruth | [x86] Add an SSE4.1 mode to this test. |
tree | commitdiff |
2014-09-03 |
Chandler Carruth | [x86] Make this test check everything for both SSE2... |
tree | commitdiff |
2014-09-03 |
Lang Hames | Add a regression test to sanity check the PBQP allocator. |
tree | commitdiff |
2014-09-03 |
Sanjay Patel | Preserve IR flags (nsw, nuw, exact, fast-math) in SLP... |
tree | commitdiff |
2014-09-03 |
Rafael Espindola | Update to not depend on "llvm-objdump -d -symbolize". |
tree | commitdiff |
2014-09-03 |
Tom Stellard | R600/SI: Add a pattern for i64 and in a branch |
tree | commitdiff |
2014-09-03 |
Renato Golin | Check-label a bit more specific |
tree | commitdiff |
2014-09-03 |
Alexander Potapenko | Fix PR20800: correctly calculate the offset of the... |
tree | commitdiff |
2014-09-03 |
Juergen Ributzka | Reapply r216805 "[MachineCombiner][AArch64] Use the... |
tree | commitdiff |
2014-09-03 |
Juergen Ributzka | [FastISel][AArch64] Add target-dependent instruction... |
tree | commitdiff |
2014-09-03 |
Nick Kledzik | Fix test case to match correct llvm-objdump output |
tree | commitdiff |
2014-09-02 |
Renato Golin | Missing test from r216989 |
tree | commitdiff |
2014-09-02 |
Renato Golin | Only emit movw on ARMv6T2+ |
tree | commitdiff |
2014-09-02 |
Juergen Ributzka | [FastISel][AArch64] Use the target-dependent selection... |
tree | commitdiff |
2014-09-02 |
Sean Silva | Nuke MCAnalysis. |
tree | commitdiff |
2014-09-02 |
Eric Christopher | Reinstate "Nuke the old JIT." |
tree | commitdiff |
2014-09-02 |
Robin Morisset | [X86] Allow atomic operations using immediates to avoid... |
tree | commitdiff |
2014-09-02 |
Kostya Serebryany | [asan] Assign a low branch weight to ASan's slow path... |
tree | commitdiff |
2014-09-02 |
Matt Arsenault | R600/SI: Relax some ordering in tests. |
tree | commitdiff |
2014-09-02 |
Hal Finkel | Add a CFL Alias Analysis implementation |
tree | commitdiff |
2014-09-02 |
Yi Jiang | Generate extract for in-tree uses if the use is scalar... |
tree | commitdiff |
2014-09-02 |
Matt Arsenault | R600/SI: Fix hardcoded register numbers in test |
tree | commitdiff |
2014-09-02 |
Matt Arsenault | R600/SI: Add failing testcase. |
tree | commitdiff |
2014-09-02 |
Matt Arsenault | Fix interference caused by fmul 2, x -> fadd x, x |
tree | commitdiff |
2014-09-02 |
Matt Arsenault | Fix crash when looking up the addrspace of GEPs with... |
tree | commitdiff |
2014-09-02 |
Reid Kleckner | CodeGen: Handle va_start in the entry block |
tree | commitdiff |
2014-09-02 |
Andrea Di Biagio | Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'. |
tree | commitdiff |
2014-09-02 |
Andrea Di Biagio | [APFloat] Fixed a bug in method 'fusedMultiplyAdd'. |
tree | commitdiff |
2014-09-02 |
David Majnemer | LICM: Don't crash when an instruction is used by an... |
tree | commitdiff |
2014-09-02 |
Hal Finkel | Enable splitting indexing from loads with TargetConstants |
tree | commitdiff |
2014-09-02 |
Rafael Espindola | Replace -use-init-array with -use-ctors. |
tree | commitdiff |
2014-09-02 |
David Xu | Merge Extend and Shift into a UBFX |
tree | commitdiff |
2014-09-02 |
Hal Finkel | Revert "Revert '[DAGCombiner] Split up an indexed load... |
tree | commitdiff |
2014-09-01 |
David Majnemer | SROA: Don't insert instructions before a PHI |
tree | commitdiff |
2014-09-01 |
David Majnemer | Revert "Revert two GEP-related InstCombine commits" |
tree | commitdiff |
2014-09-01 |
Sanjay Patel | Add a convenience method to copy wrapping, exact, and... |
tree | commitdiff |
2014-09-01 |
Jingyue Wu | Fix a typo in comments in r216862, NFC |
tree | commitdiff |
2014-09-01 |
Tilmann Scheller | [ARM] Add Thumb-2 code size optimization regression... |
tree | commitdiff |
2014-09-01 |
Tilmann Scheller | ARM] Add Thumb-2 code size optimization regression... |
tree | commitdiff |
2014-09-01 |
Yuri Gorshenin | [asan-assembly-instrumentation] Prologue and epilogue... |
tree | commitdiff |
2014-09-01 |
Renato Golin | Thumb2 M-class MSR instruction support changes |
tree | commitdiff |
2014-09-01 |
Yuri Gorshenin | Revert "[asan-assembly-instrumentation] Prologue and... |
tree | commitdiff |
2014-09-01 |
Chandler Carruth | Fix a really bad miscompile introduced in r216865 ... |
tree | commitdiff |
2014-09-01 |
Renato Golin | Small refactor on VectorizerHint for deduplication |
tree | commitdiff |
2014-09-01 |
Yuri Gorshenin | [asan-assembly-instrumentation] Prologue and epilogue... |
tree | commitdiff |
2014-09-01 |
Hal Finkel | Feed AA to the inliner and use AA->getModRefBehavior... |
tree | commitdiff |
2014-09-01 |
Nick Lewycky | Ignore lifetime intrinsics in use list for MemCpyOptimi... |
tree | commitdiff |
2014-09-01 |
Hal Finkel | Fix AddAliasScopeMetadata again - alias.scope must... |
tree | commitdiff |
2014-09-01 |
Jingyue Wu | [MachineSink] Use the real post dominator tree |
tree | commitdiff |
2014-08-31 |
David Blaikie | DebugInfo: Elide lexical scopes which only contain... |
tree | commitdiff |
2014-08-30 |
Josh Klontz | [PATCH][Interpreter] Add missing FP intrinsic lowering. |
tree | commitdiff |
2014-08-30 |
Jordan Rose | Teach llvm-bcanalyzer to use one stream's BLOCKINFO... |
tree | commitdiff |
2014-08-30 |
Hal Finkel | Fix AddAliasScopeMetadata to not add scopes when derivi... |
tree | commitdiff |
2014-08-30 |
David Majnemer | InstCombine: Try harder to combine icmp instructions |
tree | commitdiff |
2014-08-30 |
Juergen Ributzka | Revert r216805 "[MachineCombiner][AArch64] Use the... |
tree | commitdiff |
2014-08-30 |
Nick Kledzik | Object/llvm-objdump: allow dumping of mach-o exports... |
tree | commitdiff |
2014-08-29 |
Juergen Ributzka | [MachineCombiner][AArch64] Use the correct register... |
tree | commitdiff |
2014-08-29 |
Juergen Ributzka | [FastISel][AArch64] Use the correct register class... |
tree | commitdiff |
2014-08-29 |
Juergen Ributzka | [MachineSinking] Clear kill flag of all operands at... |
tree | commitdiff |
2014-08-29 |
Adrian Prantl | Debug info: Add a new explicit DIDescriptor flag for... |
tree | commitdiff |
2014-08-29 |
Kevin Enderby | Next bit of support for llvm-objdump’s -private-headers... |
tree | commitdiff |
2014-08-29 |
Robin Morisset | Fix typos in comments, NFC |
tree | commitdiff |
2014-08-29 |
Reid Kleckner | musttail: Forward regparms of variadic functions on... |
tree | commitdiff |
2014-08-29 |
Reid Kleckner | Verifier: Don't reject varargs callee cleanup functions |
tree | commitdiff |
2014-08-29 |
Louis Gerbarg | Remove spurious mask operations from AArch64 add->compa... |
tree | commitdiff |
2014-08-29 |
Reid Kleckner | X86: Fix conflict over ESI between base register and... |
tree | commitdiff |
2014-08-29 |
Robin Morisset | Relax the constraint more in MemoryDependencyAnalysis.cpp |
tree | commitdiff |
2014-08-29 |
Jean-Luc Duprat | Tablegen fixes for new syntax when initializing bits... |
tree | commitdiff |
2014-08-29 |
Juergen Ributzka | [FastISel][AArch64] Fix an incorrect kill flag due... |
tree | commitdiff |
2014-08-29 |
Tilmann Scheller | [ARM] Add Thumb-2 code size optimization test for ASR... |
tree | commitdiff |
2014-08-29 |
Tilmann Scheller | [ARM] Add Thumb-2 code size optimization test for ASR... |
tree | commitdiff |
2014-08-29 |
Matt Arsenault | Make fabs safe to speculatively execute |
tree | commitdiff |
2014-08-29 |
Matt Arsenault | R600/SI: Use mad for fsub + fmul |
tree | commitdiff |
2014-08-29 |
Tim Northover | AArch64: only try to get operand of a known node. |
tree | commitdiff |
2014-08-29 |
Frederic Riss | Remove unnecessary regex in test pattern per dblaikie... |
tree | commitdiff |
2014-08-29 |
Jingyue Wu | [NVPTX] Make the alignment an explicit argument to... |
tree | commitdiff |
2014-08-29 |
Tilmann Scheller | [ARM] Make Thumb-2 code size optimization test more... |
tree | commitdiff |
2014-08-29 |
Tilmann Scheller | [ARM] Add a first test for the Thumb-2 code size optimi... |
tree | commitdiff |
2014-08-29 |
Tim Northover | AArch64: skip select/setcc combine in complex case. |
tree | commitdiff |
2014-08-29 |
Frederic Riss | Use DwarfDebug::attachLowHighPC for the compilation... |
tree | commitdiff |
2014-08-29 |
Robert Khasanov | [SKX] Enable lowering of integer CMP operations. |
tree | commitdiff |
2014-08-29 |
Job Noorman | Do not assume the value passed to memset is an i32. |
tree | commitdiff |
2014-08-29 |
Jiangning Liu | [AArch64] Fix some failures exposed by value type v4f16... |
tree | commitdiff |
2014-08-29 |
Alexey Samsonov | Introduce -DLLVM_USE_SANITIZER=Undefined CMake option... |
tree | commitdiff |
2014-08-29 |
Juergen Ributzka | [FastISel][AArch64] Don't fold instructions that are... |
tree | commitdiff |
2014-08-29 |
David Majnemer | Revert two GEP-related InstCombine commits |
tree | commitdiff |
2014-08-28 |
Reid Kleckner | Don't promote byval pointer arguments when padding... |
tree | commitdiff |
2014-08-28 |
Jim Grosbach | AArch64: More correctly constrain target vector extend... |
tree | commitdiff |
2014-08-28 |
Rafael Espindola | On MachO, don't put non-private constants in mergeable... |
tree | commitdiff |
2014-08-28 |
Sanjay Patel | Fix a logic bug in x86 vector codegen: sext (zext ... |
tree | commitdiff |
next |