[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for
[oota-llvm.git] / lib / Target /
2014-09-04 Juergen Ributzka[FastISel][AArch64] Cleanup and simplify 'fastSelectIns...
2014-09-04 Juergen Ributzka[FastISel][AArch64] Add target-specific lowering for...
2014-09-04 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Matt ArsenaultR600/SI: Un-move pattern I forgot to remove in last...
2014-09-03 Matt ArsenaultR600/SI: Try to keep i32 mul on SALU
2014-09-03 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Chandler Carruth[x86] Teach the asm comment printing to only print...
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-09-03 Benjamin KramerMake some helpers static or move into the llvm namespace.
2014-09-03 Robin MorissetUse target-dependent emitLeading/TrailingFence instead...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-03 Eric ChristopherRemove unnecessary getTarget call now that the subtarge...
2014-09-03 Juergen Ributzka[FastISel] Some long overdue spring cleaning of FastISel.
2014-09-03 Juergen Ributzka[FastISel][AArch64] Move unconditional branch handling...
2014-09-03 Tom StellardR600/SI: Add a pattern for i64 and in a branch
2014-09-03 Tom StellardR600/SI: Fix typos in SIInstrInfo::areLoadsFromSameBase...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-03 Alexander PotapenkoFollow-up for r217020: actually commit the fix for...
2014-09-03 Juergen RibutzkaReapply r216805 "[MachineCombiner][AArch64] Use the...
2014-09-03 Juergen Ributzka[FastISel][AArch64] Add target-dependent instruction...
2014-09-02 Renato GolinOnly emit movw on ARMv6T2+
2014-09-02 Juergen Ributzka[FastISel][AArch64] Use the target-dependent selection...
2014-09-02 Juergen Ributzka[FastISel][AArch64] Use a new helper function to determ...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Robin Morisset[X86] Allow atomic operations using immediates to avoid...
2014-09-02 Juergen Ributzka[FastISel][AArch64] Move over to target-dependent instr...
2014-09-02 Sanjay PatelRefactor LowerFABS and LowerFNEG into one function...
2014-09-02 Reid KlecknerCodeGen: Handle va_start in the entry block
2014-09-02 Alexey SamsonovFix left shifts of negative values in MipsDisassembler.
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-09-02 Alexey SamsonovFix signed integer overflow in PPCInstPrinter.
2014-09-02 JF BastienAdd missing override on ARMAsmBackend's dtor.
2014-09-02 Alexey SamsonovFix left shifts of negative integers in AArch64 InstPri...
2014-09-02 Aaron BallmanSilencing an MSVC C4334 warning ('<<' : result of 32...
2014-09-02 David XuMerge Extend and Shift into a UBFX
2014-09-02 Hal Finkel[PowerPC] Guard against illegal selection of add for...
2014-09-01 Saleem AbdulrasoolCodeGen: indicate Windows unwind data format
2014-09-01 Sanjay PatelUse an integer constant for FABS / FNEG (x86).
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-09-01 Renato GolinThumb2 M-class MSR instruction support changes
2014-09-01 Yuri GorsheninRevert "[asan-assembly-instrumentation] Prologue and...
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-30 Brad SmithJIT support has been added awhile ago.
2014-08-30 Juergen RibutzkaRevert r216805 "[MachineCombiner][AArch64] Use the...
2014-08-29 Juergen Ributzka[MachineCombiner][AArch64] Use the correct register...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Use the correct register class...
2014-08-29 Alexey SamsonovMake isValidMCLOHType take unsigned instead of enum...
2014-08-29 Reid KlecknerAArch64: Silence -Wabsolute-value warning with std...
2014-08-29 Reid KlecknerSpeculative build fix for const, gcc, and ArrayRef...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid KlecknerAdd a const and munge some comments
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-29 Louis GerbargRemove spurious mask operations from AArch64 add->compa...
2014-08-29 Reid KlecknerX86: Fix conflict over ESI between base register and...
2014-08-29 Robin Morisset[X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Fix an incorrect kill flag due...
2014-08-29 Matt ArsenaultR600/SI: Use mad for fsub + fmul
2014-08-29 Tim NorthoverAArch64: only try to get operand of a known node.
2014-08-29 Sanjay Pateltypo
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 Robert Khasanov[SKX] Enable lowering of integer CMP operations.
2014-08-29 Jiangning Liu[AArch64] Fix some failures exposed by value type v4f16...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Don't fold instructions that are...
2014-08-28 Jim GrosbachAArch64: More correctly constrain target vector extend...
2014-08-28 Sanjay PatelFix a logic bug in x86 vector codegen: sext (zext ...
2014-08-28 Sid ManningMinor spelling correction.
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 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-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 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 Juergen Ributzka[FastISel][AArch64] Use the zero register for stores.
2014-08-27 Sanjay Pateltypo in comment
2014-08-27 Reid KlecknerX86 MC: Handle instructions like fxsave that match...
2014-08-27 Alexey SamsonovUse BitVector instead of int in R600 SIISelLowering.
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-08-27 Evgeniy StepanovClang-format over X86AsmInstrumentation.* with LLVM...
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 Juergen Ributzka[FastISel][AArch64] Fix address simplification.
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fold Sign-/Zero-Extend into the...
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-08-26 James MolloyChange the return value of "getEnd()" from a MachineIns...
2014-08-26 Yi KongARM: Add patterns for dbg
next