Encode pic load / store instructions; fix some encoding bugs.
[oota-llvm.git] / lib / Target / ARM /
2008-11-05 Evan ChengEncode pic load / store instructions; fix some encoding...
2008-11-05 Evan ChengRestructure ARM code emitter to use instruction formats...
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-11-04 Evan ChengActually ARM / Mac OS X does have UINTTOFP_I64_F{64...
2008-11-04 Evan ChengCustom lower bit_convert i64 -> f64 into FMDRR. This...
2008-11-04 Evan ChengDebug output tweak.
2008-11-04 Evan ChengLDM_RET restores pc, do not set 's' bit which would...
2008-11-04 Evan ChengFor some targets, it's not possible to place GVs in...
2008-11-04 Evan ChengStylistic change.
2008-11-04 Evan ChengHandle ARM machine constantpool entries.
2008-11-03 Evan ChengRemove a dead switch statement.
2008-11-03 Evan ChengMinor code restructuring. No functionality change.
2008-11-03 Jim GrosbachAdd binary encoding support for multiply instructions...
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-10-31 Evan ChengAdd comment.
2008-10-31 Evan ChengUse better data structure for ConstPoolId2AddrMap.
2008-10-31 Evan ChengActually make debug output understandable.
2008-10-31 Evan ChengForgot this in last commit.
2008-10-31 Evan ChengEncode PICADD; some code clean up.
2008-10-30 Evan ChengI think we got non-machine specific constpool entries...
2008-10-30 Evan ChengARM JIT should observe -relocation-model command line...
2008-10-29 Evan ChengCorrect way to handle CONSTPOOL_ENTRY instructions.
2008-10-29 Evan ChengAdd debugging support.
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-25 Oscar FuentesCMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.
2008-10-22 Jim Grosbachremove extraneous #ifdef's
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-21 Jim Grosbachuse pre-UAL mnemonics for push/pop for compilaton callb...
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Jim GrosbachUpdate ARM Insn encoding to get endian-ness to match...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-08 Jim GrosbachComment to be explicit that the enumeration values...
2008-10-07 Jim GrosbachUnconditional branch instruction encoding fix. Needs...
2008-10-07 Jim Grosbachneed ARM.h for ARMCC definition
2008-10-07 Jim GrosbachEncode the conditional execution predicate when JITing.
2008-10-07 Jim GrosbachClarify naming and correct conditional so that CMP...
2008-10-07 Jim GrosbachFix Opcode values of CMP and CMN
2008-10-05 Anton KorobeynikovFix weird think-o and unbreak build on all gcc-3.4...
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-10-03 Jim GrosbachIndexing off by one resulted in errant encoding of...
2008-10-03 Jim GrosbachNeedStub/DoesntNeedStub logic was reversed, leading...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-01 Jim GrosbachFix typo s/ther/there/
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-27 Evan ChengRe-apply 56683 with fixes.
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-24 Anton KorobeynikovGet rid of virtual inheritance for ARM TAI
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-18 Evan ChengDuh. Default to ARMCC::AL (always).
2008-09-18 Evan ChengClean up.
2008-09-18 Evan ChengCosmetic.
2008-09-17 Evan ChengFix addrmode1 instruction encodings; fix bx_ret encoding.
2008-09-17 Evan ChengSpecify instruction encoding using range list to avoid...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-13 Evan ChengFix random abort.
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-13 Evan ChengTypo.
2008-09-13 Evan ChengRely on instruction format to determine so_reg operand...
2008-09-13 Evan ChengRevert 56176. All those instruction formats are still...
2008-09-13 Evan ChengAccidentially flipped the condition.
2008-09-13 Evan ChengAdd debug dumps.
2008-09-12 Evan ChengEliminate unnecessary instruction formats.
2008-09-12 Evan ChengAddrmode 1 S bit can be dynamically set. Look for CPSR...
2008-09-12 Evan ChengRewrite address mode 1 code emission routines.
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Jim Grosbachudpate header comment: s/VP/VFP/
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-08 Dan GohmanDelete an unused variable.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-09-02 Evan ChengAdd Mac OS X compatible JIT callback routine.
2008-09-02 Evan ChengRevamp ARM JIT.
2008-09-01 Evan ChengControl flow instruction encodings.
2008-09-01 Evan Chengldm / stm instruction encodings.
2008-09-01 Evan ChengAXI2 and AXI3 instruction encodings.
2008-09-01 Evan ChengReorganize instruction formats again; AXI1 encoding.
2008-09-01 Evan Chengaddrmode3 instruction encodings.
2008-09-01 Evan ChengReorganize some instruction format definitions. No...
2008-09-01 Evan ChengRest of addrmode2 instruction encodings.
2008-08-31 Evan ChengAddr2 word / byte load encodings.
2008-08-31 Evan ChengAddr1 instructions opcodes are encoded in bits 21-24...
2008-08-29 Evan ChengTableGen'ing instruction encodings.
next