Fix a bug in IRBuilder that's been there for who knows how long. It
[oota-llvm.git] / lib / Target /
2014-01-05 Venkatraman Govind... [Sparc] Add initial implementation of MC Code emitter...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-05 Craig TopperMark the 64-bit x86 push/pop instructions as In64BitMod...
2014-01-04 Craig TopperTag x86 move to/from debug/control registers with Not64...
2014-01-04 Venkatraman Govind... [Sparc] Add the initial implementation of an asm parser...
2014-01-04 Venkatraman Govind... [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering...
2014-01-04 Craig TopperRemove JMP64pcrel32 (jmpq ). There are no tests for...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-03 Ana Pazos[AArch64][NEON] Added SXTL and SXTL2 instruction aliases
2014-01-02 Hal Finkel[PPC] Fix comment to match function name
2014-01-02 Hal Finkel[PPC] Fix the scheduling of CR logicals on the P7
2014-01-02 Hal Finkel[PPC] Use the correct immediate operands on 64-bit...
2014-01-02 Craig TopperMark REX64_PREFIX as In64BitMode, remove hack from...
2014-01-02 Craig TopperMark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode...
2014-01-02 Craig TopperMark all x86 Int_ and _Int patterns as isCodeGenOnly...
2014-01-02 Logan Chien[arm] Add softvfp to supported FPU names.
2014-01-02 Rafael EspindolaMake the ARM ABI selectable via SubtargetFeature.
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2014-01-01 Venkatraman Govind... [Sparc] Handle atomic loads/stores in sparc backend.
2014-01-01 Craig TopperRemove modifierType/Base from X86 disassembler tables...
2014-01-01 Venkatraman Govind... [SparcV9]: Custom lower UMULO/SMULO so that the argumen...
2014-01-01 Venkatraman Govind... [SparcV9]: Use SRL instead of SLL to clear top 32-bits...
2014-01-01 NAKAMURA TakumiX86Disassembler.cpp: Prune stray @return on translateFP...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2014-01-01 Craig TopperSecond attempt at Removing special form of AddRegFrm...
2013-12-31 Craig TopperRevert r198238 and add FP disassembler tests. It didn...
2013-12-31 Craig TopperRemove old comment referring to an argument that no...
2013-12-31 Mark SeabornFix misaligned indentation in "if" block in MipsMCCodeE...
2013-12-31 Craig TopperAdd missing MRM_XX forms to the old JIT emitter for...
2013-12-31 Craig TopperRemove MRMInitReg form now that it's last use is gone.
2013-12-31 Craig TopperHandle MOV32r0 in expandPostRAPseudo instead of MCInst...
2013-12-30 Craig TopperMerge case statements to remove redundant code.
2013-12-30 Craig TopperRemove special form of AddRegFrm used by FP instruction...
2013-12-30 Saleem AbdulrasoolARM IAS: account for predicated pre-UAL mnemonics
2013-12-30 Bill WendlingKeep comment with 'Subtarget' ivar.
2013-12-30 Jiangning LiuFor AArch64 Neon, simplify scalar dup by lane0 for fp.
2013-12-30 Hao Liu[AArch64]Add code to spill/fill Q register tuples such...
2013-12-30 Hao Liu[AArch64]Can't select shift left 0 of type v1i64
2013-12-30 Hao Liu[AArch64]Fix the problem that can't select mul of v1i64...
2013-12-29 Saleem AbdulrasoolARM IAS: fix after r198172
2013-12-29 Saleem AbdulrasoolARM: provide VFP aliases for pre-V6 mnemonics
2013-12-29 Saleem AbdulrasoolARM: fix a few typos in comments
2013-12-29 Saleem AbdulrasoolARM: fix typo in VFP instruction definition
2013-12-29 Mark SeabornFix indentation alignment of a declaration in MipsMCCod...
2013-12-29 Bill WendlingStore the global variable that's created so that it...
2013-12-29 Venkatraman Govind... [SparcV9] Use separate instruction patterns for 64...
2013-12-29 Venkatraman Govind... [SparcV9] For codegen generated library calls that...
2013-12-29 Craig TopperMake more of the x86 lowering helper functions static.
2013-12-29 Venkatraman Govind... [SparcV9]: Implement lowering of long double (fp128...
2013-12-29 Craig TopperSwitch from EVT to MVT in more of the x86 instruction...
2013-12-28 Saleem AbdulrasoolARM IAS: handle errors more appropriately
2013-12-28 Andrew TrickNew machine model for cortex-a9. Schedule for resources...
2013-12-28 Andrew TrickThe Cortex-A9 machine model is incomplete. Mark it...
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-28 Craig TopperUse getSimpleValueType in a few spots where the type...
2013-12-28 Craig TopperMinor indentation fix to match other switch statements...
2013-12-28 Andrea Di Biagio[X86] Teach the backend how to fold target specific...
2013-12-28 Saleem AbdulrasoolARMAsmParser: fix typo in comment
2013-12-28 Chandler CarruthDisable transforms that introduce calls to exp10*(...
2013-12-26 Reid KlecknerTLI: Make exp10* avaiable on Linux/Mac/iOS and unavaila...
2013-12-26 Joerg SonnenbergerRecognize armv7a and friends as aliases for armv7-a...
2013-12-26 Saleem AbdulrasoolARM IAS: support .even directive
2013-12-26 Venkatraman Govind... [Sparc] Lower and MachineInstr to MC and print assembly...
2013-12-26 Venkatraman Govind... [Sparc] Add target specific MCExpr class to handle...
2013-12-25 Venkatraman Govind... [Sparc] Add MCInstPrinter implementation for SPARC.
2013-12-25 Simon Atanasyan[Mips] Does not take in account 'use-soft-float' attrib...
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-12-25 Zoran JovanovicSupport for microMIPS load effective address.
2013-12-25 Zoran JovanovicSupport for microMIPS FPU instructions 2.
2013-12-25 Elena DemikhovskyAVX-512: Result type of scalar SETCC is MVT::i1 for...
2013-12-25 Hao Liu[AArch64]Fix a problem that the register order of fmls...
2013-12-24 Richard SandifordFix typo.
2013-12-24 Richard Sandiford[SystemZ] Use interlocked-access 1 instructions for...
2013-12-24 Richard Sandiford[SystemZ] Add MC support for interlocked-access 1 instr...
2013-12-24 Elena DemikhovskyAVX-512: fixed some patterns for MVT::i1
2013-12-24 Hao Liu[AArch64]Add patterns to match normal shift nodes:...
2013-12-24 Kevin Qin[AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.
2013-12-24 Kevin Qin[AArch64 NEON] Fix a pattern match failure with NEON_VDUP.
2013-12-24 Ana Pazos[AArch64] Check fmul node single use in fused multiply...
2013-12-24 Ana Pazos[AArch64 NEON] Fixed fused multiply negate add/sub...
2013-12-23 Adrian PrantlDebug info: On ARM ensure that the data sections come...
2013-12-23 Saleem AbdulrasoolARM: bkpt has an implicit immediate constant 0
2013-12-22 Roman DivackyUse r2 when encoding tls on ppc32. Fixes PR18305.
2013-12-22 Elena DemikhovskyAVX512: SETCC returns i1 for AVX-512 and i8 for all...
2013-12-22 Roman DivackyAdd some comments.
2013-12-20 Lang HamesARM AnalyzeBranch should ignore DEBUG_VALUES while...
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-12-20 Zoran JovanovicSupport for microMIPS FPU instructions 1.
2013-12-20 Richard Sandiford[SystemZ] Optimize comparisons with truncated extended...
2013-12-20 Richard Sandiford[SystemZ] Extend RISBG optimization
2013-12-20 Saleem AbdulrasoolARM IAS: add support for the .pool directive
2013-12-20 Tom StellardR600: Allow ftrunc
2013-12-20 Eric Christopher[x86] Rename In32BitMode predicate to Not64BitMode
2013-12-20 Alp TokerFix documentation typos
2013-12-19 Kevin EnderbyUn-revert: the buildbot failure in LLVM on lld-x86_64...
2013-12-19 David PeixottoEnsure deterministic when printing ARM assembler consta...
2013-12-19 Kevin EnderbyRevert my change to the X86 assembler for intel syntax...
2013-12-19 Kevin EnderbyChanged the X86 assembler for intel syntax to work...
next