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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert r79562 + r79563
Chris Lattner
2009-08-21
1
-5
/
+2
*
revert 79631
Chris Lattner
2009-08-21
1
-4
/
+0
*
Add a pass to do call graph analyis to overlay the autos and frame sections of
Sanjiv Gupta
2009-08-21
1
-0
/
+4
*
Implement support for ISRs.
Sanjiv Gupta
2009-08-20
1
-2
/
+5
*
make PIC16 unique its own sections instead of having mcontext do it.
Chris Lattner
2009-08-13
1
-0
/
+4
*
some compiler don't get string from TLOF.h implicitly or something.
Chris Lattner
2009-08-12
1
-0
/
+1
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
1
-4
/
+5
*
add new PIC16Section class, this time hopefully not breaking the build :)
Chris Lattner
2009-08-08
1
-1
/
+1
*
give pic16 a target-specific section creation name too
Chris Lattner
2009-08-08
1
-3
/
+2
*
sink getOrCreateSection down into all the object file implementations,
Chris Lattner
2009-08-08
1
-0
/
+4
*
Fix several fixmes and clean up code by sinking *all* section
Chris Lattner
2009-08-06
1
-4
/
+2
*
go through PIC16TargetObjectFile to make sections instead of
Chris Lattner
2009-08-06
1
-0
/
+6
*
Fix a possible crash on delete of an uninitialized variable.
Daniel Dunbar
2009-08-02
1
-1
/
+2
*
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
Chris Lattner
2009-08-01
1
-2
/
+2
*
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
1
-2
/
+2
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-21
/
+23
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
1
-1
/
+3
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-0
/
+100