| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 2 | -5/+7 |
* | CellSPU: | Scott Michel | 2008-11-25 | 1 | -24/+2 |
* | CellSPU: Relax constraints on when to generate a X-form address, evidently | Scott Michel | 2008-11-25 | 1 | -0/+7 |
* | CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby". | Scott Michel | 2008-11-25 | 2 | -1/+3 |
* | CellSPU: | Scott Michel | 2008-11-24 | 1 | -4/+15 |
* | CellSPU: | Scott Michel | 2008-11-24 | 6 | -108/+82 |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 1 | -1/+1 |
* | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -1/+1 |
* | CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it | Scott Michel | 2008-11-22 | 5 | -102/+294 |
* | CellSPU: | Scott Michel | 2008-11-21 | 4 | -51/+123 |
* | CellSPU: | Scott Michel | 2008-11-20 | 2 | -6/+5 |
* | CellSPU: Custom lower truncating stores of i8 to i1 (should not have been | Scott Michel | 2008-11-20 | 2 | -3/+4 |
* | CellSPU: Adjust spacing/tabulation | Scott Michel | 2008-11-20 | 1 | -8/+8 |
* | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 1 | -1/+1 |
* | CellSPU: Do not custom lower i1 stores, rely on type legalization to do the | Scott Michel | 2008-11-19 | 1 | -34/+11 |
* | Temporary check-in for Duncan to demonstrate CellSPU store problem. | Scott Michel | 2008-11-19 | 1 | -8/+41 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 2 | -4/+8 |
* | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 1 | -0/+8 |
* | Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU | Scott Michel | 2008-11-11 | 1 | -7/+7 |
* | CellSPU: Fix bug 3606, as well as some ongoing work. | Scott Michel | 2008-11-10 | 3 | -12/+58 |
* | CMake: corrected library target name for dependency: LLVMCellSPU -> | Oscar Fuentes | 2008-11-08 | 1 | -1/+1 |
* | CMake: Reflected changes on the CellSPU target build. May require a | Oscar Fuentes | 2008-11-08 | 2 | -2/+13 |
* | Fixed a pasto. | Oscar Fuentes | 2008-11-08 | 1 | -1/+2 |
* | CellSPU: Bring SPU's assembly printer more in-line with current LLVM code | Scott Michel | 2008-11-08 | 5 | -647/+627 |
* | CellSPU: Fix prologue/epilogue emission when function contains calls but | Scott Michel | 2008-11-08 | 1 | -2/+2 |
* | CellSPU: Ensure that C strings are always put in the .rodata section | Scott Michel | 2008-11-07 | 1 | -0/+1 |
* | Teach CellSPU about ELF sections and new section emitter classes. | Scott Michel | 2008-11-07 | 3 | -35/+46 |
* | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -8/+0 |
* | Use getTargetConstant instead of getConstant for nodes that should not be vis... | Dan Gohman | 2008-11-05 | 1 | -8/+8 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -1/+2 |
* | Shift amounts should have the type given by | Duncan Sands | 2008-10-30 | 1 | -5/+5 |
* | Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack | Scott Michel | 2008-10-30 | 2 | -114/+69 |
* | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 1 | -1/+1 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 2 | -0/+8 |
* | Trim #includes. | Dan Gohman | 2008-10-16 | 1 | -2/+0 |
* | mark some targets as experimental. Andrew, if you think that Alpha is | Chris Lattner | 2008-10-16 | 1 | -1/+1 |
* | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 2 | -3/+3 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -9/+9 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -1/+1 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 2 | -7/+6 |
* | Use template to distinguish between function variants. | Duncan Sands | 2008-10-08 | 1 | -5/+14 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 3 | -33/+33 |
* | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling | 2008-09-26 | 1 | -2/+1 |
* | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 3 | -12/+12 |
* | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng | 2008-09-26 | 1 | -1/+2 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+25 |
* | If we have a function with an unreachable statement such that the ending debug | Bill Wendling | 2008-09-26 | 1 | -1/+1 |
* | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 1 | -2/+0 |
* | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov | 2008-09-24 | 1 | -1/+1 |
* | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov | 2008-09-24 | 1 | -17/+1 |