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
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wire up support for emitting "special" values from inline asm
Chris Lattner
2009-03-10
1
-1
/
+20
*
just remove the use_empty() check entirely, the only reason it
Chris Lattner
2009-03-09
1
-14
/
+8
*
Make the code generator rip of dead constant expr uses before deciding
Chris Lattner
2009-03-09
1
-10
/
+16
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-2
/
+2
*
Drop bunch of half-working stuff in the ext_weak linkage support.
Anton Korobeynikov
2009-02-21
1
-10
/
+0
*
if we have a large GEP offset on a 32-bit or other target, make
Chris Lattner
2009-02-05
1
-0
/
+6
*
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-30
1
-56
/
+59
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
1
-4
/
+4
*
do not sign extend characters input to isprint. This improves
Chris Lattner
2009-01-22
1
-1
/
+1
*
Few targets like the tiny little PIC16 have only 16-bit pointers.
Sanjiv Gupta
2009-01-22
1
-0
/
+4
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-2
/
+2
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
1
-4
/
+5
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-7
/
+7
*
Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate
Dan Gohman
2008-12-22
1
-182
/
+207
*
Fix bug 3202.
Rafael Espindola
2008-12-19
1
-1
/
+2
*
Fix bug 3140.
Rafael Espindola
2008-12-03
1
-0
/
+8
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
1
-0
/
+7
*
eliminate a couple more uses of utohexstr.
Chris Lattner
2008-11-10
1
-6
/
+10
*
Use utohex_buffer instead of utohexstr to avoid creating a temporary
Chris Lattner
2008-11-10
1
-1
/
+3
*
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
1
-7
/
+0
*
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
1
-0
/
+7
*
Remove some overzealous checks that were rejecting
Dale Johannesen
2008-10-10
1
-12
/
+8
*
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
1
-1
/
+4
*
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-09
1
-4
/
+4
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-2
/
+2
*
Use helper
Anton Korobeynikov
2008-09-24
1
-8
/
+2
*
SmallPtrSet will be better
Anton Korobeynikov
2008-09-24
1
-3
/
+2
*
Use generic section-handling stuff to emit constant pool entries
Anton Korobeynikov
2008-09-24
1
-45
/
+36
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
1
-1
/
+2
*
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
1
-3
/
+13
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
1
-6
/
+1
*
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-24
1
-0
/
+20
*
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
1
-2
/
+1
*
Add a bit to mark operands of asm's that conflict
Dale Johannesen
2008-09-17
1
-1
/
+2
*
Move the uglier parts of deciding not to emit a
Dale Johannesen
2008-09-09
1
-15
/
+4
*
Fix logic for not emitting no-dead-strip for some
Dale Johannesen
2008-09-09
1
-2
/
+14
*
Don't suppress no-dead-strip for used static functions.
Dale Johannesen
2008-09-08
1
-1
/
+1
*
Add AsmPrinter support for i128 and larger static initializer data.
Dan Gohman
2008-09-08
1
-19
/
+36
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Do not emit a UsedDirective for things in the llvm.used
Dale Johannesen
2008-09-03
1
-3
/
+32
*
Remove unneeded #include.
Owen Anderson
2008-08-21
1
-1
/
+0
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-10
/
+12
*
don't use the result of WriteTypeSymbolic or WriteAsOperand.
Chris Lattner
2008-08-19
1
-1
/
+2
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
1
-25
/
+21
*
Fix merge error
Anton Korobeynikov
2008-08-17
1
-18
/
+0
*
Move all assembler printing related stuff into new libAsmPrinter
Anton Korobeynikov
2008-08-17
1
-0
/
+1509
[prev]