summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-6/+5
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-4/+10
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-151-2/+2
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-1/+1
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-3/+2
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-161-1/+1
* PIC16 emits auto variables as globals. When optimizer removes a function enti...Sanjiv Gupta2009-06-091-0/+1
* Emit debug info for locals with proper scope.Sanjiv Gupta2009-05-281-5/+3
* Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta2009-05-221-0/+4
* Run through the list of globals once and sectionize all types of globlas incl...Sanjiv Gupta2009-05-131-3/+8
* Iterate over globals once and sectionize them into appropriate sections.Sanjiv Gupta2009-05-121-1/+3
* Detect calls to compiler intrinsics and emit an extern declarations Sanjiv Gupta2009-05-111-4/+4
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-4/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+2
* Second attempt:Bill Wendling2009-04-291-3/+3
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-3/+3
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-3/+3
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-201-0/+2
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-061-1/+3
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-021-1/+0
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-3/+3
* Forgot to check-in this as part of 7761.Sanjiv Gupta2009-03-121-3/+2
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-2/+3
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-301-1/+0
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-5/+3
* Emit declaration for globals and externs.Sanjiv Gupta2008-11-261-0/+1
* Forgot to add this in the previous commit.Sanjiv Gupta2008-11-191-0/+62
OpenPOWER on IntegriCloud