aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-1/+0
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-3/+3
* Remove unnecessary gotos to fall-thru successors.Sanjiv Gupta2009-10-272-1/+26
* Revert r85134, it breaks mingw buildAnton Korobeynikov2009-10-262-5/+3
* Make PIC16 overlay a loadable pass.Sanjiv Gupta2009-10-262-4/+4
* Reapply 85006 with a minor fix.Sanjiv Gupta2009-10-256-3/+52
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-246-51/+3
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-246-3/+51
* fix warning.Chris Lattner2009-10-221-1/+1
* Revert r84764, it breaks mingw buildAnton Korobeynikov2009-10-211-1/+1
* Build shared lib instead of an archive.Sanjiv Gupta2009-10-211-1/+1
* 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