Removing stale AsmPrinter directory from MicroBlaze backend.
[oota-llvm.git] / lib / Target /
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...
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Kevin EnderbyAdded a handful of x86-32 instructions that were missin...
2010-10-18 Jim GrosbachARM addrmode4 instructions (ldm, stm and friends) can...
2010-10-18 Jim GrosbachGrammar tweak.
2010-10-18 Kalle RaiskilaImprove lowering of sext to i128 on SPU.
2010-10-18 Eric ChristopherRemove the check for invalid calling conventions. Testi...
2010-10-18 Eric ChristopherLift arg promotion from the X86 backend. This should...
2010-10-17 Eric ChristopherNow that we handle all allocas via a non-SP reg offset...
2010-10-17 Eric ChristopherAllow more load types to be materialized through the...
2010-10-17 Eric ChristopherOptimize GEP off of intermediate allocas.
2010-10-17 Eric ChristopherFix comment.
2010-10-17 Eric ChristopherTurn on AddOperator folding in GEP.
2010-10-17 Eric ChristopherUse the i12 immediate versions of the load instructions...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Eric ChristopherFix some funky formatting that got through.
2010-10-15 Bill WendlingARMCodeEmitter::emitMiscInstruction is dead. Long live
2010-10-15 Eric ChristopherMake sure offset is 0 for load/store register to the...
2010-10-15 Eric ChristopherFormatting.
2010-10-15 Eric ChristopherFix else if -> if in store machinery.
2010-10-15 Bill WendlingReformatting. No functionalogicality changes.
2010-10-15 Eric ChristopherRefactor ARM fast-isel reg + offset to be a base +...
2010-10-15 Jim GrosbachEncoding information for the various ARM saturating...
2010-10-15 Jim GrosbachARM binary encoding information for RSB and RSC instruc...
2010-10-15 Jim GrosbachDon't mark argument value stores as immutable, as other...
2010-10-15 Bob WilsonUse simple RegState::Define flag instead of getDefRegSt...
2010-10-15 Eric ChristopherExpand GEP handling for constant offsets.
2010-10-15 Jim GrosbachWhen expanding the MOVsr[la]_flag pseudos, the CPSR...
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-15 Bob WilsonRemove unused ARMISD::AND selection DAG node.
2010-10-15 Bob WilsonARM instructions that are both predicated and set the...
2010-10-15 Jim GrosbachEncoding info for extension instructions.
2010-10-14 Jim GrosbachAdd missing Rd encoding for MOVs instruction.
2010-10-14 Jim GrosbachRefactor the MOVsr[al]_flag and RRX pseudo-instructions...
2010-10-14 Jim GrosbachTweak the ARM backend to use the RRX mnemonic instead...
2010-10-14 Jim GrosbachMOVi16 and MOVT ARM mode encodings.
2010-10-14 Jim GrosbachSimplify encoding information and add 'dst' operand...
2010-10-14 Oscar FuentesRemove explicit dependency of LLVMARMCodeGen on LLVMARM...
2010-10-14 Eric ChristopherHandle more complex GEP based loads and add a few TODOs...
2010-10-14 Bill WendlingAdd support for vmov.f64/.f32 encoding. There's a bit...
2010-10-14 Bill WendlingAdd encoding for 'fmstat'.
2010-10-14 Bill Wendling- Add encodings for multiply add/subtract instructions...
2010-10-14 Jim GrosbachRegenerate. No functional change, just cleanup.
2010-10-13 Jim GrosbachDetabify and clean up 80 column violations.
2010-10-13 Jim GrosbachA few 80 column fixes.
2010-10-13 Jim Grosbachtrailing whitespace
2010-10-13 Jim GrosbachAdd a FIXME.
2010-10-13 Jim GrosbachAdd operand encoding bits for SMC and SVC in ARM mode.
2010-10-13 Jim GrosbachMore encoding cleanup. Also add register Rd operands...
2010-10-13 Jim GrosbachSimplify some ARM encoding information.
2010-10-13 Eric ChristopherUpdate comment.
2010-10-13 Jim GrosbachAdd a FIXME. The ADR instruction is a bit odd.
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-13 Bill WendlingAdd MC encodings for VCVT* instrunctions.
2010-10-13 Jim GrosbachAdd a FIXME.
2010-10-13 Jim GrosbachMake a few more bits of some simple instructions explic...
2010-10-13 Jim GrosbachAdd ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
2010-10-13 Jim GrosbachFix encoding for compares. No Rd register.
2010-10-13 Jim GrosbachAdd ARM mode operand encoding information for ADDE...
2010-10-13 Rafael EspindolaFix another case where we were preferring instructions...
2010-10-13 Rafael EspindolaFix PR8365 by adding a more specialized Pat that checks...
next