oota-llvm.git
2014-08-28 Lang Hames[MCJIT] Fix format specifiers for debug output in Runti...
2014-08-28 David MajnemerMC: Don't crash when the COFF section limit is reached
2014-08-28 Chandler Carruth[x86] Fix whitespace and formatting around this functio...
2014-08-28 Chandler Carruth[x86] Hoist conditions from *every single if* in this...
2014-08-28 Chandler Carruth[x86] Inline an SSE4 helper function for INSERT_VECTOR_...
2014-08-28 Chandler Carruth[x86] Clean up some tests to use FileCheck and combine...
2014-08-28 David MajnemerInstSimplify: Move a transform from InstCombine to...
2014-08-28 Juergen Ributzka[FastISel] Undo phi node updates when falling-back...
2014-08-28 Juergen Ributzka[FastISel]
2014-08-27 Juergen RibutzkaRevert "[FastISel][AArch64] Don't fold instructions...
2014-08-27 Alexey SamsonovFix unaligned reads/writes in X86JIT and RuntimeDyldELF.
2014-08-27 Juergen Ributzka[FastISel][AArch64] Don't fold instructions too aggress...
2014-08-27 Renato GolinAvoid zero length memset error
2014-08-27 Sanjay PatelUse local variable in visitFADD. No functional change.
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fix a comment in my previous commit...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fix simplify address when the addre...
2014-08-27 Rafael EspindolaFix a double free in llvm::getBitcodeTargetTriple.
2014-08-27 Juergen Ributzka[FastISel][AArch64] Use the zero register for stores.
2014-08-27 Sanjay PatelGroup unsafe-math optimizations for fsub into one block...
2014-08-27 Juergen Ributzka[FastISel] Fix a potential bug in FastEmitInst_ri
2014-08-27 Sanjay PatelUse local variable to improve readability.
2014-08-27 Sanjay Pateltypo in comment
2014-08-27 Rafael EspindolaDon't create a MemoryBuffer just to get the MemoryBuffe...
2014-08-27 David BlaikieConvert a few more cases of direct intialization of...
2014-08-27 Reid KlecknerX86 MC: Handle instructions like fxsave that match...
2014-08-27 David MajnemerInstCombine: Combine gep X, (Y-X) to Y
2014-08-27 David MajnemerInstSimplify: Don't simplify gep X, (Y-X) to Y if types...
2014-08-27 Nico WeberReland r216439 215441, majnemer has a real fix for...
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Nico WeberRevert r216439 (and r216441, else the former doesn...
2014-08-27 Rafael EspindolaRemove unused argument.
2014-08-27 Alexey SamsonovUse BitVector instead of int in R600 SIISelLowering.
2014-08-27 Rafael Espindolayaml::Stream doesn't need to take ownership of the...
2014-08-27 Zachary TurnerFix some semantic usability issues with DynamicLibrary.
2014-08-27 David MajnemerInstSimplify: Compute comparison ranges for left shift...
2014-08-27 Zachary TurnerRevert "Limit the symbol search in DynamicLibrary to...
2014-08-27 Lang Hames[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
2014-08-27 Lang Hames[MCJIT] More endianness fixes for RuntimeDyldMachO.
2014-08-27 Zachary TurnerLimit the symbol search in DynamicLibrary to the module...
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-08-27 Michael Zolotukhin[SLP] Re-enable vectorization of GEP expressions (re...
2014-08-27 Evgeniy StepanovClang-format over X86AsmInstrumentation.* with LLVM...
2014-08-27 Benjamin KramerAdd an explicit cast to pacify implicit boolean convers...
2014-08-27 Chandler Carruth[x86] Fix a regression introduced with r213897 for...
2014-08-27 Chandler Carruth[SDAG] Re-instate r215611 with a fix to a pesky X86...
2014-08-27 Evgeniy StepanovClang-format over X86AsmInstrumentation.*.
2014-08-27 Robert Khasanov[SKX] Added new versions of cmp instructions in avx512_...
2014-08-27 Elena DemikhovskyAVX-512: Added intrinsic for VMOVSS store form with...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-27 David MajnemerInstCombine: Optimize GEP's involving ptrtoint better
2014-08-27 David BlaikieRemove type unit skeletons. GDB no longer needs them...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fix address simplification.
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fold Sign-/Zero-Extend into the...
2014-08-27 David BlaikieFix a couple of debug info test cases to match the...
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
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:
next