| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | define target names for std libcalls. | Sanjiv Gupta | 2009-07-31 | 2 | -12/+34 |
* | Keep track of references to mem(cpy,move,set) and then print only one extern | Sanjiv Gupta | 2009-07-30 | 2 | -2/+41 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+2 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 3 | -7/+12 |
* | fix a casting problem on the llvm-x86_64-linux tester | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 8 | -483/+551 |
* | don't copy TargetLowering. | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | Remove duplicate entries while printing decls for external symbols. | Sanjiv Gupta | 2009-07-27 | 1 | -2/+23 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 2 | -25/+33 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 2 | -17/+29 |
* | Generate a libcall for i8 multiply. | Sanjiv Gupta | 2009-07-27 | 2 | -0/+16 |
* | fixed incorrect lowering of ISD::SUB node. SUB has only one result value. | Sanjiv Gupta | 2009-07-27 | 1 | -5/+14 |
* | reduce indentation | Chris Lattner | 2009-07-26 | 1 | -3/+3 |
* | Fix the breakage caused by 76950. | Sanjiv Gupta | 2009-07-26 | 1 | -0/+3 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -17/+3 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -12/+2 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 2 | -4/+4 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 2 | -3/+3 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -12/+2 |
* | Mark attributes of return insn correctly. It was being assumed safe to delete... | Sanjiv Gupta | 2009-07-25 | 1 | -0/+1 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 3 | -31/+10 |
* | we already know the sectionkind when invoking SelectSectionForGlobal, | Chris Lattner | 2009-07-24 | 2 | -5/+7 |
* | make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ... | Chris Lattner | 2009-07-24 | 2 | -13/+18 |
* | start refactoring pic16 section selection logic. | Chris Lattner | 2009-07-24 | 2 | -16/+13 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 2 | -5/+5 |
* | simplify code by making special case more obvious | Chris Lattner | 2009-07-24 | 1 | -9/+5 |
* | Do not call getMangledName on Intrinsics. | Sanjiv Gupta | 2009-07-23 | 1 | -4/+3 |
* | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar | 2009-07-22 | 1 | -1/+1 |