Adds extern "C" ints to the .cpp files that use RegisterTarget, as
[oota-llvm.git] / lib / Target /
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-14 Dale JohannesenRemove unneeded stuff from GRAD register class.
2008-11-14 Richard Osborne[XCore] Remove whitespace in the description used when
2008-11-14 Richard Osborne[XCore] Fix expansion of 64 bit add/sub. Don't custom...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-13 Evan ChengHandle the rest of pseudo instructions.
2008-11-13 Evan ChengLazy compilation callback save / restore VFP registers.
2008-11-13 Dale JohannesenExtend InlineAsm::C_Register to allow multiple specific...
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 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...
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 Andrew LenharthThis shouldn't be necessary
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 ChengAdd a README entry.
2008-11-11 Oscar FuentesCMake: corrected split of Alpha and Sparc AsmPrinters.
2008-11-11 Anton KorobeynikovSeparate sparc asmprinter. This should unbreak the...
2008-11-11 Anton KorobeynikovSeparate alpha asmprinter. This should unbreak native...
2008-11-11 Dan GohmanThe 32-bit displacement field in an x86 address is...
2008-11-11 Andrew Lenharthfix another libgcc blocker
2008-11-11 Scott MichelUnbreak the buildbot and back out (inadvertant) casting...
2008-11-11 Evan ChengEncode VFP arithmetic instructions.
2008-11-10 Scott MichelCellSPU: Fix bug 3606, as well as some ongoing work.
2008-11-10 Evan ChengCorrect PIC function stub codegen.
2008-11-10 Dan GohmanFix indentation.
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-09 Anton KorobeynikovTypo fix
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Oscar FuentesCMake: corrected library target name for dependency...
2008-11-08 Oscar FuentesCMake: Reflected changes on the CellSPU target build...
2008-11-08 Oscar FuentesFixed a pasto.
2008-11-08 Scott MichelCellSPU: Bring SPU's assembly printer more in-line...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-08 Nicolas GeoffrayThe Index field of an AttributeWithIndex is of type...
2008-11-08 Anton KorobeynikovStoreInst does not produce any result thus it's useless...
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 Scott MichelCellSPU: Fix prologue/epilogue emission when function...
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 Dale JohannesenMake FP tests requiring two compares work on PPC (PR...
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 Richard OsborneFix compile warnings.
2008-11-07 Scott MichelCellSPU: Ensure that C strings are always put in the...
2008-11-07 Richard OsborneAdd XCore backend.
2008-11-07 Evan ChengJump table JIT support. Work in progress.
2008-11-07 Scott MichelTeach CellSPU about ELF sections and new section emitte...
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 Mon P WangWidening cleanup
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 GohmanReintroduce a comment that was removed with the AddToIS...
2008-11-05 Richard OsborneTest commit, add Makefile for XCore target, more to...
2008-11-05 Evan ChengAdd more vector move low and zero-extend patterns.
2008-11-05 Evan ChengIndentation.
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-11-05 Dan GohmanUse getTargetConstant instead of getConstant for nodes...
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
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 Dan GohmanThe ANDMask node folds to a constant, and isn't the...
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 Bill WendlingWhitespace fixes. No functionality change.
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.
next