| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | make PIC16 create its own custom MCSection. | Chris Lattner | 2009-08-08 | 2 | -1/+37 |
* | give pic16 a target-specific section creation name too | Chris Lattner | 2009-08-08 | 2 | -35/+33 |
* | sink getOrCreateSection down into all the object file implementations, | Chris Lattner | 2009-08-08 | 2 | -0/+13 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | Minor fixes to avoid using invalid debugloc. | Sanjiv Gupta | 2009-08-07 | 1 | -5/+9 |
* | Simplify code and avoid allocations. | Benjamin Kramer | 2009-08-07 | 1 | -10/+3 |
* | Run memsel inserter just before emit assembly to avoid tinkering by other pas... | Sanjiv Gupta | 2009-08-07 | 2 | -2/+2 |
* | Use DebugInfoFinder | Devang Patel | 2009-08-06 | 1 | -15/+9 |
* | Fix several fixmes and clean up code by sinking *all* section | Chris Lattner | 2009-08-06 | 2 | -23/+19 |
* | go through PIC16TargetObjectFile to make sections instead of | Chris Lattner | 2009-08-06 | 4 | -12/+26 |
* | Fix a bug in the PIC16 backend. | Dan Gohman | 2009-08-05 | 1 | -1/+1 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 3 | -181/+128 |
* | Legalize i64 store operations generated by inst-combine. | Sanjiv Gupta | 2009-08-04 | 1 | -2/+20 |
* | Avoid compiler warning (in -Asserts mode) | Daniel Dunbar | 2009-08-04 | 1 | -2/+2 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 2 | -8/+8 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 3 | -5/+4 |
* | PIC16 TAI doesn't need TM | Chris Lattner | 2009-08-02 | 3 | -12/+7 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 1 | -2/+1 |
* | Fix a possible crash on delete of an uninitialized variable. | Daniel Dunbar | 2009-08-02 | 2 | -1/+7 |
* | Don't call SectionForGlobal for hasAvailableExternallyLinkage() | Dan Gohman | 2009-08-02 | 1 | -1/+1 |
* | don't call SectionForGlobal on declarations, you can't tell the section a | Chris Lattner | 2009-08-02 | 1 | -1/+3 |
* | Make SectionKind::get() private. | Chris Lattner | 2009-08-02 | 2 | -14/+14 |
* | fix a fixme by sinking various target-specific directives down into | Chris Lattner | 2009-08-01 | 1 | -2/+2 |
* | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner | 2009-08-01 | 2 | -6/+6 |
* | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 3 | -20/+23 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 4 | -63/+62 |