[DWARF parser] Make DWARF parser more robust against missing compile/type units.
[oota-llvm.git] / lib / Target /
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-05-19 Pete CooperRemove unnecessary cast. NFC
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement NOR, OR, ORI, XOR and...
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement AND and ANDI instructions
2015-05-19 Daniel Sanders[mips] Correct and improve special-case shuffle instruc...
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU...
2015-05-19 Michael Kuperstein[X86] ABI change for x86-32: pass 3 vector arguments...
2015-05-18 Reid KlecknerRe-land r237175: [X86] Always return the sret parameter...
2015-05-18 Jozef Kolek[mips][microMIPSr6] Implement LSA instruction
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Tim NorthoverAArch64: work around ld64 bug more aggressively.
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-18 Tim NorthoverARM: allow jump tables to be placed as constant islands.
2015-05-18 James Y KnightSparc: support the "set" synthetic instruction.
2015-05-18 Oliver StannardRevert r237579, as it broke windows buildbots
2015-05-18 James Y KnightSparc: Support PSR, TBR, WIM read/write instructions.
2015-05-18 James Y KnightSparc: Add the "alternate address space" load/store...
2015-05-18 James Y KnightAdd support for the Sparc implementation-defined "ASR...
2015-05-18 Oliver Stannard[LLVM - ARM/AArch64] Add ACLE special register intrinsics
2015-05-18 Jozef Kolek[mips][microMIPSr6] Implement ALIGN and AUI instructions
2015-05-18 Elena DemikhovskyAVX-512: Added intrinsics for ADDSS/D, MULSS/D, SUBSS...
2015-05-18 Elena Demikhovskyfixed compilation warning/error
2015-05-18 Elena DemikhovskyAVX-512: Added patterns for scalar-to-vector broadcast
2015-05-18 Elena DemikhovskyAVX-512: Added VBROADCASTF64X4, VBROADCASTF64X2, VBROAD...
2015-05-18 Hal Finkel[PowerPC] Add extra r2 read deps on @toc@l relocations
2015-05-17 Elena DemikhovskyAVX-512: fixed extended load to 512-bit register
2015-05-17 Elena DemikhovskyAVX-512: fixed a bug in mask operations - (i1 1) pattern
2015-05-16 Daniel Sanders[x86] Distinguish the 'o', 'v', 'X', and 'i' inline...
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 David Majnemer[X86] Use a better sentinel offset for the FrameAddr...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-15 James MolloyMark SMIN/SMAX/UMIN/UMAX nodes as legal and add pattern...
2015-05-15 Daniel Sanders[xcore] Only support the 'm' inline assembly memory...
2015-05-15 Toma Tabacu[mips] [IAS] Fix expansion of negative 32-bit immediate...
2015-05-15 Akira HatanakaStop resetting SanitizeAddress in TargetMachine::resetT...
2015-05-14 Eric ChristopherRemove setting FloatABIType from the X86 port, nothing...
2015-05-14 Brendon Cahoon[Hexagon] Generate hardware loop for a vectorized loop
2015-05-14 Brendon Cahoon[Hexagon] Remove dead constant assignment in hardware...
2015-05-14 Douglas KatzmanReflow long lines of some LLVMBuild files
2015-05-14 Toma Tabacu[mips] [IAS] Enforce .set nomacro.
2015-05-14 Brendon Cahoon[Hexagon] Check for underflow/wrap in hardware loop...
2015-05-14 Toma Tabacu[mips] [IAS] Emit .set macro/nomacro.
2015-05-14 Vasileios Kalintiris[mips] Do not place users of $ra in the delay slot...
2015-05-14 Artyom SkrobovRe-apply r237247 - [AArch64] Codegen VMAX/VMIN for...
2015-05-14 Toma Tabacu[mips] [IAS] Warn when LA is used with a 64-bit symbol.
2015-05-14 Toma Tabacu[mips] [IAS] Give expandLoadAddressSym() more specific...
2015-05-14 Vladimir Sukharev[AArch64] Slight naming changes and comments for AArch6...
2015-05-14 Elena DemikhovskyAVX-512: Added i1 type handling for calling conventions.
2015-05-13 Douglas Katzman[X86] Fix PR23271 - RIP-relative decoding bug in disass...
2015-05-13 Tim NorthoverARM: remove possible vestiges of the legacy JIT???
2015-05-13 Tim NorthoverARM: remove custom jump table UID
2015-05-13 Tim NorthoverARM: refactor optimizeThumb2JumpTables.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Brendon Cahoon[Hexagon] Generate loop1 instruction for nested loops
2015-05-13 Toma Tabacu[mips] [IAS] Preemptively fix warning introduced by...
2015-05-13 Brendon Cahoon[Hexagon] Generate hardware loop when loop has a critic...
2015-05-13 Jozef Kolek[mips][microMIPSr6] Implement CLO and CLZ instructions
2015-05-13 Silviu BarangaRevert r237247 - [AArch64] Codegen VMAX/VMIN.. as it...
2015-05-13 Toma Tabacu[mips] [IAS] Unify common functionality of LA and LI.
2015-05-13 Artyom Skrobov[AArch64] Codegen VMAX/VMIN for safe math cases
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-13 Elena DemikhovskyAVX-512: fixed a bug in encoding of VPSRAQ instrcution,
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Chandler CarruthRevert r237175: [X86] Always return the sret parameter...
2015-05-12 Matthias BraunRevert "ARM: Remove Itineraries for swift CPU"
2015-05-12 Matthias BraunARM: Remove Itineraries for swift CPU
2015-05-12 Reid Kleckner[X86] Always return the sret parameter in eax/rax,...
2015-05-12 Douglas KatzmanStrip trailing whitespace. NFC
2015-05-12 Tom StellardR600/SI: Fix bug in VGPR spilling
2015-05-12 Jozef Kolek[mips][microMIPSr6] Implement SELEQZ and SELNEZ instruc...
2015-05-12 Petar Jovanovic[Mips] Return false for isFPCloseToIncomingSP()
2015-05-12 Tom StellardR600/SI: add pass to mark CF live ranges as non-spillable
2015-05-12 Sanjay Pateluse 'auto' to improve readability; NFC
2015-05-12 Tom StellardR600/SI: Update tablegen defs to avoid restoring spille...
2015-05-12 Tom StellardR600/SI: Remove M0Reg register class
2015-05-12 Tom StellardR600/SI: Remove explicit m0 operand from DS instructions
2015-05-12 Tom StellardR600/SI: Remove explicit m0 operand from v_interp instr...
2015-05-12 Tom StellardR600/SI: Remove explicit m0 operand from s_sendmsg
2015-05-12 Tom StellardR600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhy...
2015-05-12 Elena DemikhovskyAVX-512, X86: Added lowering for shift operations for...
2015-05-12 John Brawn[ARM] Use AEABI aligned function variants
2015-05-12 Andrea Di Biagio[X86] Remove useless target specific combine on TRUNCAT...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Handle calls with non legal types...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Allow computation of addresses from...
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-12 Elena DemikhovskyAVX-512: select operation for i1 vectors
2015-05-12 Michael Kuperstein[X86] DAGCombine should not assume arbitrary vector...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-11 Pirama Arumuga Nainar[X86] Updates to X86 backend for f16 promotion
2015-05-11 Aaron BallmanSilencing an MSVC warning: '<<' : result of 32-bit...
2015-05-11 Elena DemikhovskyFixed compilation warning, NFC.
next