| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -4/+4 |
* | Emit banksel and movlp instructions. | Sanjiv Gupta | 2009-05-06 | 1 | -121/+47 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -2/+3 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -3/+2 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -2/+3 |
* | Banksel immediate constant will always immediately follow the GA/ES, so scan ... | Sanjiv Gupta | 2009-04-23 | 1 | -18/+20 |
* | Make the function begin label start after ther data pointer. | Sanjiv Gupta | 2009-04-22 | 1 | -1/+1 |
* | Remove unused variable. | Daniel Dunbar | 2009-04-20 | 1 | -1/+0 |
* | Emit the auto variables of a function into a different section than parameters. | Sanjiv Gupta | 2009-04-20 | 1 | -24/+44 |
* | Handle aggregate type arguments to direct and indirect calls. | Sanjiv Gupta | 2009-04-14 | 1 | -3/+10 |
* | The way we are trying to figure out banksel immediate operand may yield diffe... | Sanjiv Gupta | 2009-04-09 | 1 | -2/+3 |
* | Emit .line debug directives for stoppoints. The debug location is retrieved b... | Sanjiv Gupta | 2009-04-08 | 1 | -1/+16 |
* | Handle indirect function calls. | Sanjiv Gupta | 2009-04-08 | 1 | -2/+4 |
* | Map stack based frameindices for spills to zero based indices that can be acc... | Sanjiv Gupta | 2009-04-06 | 1 | -12/+3 |
* | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta | 2009-04-02 | 1 | -0/+8 |
* | Params are not being generated as static globals now. The caller passes them ... | Sanjiv Gupta | 2009-04-02 | 1 | -31/+28 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -2/+2 |
* | Banksel optimization is now based on the section names of symbols, since the ... | Sanjiv Gupta | 2009-03-12 | 1 | -44/+52 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 1 | -2/+5 |
* | Put code that generates debug labels into TableGen so that it can be used by | Bill Wendling | 2009-02-18 | 1 | -3/+4 |
* | Function temporaries can not overlap with retval or args.See the comment in s... | Sanjiv Gupta | 2009-02-10 | 1 | -8/+20 |
* | Print globl directive for variables with external linkage (global variables). | Sanjiv Gupta | 2009-02-06 | 1 | -0/+2 |
* | Enable emitting of constant values in non-default address space as well. The ... | Sanjiv Gupta | 2009-01-30 | 1 | -39/+2 |
* | Checking in conditionals, function call, arrays and libcalls implementation. | Sanjiv Gupta | 2009-01-13 | 1 | -82/+70 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -4/+4 |
* | Emit declaration for globals and externs. | Sanjiv Gupta | 2008-11-26 | 1 | -12/+49 |
* | Added a more function PIC16 backend. However to get this working a patch in | Sanjiv Gupta | 2008-11-19 | 1 | -411/+285 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -4/+4 |
* | Remove dead code for PIC16 (preparation to switch to new section handling stuff) | Anton Korobeynikov | 2008-09-24 | 1 | -11/+1 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -3/+4 |
* | Unneeded include's. | Evan Cheng | 2008-06-19 | 1 | -1/+0 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -1/+1 |
* | Detabification. Fixed indentation and spacing. | Sanjiv Gupta | 2008-05-14 | 1 | -145/+113 |
* | Adding files for Microchip's PIC16 target. | Sanjiv Gupta | 2008-05-13 | 1 | -0/+569 |