index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16TargetObjectFile.h
Age
Commit message (
Expand
)
Author
2010-04-17
Add const qualifiers to TargetLoweringObjectFile usage.
Dan Gohman
2010-02-16
The code section for an ISR has a specific address.
Sanjiv Gupta
2009-10-25
Reapply 85006 with a minor fix.
Sanjiv Gupta
2009-10-24
Revert back 85006 for now as it breaks PIC16 tests.
Sanjiv Gupta
2009-10-24
Adding support for placing global objects in shared data memory.
Sanjiv Gupta
2009-10-21
Add a pass to overlay pic16 data sections for function frame and automatic
Sanjiv Gupta
2009-10-15
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
Daniel Dunbar
2009-10-15
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
Sanjiv Gupta
2009-09-01
Further refactoring of PIC16 Obj file code.
Sanjiv Gupta
2009-08-25
Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
Sanjiv Gupta
2009-08-21
revert r79562 + r79563
Chris Lattner
2009-08-21
revert 79631
Chris Lattner
2009-08-21
Add a pass to do call graph analyis to overlay the autos and frame sections of
Sanjiv Gupta
2009-08-20
Implement support for ISRs.
Sanjiv Gupta
2009-08-13
make PIC16 unique its own sections instead of having mcontext do it.
Chris Lattner
2009-08-12
some compiler don't get string from TLOF.h implicitly or something.
Chris Lattner
2009-08-08
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
add new PIC16Section class, this time hopefully not breaking the build :)
Chris Lattner
2009-08-08
give pic16 a target-specific section creation name too
Chris Lattner
2009-08-08
sink getOrCreateSection down into all the object file implementations,
Chris Lattner
2009-08-06
Fix several fixmes and clean up code by sinking *all* section
Chris Lattner
2009-08-06
go through PIC16TargetObjectFile to make sections instead of
Chris Lattner
2009-08-02
Fix a possible crash on delete of an uninitialized variable.
Daniel Dunbar
2009-08-01
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
Chris Lattner
2009-08-01
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-07-31
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-29
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner