Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
lib
/
Target
/
PIC16
/
PIC16TargetObjectFile.cpp
27e801c
Reapply 85006 with a minor fix.
by Sanjiv Gupta
· 16 years ago
937a173
Revert back 85006 for now as it breaks PIC16 tests.
by Sanjiv Gupta
· 16 years ago
6c4a7ca
Adding support for placing global objects in shared data memory.
by Sanjiv Gupta
· 16 years ago
00e8f5a
Add a pass to overlay pic16 data sections for function frame and automatic
by Sanjiv Gupta
· 16 years ago
018db66
Cleaned up some code. No functionality change.
by Sanjiv Gupta
· 16 years ago
ac2620e
Re-apply 84180 with the fixed test case.
by Sanjiv Gupta
· 16 years ago
0522c9e
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
by Daniel Dunbar
· 16 years ago
1c13817
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
by Sanjiv Gupta
· 16 years ago
724c321
Further refactoring of PIC16 Obj file code.
by Sanjiv Gupta
· 16 years ago
13808ef
Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
by Sanjiv Gupta
· 16 years ago
a5ef4d3
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
by Chris Lattner
· 16 years ago
621c44d
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
by Chris Lattner
· 16 years ago
7f50488
revert r79562 + r79563
by Chris Lattner
· 16 years ago
08e6373
revert 79631
by Chris Lattner
· 16 years ago
35bd9de
Fix a problem noticed by gcc-4.4:
by Duncan Sands
· 16 years ago
c8cf606
Add a pass to do call graph analyis to overlay the autos and frame sections of
by Sanjiv Gupta
· 16 years ago
b42cab9
Implement support for ISRs.
by Sanjiv Gupta
· 16 years ago
1943556
rename PIC16Section.h -> MCSectionPIC16.h for consistency with
by Chris Lattner
· 16 years ago
7f5ea44
make PIC16 unique its own sections instead of having mcontext do it.
by Chris Lattner
· 16 years ago
26aabb9
sink the 'name' and 'isdirective' state out of MCSection into its derived classes.
by Chris Lattner
· 16 years ago
2cc62b3
add new PIC16Section class, this time hopefully not breaking the build :)
by Chris Lattner
· 16 years ago
cbfecbe
Revert r78501, it doesn't build.
by Daniel Dunbar
· 16 years ago
1890ee3
make PIC16 create its own custom MCSection.
by Chris Lattner
· 16 years ago
e5aaede
give pic16 a target-specific section creation name too
by Chris Lattner
· 16 years ago
8011f5f
sink getOrCreateSection down into all the object file implementations,
by Chris Lattner
· 16 years ago
36c2b91
Fix several fixmes and clean up code by sinking *all* section
by Chris Lattner
· 16 years ago
967f54f
go through PIC16TargetObjectFile to make sections instead of
by Chris Lattner
· 16 years ago
0203368
Fix a possible crash on delete of an uninitialized variable.
by Daniel Dunbar
· 16 years ago
36dc04f
Make SectionKind::get() private.
by Chris Lattner
· 16 years ago
a3954e6
fix a fixme by sinking various target-specific directives down into
by Chris Lattner
· 16 years ago
cfd15d8
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
by Chris Lattner
· 16 years ago
9de4876
Change SectionKind to be a property that is true of a *section*, it
by Chris Lattner
· 16 years ago
e6ad12f
switch off of 'Section' onto MCSection. We're not properly using
by Chris Lattner
· 16 years ago
2931fe4
pass the mangler down into the various SectionForGlobal methods.
by Chris Lattner
· 16 years ago
c4c40a9
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
by Chris Lattner
· 16 years ago