| Commit message (Expand) | Author | Age | Files | Lines |
| * | pic16 isn't ready to handle llvm.metadata yet. | Sanjiv Gupta | 2009-07-06 | 1 | -0/+2 |
| * | Implement _CONFIG macro to allow users to se to configuration settings on the... | Sanjiv Gupta | 2009-07-06 | 1 | -12/+13 |
| * | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -2/+1 |
| * | Code Restructuring. No functionality change. | Sanjiv Gupta | 2009-06-16 | 1 | -31/+8 |
| * | The subprogram descriptor for a function may be missing (llvm-ld linking two ... | Sanjiv Gupta | 2009-06-13 | 1 | -5/+17 |
| * | More formatting. | Sanjiv Gupta | 2009-06-11 | 1 | -3/+13 |
| * | Fixed source comments. No functionality change. | Sanjiv Gupta | 2009-06-11 | 1 | -5/+15 |
| * | PIC16 emits auto variables as globals. When optimizer removes a function enti... | Sanjiv Gupta | 2009-06-09 | 1 | -0/+34 |
| * | Emit file directives correctly in case of a .bc is generated by llvm-ld after... | Sanjiv Gupta | 2009-06-03 | 1 | -8/+4 |
| * | Emit debug info for locals with proper scope. | Sanjiv Gupta | 2009-05-28 | 1 | -64/+35 |
| * | Emit debug information for globals (which include automatic variables as well... | Sanjiv Gupta | 2009-05-22 | 1 | -0/+47 |
| * | Run through the list of globals once and sectionize all types of globlas incl... | Sanjiv Gupta | 2009-05-13 | 1 | -34/+41 |
| * | Iterate over globals once and sectionize them into appropriate sections. | Sanjiv Gupta | 2009-05-12 | 1 | -73/+53 |
| * | We do not need to create a label for external defs and decls, | Sanjiv Gupta | 2009-05-12 | 1 | -3/+4 |
| * | Fix more naming issues. | Sanjiv Gupta | 2009-05-11 | 1 | -4/+4 |
| * | Detect calls to compiler intrinsics and emit an extern declarations | Sanjiv Gupta | 2009-05-11 | 1 | -5/+30 |
| * | Module iterator contains list of filescope functions as well, we don't need t... | Sanjiv Gupta | 2009-05-10 | 1 | -2/+2 |
| * | Changed lowering and asmprinter to use ABI Names class called PAN. | Sanjiv Gupta | 2009-05-10 | 1 | -69/+58 |
| * | 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 |