oota-llvm.git
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-08-26 Joerg SonnenbergerRevert r210342 and r210343, add test case for the crasher.
2014-08-26 Joerg SonnenbergerConvert MC command line option for fatal assembler...
2014-08-26 Rafael EspindolaInvert the condition to have a single return.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from parseInputFile and propag...
2014-08-26 Rafael EspindolaSimplify LTOModule::makeLTOModule a bit. NFC.
2014-08-26 Rafael EspindolaMerge TempDir and system_temp_directory.
2014-08-26 Benjamin KramerSilence unused function warning in Release builds.
2014-08-26 James MolloyChange the return value of "getEnd()" from a MachineIns...
2014-08-26 Yi KongARM: Add patterns for dbg
2014-08-26 Dinesh DwivediThis patch enables SimplifyUsingDistributiveLaws()...
2014-08-26 Bill WendlingUse 'xz' compression instead of 'gz'.
2014-08-26 David MajnemerInstSimplify: Fold gep X, (sub 0, ptrtoint(X)) to null
2014-08-26 David MajnemerInstSimplify: Simplify trivial pointer expressions...
2014-08-26 Dylan NoblesmithAArch64: use std::fill instead of memset
2014-08-26 Dylan NoblesmithRevert "AArch64: use std::vector for temp array"
2014-08-26 Dylan NoblesmithAnalysis: cleanup
2014-08-26 Dylan NoblesmithRevert "Analysis: unique_ptr-ify DependenceAnalysis...
2014-08-26 Dylan NoblesmithRevert "NVPTX: remove another raw delete call"
2014-08-26 Dylan NoblesmithRevert "Support/APFloat: unique_ptr-ify temp arrays"
2014-08-26 Dylan NoblesmithRevert "Support/Path: remove raw delete"
2014-08-26 Dylan NoblesmithExecutionEngine: address review comments
2014-08-26 Dylan NoblesmithCodeGen/LiveVariables: use vector::assign()
2014-08-26 Reid Klecknermusttail: Don't eliminate varargs packs if there is...
2014-08-26 Sanjay Patelfix typos in comments
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-26 Reid KlecknerFix Path unittests on Windows after raw_fd_ostream...
2014-08-25 Reid KlecknerArgPromotion: Don't touch variadic functions
2014-08-25 Lang Hames[MCJIT][SystemZ] Use a simpler expression for indirect...
2014-08-25 Rafael EspindolaFix bug in llvm::sys::argumentsFitWithinSystemLimits().
2014-08-25 Lang Hames[MCJIT] Dump section memory both before and after reloc...
2014-08-25 Rafael EspindolaRefactor argument serialization logic when executing...
2014-08-25 Juergen Ributzka[FastISel][AArch64] Refactor float zero materialization...
2014-08-25 Lang Hames[MCJIT] Make RuntimeDyld dump section contents in ...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-25 Chandler Carruth[x86] Fix a bug in r216319 where I was missing a 'break'.
2014-08-25 Bruno Cardoso... Remove dangling initializers in GlobalDCE
2014-08-25 Bruno Cardoso... Rise from the dead and update personal info
2014-08-25 Chad Rosier[AArch32] Add patterns for VCVT{A,N,P,M}.
2014-08-25 Robert Khasanov[SKX] avx512_icmp_packed multiclass extension
2014-08-25 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-08-25 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-08-25 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-08-25 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-25 Dylan NoblesmithCodeGen/LiveVariables: hoist out code in nested loops
2014-08-25 Dylan NoblesmithCodeGen/LiveVariables: switch to std::vector
2014-08-25 Dylan NoblesmithAArch64: unique_ptr-ify map structures
2014-08-25 Dylan NoblesmithAArch64: use std::vector for temp array
2014-08-25 Dylan NoblesmithNVPTX: remove another raw delete call
2014-08-25 Dylan NoblesmithNVPTX: remove raw delete call
2014-08-25 Dylan NoblesmithExecutionEngine: unique_ptr-ify
2014-08-25 Dylan NoblesmithEE/JIT: unique_ptr-ify
2014-08-25 Dylan NoblesmithSupport/Path: remove raw delete
2014-08-25 Dylan NoblesmithSupport/APFloat: unique_ptr-ify temp arrays
2014-08-25 Dylan NoblesmithAnalysis: unique_ptr-ify DependenceAnalysis::collectCoe...
2014-08-25 Dylan NoblesmithAnalysis: unique_ptr-ify DependenceAnalysis::depends
2014-08-25 Dylan NoblesmithAnalysis: take a reference instead of pointer
2014-08-25 Dylan NoblesmithCodeGen: switch raw array to std::vector
2014-08-25 Dylan NoblesmithIR: remove dead code
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-24 Dylan NoblesmithTableGen: unique_ptr-ify RecordKeeper
2014-08-24 Dylan NoblesmithTableGen: delete no-op code
2014-08-24 Dylan NoblesmithTableGen: use auto and for-range
2014-08-24 Aaron BallmanThis code is from r216285, which did not go out to...
2014-08-24 Elena DemikhovskyX86 intrinsics table - simplifies intrinsics lowering.
2014-08-24 Patrik HagglundSilence gcc -Wpedantic.
2014-08-24 David MajnemerInstCombine: Properly optimize or'ing bittests together
2014-08-23 Hal Finkel[PowerPC] Add support for dcbtst and icbt (prefetch)
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-23 Dylan NoblesmithSupport/Unix: use ScopedLock wherever possible
2014-08-23 Dylan Noblesmithcmake: actually test -Wcomment
2014-08-23 Dylan Noblesmithcmake: disable -Wnon-virtual-dtor when it gives false...
2014-08-23 Chad RosierRevert "ARM: improve RTABI 4.2 conformance on Linux"
2014-08-23 Chad RosierRevert "ARM: mark missing functions from RTABI"
2014-08-23 Chandler Carruth[x86] Start fixing a really subtle and terrible form...
2014-08-23 Hans WennborgProgrammersManual: the flag is called -debug-only
2014-08-23 Alex Lorenzllvm-cov: test: add xfail for the big-endian buildbots
2014-08-23 Nick LewyckyRevert r215611 because it caused the infinite loop...
2014-08-22 Yunzhong GaoAdd a test case for SROA where the store size is bigger...
2014-08-22 Rafael EspindolaAdd support for comdats to the gold plugin.
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-08-22 Jingyue Wu[SROA] Fold a PHI node if all its incoming values are...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-22 Rafael EspindolaClear the llvm release notes to make room for 3.6.
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-22 Kevin EnderbyAdd a few missing mach header flags.
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-22 Tom StellardR600/SI: Use READ2/WRITE2 instructions for 64-bit mem...
2014-08-22 Tom StellardR600/SI: Use a ComplexPattern for DS loads and stores
2014-08-22 Tom StellardR600/SI: Wrap local memory pointer in AssertZExt on SI
2014-08-22 Tom StellardR600/SI: Use correct helper class for DS_WRITE2 instruc...
2014-08-22 Quentin Colombet[ARM] Move the implementation of the target hooks relat...
2014-08-22 David MajnemerInstCombine: Don't unconditionally preserve 'nuw' when...
2014-08-22 David MajnemerInstCombine: sub nsw %x, C -> add nsw %x, -C if C isn...
2014-08-22 Alex Lorenz[Support] Fix the overflow bug in ULEB128 decoding.
2014-08-22 Sasa Stankovic[mips] Don't use odd-numbered float registers for doubl...
next