Use instruction itinerary to determine what instructions are 'cheap'.
[oota-llvm.git] / lib / Target /
2010-10-26 Evan ChengUse instruction itinerary to determine what instruction...
2010-10-26 Evan ChengNEON vmov's are in Neon domain.
2010-10-26 Bob WilsonTidy up redundant check.
2010-10-25 Rafael EspindolaProduce the headers directly in the Finish method....
2010-10-25 Dale JohannesenAn stdcall function calling a non-stdcall function
2010-10-25 Owen AndersonAdd correct encodings for NEON vabal.
2010-10-25 Owen AndersonAdd correct NEON encodings for vaba.
2010-10-25 Owen AndersonAttempt to provide correct encodings for NEON vbit...
2010-10-25 Owen AndersonProvide correct NEON encodings for vbsl.
2010-10-25 Jim Grosbachimm12 operands aren't Thumb2 only, so rename the printe...
2010-10-25 Owen AndersonAdd correct instruction encodings for vbic, vorn, and...
2010-10-25 Rafael EspindolaAdd a virtual destructor.
2010-10-25 Owen AndersonProvide correct NEON encodings for vand, veor, and...
2010-10-25 Owen AndersonAdd NEON encoding tests for vcgt and vacgt.
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-25 Owen AndersonAdd tests for NEON encodings of vcge and vacge.
2010-10-25 Owen AndersonAdd a warning about our inability to test the encoding...
2010-10-24 Rafael EspindolaAdd X86::reloc_global_offset_table and use it to have...
2010-10-23 Eric ChristopherMove rejection of NEON parameters earlier in fast isel...
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-23 Michael J. SpencerX86: Emit _fltused instead of __fltused on Windows...
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-23 Chandler CarruthRemove a define which is never referenced.
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-23 Evan ChengEnable ARM fastcc.
2010-10-23 Evan ChengLatency between CPSR def and branch is zero.
2010-10-22 Jim GrosbachTrailing whitespace.
2010-10-22 Gabor Greiffix memory-layout assumption which only holds on little...
2010-10-22 Jim GrosbachARM mode encoding information for CLZ, RBIT, REV*,...
2010-10-22 Evan ChengTransfer implicit ops when forming load multiple and...
2010-10-22 Owen AndersonAdd correct NEON encodings for vqdmlal.
2010-10-22 Jim GrosbachAdd the encoding information for the rest of the ARM...
2010-10-22 Owen AndersonProvide correct encodings for NEON vmlal.
2010-10-22 Evan ChengSilence compiler warnings.
2010-10-22 Owen AndersonProvide correct NEON encodings for vmla.
2010-10-22 Jim GrosbachMore ARM multiply instuction binary encodings.
2010-10-22 Evan ChengAdd fastcc cc: pass and return VFP / NEON values in...
2010-10-22 Jim GrosbachParameterize a bit of ARM encoding information, simplif...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-22 Jim GrosbachMore ARM multiply instruction encoding information.
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-22 Andrew TrickReverting r117031 to cleanup valgrind errors.
2010-10-22 Eric ChristopherAdd some basic ret instruction support to arm fast...
2010-10-22 Sean CallananFixed handling of immediate operand sizes, which
2010-10-21 Jim GrosbachARM binary encoding for some of the multiply instructions.
2010-10-21 Jim GrosbachARM binary encodings for MVN variants.
2010-10-21 Jim GrosbachARM Binary encoding information for BFC/BFI instructions.
2010-10-21 Eric ChristopherThese don't need to be virtual.
2010-10-21 Owen AndersonMove the encoding logic for Q registers into getMachine...
2010-10-21 Owen AndersonARM encodes Q registers as 2xregno (i.e. the number...
2010-10-21 Eric ChristopherHandle storing args to the stack for calls.
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-10-21 Eric ChristopherMore load/store refactoring, call reg+offset simplifica...
2010-10-21 Jim Grosbachtrailing whitespace
2010-10-21 Owen AndersonAdd correct NEON encodings for vhadd and vrhadd.
2010-10-21 Owen AndersonAdd correct encodings for NEON vaddw.s* and vaddw.u*.
2010-10-21 Owen AndersonProvide correct NEON encodings for vaddl.u* and vaddl.s*.
2010-10-21 Kevin EnderbyMore tweaks to X86 instructions to allow the 'w' suffix...
2010-10-21 Duncan SandsThe return value of this call is not used, so no point
2010-10-21 Duncan SandsRemove some variables that are never really used
2010-10-21 Duncan SandsAdd parentheses to pacify gcc, which warns otherwise.
2010-10-21 Wesley PeckRemoving stale AsmPrinter directory from MicroBlaze...
2010-10-21 Oscar FuentesDeleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt...
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Andrew Trickputback r116983 and fix simple-fp-encoding.ll tests
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Owen AndersonRevert r116983, which is breaking all the buildbots.
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...
2010-10-21 Michael J. SpencerX86: Add alloca probing to dynamic alloca on Windows...
2010-10-21 Evan ChengAdd missing scheduling itineraries for transfers betwee...
2010-10-21 Owen AndersonImplement correct encodings for NEON vadd, both integer...
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-21 Eric ChristopherCustom lower f64 args passed in integer registers.
2010-10-20 Michael J. SpencerFix Whitespace.
2010-10-20 Bill WendlingAdd encoding for moving a value between two ARM core...
2010-10-20 Bill WendlingAdd encodings for movement between ARM core registers...
2010-10-20 Dale JohannesenFix crash introduced in 116852. 8573915.
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-10-20 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ correctly.
2010-10-20 Chandler CarruthRemove remaining uses of ATTRIBUTE_UNUSED on variables...
2010-10-20 Eric ChristopherFix a TODO by removing some unnecesary copies.
2010-10-20 Jim GrosbachFix backwards conditional.
2010-10-20 Jim GrosbachAdd dynamic realignment when rematerializing the base...
2010-10-19 Jim GrosbachNuke a commented out bit that got missed a while back.
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-10-19 Jim GrosbachUpdate comments to remove obsolete references.
2010-10-19 Dale JohannesenEnable using vdup for vector constants which are splat of
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Che-Liang ChiouAdd lower argument and return of device function
2010-10-19 Michael J. SpencerX86: Add MS-CRT libcalls.
2010-10-19 Michael J. SpencerFix Whitespace.
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-19 Bob WilsonSupport alignment for NEON vld-lane and vst-lane instru...
2010-10-19 Kevin EnderbyAdded a few tweaks to the Intel Descriptor-table suppor...
2010-10-18 Jim GrosbachARM encoding information for [SU]SAT* instructions.
2010-10-18 Eric ChristopherRevert r116220 - thus turning arm fast isel back on...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-18 Jim GrosbachFor Thumb2, try to use frame pointer references for...
next