Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
afa08b51a65fd3e945cb752281f7ad5f02c4fa29
/
lib
/
Target
/
PIC16
/
PIC16TargetObjectFile.cpp
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