Age | Commit message (Expand) | Author |
2008-11-10 | Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used. | Evan Cheng |
2008-11-09 | Typo fix | Anton Korobeynikov |
2008-11-08 | Temporary revert my last commit: it seems it's triggering some subtle bug in ... | Anton Korobeynikov |
2008-11-08 | CMake: corrected library target name for dependency: LLVMCellSPU -> | Oscar Fuentes |
2008-11-08 | CMake: Reflected changes on the CellSPU target build. May require a | Oscar Fuentes |
2008-11-08 | Fixed a pasto. | Oscar Fuentes |
2008-11-08 | CellSPU: Bring SPU's assembly printer more in-line with current LLVM code | Scott Michel |
2008-11-08 | Factor out offset printing code into generic AsmPrinter. | Anton Korobeynikov |
2008-11-08 | The Index field of an AttributeWithIndex is of type unsigned, not uint16_t. | Nicolas Geoffray |
2008-11-08 | StoreInst does not produce any result thus it's useless to create new | Anton Korobeynikov |
2008-11-08 | Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ... | Evan Cheng |
2008-11-08 | Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ... | Evan Cheng |
2008-11-08 | Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a... | Evan Cheng |
2008-11-08 | Fix relocation for calls to external symbols. | Evan Cheng |
2008-11-08 | CellSPU: Fix prologue/epilogue emission when function contains calls but | Scott Michel |
2008-11-08 | Skip over two-address use operands. | Evan Cheng |
2008-11-08 | Handle ARM machine constantpool entry with non-lazy ptr. | Evan Cheng |
2008-11-08 | Use ARMFunctionInfo to track number of constpool entries and jumptables. | Evan Cheng |
2008-11-07 | More code clean up. | Evan Cheng |
2008-11-07 | Make FP tests requiring two compares work on PPC (PR 642). | Dale Johannesen |
2008-11-07 | Get PIC jump table working. | Evan Cheng |
2008-11-07 | Flush the raw_ostream after emitting the assembly for a function. | Dan Gohman |
2008-11-07 | Fix compile warnings. | Richard Osborne |
2008-11-07 | CellSPU: Ensure that C strings are always put in the .rodata section | Scott Michel |
2008-11-07 | Add XCore backend. | Richard Osborne |
2008-11-07 | Jump table JIT support. Work in progress. | Evan Cheng |
2008-11-07 | Teach CellSPU about ELF sections and new section emitter classes. | Scott Michel |
2008-11-07 | Encode misc arithmetic instructions. | Evan Cheng |
2008-11-06 | Encode extend instructions; more clean up. | Evan Cheng |
2008-11-06 | - Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm. | Evan Cheng |
2008-11-06 | Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc... | Evan Cheng |
2008-11-06 | Widening cleanup | Mon P Wang |
2008-11-06 | Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>. | Evan Cheng |
2008-11-06 | Fix so_imm encoding bug; add support for MOVi2pieces. | Evan Cheng |
2008-11-06 | Fix encoding of multiple instructions with 3 src operands; also handle smmul,... | Evan Cheng |
2008-11-05 | Encode pic load / store instructions; fix some encoding bugs. | Evan Cheng |
2008-11-05 | Restructure ARM code emitter to use instruction formats instead of addressing... | Evan Cheng |
2008-11-05 | Reintroduce a comment that was removed with the AddToISelQueue | Dan Gohman |
2008-11-05 | Test commit, add Makefile for XCore target, more to follow. | Richard Osborne |
2008-11-05 | Add more vector move low and zero-extend patterns. | Evan Cheng |
2008-11-05 | Indentation. | Evan Cheng |
2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
2008-11-05 | Use getTargetConstant instead of getConstant for nodes that should not be vis... | Dan Gohman |
2008-11-05 | Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X | Evan Cheng |
2008-11-04 | Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls. | Evan Cheng |
2008-11-04 | Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le... | Evan Cheng |
2008-11-04 | Debug output tweak. | Evan Cheng |
2008-11-04 | LDM_RET restores pc, do not set 's' bit which would restore CPSR from SPSR. | Evan Cheng |
2008-11-04 | For some targets, it's not possible to place GVs in the same memory buffer as... | Evan Cheng |
2008-11-04 | Stylistic change. | Evan Cheng |