summaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-3/+4
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-131-2/+3
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-121-4/+11
* Function temporaries can not overlap with retval or args.See the comment in s...Sanjiv Gupta2009-02-101-8/+20
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-072-2/+2
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-072-8/+8
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-3/+5
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-21/+28
* Print globl directive for variables with external linkage (global variables).Sanjiv Gupta2009-02-061-0/+2
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-3/+3
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-052-42/+53
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-051-2/+3
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-041-3/+3
* Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta2009-02-022-26/+22
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-302-4/+5
* Fixed the comment. No functionality change.Sanjiv Gupta2009-01-301-1/+1
* Use sublw for comparison with literals instead of subwf.Sanjiv Gupta2009-01-301-9/+11
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-304-42/+38
* Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.Sanjiv Gupta2009-01-212-4/+5
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-212-9/+11
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-215-138/+174
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-202-4/+5
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-1312-275/+1149
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-4/+4
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-3/+3
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-2/+0
* Change the interface to the type legalization methodDuncan Sands2008-12-012-47/+59
* Add include files needed when building withDuncan Sands2008-11-282-0/+2
* Eliminate a compile time warning.Evan Cheng2008-11-271-1/+1
* Cosmetic.Evan Cheng2008-11-261-2/+2
* Emit declaration for globals and externs.Sanjiv Gupta2008-11-265-38/+120
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-1/+1
* CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt.Oscar Fuentes2008-11-191-1/+0
* Forgot to add this in the previous commit.Sanjiv Gupta2008-11-191-0/+62
* Fixed build warnings.Sanjiv Gupta2008-11-192-4/+6
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-1923-2307/+1579
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-182-4/+6
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+8
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-2/+3
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Trim #includes.Dan Gohman2008-10-162-6/+0
* mark some targets as experimental. Andrew, if you think that Alpha isChris Lattner2008-10-161-1/+1
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-3/+3
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-6/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-033-10/+10
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+23
* Remove dead code for PIC16 (preparation to switch to new section handling stuff)Anton Korobeynikov2008-09-241-11/+1