aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* 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
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-7/+8
* Revert a few changes that were done in 78603.Sanjiv Gupta2009-08-152-14/+15
* update for rename.Chris Lattner2009-08-151-2/+2
* rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner2009-08-153-2/+2
* Reapply pieces of 78914 reverted in 78916, this has been fixed.Daniel Dunbar2009-08-133-19/+15
* Remove obsoleted files (from AsmPrinter move)Daniel Dunbar2009-08-133-566/+0
* Revert r78914, as it was breaking the build.Owen Anderson2009-08-133-15/+19
* Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.Sanjiv Gupta2009-08-137-19/+599
* make PIC16 unique its own sections instead of having mcontext do it.Chris Lattner2009-08-133-10/+14
* some compiler don't get string from TLOF.h implicitly or something.Chris Lattner2009-08-121-0/+1
* This void is implicit in C++.Dan Gohman2009-08-122-2/+2
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-125-10/+8
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-121-3/+3
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-112-190/+190
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-1/+1
* Fixed more problems caused by 78142.Sanjiv Gupta2009-08-112-2/+5
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-102-201/+201
* Do not rely on magic "llvm.dbg.*" global variable name to find debug info.Devang Patel2009-08-102-45/+48
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-102-2/+3
* fix some warnings for the MSVC build, by Yonggang Luo!Chris Lattner2009-08-101-1/+1
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-084-53/+63
* 1. Make MCSection an abstract class.Chris Lattner2009-08-082-3/+8
* add new PIC16Section class, this time hopefully not breaking the build :)Chris Lattner2009-08-083-2/+40
* Revert r78501, it doesn't build.Daniel Dunbar2009-08-082-37/+1