[NVPTX] Make the alignment an explicit argument to ldu/ldg
[oota-llvm.git] / lib /
2014-08-29 Jingyue Wu[NVPTX] Make the alignment an explicit argument to...
2014-08-29 Tim NorthoverAArch64: skip select/setcc combine in complex case.
2014-08-29 Arnaud A. de Grand... [AArch64] FPLoadBalancing: move ownership of the chain...
2014-08-29 Frederic RissUse DwarfDebug::attachLowHighPC for the compilation...
2014-08-29 Robert Khasanov[SKX] Enable lowering of integer CMP operations.
2014-08-29 Job NoormanDo not assume the value passed to memset is an i32.
2014-08-29 Jiangning Liu[AArch64] Fix some failures exposed by value type v4f16...
2014-08-29 Chris BienemanCleaning up static initializers in Signals.inc
2014-08-29 Chris BienemanCleaning up static initializers in TimeValue.
2014-08-29 Juergen Ributzka[FastISel][AArch64] Don't fold instructions that are...
2014-08-29 David MajnemerRevert two GEP-related InstCombine commits
2014-08-28 Reid KlecknerDon't promote byval pointer arguments when padding...
2014-08-28 Jim GrosbachAArch64: More correctly constrain target vector extend...
2014-08-28 Sanjay PatelMove FNEG next to FABS and make them more similar,...
2014-08-28 Rafael EspindolaOn MachO, don't put non-private constants in mergeable...
2014-08-28 Frederic RissConstify MCSymbol* parameters to DwarfDebug::attachLowH...
2014-08-28 Sanjay PatelFix a logic bug in x86 vector codegen: sext (zext ...
2014-08-28 Owen AndersonDo not introduce new shuffle patterns after operation...
2014-08-28 Sanjay PatelJanitorial services: "Don’t duplicate function or class...
2014-08-28 Sanjay PatelRemove local TLI vars that are just duplicates of the...
2014-08-28 Sanjay PatelUse local vars to improve readability. No functional...
2014-08-28 Sid ManningMinor spelling correction.
2014-08-28 Aaron BallmanSilence a -Wsign-compare warning. NFC.
2014-08-28 Arnaud A. de Grand... [PBQP] Only output debug information when requested
2014-08-28 David MajnemerInstCombine: Remove redundant combines
2014-08-28 Erik EcksteinFix: SLPVectorizer tried to move an instruction which...
2014-08-28 David XuGenerate CMN when comparing a short int with minus
2014-08-28 Justin HibbitsTest commit. Fix whitespace from a previous patch...
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 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 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 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 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-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 EspindolaReturn a std::unique_ptr from the IRReader.h functions...
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 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
next