aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-183-2/+5
* Handle void in XCoreTargetLowering::isLegalAddressingMode. Triggers in Eli Friedman2009-07-171-0/+5
* Combine an unaligned store of unaligned load into a memmove.Richard Osborne2009-07-162-0/+54
* Lower the threshold at which memcpy / memmove / memset stop being expandedRichard Osborne2009-07-161-0/+3
* Fix typo in last commit on expansion of unaligned loads.Richard Osborne2009-07-161-2/+2
* Expand unaligned 32 bit loads from an address which is a constantRichard Osborne2009-07-161-0/+109
* Custom lower unaligned 32 bit stores and loads into libcalls. This is Richard Osborne2009-07-162-1/+90
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-161-8/+0
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-152-14/+0
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-153-7/+12
* Remove unused function.Daniel Dunbar2009-07-151-16/+0
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-152-14/+7
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-152-7/+14
* Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne2009-07-151-1/+1
* Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne2009-07-151-24/+10
* Remove the xcore-file-directive option now that LLVM has proper support forRichard Osborne2009-07-151-19/+1
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-152-10/+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-151-1/+2
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-154-0/+65
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+3
* 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-2/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-144-26/+26
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-2/+2
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-2/+2
* Remove extra \n from LLVM_UNREACHABLE calls.Edwin Török2009-07-122-5/+5
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-114-19/+20
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-4/+5
* Implement changes from Chris's feedback.Edwin Török2009-07-084-16/+22
* Convert more abort() calls to llvm_report_error().Edwin Török2009-07-083-33/+49
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-012-2/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-013-7/+4
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-303-1/+10
* 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-27/+2
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-192-5/+2
* simplify macro debug info directive handling.Chris Lattner2009-06-181-1/+1
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Add explicit keywords.Dan Gohman2009-06-051-1/+1
* Untabification.Bill Wendling2009-05-303-8/+8
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-1/+2
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-132-7/+7
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-093-3/+3
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-294-8/+13
* Second attempt:Bill Wendling2009-04-294-11/+15
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-284-15/+11
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-284-11/+15
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-254-8/+8