Add support for the 'L' inline asm constraint.
[oota-llvm.git] / lib / Target /
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Craig TopperAdd SSE4A MOVNTSS/MOVNTSD instructions.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-07 Eric ChristopherAllow 64 bit integer values in gpu registers if arch...
2012-05-07 Eric ChristopherWhen using inline asm constraints representing
2012-05-06 Craig TopperUse MVT instead of EVT as the argument to all the shuff...
2012-05-06 Craig TopperAdd VPERMQ/VPERMPD to the list of target specific shuff...
2012-05-06 Craig TopperAdd shuffle decode support for VPERMQ/VPERMPD.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-05-05 Benjamin KramerAdd a new target hook "predictableSelectIsExpensive".
2012-05-05 Benjamin KramerNVPTX: Initialize the UseF32FTZ flag.
2012-05-05 Eric ChristopherTypo.
2012-05-04 David BlaikieFix warnings in release build.
2012-05-04 Kevin EnderbyTweak to the fix in r156212, as with the change in...
2012-05-04 Kevin EnderbyFix a bug in the ARM disassembler for wide branch condi...
2012-05-04 Chandler CarruthFix a Clang warning in the new NVPTX backend:
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-05-04 Sebastian PopAdded missing CMN case in Thumb2SizeReduction pass...
2012-05-04 Preston GurdAdds Intel Atom scheduling latencies to X86InstrSystem.td.
2012-05-04 Matt Beaumont-GayPacify GCC's -Wreturn-type
2012-05-04 Hans WennborgMake ARM and Mips use TargetMachine::getTLSModel()
2012-05-04 Craig TopperFix some loops to match coding standards. No functional...
2012-05-04 Craig TopperFix up some spacing. No functional change.
2012-05-04 Craig TopperSimplify broadcast lowering code. No functional change...
2012-05-04 Craig TopperAllow v16i16 and v32i8 shuffles to be rewritten as...
2012-05-04 Craig TopperSimplify shuffle narrowing code a bit. No functional...
2012-05-04 Jakob Stoklund OlesenRemove the SubRegClasses field from RegisterClass descr...
2012-05-04 Jakob Stoklund OlesenInitialize SparcInstrInfo before SparcTargetLowering.
2012-05-04 Jakob Stoklund OlesenAdd a SuperRegClassIterator class.
2012-05-03 Jakob Stoklund OlesenUse a shared implementation of getMatchingSuperRegClass().
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-05-03 Sirish PandeSupport for target dependent Hexagon VLIW packetizer.
2012-05-03 Silviu BarangaFixed disassembler for vstm/vldm ARM VFP instructions.
2012-05-03 Sirish PandeExtensions of Hexagon V4 instructions.
2012-05-03 Craig TopperUse 'unsigned' instead of 'int' in a few places dealing...
2012-05-03 Craig TopperFix 256-bit vpshuflw and vpshufhw immediate encoding...
2012-05-03 Andrew TrickAdded TargetRegisterInfo::getAllocatableClass.
2012-05-02 Preston GurdFor Intel Atom, use ILP scheduling always, instead...
2012-05-02 Preston GurdChange the Intel Atom detection code to recognize
2012-05-02 Jim GrosbachARM: Add missing two-operand VBIC aliases.
2012-05-02 Preston GurdThis patch continues the work of adding instruction...
2012-05-02 Manman RenRevert r155853
2012-05-02 Richard BartonDisallow YIELD and other allocated nop hints in pre...
2012-05-02 Craig TopperAdd support for selecting AVX2 vpshuflw and vpshufhw...
2012-05-01 Jakub StaszakRemove unneeded break.
2012-05-01 Jakub StaszakRemove trailing spaces.
2012-05-01 Jim GrosbachARM: Add a few missing add->sub aliases w/ 'w' suffix.
2012-05-01 Jim GrosbachARM: allow vanilla expressions for movw/movt.
2012-05-01 Preston GurdThis patch marks the X86 floating point stack registers...
2012-05-01 Manman RenX86: optimization for max-like struct
2012-05-01 Alexey SamsonovX86: Use StackRegister instead of FrameRegister in...
2012-05-01 Benjamin KramerMove MipsDisassembler classes into an anonymous namespace.
2012-05-01 Benjamin KramerValue-initialize global to avoid global construction.
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-05-01 Craig TopperAllow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be...
2012-05-01 Craig TopperMake XOP and FMA4 require SSE4A to match GCC behavior...
2012-05-01 Craig TopperAttempt to handle MRMInitReg in emitVEXOpcodePrefix...
2012-05-01 Craig TopperMake XOP imply AVX as its needed to legalize the regist...
2012-05-01 Craig TopperRemove HasSSE2 from AES and CLMUL predicates. It's...
2012-05-01 Craig TopperMake CLMUL and AES imply SSE2 since its needed to legal...
2012-05-01 Craig TopperEnable AVX and FMA4 for AMD Bulldozer processors.
2012-04-30 Manman RenX86: optimization for -(x != 0)
2012-04-30 Jim GrosbachARM: Diagnostics for out of range fixups.
2012-04-30 Jakob Stoklund OlesenFix address calculation error from r155744.
2012-04-30 Chad RosierTidy up. No functional change intended.
2012-04-30 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-30 Bob WilsonDon't introduce illegal types when creating vmull opera...
2012-04-30 Craig TopperNo need to normalize index before calling Extract128Bit...
2012-04-30 Pete CooperCopied all the VEX prefix encoding code from X86MCCodeE...
2012-04-29 Jakub StaszakRemove unneeded casts. No functionality change.
2012-04-29 Craig TopperSimplify code a bit. No functional change intended.
2012-04-29 Kalle RaiskilaUpdate the documentation of CellSPU, in case it gets...
2012-04-28 Jakob Stoklund OlesenFix a problem with blocks that need to be split twice.
2012-04-27 Jim GrosbachARM: Thumb add(sp plus register) asm constraints.
2012-04-27 Jim GrosbachARM: Tweak tADDrSP definition for consistent operand...
2012-04-27 Derek SchuffRevert r155745
2012-04-27 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-27 Jakob Stoklund OlesenTrack worst case alignment padding more accurately.
2012-04-27 Craig TopperUse 'unsigned' instead of 'int' in several places when...
2012-04-27 Chad RosierAdd x86-specific DAG combine to simplify:
2012-04-27 Craig TopperTidy up spacing.
2012-04-27 Lang HamesFix the order of the operands in the llvm.fma intrinsic...
2012-04-27 Richard BartonFix ARM assembly parsing for upper case condition codes...
2012-04-27 Benjamin KramerX86: Don't emit conditional floating point moves on...
2012-04-27 Richard BartonRefactor IT handling not to store the bottom bit of...
2012-04-27 Evan ChengImplement a bastardized ABI.
2012-04-27 Evan Cheng- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn...
2012-04-26 Jim GrosbachARM: Thumb ldr(literal) base address alignment is 32...
2012-04-26 Preston GurdTrivial change to set UseLeaForSP flag in addition...
2012-04-26 Tim NorthoverUse VLD1 in NEON extenting-load patterns instead of...
2012-04-26 Tim NorthoverTest commit.
2012-04-26 Craig TopperEnable detection of AVX and AVX2 support through CPUID...
2012-04-26 Evan ChengIf triple is armv7 / thumbv7 and a CPU is specified...
2012-04-25 Richard BartonUnify internal representation of ARM instructions with...
2012-04-25 Craig TopperAdd ifdef around getSubtargetFeatureName in tablegen...
2012-04-25 Craig TopperUse vector_shuffles instead of target specific unpack...
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
next