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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-04-06
1
-12
/
+3
*
To convert the StopPoint insn into an assembler directive by ISel, we need to...
Sanjiv Gupta
2009-04-02
1
-0
/
+8
*
Params are not being generated as static globals now. The caller passes them ...
Sanjiv Gupta
2009-04-02
1
-31
/
+28
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-2
/
+2
*
Banksel optimization is now based on the section names of symbols, since the ...
Sanjiv Gupta
2009-03-12
1
-44
/
+52
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-2
/
+5
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
1
-3
/
+4
*
Function temporaries can not overlap with retval or args.See the comment in s...
Sanjiv Gupta
2009-02-10
1
-8
/
+20
*
Print globl directive for variables with external linkage (global variables).
Sanjiv Gupta
2009-02-06
1
-0
/
+2
*
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-30
1
-39
/
+2
*
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2009-01-13
1
-82
/
+70
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-4
/
+4
*
Emit declaration for globals and externs.
Sanjiv Gupta
2008-11-26
1
-12
/
+49
*
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-11-19
1
-411
/
+285
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-4
/
+4
*
Remove dead code for PIC16 (preparation to switch to new section handling stuff)
Anton Korobeynikov
2008-09-24
1
-11
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-3
/
+4
*
Unneeded include's.
Evan Cheng
2008-06-19
1
-1
/
+0
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-1
/
+1
*
Detabification. Fixed indentation and spacing.
Sanjiv Gupta
2008-05-14
1
-145
/
+113
*
Adding files for Microchip's PIC16 target.
Sanjiv Gupta
2008-05-13
1
-0
/
+569
[prev]