summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix a casting problem on the llvm-x86_64-linux testerChris Lattner2009-07-281-1/+1
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-15/+27
* Remove duplicate entries while printing decls for external symbols.Sanjiv Gupta2009-07-271-2/+23
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-271-2/+2
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-4/+4
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-251-1/+1
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-11/+9
* Do not call getMangledName on Intrinsics.Sanjiv Gupta2009-07-231-4/+3
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-2/+1
* more random whitespace cleanup, eliminate #define, avoid copyingChris Lattner2009-07-211-1/+1
* some simple whitespace cleanup, avoid copying vectors for no reasonChris Lattner2009-07-211-31/+24
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-151-1/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-2/+2
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-11/+11
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-11/+11
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-11/+11
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+4
* pic16 isn't ready to handle llvm.metadata yet.Sanjiv Gupta2009-07-061-0/+2
* Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta2009-07-061-12/+13
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-2/+1
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-161-31/+8
* The subprogram descriptor for a function may be missing (llvm-ld linking two ...Sanjiv Gupta2009-06-131-5/+17
* More formatting.Sanjiv Gupta2009-06-111-3/+13
* Fixed source comments. No functionality change.Sanjiv Gupta2009-06-111-5/+15
* PIC16 emits auto variables as globals. When optimizer removes a function enti...Sanjiv Gupta2009-06-091-0/+34
* Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta2009-06-031-8/+4
* Emit debug info for locals with proper scope.Sanjiv Gupta2009-05-281-64/+35
* Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta2009-05-221-0/+47
* Run through the list of globals once and sectionize all types of globlas incl...Sanjiv Gupta2009-05-131-34/+41
* Iterate over globals once and sectionize them into appropriate sections.Sanjiv Gupta2009-05-121-73/+53
* We do not need to create a label for external defs and decls,Sanjiv Gupta2009-05-121-3/+4
* Fix more naming issues.Sanjiv Gupta2009-05-111-4/+4
* Detect calls to compiler intrinsics and emit an extern declarations Sanjiv Gupta2009-05-111-5/+30
* Module iterator contains list of filescope functions as well, we don't need t...Sanjiv Gupta2009-05-101-2/+2
* Changed lowering and asmprinter to use ABI Names class called PAN.Sanjiv Gupta2009-05-101-69/+58
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-4/+4
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-121/+47
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+1
* Second attempt:Bill Wendling2009-04-291-2/+3
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-3/+2
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-2/+3
* Banksel immediate constant will always immediately follow the GA/ES, so scan ...Sanjiv Gupta2009-04-231-18/+20
* Make the function begin label start after ther data pointer.Sanjiv Gupta2009-04-221-1/+1
* Remove unused variable.Daniel Dunbar2009-04-201-1/+0
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-201-24/+44
* Handle aggregate type arguments to direct and indirect calls.Sanjiv Gupta2009-04-141-3/+10
* The way we are trying to figure out banksel immediate operand may yield diffe...Sanjiv Gupta2009-04-091-2/+3
* Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta2009-04-081-1/+16
* Handle indirect function calls.Sanjiv Gupta2009-04-081-2/+4
OpenPOWER on IntegriCloud