summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove obsoleted files (from AsmPrinter move)Daniel Dunbar2009-08-131-486/+0
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-0/+3
* fix some warnings for the MSVC build, by Yonggang Luo!Chris Lattner2009-08-101-1/+1
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-4/+6
* Simplify code and avoid allocations.Benjamin Kramer2009-08-071-10/+3
* go through PIC16TargetObjectFile to make sections instead of Chris Lattner2009-08-061-10/+3
* Don't call SectionForGlobal for hasAvailableExternallyLinkage()Dan Gohman2009-08-021-1/+1
* don't call SectionForGlobal on declarations, you can't tell the section aChris Lattner2009-08-021-1/+3
* Make SectionKind::get() private.Chris Lattner2009-08-021-2/+2
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-2/+2
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-6/+6
* Keep track of references to mem(cpy,move,set) and then print only one externSanjiv Gupta2009-07-301-2/+27
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-1/+1
* 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
OpenPOWER on IntegriCloud