aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
...
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-261-10/+1
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-30/+1
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-251-2/+2
* Simplify JIT target selection.Daniel Dunbar2009-07-251-6/+1
* Add new helpers for registering targets.Daniel Dunbar2009-07-253-22/+6
* Remove unused member functions.Eli Friedman2009-07-242-54/+0
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-3/+3
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-14/+2
* fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.Chris Lattner2009-07-211-7/+0
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-211-1/+1
* Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling2009-07-201-1/+2
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-0/+1
* Don't override LowerArguments in the SPARC backend. In addition to Eli Friedman2009-07-192-31/+38
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-191-0/+1
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-184-3/+5
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-152-14/+0
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-153-27/+4
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-153-32/+13
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-153-13/+32
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-152-27/+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-152-2/+8
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-154-1/+83
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-144-8/+9
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-5/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-146-26/+26
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-2/+5
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-5/+2
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-115-21/+26
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-2/+3
* Implement changes from Chris's feedback.Edwin Török2009-07-082-4/+6
* Convert more abort() calls to llvm_report_error().Edwin Török2009-07-081-8/+6
* 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-8/+4
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-303-1/+9
* Privatize some data.Owen Anderson2009-06-261-2/+2
* 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
* 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
* fix the sparc codegen to not depend on the sparc asmprinter.Chris Lattner2009-06-193-11/+29
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-162-0/+11
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-2/+3
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-6/+6
* 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-10/+14
* Second attempt:Bill Wendling2009-04-294-14/+18