2014-08-26 |
Dylan Noblesmith | Revert "Analysis: unique_ptr-ify DependenceAnalysis... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Revert "NVPTX: remove another raw delete call" |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Revert "Support/APFloat: unique_ptr-ify temp arrays" |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Revert "Support/Path: remove raw delete" |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | ExecutionEngine: address review comments |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | CodeGen/LiveVariables: use vector::assign() |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Reid Kleckner | musttail: Don't eliminate varargs packs if there is... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Sanjay Patel | fix typos in comments |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Reid Kleckner | Declare that musttail calls in variadic functions forwa... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Reid Kleckner | Fix Path unittests on Windows after raw_fd_ostream... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Reid Kleckner | ArgPromotion: Don't touch variadic functions |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Lang Hames | [MCJIT][SystemZ] Use a simpler expression for indirect... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Rafael Espindola | Fix bug in llvm::sys::argumentsFitWithinSystemLimits(). |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Lang Hames | [MCJIT] Dump section memory both before and after reloc... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Rafael Espindola | Refactor argument serialization logic when executing... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Juergen Ributzka | [FastISel][AArch64] Refactor float zero materialization... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Lang Hames | [MCJIT] Make RuntimeDyld dump section contents in ... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Rafael Espindola | Modernize raw_fd_ostream's constructor a bit. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Chandler Carruth | [x86] Fix a bug in r216319 where I was missing a 'break'. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Bruno Cardoso... | Remove dangling initializers in GlobalDCE |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Bruno Cardoso... | Rise from the dead and update personal info |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Chad Rosier | [AArch32] Add patterns for VCVT{A,N,P,M}. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Robert Khasanov | [SKX] avx512_icmp_packed multiclass extension |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Stepan Dyatkovskiy | MergeFunctions, tiny refactoring: |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Stepan Dyatkovskiy | MergeFunctions, tiny refactoring: |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Stepan Dyatkovskiy | MergeFunctions, tiny refactoring: |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Stepan Dyatkovskiy | MergeFunctions, tiny refactoring: |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Karthik Bhat | Allow vectorization of division by uniform power of 2. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | CodeGen/LiveVariables: hoist out code in nested loops |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | CodeGen/LiveVariables: switch to std::vector |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | AArch64: unique_ptr-ify map structures |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | AArch64: use std::vector for temp array |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | NVPTX: remove another raw delete call |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | NVPTX: remove raw delete call |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | ExecutionEngine: unique_ptr-ify |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | EE/JIT: unique_ptr-ify |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | Support/Path: remove raw delete |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | Support/APFloat: unique_ptr-ify temp arrays |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | Analysis: unique_ptr-ify DependenceAnalysis::collectCoe... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | Analysis: unique_ptr-ify DependenceAnalysis::depends |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | Analysis: take a reference instead of pointer |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | CodeGen: switch raw array to std::vector |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Dylan Noblesmith | IR: remove dead code |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Craig Topper | Use range based for loops to avoid needing to re-mentio... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Dylan Noblesmith | TableGen: unique_ptr-ify RecordKeeper |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Dylan Noblesmith | TableGen: delete no-op code |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Dylan Noblesmith | TableGen: use auto and for-range |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Aaron Ballman | This code is from r216285, which did not go out to... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Elena Demikhovsky | X86 intrinsics table - simplifies intrinsics lowering. |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Patrik Hagglund | Silence gcc -Wpedantic. |
commit | commitdiff | tree | snapshot |
2014-08-24 |
David Majnemer | InstCombine: Properly optimize or'ing bittests together |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Hal Finkel | [PowerPC] Add support for dcbtst and icbt (prefetch) |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Dylan Noblesmith | Support: add llvm::unique_lock |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Dylan Noblesmith | Support: make LLVM Mutexes STL-compatible |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Dylan Noblesmith | Support/Unix: use ScopedLock wherever possible |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Dylan Noblesmith | cmake: actually test -Wcomment |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Dylan Noblesmith | cmake: disable -Wnon-virtual-dtor when it gives false... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Chad Rosier | Revert "ARM: improve RTABI 4.2 conformance on Linux" |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Chad Rosier | Revert "ARM: mark missing functions from RTABI" |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Chandler Carruth | [x86] Start fixing a really subtle and terrible form... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Hans Wennborg | ProgrammersManual: the flag is called -debug-only |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Alex Lorenz | llvm-cov: test: add xfail for the big-endian buildbots |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Nick Lewycky | Revert r215611 because it caused the infinite loop... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Yunzhong Gao | Add a test case for SROA where the store size is bigger... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Rafael Espindola | Add support for comdats to the gold plugin. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Alex Lorenz | llvm-cov: add code coverage tool that's based on covera... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Jingyue Wu | [SROA] Fold a PHI node if all its incoming values are... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Reid Kleckner | ARM / x86_64 varargs: Don't save regparms in prologue... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Rafael Espindola | Clear the llvm release notes to make room for 3.6. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Kevin Enderby | Add the start of the support for llvm-objdump’s -privat... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Kevin Enderby | Add a few missing mach header flags. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Reid Kleckner | Fix PR17239 by changing the semantics of the RemainingA... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Tom Stellard | R600/SI: Use READ2/WRITE2 instructions for 64-bit mem... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Tom Stellard | R600/SI: Use a ComplexPattern for DS loads and stores |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Tom Stellard | R600/SI: Wrap local memory pointer in AssertZExt on SI |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Tom Stellard | R600/SI: Use correct helper class for DS_WRITE2 instruc... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Quentin Colombet | [ARM] Move the implementation of the target hooks relat... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
David Majnemer | InstCombine: Don't unconditionally preserve 'nuw' when... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
David Majnemer | InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Alex Lorenz | [Support] Fix the overflow bug in ULEB128 decoding. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Sasa Stankovic | [mips] Don't use odd-numbered float registers for doubl... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
David Majnemer | InstCombine: Don't unconditionally preserve 'nsw' when... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Erik Eckstein | fix: SLPVectorizer crashes for unreachable blocks conta... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Peter Collingbourne | [dfsan] Fix non-determinism bug in non-zero label check... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
David Majnemer | ValueTracking: Figure out more bits when looking at... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Reid Kleckner | SROA: Handle a case of store size being smaller than... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Duncan P. N... | Revert "X86: Align the stack on word boundaries in... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Reid Kleckner | Add an explicit move constructor to SrcBuffer |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Juergen Ributzka | [FastISel][AArch64] Add support for variable shift. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Philip Reames | Minor refactor to make applying patches from 'Add a... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
David Blaikie | Use DILexicalBlockFile, rather than DILexicalBlock... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Sanjay Patel | name change: isPow2DivCheap -> isPow2SDivCheap |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Quentin Colombet | [PeepholeOptimizer] Enable the advanced copy optimizati... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Philip Reames | Whitespace change to reduce diff in future patch. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Philip Reames | [X86] Split out the logic to select the stack probe... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Robin Morisset | Add hooks for emitLeading/TrailingFence |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Robin Morisset | Rename AtomicExpandLoadLinked into AtomicExpand |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Quentin Colombet | [PeepholeOptimizer] Update the kill flags when extendin... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Justin Bogner | Fix a URL (NFC) |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Juergen Ributzka | [FastISel][AArch64] Use the correct register class... |
commit | commitdiff | tree | snapshot |
next |