aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAgeFilesLines
* Remove unused member functions.Eli Friedman2009-07-242-86/+0
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-15/+2
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-0/+2
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-191-0/+1
* Add some missing includes.Daniel Dunbar2009-07-181-0/+1
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-184-3/+4
* Add operation expansion/promotion for a bunch of operations, many of Eli Friedman2009-07-171-5/+54
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-152-14/+0
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-153-26/+4
* Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson2009-07-151-1/+2
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-1/+1
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-154-31/+18
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-154-18/+31
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-152-20/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-152-3/+5
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-154-8/+13
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-154-1/+70
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-144-10/+10
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-2/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-144-21/+21
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-2/+2
* 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