aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16TargetObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a possible crash on delete of an uninitialized variable.Daniel Dunbar2009-08-021-0/+5
* Make SectionKind::get() private.Chris Lattner2009-08-021-12/+12
* fix a fixme by sinking various target-specific directives down into Chris Lattner2009-08-011-2/+2
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-011-4/+4
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-16/+19
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-35/+32
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-5/+8
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-0/+401