index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16TargetObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further refactoring of PIC16 Obj file code.
Sanjiv Gupta
2009-09-01
1
-13
/
+17
*
Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
Sanjiv Gupta
2009-08-25
1
-5
/
+5
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-1
/
+1
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-1
/
+1
*
revert r79562 + r79563
Chris Lattner
2009-08-21
1
-44
/
+2
*
revert 79631
Chris Lattner
2009-08-21
1
-29
/
+0
*
Fix a problem noticed by gcc-4.4:
Duncan Sands
2009-08-21
1
-1
/
+1
*
Add a pass to do call graph analyis to overlay the autos and frame sections of
Sanjiv Gupta
2009-08-21
1
-0
/
+29
*
Implement support for ISRs.
Sanjiv Gupta
2009-08-20
1
-2
/
+44
*
rename PIC16Section.h -> MCSectionPIC16.h for consistency with
Chris Lattner
2009-08-15
1
-1
/
+1
*
make PIC16 unique its own sections instead of having mcontext do it.
Chris Lattner
2009-08-13
1
-8
/
+6
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
1
-33
/
+44
*
add new PIC16Section class, this time hopefully not breaking the build :)
Chris Lattner
2009-08-08
1
-1
/
+2
*
Revert r78501, it doesn't build.
Daniel Dunbar
2009-08-08
1
-2
/
+1
*
make PIC16 create its own custom MCSection.
Chris Lattner
2009-08-08
1
-1
/
+2
*
give pic16 a target-specific section creation name too
Chris Lattner
2009-08-08
1
-32
/
+31
*
sink getOrCreateSection down into all the object file implementations,
Chris Lattner
2009-08-08
1
-0
/
+9
*
Fix several fixmes and clean up code by sinking *all* section
Chris Lattner
2009-08-06
1
-19
/
+17
*
go through PIC16TargetObjectFile to make sections instead of
Chris Lattner
2009-08-06
1
-2
/
+13
*
Fix a possible crash on delete of an uninitialized variable.
Daniel Dunbar
2009-08-02
1
-0
/
+5
*
Make SectionKind::get() private.
Chris Lattner
2009-08-02
1
-12
/
+12
*
fix a fixme by sinking various target-specific directives down into
Chris Lattner
2009-08-01
1
-2
/
+2
*
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
Chris Lattner
2009-08-01
1
-4
/
+4
*
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
1
-16
/
+19
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-35
/
+32
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
1
-5
/
+8
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-0
/
+401