Second try at making direct object emission produce the same results
[oota-llvm.git] / lib / Target /
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-12-05 Evan ChengEliminate unneeded #include's.
2010-12-05 NAKAMURA TakumiARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp...
2010-12-05 Evan ChengCode clean up.
2010-12-05 Evan ChengRemove an unused variable.
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-04 Bill WendlingInitialize HasPOPCNT.
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-12-04 Benjamin KramerSimplify code. No functionality change.
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Jim GrosbachEncode condition code for Thumb1 conditional branch...
2010-12-03 Jim GrosbachCorrectly size-reduce the t2CMPzrr instruction to tCMPz...
2010-12-03 Bill WendlingUse correct variable names to match the patterns.
2010-12-03 Jim GrosbachMatch pattern operand names to expected encoding field...
2010-12-03 Jim GrosbachRemove incorrect BL target encoding (it's similar to...
2010-12-03 Jim GrosbachEncode the 32-bit wide Thumb (and Thumb2) instructions...
2010-12-03 Nate BegemanRevert this change since it breaks a couple of the...
2010-12-03 Nate BegemanScalar f32/f64 are also subregs of ymm regs
2010-12-03 Nate BegemanRemove SSE1-4 disable when AVX is enabled. While this...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-03 Benjamin KramerRemove unused variable.
2010-12-03 Jim GrosbachReduce t2 ldr/str instructions to the correct t1 versio...
2010-12-03 Jason W Kimfix ARM::fixup_arm_branch, cleanup, and share more...
2010-12-03 Jim GrosbachNo need to declare EncoderMethod property anymore;...
2010-12-03 Jim GrosbachAdd FIXMEs.
2010-12-03 Jim GrosbachSize reduction for tPUSH come from t2STMDB_UPD, not...
2010-12-03 Bill WendlingDon't overwrite the opcode passed into the T1Special...
2010-12-03 Bill WendlingAdd Thumb encoding for some more instructions.
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Bill WendlingThe tLDR instruction wasn't encoded properly:
2010-12-02 Jim GrosbachTrailing whitespace.
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Jim GrosbachWhen expanding the MOVCCi32imm, make sure to use the...
2010-12-02 Jim GrosbachFix copy/pasto in vmin.f32 encoding.
2010-12-02 Wesley PeckTeaching MBlaze backend how to reverse branch conditions.
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-12-02 Devang PatelRevert r120580.
2010-12-01 Evan ChengFix and re-enable tail call optimization of expanded...
2010-12-01 Jason W Kimfixing style nit: move class static to global static
2010-12-01 Bill WendlingAdd a post encoder method to the VFP instructions to...
2010-12-01 Jim GrosbachUse the correct fixup type for ARM VLDR*
2010-12-01 Jim GrosbachRefactor LEApcrelJT as a pseudo-instructionlowered...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Jason W Kimkill trailing space
2010-12-01 Jim Grosbach10 bits, not 12.
2010-12-01 Devang PatelDisable debug info for x86-darwin9 and earlier until...
2010-12-01 Duncan SandsI don't think it makes any sense to assert that the...
2010-12-01 Che-Liang Chiouptx: bug fix: use after free
2010-12-01 Jim GrosbachElaborate on FIXME.
2010-12-01 Jim GrosbachMove the ARMAsmPrinter class defintiion into a header...
2010-12-01 Evan ChengSpeculatively disable x86 portion of r120501 to appease...
2010-12-01 Bill WendlingRemove "comparison of integers of different signs"...
2010-12-01 Bill WendlingGeneral cleanups of comments.
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-12-01 Bill WendlingFormatting. It's all the rage!
2010-12-01 Bill WendlingMore refactoring. This time the T1pI pattern.
2010-12-01 Eric ChristopherRefactor load/store handling again. Simplify and make...
2010-12-01 Jan Wen VoungInitialize an ARMConstantPoolValue field.
2010-12-01 Bill Wendlings/T1pIEncode/T1pILdStEncode/g
2010-12-01 Bill WendlingRenaming variables to coincide with documentation....
2010-12-01 Bill WendlingRefactor T1sI and T1sIt encodings into helper classes.
2010-12-01 Bill WendlingRefactor the T1sIt encodings into a parent class to...
2010-12-01 Owen AndersonUse by-name rather than by-order matching for NEON...
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Bill WendlingRename operands to match ARM documentation. No function...
2010-11-30 Jim GrosbachFix typo.
2010-11-30 Jim GrosbachTrailing whitespace.
2010-11-30 Jason W KimThanks to JimG for catching this!
2010-11-30 Bill WendlingInline classes that were used in only one place.
2010-11-30 Bill Wendling* Add support for encoding t_addrmode_s2 and t_addrmode...
2010-11-30 Owen AndersonSimplify the encoding of reg+/-imm12 values that allow...
2010-11-30 Jim GrosbachFix handling of ARM negative pc-relative fixups for...
2010-11-30 Eric ChristopherMove X86InstrFPStack.td over to PseudoI as well.
2010-11-30 Eric ChristopherMigrate X86InstrControl.td to use PseudoI and fix a...
2010-11-30 Owen AndersonProvide Thumb2 encodings for a few miscellaneous instru...
2010-11-30 Jim GrosbachAdd FIXME
2010-11-30 Owen AndersonAdd encoding support for Thumb2 PLD and PLI instructions.
2010-11-30 Eric ChristopherNoticed this on inspection, fix and update some comments.
2010-11-30 Jim GrosbachPseudo-ize ARM MOVPCRX
2010-11-30 Owen AndersonProvide encodings for a few more load/store variants.
2010-11-30 Jim GrosbachPseudo-ize BX_CALL and friends. Remove dead instruction...
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Eric ChristopherFix some grammar in comments I noticed.
2010-11-30 Eric ChristopherThis defaults to GenericDomain.
2010-11-30 Eric ChristopherImplement a PseudoI class and transfer the sse instruct...
2010-11-30 Eric ChristopherFix insertion point in pcmp expander.
2010-11-30 Eric ChristopherFix some cleanups from my last patch.
2010-11-30 Bill WendlingAdd parsing for the Thumb t_addrmode_s4 addressing...
2010-11-30 Che-Liang Chiouptx: add ld instruction
2010-11-30 Eric ChristopherRewrite mwait and monitor support and custom lower...
2010-11-30 Bill WendlingMinor cleanups. No functional change.
2010-11-30 Bill Wendlings/ARM::BRIND/ARM::BX/g to coincide with r120366.
2010-11-30 Bill WendlingAdd correct encoding for "bl __aeabi_read_tp". However...
2010-11-30 Jim GrosbachRename BX/BRIND/etc patterns to clarify which is actual...
next