| Commit message (Expand) | Author | Age | Files | Lines |
* | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 1 | -0/+6 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 2 | -6/+6 |
* | Further refactoring of PIC16 Obj file code. | Sanjiv Gupta | 2009-09-01 | 3 | -19/+26 |
* | Simplify isDerivedType() and other predicate interface. | Devang Patel | 2009-08-31 | 1 | -3/+3 |
* | Normalize makefile comments and sort cmake file lists. | Benjamin Kramer | 2009-08-31 | 2 | -2/+2 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 2 | -14/+13 |
* | Add comments detailing a known bug, so that people writing other | Dan Gohman | 2009-08-26 | 1 | -0/+8 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 2 | -13/+14 |
* | Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from | Sanjiv Gupta | 2009-08-25 | 3 | -12/+58 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 2 | -14/+13 |
* | eliminate a #include. | Chris Lattner | 2009-08-24 | 1 | -1/+0 |
* | Forgot to update some CMakeLists. | Benjamin Kramer | 2009-08-22 | 1 | -1/+1 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 6 | -22/+22 |
* | revert 79764, my dependencies failed me again. | Chris Lattner | 2009-08-22 | 3 | -2/+5 |
* | remove dead member. | Chris Lattner | 2009-08-22 | 2 | -6/+2 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 9 | -26/+25 |
* | Revert r79563 | Chris Lattner | 2009-08-21 | 2 | -177/+0 |
* | revert r79562 + r79563 | Chris Lattner | 2009-08-21 | 10 | -533/+280 |
* | revert r79631 | Chris Lattner | 2009-08-21 | 2 | -0/+0 |
* | revert 79631 | Chris Lattner | 2009-08-21 | 10 | -197/+8 |
* | Fix a problem noticed by gcc-4.4: | Duncan Sands | 2009-08-21 | 1 | -1/+1 |
* | Fix -Asserts warning. | Daniel Dunbar | 2009-08-21 | 1 | -2/+2 |
* | Add a pass to do call graph analyis to overlay the autos and frame sections of | Sanjiv Gupta | 2009-08-21 | 10 | -8/+202 |
* | Remove #include <iostream>. | Bill Wendling | 2009-08-21 | 1 | -1/+0 |
* | part of the previous commit for PIC16 ISR implementation. | Sanjiv Gupta | 2009-08-20 | 2 | -0/+178 |
* | Implement support for ISRs. | Sanjiv Gupta | 2009-08-20 | 10 | -280/+528 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -7/+8 |
* | Revert a few changes that were done in 78603. | Sanjiv Gupta | 2009-08-15 | 2 | -14/+15 |
* | update for rename. | Chris Lattner | 2009-08-15 | 1 | -2/+2 |
* | rename PIC16Section.h -> MCSectionPIC16.h for consistency with | Chris Lattner | 2009-08-15 | 3 | -2/+2 |
* | Reapply pieces of 78914 reverted in 78916, this has been fixed. | Daniel Dunbar | 2009-08-13 | 3 | -19/+15 |
* | Remove obsoleted files (from AsmPrinter move) | Daniel Dunbar | 2009-08-13 | 3 | -566/+0 |
* | Revert r78914, as it was breaking the build. | Owen Anderson | 2009-08-13 | 3 | -15/+19 |
* | Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. | Sanjiv Gupta | 2009-08-13 | 7 | -19/+599 |
* | make PIC16 unique its own sections instead of having mcontext do it. | Chris Lattner | 2009-08-13 | 3 | -10/+14 |
* | some compiler don't get string from TLOF.h implicitly or something. | Chris Lattner | 2009-08-12 | 1 | -0/+1 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 2 | -2/+2 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 5 | -10/+8 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -3/+3 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 2 | -190/+190 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -1/+1 |
* | Fixed more problems caused by 78142. | Sanjiv Gupta | 2009-08-11 | 2 | -2/+5 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 2 | -201/+201 |
* | Do not rely on magic "llvm.dbg.*" global variable name to find debug info. | Devang Patel | 2009-08-10 | 2 | -45/+48 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 2 | -2/+3 |
* | fix some warnings for the MSVC build, by Yonggang Luo! | Chris Lattner | 2009-08-10 | 1 | -1/+1 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 4 | -53/+63 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 2 | -3/+8 |
* | add new PIC16Section class, this time hopefully not breaking the build :) | Chris Lattner | 2009-08-08 | 3 | -2/+40 |
* | Revert r78501, it doesn't build. | Daniel Dunbar | 2009-08-08 | 2 | -37/+1 |