Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f4452c37d03ab6cdcd2b23cb15b921c0bba591a7
/
lib
/
Target
/
PIC16
/
PIC16TargetObjectFile.cpp
0d805c3
Add const qualifiers to TargetLoweringObjectFile usage.
by Dan Gohman
· 15 years ago
d858e90
Use const qualifiers with TargetLowering. This eliminates several
by Dan Gohman
· 15 years ago
46510a7
Add const qualifiers to CodeGen's use of LLVM IR constructs.
by Dan Gohman
· 15 years ago
7643ca5
The code section for an ISR has a specific address.
by Sanjiv Gupta
· 16 years ago
e1ef91d
Reapply 85006 with a minor fix.
by Sanjiv Gupta
· 16 years ago
ecb28f2
Revert back 85006 for now as it breaks PIC16 tests.
by Sanjiv Gupta
· 16 years ago
209e6c6
Adding support for placing global objects in shared data memory.
by Sanjiv Gupta
· 16 years ago
4e4bba5
Add a pass to overlay pic16 data sections for function frame and automatic
by Sanjiv Gupta
· 16 years ago
5386a35
Cleaned up some code. No functionality change.
by Sanjiv Gupta
· 16 years ago
753ec15
Re-apply 84180 with the fixed test case.
by Sanjiv Gupta
· 16 years ago
1ead150
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
by Daniel Dunbar
· 16 years ago
8da373c
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
by Sanjiv Gupta
· 16 years ago
72f9ab0
Further refactoring of PIC16 Obj file code.
by Sanjiv Gupta
· 16 years ago
b9ef764
Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
by Sanjiv Gupta
· 16 years ago
33adcfb
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
by Chris Lattner
· 16 years ago
af76e59
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
by Chris Lattner
· 16 years ago
35a27c8
revert r79562 + r79563
by Chris Lattner
· 16 years ago
ec3579f
revert 79631
by Chris Lattner
· 16 years ago
1c3858a
Fix a problem noticed by gcc-4.4:
by Duncan Sands
· 16 years ago
eaa8b1f
Add a pass to do call graph analyis to overlay the autos and frame sections of
by Sanjiv Gupta
· 16 years ago
eb01aba
Implement support for ISRs.
by Sanjiv Gupta
· 16 years ago
c077621
rename PIC16Section.h -> MCSectionPIC16.h for consistency with
by Chris Lattner
· 16 years ago
873bc4c
make PIC16 unique its own sections instead of having mcontext do it.
by Chris Lattner
· 16 years ago
93b6db3
sink the 'name' and 'isdirective' state out of MCSection into its derived classes.
by Chris Lattner
· 16 years ago
f7427e5
add new PIC16Section class, this time hopefully not breaking the build :)
by Chris Lattner
· 16 years ago
fb37390
Revert r78501, it doesn't build.
by Daniel Dunbar
· 16 years ago
50e3812
make PIC16 create its own custom MCSection.
by Chris Lattner
· 16 years ago
9aee181
give pic16 a target-specific section creation name too
by Chris Lattner
· 16 years ago
fbf1d27
sink getOrCreateSection down into all the object file implementations,
by Chris Lattner
· 16 years ago
24f654c
Fix several fixmes and clean up code by sinking *all* section
by Chris Lattner
· 16 years ago
759b888
go through PIC16TargetObjectFile to make sections instead of
by Chris Lattner
· 16 years ago
967ce7f
Fix a possible crash on delete of an uninitialized variable.
by Daniel Dunbar
· 16 years ago
1ef9be2
Make SectionKind::get() private.
by Chris Lattner
· 16 years ago
8245838
fix a fixme by sinking various target-specific directives down into
by Chris Lattner
· 16 years ago
f9650c0
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
by Chris Lattner
· 16 years ago
968ff11
Change SectionKind to be a property that is true of a *section*, it
by Chris Lattner
· 16 years ago
a87dea4
switch off of 'Section' onto MCSection. We're not properly using
by Chris Lattner
· 16 years ago
e53a600
pass the mangler down into the various SectionForGlobal methods.
by Chris Lattner
· 16 years ago
f014412
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
by Chris Lattner
· 16 years ago