Function temporaries can not overlap with retval or args.See the comment in source...
[oota-llvm.git] / lib / Target / ARM /
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Dale JohannesenEliminate remaining non-DebugLoc version of getTargetNode.
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Evan ChengA few more isAsCheapAsAMove.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-28 Evan ChengSuppress a compile time warning.
2009-01-25 Chris Lattnersilence a warning when assertions are disabled.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-16 Evan ChengARMCompilationCallback should not save / restore vfp...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-11 Evan ChengFix a 80 col. violation.
2008-12-10 Evan ChengPreliminary ARM debug support based on patch by Mikael...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
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.
next