aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAgeFilesLines
* eliminate extra space.Edwin Török2009-07-142-7/+6
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-113-16/+16
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-3/+4
* Implement changes from Chris's feedback.Edwin Török2009-07-085-72/+84
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-1/+1
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-031-1/+0
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-021-0/+2
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-012-2/+2
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-011-2/+5
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-014-11/+6
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-303-1/+9
* Let's ignore MDStrings also!Devang Patel2009-06-261-1/+1
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-251-0/+1
* No need to code gen MDNodesDevang Patel2009-06-251-0/+3
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-241-3/+0
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-9/+0
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-232-9/+4
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-231-5/+1
* Remove unused field.Devang Patel2009-06-201-2/+1
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-5/+1
* Unbreak cyclic depsAnton Korobeynikov2009-06-193-12/+30
* simplify macro debug info directive handling.Chris Lattner2009-06-181-2/+1
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-162-0/+11
* Misc accumulated tweaks to legalization logic for various targets.Eli Friedman2009-06-161-0/+19
* Untabification.Bill Wendling2009-05-301-2/+2
* Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and Eli Friedman2009-05-271-2/+2
* Back out r72431, it is causing a number of compilation crashes with clang.Daniel Dunbar2009-05-261-2/+2
* Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP andEli Friedman2009-05-261-2/+2
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-2/+3
* Remember to set def-flag on register loaded from stack slot in CellSPU.Jakob Stoklund Olesen2009-05-161-1/+1
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-4/+4
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-294-9/+17
* Second attempt:Bill Wendling2009-04-294-13/+15
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-284-15/+13
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-284-13/+15
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-271-37/+32
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-241-29/+32
* PR2957Nate Begeman2009-04-241-32/+29
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-1/+1
* fix warning in -asserts mode.Chris Lattner2009-03-261-4/+3
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-254-10/+10
* CellSPU:Scott Michel2009-03-172-16/+16
* CellSPU:Scott Michel2009-03-175-488/+417
* CellSPU:Scott Michel2009-03-163-98/+114
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-1/+1
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-6/+11
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-1/+1