aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Reapply pieces of 78914 reverted in 78916, this has been fixed.Daniel Dunbar2009-08-131-10/+13
* Revert r78914, as it was breaking the build.Owen Anderson2009-08-131-13/+10
* Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.Sanjiv Gupta2009-08-131-10/+13
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-4/+0
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-1/+1
* Run memsel inserter just before emit assembly to avoid tinkering by other pas...Sanjiv Gupta2009-08-071-1/+1
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-021-5/+4
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-1/+1
* PIC16 TAI doesn't need TMChris Lattner2009-08-021-1/+1
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-16/+0
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-2/+0
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-161-9/+0
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-151-11/+0
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-151-3/+10
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-7/+12
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-12/+7
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-151-5/+7
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-2/+5
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-1/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-4/+4
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-0/+6
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-3/+3
* Second attempt:Bill Wendling2009-04-291-3/+4
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-4/+3
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-3/+4
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-2/+3
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+1
* Cosmetic.Evan Cheng2008-11-261-2/+2
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-28/+21
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+8
* mark some targets as experimental. Andrew, if you think that Alpha isChris Lattner2008-10-161-1/+1
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+1
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-141-7/+5
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+72