[MCJIT] Remove #include of JITMemoryManager that accidentally survived r218316.
[oota-llvm.git] / lib / Target /
2014-09-23 Oliver StannardFix segfault in AArch64 backend with -g and -mbig-endian
2014-09-23 Sid ManningLoop instead of individual def's for each GPR.
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-23 Chandler Carruth[x86] Teach the AVX1 path of the new vector shuffle...
2014-09-22 Chandler Carruth[x86] Rename X86ISD::VPERMILP to X86ISD::VPERMILPI...
2014-09-22 Kaelyn TakataFix a "typo" from my previous commit.
2014-09-22 Kaelyn TakataSilence unused variable warnings in the new stub functi...
2014-09-22 Chandler Carruth[x86] Stub out the integer lowering of 256-bit vectors...
2014-09-22 Juergen Ributzka[FastISel][AArch64] Also allow folding of sign-/zero...
2014-09-22 Ehsan Akhgarims-inline-asm: Fix parsing label names inside bracket...
2014-09-22 Sanjay PatelUse broadcasts to optimize overall size when loading...
2014-09-22 Tom StellardRevert "R600/SI: Add support for global atomic add"
2014-09-22 Tom StellardR600/SI: Add support for global atomic add
2014-09-22 Tom StellardR600/SI: Remove modifier operands from V_CNDMASK_B32_e64
2014-09-22 Tom StellardR600: Don't set BypassSlowDiv for 64-bit division
2014-09-22 Tom StellardR600/SI: Use ISD::MUL instead of ISD::UMULO when loweri...
2014-09-22 Tom StellardR600/SI: Add enums for some hard-coded values
2014-09-22 Pavel Chupin[x32] Fix segmented stacks support
2014-09-22 Robert LougherFix assert when decoding PSHUFB mask
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-22 Chandler Carruth[x86] Back out a bad choice about lowering v4i64 and...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Matt ArsenaultFix typo
2014-09-21 Matt ArsenaultUse llvm_unreachable instead of assert(!)
2014-09-21 Matt ArsenaultR600/SI: Don't use strings for single characters
2014-09-21 Sanjay PatelRefactor reciprocal square root estimate into target...
2014-09-21 Chandler Carruth[x86] With the stronger canonicalization of shuffles...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering to re-use...
2014-09-21 Chandler Carruth[x86] Refactor the logic to form SHUFPS instruction...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the basics...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] Begin teaching the new vector shuffle lowering...
2014-09-21 Chandler Carruth[x86] Explicitly lower to a blend early if it is trivia...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering of v4f64...
2014-09-21 Chandler Carruth[x86] Switch the blend implementation to use a MVT...
2014-09-21 Chandler Carruth[x86] Remove some essentially lying comments from the...
2014-09-21 Chandler Carruth[x86] Fix a helper to reflect that what we actually...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the first...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Teach the v4f32 path of the new shuffle lowering...
2014-09-20 Chandler Carruth[x86] Refactor the code for emitting INSERTPS to reuse...
2014-09-20 Chandler Carruth[x86] Generalize the single-element insertion lowering...
2014-09-20 Chandler Carruth[x86] Replace some duplicated logic reasoning about...
2014-09-19 Robin Morisset[X86] Erase some obsolete comments from README.txt
2014-09-19 Eric Christopherconstify the TargetMachine being passed through the...
2014-09-19 Juergen Ributzka[FastIsel][AArch64] Fix a think-o in address computation.
2014-09-19 Chandler Carruth[x86] Hoist a function up to the rest of the non-type...
2014-09-19 Chandler Carruth[x86] Hoist the actual lowering logic into a helper...
2014-09-19 Tom StellardR600/SI: Fix config value for number of gprs
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-19 Chandler Carruth[x86] Recognize that we can use duplication to widen...
2014-09-19 Chandler Carruth[x86] Teach the new vector shuffle lowering to also...
2014-09-19 Chandler Carruth[x86] Add a dedicated lowering path for zext-compatible...
2014-09-19 Matt ArsenaultR600: Better fix for bug 20982
2014-09-18 Quentin Colombet[ARM] Do not perform a tail call when the caller return...
2014-09-18 Robin MorissetRestore "[ARM, Fix] Fix emitLeading/TrailingFence on...
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Matt ArsenaultR600: Bug 20982 - Avoid undefined left shift of negativ...
2014-09-18 Robert Khasanov[SKX] Deriving rmb multiclasses from general one (avx51...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-18 Chandler Carruth[x86] Use PALIGNR for v4i32 and v2i64 blends when appro...
2014-09-18 Daniel Sanders[mips] Remove custom versions of CCState::AnalyzeReturn...
2014-09-18 Juergen RibutzkaRevert "[FastISel][AArch64] Fold bit test and branch...
2014-09-18 Juergen RibutzkaFix previous commit: [FastISel][AArch64] Simplify XALU...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Simplify XALU multiplies.
2014-09-18 Juergen Ributzka[FastISel][AArch64] Followup commit for 218031 to handl...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Try to fold the offset into the...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Fold 'AND' instruction during the...
2014-09-18 Saleem AbdulrasoolARM: prevent crash on ELF directives on COFF
2014-09-18 Chandler Carruth[x86] Initial step of teaching the new vector shuffle...
2014-09-18 Saleem AbdulrasoolARM: use a more precise check for MachO
2014-09-18 Juergen Ributzka[FastISel][AArch64] Fold bit test and branch into TBZ...
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-17 Samuel AntaoFix FastISel bug in boolean returns for PowerPC.
2014-09-17 Samuel AntaoRemove unnecessary blank space (test commit)
2014-09-17 Juergen Ributzka[FastISel][AArch64] Custom lower sdiv by power-of-2.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Simplify mul to shift when possible.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold mul into add/sub and logical...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold mul into the address computati...
2014-09-17 Robin MorissetRevert "[ARM, Fix] Fix emitLeading/TrailingFence on...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold compare with zero and branch...
2014-09-17 Matt ArsenaultR600/SI: Remove assert
2014-09-17 Matt ArsenaultR600/SI: Rough first implementation of shouldClusterLoads
2014-09-17 Alexey SamsonovFix float division-by-zero in R600 scheduler.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Improve branch selection to support...
2014-09-17 Robin Morisset[ARM, Fix] Fix emitLeading/TrailingFence on old ARM...
2014-09-17 Matt ArsenaultR600/SI: Change formatting of printed FP immediates
2014-09-17 Matt ArsenaultR600/SI: Remove promotion of instructions to e64 forms.
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-17 Toma Tabacu[mips] Add assembler support for the .set nodsp directive.
2014-09-17 Pavel Chupin[x32] Fix function indirect calls
2014-09-17 Richard Trieu| -> ||
2014-09-17 Robin Morisset[X86] Use the generic AtomicExpandPass instead of X86At...
2014-09-16 Matt ArsenaultFix typo
2014-09-16 Adam Nemet[X86] Improve comment
2014-09-16 Moritz RothARM load/store optimizer: Don't materialize a new base...
2014-09-16 Toma Tabacu[mips] Improve the error messages given by MipsAsmParser.
2014-09-16 Toma Tabacu[mips] Move 32-bit ADDiu instruction alias from Mips64I...
next