Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
adcee844ea90b3ae87d8bf3493023001aaa4453e
/
llvm
/
lib
/
Target
/
PIC16
/
PIC16TargetObjectFile.cpp
adcee84
The code section for an ISR has a specific address.
by Sanjiv Gupta
· 16 years ago
b18a468
Reapply 85006 with a minor fix.
by Sanjiv Gupta
· 16 years ago
9e8d42f
Revert back 85006 for now as it breaks PIC16 tests.
by Sanjiv Gupta
· 16 years ago
055c330
Adding support for placing global objects in shared data memory.
by Sanjiv Gupta
· 16 years ago
47ea743
Add a pass to overlay pic16 data sections for function frame and automatic
by Sanjiv Gupta
· 16 years ago
89259d7
Cleaned up some code. No functionality change.
by Sanjiv Gupta
· 16 years ago
a07cae6
Re-apply 84180 with the fixed test case.
by Sanjiv Gupta
· 16 years ago
3b5bdd5
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
by Daniel Dunbar
· 16 years ago
917db86
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
by Sanjiv Gupta
· 16 years ago
a19e971
Further refactoring of PIC16 Obj file code.
by Sanjiv Gupta
· 16 years ago
7699191
Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
by Sanjiv Gupta
· 16 years ago
e9a75a6
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
by Chris Lattner
· 16 years ago
7b26fce
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
by Chris Lattner
· 16 years ago
773416e
revert r79562 + r79563
by Chris Lattner
· 16 years ago
6af22f0
revert 79631
by Chris Lattner
· 16 years ago
08b437d
Fix a problem noticed by gcc-4.4:
by Duncan Sands
· 16 years ago
9ae3bcb
Add a pass to do call graph analyis to overlay the autos and frame sections of
by Sanjiv Gupta
· 16 years ago
686e9f5
Implement support for ISRs.
by Sanjiv Gupta
· 16 years ago
6362cbe
rename PIC16Section.h -> MCSectionPIC16.h for consistency with
by Chris Lattner
· 16 years ago
5ed8c42
make PIC16 unique its own sections instead of having mcontext do it.
by Chris Lattner
· 16 years ago
591105c
sink the 'name' and 'isdirective' state out of MCSection into its derived classes.
by Chris Lattner
· 16 years ago
26cc5b7
add new PIC16Section class, this time hopefully not breaking the build :)
by Chris Lattner
· 16 years ago
59410aa
Revert r78501, it doesn't build.
by Daniel Dunbar
· 16 years ago
4a4e448
make PIC16 create its own custom MCSection.
by Chris Lattner
· 16 years ago
36d04ec
give pic16 a target-specific section creation name too
by Chris Lattner
· 16 years ago
302041d
sink getOrCreateSection down into all the object file implementations,
by Chris Lattner
· 16 years ago
1ff9013
Fix several fixmes and clean up code by sinking *all* section
by Chris Lattner
· 16 years ago
b29996e
go through PIC16TargetObjectFile to make sections instead of
by Chris Lattner
· 16 years ago
cc5e54e
Fix a possible crash on delete of an uninitialized variable.
by Daniel Dunbar
· 16 years ago
73d577c
Make SectionKind::get() private.
by Chris Lattner
· 16 years ago
d5c0113
fix a fixme by sinking various target-specific directives down into
by Chris Lattner
· 16 years ago
26fb277
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
by Chris Lattner
· 16 years ago
c9c277b
Change SectionKind to be a property that is true of a *section*, it
by Chris Lattner
· 16 years ago
4d2c0f9
switch off of 'Section' onto MCSection. We're not properly using
by Chris Lattner
· 16 years ago
5034329
pass the mangler down into the various SectionForGlobal methods.
by Chris Lattner
· 16 years ago
5e693ed
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
by Chris Lattner
· 16 years ago