Third time's a charm.
[oota-llvm.git] / lib / Target /
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.
2008-10-31 Mon P Wangx86_64 rip-relative and magic mode address
2008-10-31 Evan ChengForgot this in last commit.
2008-10-31 Evan ChengEncode PICADD; some code clean up.
2008-10-31 Bill WendlingRevert r58489. It isn't correct for all cases.
2008-10-31 Evan ChengChange x86 register allocation ordering to match that...
2008-10-31 Bill WendlingDon't skip over all "terminator" instructions when...
2008-10-31 Dan GohmanUse MOVSSmr instead of EXTRACTPSmr in the case of extra...
2008-10-30 Evan ChengI think we got non-machine specific constpool entries...
2008-10-30 Duncan SandsShift amounts should have type getShiftAmountTy
2008-10-30 Duncan SandsShift amounts should have the type given by
2008-10-30 Evan ChengARM JIT should observe -relocation-model command line...
2008-10-30 Mon P WangAdd initial support for vector widening. Logic is...
2008-10-30 Scott MichelResolve bug 2947: vararg-marked functions must spill...
2008-10-29 Evan ChengCorrect way to handle CONSTPOOL_ENTRY instructions.
2008-10-29 Evan ChengAdd debugging support.
2008-10-29 Nate BegemanFix PEXTRQ encoding
2008-10-29 Dale JohannesenAdd a RM pseudoreg for the rounding mode, which
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Chris LattnerFix a nasty miscompilation of 176.gcc on linux/x86...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-25 Dan GohmanMove the code that adds the DeadMachineInstructionElimP...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-25 Nicolas GeoffrayGenerate code for TLS instructions.
2008-10-25 Oscar FuentesCMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.
2008-10-24 Dale JohannesenMark MFCR as reading all condition code registers.
2008-10-24 Dale JohannesenRewrite logic to figure out whether LR needs to
2008-10-24 Torok Edwinmove the note to the correct README
2008-10-24 Torok Edwinadd note about va_arg code on x86 and x86-64
2008-10-24 Duncan SandsFix translateX86CC: if SetCCOpcode is SETULE and
2008-10-24 Dan GohmanFix constant-offset emission for x86-64 absolute addres...
2008-10-23 Dale JohannesenMark defs and uses of CTR and LR correctly.
2008-10-22 Jim Grosbachremove extraneous #ifdef's
2008-10-22 Dale JohannesenRemove allocation of unused stack slot.
2008-10-22 Duncan SandsGet this working with LegalizeTypes: (1) don't
2008-10-22 Chris LattnerFix PR2907 by digging through constant expressions...
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-22 Dale JohannesenAdjust comments for pedantic satisfaction.
2008-10-21 Dale JohannesenAdd comments to explain uint64->f64 algorithm,
next