aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* Avoid some possibly unsafe uses of StringRef::data().Benjamin Kramer2009-11-251-4/+2
* Use StringRef (again) in DebugInfo interface.Devang Patel2009-11-251-4/+4
* revert 88761 as it fails builds.Sanjiv Gupta2009-11-141-11/+5
* Fix debug info crashes for PIC16.Sanjiv Gupta2009-11-141-5/+11
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-122-2/+2
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-1/+1
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-1/+1
* 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