Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
[oota-llvm.git] / lib / Target /
2013-07-09 Bill Schmidt[PowerPC] Better fix for PR16556.
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-09 Vincent LejeuneR600: Do not predicated basic block with multiple alu...
2013-07-09 Vincent LejeuneR600: Fix a rare bug where swizzle optimization returns...
2013-07-09 Vincent LejeuneR600: Fix wrong export reswizzling
2013-07-09 Vincent LejeuneR600: Use DAG lowering pass to handle fcos/fsin
2013-07-09 Vincent LejeuneR600: Print Export Swizzle
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{A, N...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{Z, X...
2013-07-09 Ulrich Weigand[PowerPC] Support ".machine any"
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VCVT{A, N,...
2013-07-09 Richard Sandiford[SystemZ] Use MVC for simple load/store pairs
2013-07-09 Richard Sandiford[SystemZ] Use "STC;MVC" for memset
2013-07-09 Ulrich Weigand[PowerPC] Support .llong and fix .word
2013-07-09 Hal FinkelPPC: Allocate RS spill slot for unaligned i64 load...
2013-07-09 Jim GrosbachX86: Add comment.
2013-07-09 Jim GrosbachX86 fast-isel: Avoid explicit AH subreg reference for...
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-08 Hal FinkelPPC: Mark vector CC action for SETO and SETONE as Expand
2013-07-08 Joey GoulyAdd a comment to this change, requested by Eric Christo...
2013-07-08 Jim GrosbachARM: Improve codegen for generic vselect.
2013-07-08 Hal FinkelPPC: Mark vector FREM as Expand by default
2013-07-08 Ulrich Weigand[PowerPC] Support time base instructions
2013-07-08 Ulrich Weigand[PowerPC] Support basic compare mnemonics
2013-07-08 Bill Schmidt[PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_...
2013-07-08 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-08 Nico RieckRevert "Proper va_arg/va_copy lowering on win64"
2013-07-08 Richard Sandiford[SystemZ] Remove unwanted part from last commit
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2013-07-08 Nico RieckRevert "Reuse %rax after calling __chkstk on win64"
2013-07-07 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-06 Joey GoulyAdd MC support for the v8fp instructions: vmaxnm and...
2013-07-06 Nico RieckProper va_arg/va_copy lowering on win64
2013-07-05 Arnold SchwaighoferARM: Add a pack pattern for matching arithmetic shift...
2013-07-05 Arnold SchwaighoferARM: Fix incorrect pack pattern
2013-07-05 Richard Sandiford[SystemZ] Remove no-op MVCs
2013-07-05 Richard Sandiford[SystemZ] Remove redundant frame MMOs
2013-07-05 Richard Sandiford[SystemZ] Enable the use of MVC for frame-to-frame...
2013-07-05 Ulrich Weigand[PowerPC] Add some special @got@tprel fixup cases
2013-07-05 Richard Sandiford[SystemZ] Allocate a second register scavenging slot
2013-07-05 Richard Sandiford[SystemZ] Clean up register scavenging code
2013-07-05 Ulrich Weigand[PowerPC] Support @tls in the asm parser
2013-07-05 Joey GoulyPR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.
2013-07-04 Rafael EspindolaUse a OwningPtr instead of a manual delete.
2013-07-04 Rafael EspindolaFix leak. Should bring back the valgrind bot.
2013-07-04 Ulrich Weigand[PowerPC] Implement writeNopData
2013-07-04 Joey GoulyRemove an unneeded call to 'UpdateThumbVFPPredicate...
2013-07-04 Joey GoulyAdd support for MC assembling and disassembling of...
2013-07-04 Ulrich Weigand[PowerPC] Add all trap mnemonics
2013-07-04 Ulrich Weigand[PowerPC] Add asm parser support for CR expressions
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Joey GoulyAdd a V8FP instruction 'vcvt{b,t}' to convert between...
2013-07-04 Craig TopperAdd a space between closing template '>' to unbreak...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-03 Stephen LinHave ARMBaseRegisterInfo::getCallPreservedMask return...
2013-07-03 Quentin Colombet[ARM] Improve the instruction selection of vector loads.
2013-07-03 Bill Schmidt[PowerPC] FreeBSD does not require f128 in its data...
2013-07-03 Tilmann SchellerARM: Prevent ARMAsmParser::shouldOmitCCOutOperand(...
2013-07-03 Ulrich Weigand[PowerPC] Support lmw/stmw in the asm parser
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-07-03 Ulrich Weigand[PowerPC] Always use mfocrf if available
2013-07-03 Ulrich Weigand[PowerPC] Remove dead code from PPCDAGToDAGISel::Select...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Ulrich Weigand[PowerPC] Make specialized AltiVec patterns isCodeGenOnly
2013-07-03 Ulrich Weigand[PowerPC] Support mtspr/mfspr in the asm parser
2013-07-03 Richard Sandiford[SystemZ] Fold more spills
2013-07-03 Mihai PopaThis corrects the implementation of Thumb ADR instruct...
2013-07-03 Tim NorthoverARM: relax the atomic release barrier to "dmb ishst...
2013-07-03 Richard Sandiford[SystemZ] Rename mapping table fields
2013-07-03 Richard Sandiford[SystemZ] Fix caller-allocated save slot FIXME
2013-07-03 Richard Osborne[XCore] Whitespace fixes, no functionality change.
2013-07-03 Richard Osborne[XCore] Add ISel pattern for LDWCP
2013-07-03 Michael GottesmanAdded posix function gettimeofday to LibFunc::Func...
2013-07-03 NAKAMURA TakumiSystemZInstrInfo.cpp: Tweak an assertion. [-Wunused...
2013-07-02 Ulrich Weigand[PowerPC] PR16512 - Support TLS call sequences in the...
2013-07-02 Ulrich Weigand[PowerPC] Rework TLS call operand processing
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Benjamin KramerSystemZ: Fold variable into assertion.
2013-07-02 Ulrich Weigand[PowerPC] Support TLS variables in debug info
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-02 Benjamin KramerHexagon: Avoid unused variable warnings in Release...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-02 Richard Sandiford[SystemZ] Use DSGFR over DSGR in more cases
2013-07-02 Richard Sandiford[SystemZ] Use MVC to spill loads and stores
2013-07-02 Richard Sandiford[SystemZ] Add the MVC instruction
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
2013-07-02 Logan ChienFix ARM EHABI compact model 1 and 2 without handlerdata.
2013-07-02 Hal FinkelCleanup PPC Altivec registers in CSR lists and improve...
2013-07-02 Akira Hatanaka[mips] Add new InstrItinClasses for move from/to coproc...
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Richard TrieuChange if (cond) ... else llvm_unreachable("text")...
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-07-01 Ulrich Weigand[PowerPC] Support all condition register logical instru...
2013-07-01 Chad RosierAdd a newline.
2013-07-01 Bill SchmidtIndex: test/CodeGen/PowerPC/reloc-align.ll
2013-07-01 Chad Rosier[ARMAsmParser] Sort the ARM register lists based on...
2013-07-01 Akira Hatanaka[mips] Reverse the order of source operands of shift...
next