| Age | Commit message (Expand) | Author |
| 2009-08-13 | Revert r78914, as it was breaking the build. | Owen Anderson |
| 2009-08-13 | Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. | Sanjiv Gupta |
| 2009-08-13 | make PIC16 unique its own sections instead of having mcontext do it. | Chris Lattner |
| 2009-08-12 | some compiler don't get string from TLOF.h implicitly or something. | Chris Lattner |
| 2009-08-12 | This void is implicit in C++. | Dan Gohman |
| 2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
| 2009-08-11 | Fixed more problems caused by 78142. | Sanjiv Gupta |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-10 | Do not rely on magic "llvm.dbg.*" global variable name to find debug info. | Devang Patel |
| 2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
| 2009-08-10 | fix some warnings for the MSVC build, by Yonggang Luo! | Chris Lattner |
| 2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
| 2009-08-08 | 1. Make MCSection an abstract class. | Chris Lattner |
| 2009-08-08 | add new PIC16Section class, this time hopefully not breaking the build :) | Chris Lattner |
| 2009-08-08 | Revert r78501, it doesn't build. | Daniel Dunbar |
| 2009-08-08 | make PIC16 create its own custom MCSection. | Chris Lattner |
| 2009-08-08 | give pic16 a target-specific section creation name too | Chris Lattner |
| 2009-08-08 | sink getOrCreateSection down into all the object file implementations, | Chris Lattner |
| 2009-08-08 | make printInstruction return void since its result is omitted. Make the | Chris Lattner |
| 2009-08-07 | Minor fixes to avoid using invalid debugloc. | Sanjiv Gupta |
| 2009-08-07 | Simplify code and avoid allocations. | Benjamin Kramer |
| 2009-08-07 | Run memsel inserter just before emit assembly to avoid tinkering by other pas... | Sanjiv Gupta |
| 2009-08-06 | Use DebugInfoFinder | Devang Patel |
| 2009-08-06 | Fix several fixmes and clean up code by sinking *all* section | Chris Lattner |
| 2009-08-06 | go through PIC16TargetObjectFile to make sections instead of | Chris Lattner |
| 2009-08-05 | Fix a bug in the PIC16 backend. | Dan Gohman |
| 2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
| 2009-08-04 | Legalize i64 store operations generated by inst-combine. | Sanjiv Gupta |
| 2009-08-04 | Avoid compiler warning (in -Asserts mode) | Daniel Dunbar |
| 2009-08-02 | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar |
| 2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
| 2009-08-02 | PIC16 TAI doesn't need TM | Chris Lattner |
| 2009-08-02 | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner |
| 2009-08-02 | Fix a possible crash on delete of an uninitialized variable. | Daniel Dunbar |
| 2009-08-02 | Don't call SectionForGlobal for hasAvailableExternallyLinkage() | Dan Gohman |
| 2009-08-02 | don't call SectionForGlobal on declarations, you can't tell the section a | Chris Lattner |
| 2009-08-02 | Make SectionKind::get() private. | Chris Lattner |
| 2009-08-01 | fix a fixme by sinking various target-specific directives down into | Chris Lattner |
| 2009-08-01 | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner |
| 2009-08-01 | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner |
| 2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
| 2009-07-31 | define target names for std libcalls. | Sanjiv Gupta |
| 2009-07-30 | Keep track of references to mem(cpy,move,set) and then print only one extern | Sanjiv Gupta |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner |
| 2009-07-28 | fix a casting problem on the llvm-x86_64-linux tester | Chris Lattner |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |