Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit...
[oota-llvm.git] / lib / Target / ARM /
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanUpdate a comment.
2008-12-03 Rafael EspindolaFix bug 3140.
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-12-03 Dan GohmanFix a missing #include.
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-20 Evan ChengFix a thinko. MO is getOperand(i-1) so we don't have...
2008-11-19 Evan ChengEliminate a compile time warning.
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-11-15 Evan ChengFix fuitos encoding.
2008-11-14 Evan ChengFix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.
2008-11-13 Evan ChengHandle the rest of pseudo instructions.
2008-11-13 Evan ChengLazy compilation callback save / restore VFP registers.
2008-11-13 Evan ChengDon't forget to emit stubs for function GV's emitted...
2008-11-13 Evan Chengfsub{d|s} encoding bugs.
2008-11-13 Evan ChengMissed a break statement.
2008-11-13 Evan ChengFix pre- and post-indexed load / store encoding bugs.
2008-11-12 Evan ChengRemove the incorrect assertion. We don't have enough...
2008-11-12 Evan ChengAddress mode immediate offset has already been divided...
2008-11-12 Evan ChengFix a VFP binary arithmetic instruction encoding bug.
2008-11-12 Evan ChengFix address mode 3 immediate offset mode encoding.
2008-11-12 Evan ChengConsolidate formats; fix FCMPED etc. encodings.
2008-11-12 Evan ChengFix VFP conversion instruction encodings.
2008-11-12 Evan ChengFix encoding of single-precision VFP registers.
2008-11-12 Evan ChengVFP fld / fst immediate field is multiplied by 4.
2008-11-11 Evan ChengFix FMDRR encoding.
2008-11-11 Evan ChengHandle floating point constpool_entry's.
2008-11-11 Evan ChengEncode VFP load / store instructions.
2008-11-11 Evan ChengEncode VFP conversion instructions.
2008-11-11 Evan ChengEncode VFP arithmetic instructions.
2008-11-10 Evan ChengCorrect PIC function stub codegen.
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-08 Evan ChengMoved InvalidateInstructionCache to ARMJITInfo::emitFun...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-08 Evan ChengTell ARMJITInfo if codegen relocation is PIC. It change...
2008-11-08 Evan ChengFix relocation for calls to external symbols.
2008-11-08 Evan ChengSkip over two-address use operands.
2008-11-08 Evan ChengHandle ARM machine constantpool entry with non-lazy...
2008-11-08 Evan ChengUse ARMFunctionInfo to track number of constpool entrie...
2008-11-07 Evan ChengMore code clean up.
2008-11-07 Evan ChengGet PIC jump table working.
2008-11-07 Dan GohmanFlush the raw_ostream after emitting the assembly for...
2008-11-07 Evan ChengJump table JIT support. Work in progress.
2008-11-07 Evan ChengEncode misc arithmetic instructions.
2008-11-06 Evan ChengEncode extend instructions; more clean up.
2008-11-06 Evan Cheng- Improve naming consistency: Branch -> BrFrm, BranchMi...
2008-11-06 Evan ChengRemove opcode from instruction TS flags; add MOVCC...
2008-11-06 Evan ChengHandle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>.
2008-11-06 Evan ChengFix so_imm encoding bug; add support for MOVi2pieces.
2008-11-06 Evan ChengFix encoding of multiple instructions with 3 src operan...
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...
next