[asan] Stop leaking X86Operands.
[oota-llvm.git] / lib / Target /
2014-05-09 Benjamin Kramer[asan] Stop leaking X86Operands.
2014-05-09 Daniel Sanders[mips][mips64r6] Add experimental support for MIPS32r6...
2014-05-09 Daniel Sanders[mips] Added missing dsra -> dsrav and sra -> srav...
2014-05-09 Saleem AbdulrasoolARM: support PIC on Windows on ARM
2014-05-08 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-08 Jyotsna Verma[Hexagon] Add new InstrItinClass to support timing...
2014-05-08 Rafael EspindolaUse for range loops.
2014-05-08 Matt ArsenaultR600: Promote f64 vector load/stores to i64 for consistency
2014-05-08 Andrea Di Biagio[X86] Add target specific combine rules to fold SSE2...
2014-05-08 Daniel Sanders[mips] Add PredicateControl to InstAlias's
2014-05-08 Bradley Smith[ARM64] Add diagnostics for expected arithmetic shifts
2014-05-08 Bradley Smith[ARM64] Re-work parsing of ADD/SUB shifted immediate...
2014-05-08 Bradley Smith[ARM64] Ensure immediates in extend operands are in...
2014-05-08 Bradley Smith[ARM64] Check for proper immediate in shift/extend...
2014-05-08 Christian PirkerARM big endian function argument passing
2014-05-08 Daniel Sanders[mips] Implement l[wd]c3, and s[wd]c3.
2014-05-08 James Molloy[ARM64-BE] Teach fast-isel about how to set up sub...
2014-05-08 Daniel Sanders[mips] Marked up instructions added in MIPS-II and...
2014-05-08 Daniel Sanders[mips] Implement tlbp, tlbr, tlbwi, and tlbwr
2014-05-08 Tim NorthoverARM64: make sure FastISel emits SSA MachineInstrs
2014-05-08 Evgeniy Stepanov[asan] Preserve flags in asm instrumentation.
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-08 Hao LiuAArch64/ARM64: Port NEON post-increment load/store...
2014-05-08 Saleem AbdulrasoolARM: support FK_SecRel_2 relocations on WoA
2014-05-08 Filipe CabecinhasLower certain build_vectors to insertps instructions
2014-05-07 Hal Finkel[X86TTI] Remove the unrolling branch limits
2014-05-07 Quentin Colombet[X86] Selectively mark the FMA variants inside a family...
2014-05-07 Eric ChristopherReformat a couple of functions for clarity.
2014-05-07 Jyotsna Verma[Hexagon] Add New TSFlags to be used in the upcoming...
2014-05-07 Chandler Carruth[x86] Make the 'x86-64' cpu, what I see as and many...
2014-05-07 Chad Rosier[ARM64][fast-isel] Disable target specific optimization...
2014-05-07 Daniel Sanders[mips] Add highly experimental support for MIPS-I,...
2014-05-07 Rafael EspindolaUse range loop.
2014-05-07 Daniel Sanders[mips] Add FGR_32/FGR_64/GPR_64 adjectives and use...
2014-05-07 Daniel Sanders[mips] Add INSN_<name> adverbs and start using them...
2014-05-07 Tim NorthoverAArch64/ARM64: optimise vector selects & enable test
2014-05-07 Daniel Sanders[mips] Add ISA_<name> adverbs and start using them...
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Daniel Sanders[mips] Continue splitting Instruction.Predicates into...
2014-05-07 James Molloy[ARM64-BE] Fix fast-isel, and add appropriate RUN lines...
2014-05-07 James Molloy[ARM64-BE] Fix variable-argument saving.
2014-05-07 James Molloy[ARM64-BE] Implement the lane-twiddling logic at AAPCS...
2014-05-07 Daniel Sanders[mips] Move IsFP64bit/NotFP64bit to the front of the...
2014-05-07 James Molloy[ARM64-BE] Implement the crazy bitcast handling for...
2014-05-07 James Molloy[ARM64-BE] Predicate VLDR/VSTR for vectors as little...
2014-05-07 James Molloy[ARM64-BE] Make big endian (scalar) argument passing...
2014-05-07 Daniel Sanders[mips] Split Instruction.Predicates into smaller lists...
2014-05-07 Daniel Sanders[mips] Move HasStdEnc to the front of the predicates...
2014-05-07 Evgeniy Stepanov[asan] Add a flag to control asm instrumentation.
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-05-07 Saleem AbdulrasoolARM: mark additional instructions as MachineFrameSetup
2014-05-07 Saleem AbdulrasoolARM: fix WoA PEI instruction selection
2014-05-06 Andrew TrickUpdate an embarassing out-of-date comment.
2014-05-06 Joerg SonnenbergerIf a function needs a frame pointer, but r11 (aka fp...
2014-05-06 Andrea Di Biagio[X86] Improve the lowering of BITCAST dag nodes from...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Tim NorthoverAArch64/ARM64: implement diagnosis of unpredictable...
2014-05-06 Tim NorthoverAArch64/ARM64: make NEON vector list parsing a bit...
2014-05-06 Tim NorthoverAArch64/ARM64: add more specific diagnostic for floatin...
2014-05-06 Tim NorthoverAArch64/ARM64: add more specific diagnostic for invalid...
2014-05-06 Tim NorthoverAArch64/ARM64: produce more informative diagnostic...
2014-05-06 Christian PirkerARM: For thumb fixups store halfwords high first and...
2014-05-06 Kevin Qin[ARM64] Enable alignment control option in front-end...
2014-05-06 Craig TopperUse X86 memory operand enums instead of hardcoding.
2014-05-06 Reid KlecknerFix i128 div/mod on mingw64
2014-05-05 Eric ChristopherFix typo.
2014-05-05 Tom StellardR600: Expand i64 ISD:SUB
2014-05-05 Filipe CabecinhasRevert "Optimize shufflevector that copies an i64/f64...
2014-05-05 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-05 Marek OlsakR600/SI: allow 5 more input SGPRs to a shader
2014-05-04 Saleem AbdulrasoolCodeGen: correct memset emittance for WoA
2014-05-04 Saleem AbdulrasoolMC: support FK_SecRel_4 for Windows on ARM
2014-05-04 Elena DemikhovskyAVX-512: minor change in rndscale intrinsic
2014-05-04 Saleem AbdulrasoolX86: further range-loopify AsmPrinter
2014-05-04 Saleem AbdulrasoolX86: remove X86COFFMachineModuleInfo
2014-05-04 Saleem AbdulrasoolX86: repair export compatibility with MinGW/cygwin
2014-05-04 Saleem AbdulrasoolX86: refactor export directive generation
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-03 Joey Gouly[ARM64] Correctly select ANDWri in FastISel.
2014-05-02 Benjamin KramerAdd a description for AMD's bdver4 (aka Excavator).
2014-05-02 Tom StellardR600/SI: Add processor type for Mullins.
2014-05-02 Tom StellardR600: Expand vector sin and cos.
2014-05-02 Tom StellardR600: Expand TruncStore i64 -> {i16,i8}
2014-05-02 Tom StellardR600/SI: Only create one instruction when spilling...
2014-05-02 Tim NorthoverAArch64/ARM64: add patterns for post-indexed ST1 ops.
2014-05-02 Tim NorthoverARM64: refactor NEON post-indexed loads & stores (MC).
2014-05-02 Tim NorthoverAArch64/ARM64: support indexed loads/stores on vector...
2014-05-01 Pranav BhandarkarRemove HexagonTargetMachine::addPassesForOptimizations...
2014-05-01 Reed KotlerAdd basic functionality for assignment of ints.
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-05-01 Matt ArsenaultR600/SI: Fix verifier error with pseudo store instructions.
2014-05-01 Bradley Smith[ARM64] Prefer generation of bzero on Darwin only
2014-05-01 Rafael EspindolaDon't force symbols to be globals in .thumb_set.
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-05-01 Richard BartonCorrection to assert statemtent to allow 32-bit unsigne...
2014-05-01 Bradley Smith[ARM64] Conditionalize CPU specific system registers...
2014-05-01 Matheus Almeida[mips] Move expansion of .cpsetup to target streamer.
2014-05-01 Daniel Sanders[mips] Removed two-operand alias for sllv, sr[al]v...
2014-05-01 Saleem AbdulrasoolARM: fix memory leak, simplify WoA stack probing
2014-05-01 Saleem AbdulrasoolARM: support expanding external symbols in 32-bit moves
next