aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-2111-6/+341
* This file is replaeced by PIC16Section.h.Sanjiv Gupta2009-10-201-88/+0
* Update CMake file.Benjamin Kramer2009-10-161-0/+1
* Cleaned up some code. No functionality change.Sanjiv Gupta2009-10-164-67/+52
* Add files Sanjiv forgot.Benjamin Kramer2009-10-153-0/+487
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-1510-689/+391
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-1513-878/+689
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-1513-689/+878
* Few changes to comply with new DebugInfo Metadata representation.Sanjiv Gupta2009-10-151-4/+5
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-131-1/+1
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-072-5/+9
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-3/+2
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Fix a comment typo.Bob Wilson2009-09-301-1/+1
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-291-10/+7
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-2/+11
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-182-2/+4
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-141-1/+1
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-4/+1
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+6
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-022-6/+6
* Further refactoring of PIC16 Obj file code.Sanjiv Gupta2009-09-013-19/+26
* Simplify isDerivedType() and other predicate interface.Devang Patel2009-08-311-3/+3
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-312-2/+2
* Reapply 79977.Devang Patel2009-08-282-14/+13
* Add comments detailing a known bug, so that people writing otherDan Gohman2009-08-261-0/+8
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-262-13/+14
* Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff fromSanjiv Gupta2009-08-253-12/+58
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-252-14/+13
* eliminate a #include.Chris Lattner2009-08-241-1/+0
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-226-22/+22
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-223-2/+5
* remove dead member.Chris Lattner2009-08-222-6/+2
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-229-26/+25
* Revert r79563Chris Lattner2009-08-212-177/+0
* revert r79562 + r79563Chris Lattner2009-08-2110-533/+280
* revert r79631Chris Lattner2009-08-212-0/+0
* revert 79631Chris Lattner2009-08-2110-197/+8
* Fix a problem noticed by gcc-4.4:Duncan Sands2009-08-211-1/+1
* Fix -Asserts warning.Daniel Dunbar2009-08-211-2/+2
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-2110-8/+202
* Remove #include <iostream>.Bill Wendling2009-08-211-1/+0
* part of the previous commit for PIC16 ISR implementation.Sanjiv Gupta2009-08-202-0/+178
* Implement support for ISRs. Sanjiv Gupta2009-08-2010-280/+528