SimplifyLibCalls: Add missing legalize check on various printf to puts and
[oota-llvm.git] / lib / Target /
2011-02-12 Benjamin KramerAdd a note about SSE4.1 roundss/roundsd.
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-11 Nate BegemanImplement sdiv & udiv for <4 x i16> and <8 x i8> NEON...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-11 Evan ChengFix buggy fcopysign lowering.
2011-02-10 David Greene[AVX] Implement 256-bit vector lowering for SCALAR_TO_V...
2011-02-10 Bruno Cardoso LopesFix a lot of o32 CC issues and add a bunch of tests...
2011-02-10 David Greene[AVX] Implement 256-bit vector lowering for EXTRACT_VEC...
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2011-02-09 David Greene[AVX] Implement 256-bit vector lowering for INSERT_VECT...
2011-02-09 Richard OsborneAdd intrinsic for setc instruction on the XCore.
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2011-02-08 David Greene[AVX] Implement BUILD_VECTOR lowering for 256-bit vecto...
2011-02-08 Evan ChengTemporary workaround for a bad bug introduced by r12108...
2011-02-07 Bruno Cardoso LopesAdd support for parsing dmb/dsb instructions
2011-02-07 Bruno Cardoso LopesRemove the MCR asm parser hack and start using the...
2011-02-07 David Greene[AVX] Insert/extract subvector lowering support. This...
2011-02-07 Jason W KimARM/MC/ELF Lowercase .cpu attributes in .s, but make...
2011-02-07 Evan ChengFix an obvious typo which caused an isel assertion...
2011-02-07 Bob WilsonAdd codegen support for using post-increment NEON load...
2011-02-07 Bob WilsonChange VLD3/4 and VST3/4 for quad registers to not...
2011-02-07 Bob WilsonFix some NEON instruction itineraries.
2011-02-07 Bob WilsonFix a comment: addrmode6 no longer includes the optiona...
2011-02-07 Bob WilsonRemove inaccurate comments: so_imm and t2_so_imm operan...
2011-02-07 Bob WilsonMove code for OffsetCompare struct closer to where...
2011-02-07 Jason W KimRework some .ARM.attribute work for improved gcc compat...
2011-02-06 Anders CarlssonRemove a virtual inheritance case that clang can devirt...
2011-02-05 NAKAMURA TakumiTarget/X86: Tweak allocating shadow area (aka home...
2011-02-05 NAKAMURA Takumilib/Target/X86/X86ISelLowering.cpp: Introduce a new...
2011-02-05 NAKAMURA Takumilib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.
2011-02-05 NAKAMURA TakumiTarget/X86: Fix whitespace.
2011-02-05 David Greene[AVX] Revert 124910 until clients are ready.
2011-02-04 David Greene[AVX] Add some utilities to insert and extract 128...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-04 David Greene[AVX] Support VSINSERTF128 with more patterns and appro...
2011-02-03 Bob WilsonFix 80-column violations and whitespace.
2011-02-03 David Greene[AVX] VEXTRACTF128 support. This commit includes patte...
2011-02-03 Richard OsborneAdd XCore intrinsics for resource instructions.
2011-02-03 Rafael EspindolaFix PR9127 by reversing the operands even if they have...
2011-02-02 Bob WilsonUpdate comment to match my recent change.
2011-02-02 Benjamin KramerSimplifyCFG: Turn switches into sub+icmp+branch if...
2011-02-02 Richard OsborneAdd support for trampolines on the XCore.
2011-02-02 Sean CallananFixed a bug in the disassembler where the mandatory...
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-02-01 Bob WilsonPR9081: Split up LDM instruction with deprecated use...
2011-02-01 Anton KorobeynikovFix imm printing for logical instructions.
2011-02-01 Carl NorumTest commit - fix a double 'should' in a comment.
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-31 David GreeneFix vector sign extend to put the source and destinatio...
2011-01-31 Chris Lattneradd a note, progress unblocked by PR8575 being fixed.
2011-01-30 Anton KorobeynikovSave a mapping between original and cloned constpool...
2011-01-30 Benjamin KramerTeach DAGCombine to fold fold (sra (trunc (sr x, c1...
2011-01-28 Bob WilsonPR9030: Fix disassembly of ARM "mov pc, lr" instruction.
2011-01-27 Evan ChengFix PLD encoding.
2011-01-27 Kevin EnderbyChanged llvm-mc arm target to give an error if .syntax...
2011-01-27 David Greene[AVX] Clean up the code to configure target lowering...
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-27 Eric ChristopherUse the incoming VT not the VT of where we're trying...
2011-01-27 NAKAMURA Takumilib/Target/X86/X86ISelDAGToDAG.cpp: __main should be...
2011-01-26 Bill WendlingAdd support for printing out floating point values...
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-26 Bruno Cardoso Lopesfix the encoding and add testcases for ARM nop, yield...
2011-01-26 Bill WendlingAdd needed braces.
2011-01-26 NAKAMURA TakumiTarget/X86: Tweak win64's tailcall.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-26 NAKAMURA Takumilib/Target/X86/X86RegisterInfo.cpp: Fix whitespace.
2011-01-26 NAKAMURA Takumilib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment.
2011-01-25 Bill WendlingRevert 124230. It was causing test failures.
2011-01-25 Bill WendlingThe floating point value is encoded in its binary form...
2011-01-25 Evan ChengDon't merge restore with tail call instruction.
2011-01-24 Anton KorobeynikovProvide correct registers for EH stuff on ARM
2011-01-24 Chris Lattnerfix a missing shuffle pattern, PR9009. Patch by Artiom...
2011-01-24 Chris Lattnerthis isn't a memset, we do convert dest[i] to one though :)
2011-01-24 Chris Lattnerwith recent work, we now optimize this into:
2011-01-23 Anders CarlssonAdd a memset loop that LoopIdiomRecognize doesn't recog...
2011-01-23 Rafael EspindolaInitialize MCNoExecStack.
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-22 Venkatraman Govind... Pass sret arguments through the stack instead of throug...
2011-01-22 Venkatraman Govind... Added ICC, FCC as uses of movcc instruction to generate...
2011-01-21 Venkatraman Govind... Sparc backend:
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-21 Bruno Cardoso LopesFix the encoding of QADD/SUB, QDADD/SUB. While qadd16...
2011-01-21 Venkatraman Govind... Implement support for byval arguments in Sparc backend.
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-20 Evan ChengDon't be overly aggressive with CSE of "ldr constantpoo...
2011-01-20 Bruno Cardoso LopesFix the encoding and parsing of clrex instruction
2011-01-20 Bruno Cardoso LopesChange instruction names for consistency
2011-01-20 Bruno Cardoso LopesAdd cdp/cdp2 instructions for thumb/thumb2
2011-01-20 Bruno Cardoso Lopes- Use a more appropriate name for Owen's ARM Parser...
2011-01-20 Bruno Cardoso LopesAdd mcr*2 and mr*c2 support to thumb2 targets
2011-01-20 Bruno Cardoso LopesAdd mcr* and mr*c support to thumb targets
2011-01-20 Kalle RaiskilaAllow sign-extending of i8 and i16 to i128 on SPU.
2011-01-20 Bruno Cardoso LopesRefactor mcr* and mr*c instructions into classes with...
next