index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PIC16
/
PIC16AsmPrinter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-6
/
+5
*
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-21
1
-4
/
+10
*
Register AsmPrinter for XCore, MSP430, and PIC16 targets.
Daniel Dunbar
2009-07-15
1
-2
/
+2
*
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
1
-1
/
+1
*
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-07-01
1
-3
/
+2
*
Code Restructuring. No functionality change.
Sanjiv Gupta
2009-06-16
1
-1
/
+1
*
PIC16 emits auto variables as globals. When optimizer removes a function enti...
Sanjiv Gupta
2009-06-09
1
-0
/
+1
*
Emit debug info for locals with proper scope.
Sanjiv Gupta
2009-05-28
1
-5
/
+3
*
Emit debug information for globals (which include automatic variables as well...
Sanjiv Gupta
2009-05-22
1
-0
/
+4
*
Run through the list of globals once and sectionize all types of globlas incl...
Sanjiv Gupta
2009-05-13
1
-3
/
+8
*
Iterate over globals once and sectionize them into appropriate sections.
Sanjiv Gupta
2009-05-12
1
-1
/
+3
*
Detect calls to compiler intrinsics and emit an extern declarations
Sanjiv Gupta
2009-05-11
1
-4
/
+4
*
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-05-06
1
-4
/
+1
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-1
/
+2
*
Second attempt:
Bill Wendling
2009-04-29
1
-3
/
+3
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
1
-3
/
+3
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
1
-3
/
+3
*
Emit the auto variables of a function into a different section than parameters.
Sanjiv Gupta
2009-04-20
1
-0
/
+2
*
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-04-06
1
-1
/
+3
*
Params are not being generated as static globals now. The caller passes them ...
Sanjiv Gupta
2009-04-02
1
-1
/
+0
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-3
/
+3
*
Forgot to check-in this as part of 7761.
Sanjiv Gupta
2009-03-12
1
-3
/
+2
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-2
/
+3
*
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-30
1
-1
/
+0
*
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2009-01-13
1
-5
/
+3
*
Emit declaration for globals and externs.
Sanjiv Gupta
2008-11-26
1
-0
/
+1
*
Forgot to add this in the previous commit.
Sanjiv Gupta
2008-11-19
1
-0
/
+62