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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all assembler printing related stuff into new libAsmPrinter
Anton Korobeynikov
2008-08-17
1
-1509
/
+0
*
Factor out asmprinters from collector interface.
Anton Korobeynikov
2008-08-17
1
-0
/
+18
*
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen
2008-08-17
1
-3
/
+3
*
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen
2008-08-17
1
-2
/
+35
*
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
1
-6
/
+9
*
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
Anton Korobeynikov
2008-08-16
1
-28
/
+1
*
Handle visibility printing with all generality. Remove bunch of duplicate code.
Anton Korobeynikov
2008-08-08
1
-0
/
+11
*
Don't crash printing the asm for a ConstantExpr PtrToInt just because the int
Nick Lewycky
2008-08-08
1
-4
/
+5
*
Switch to new section name handling facility
Anton Korobeynikov
2008-07-09
1
-4
/
+7
*
Unbreak C++ tests on x86 Darwin.
Evan Cheng
2008-07-08
1
-5
/
+14
*
Avoid unnecessary string construction during asm printing.
Evan Cheng
2008-07-08
1
-3
/
+7
*
Avoid creating expensive comment string if it's not going to be printed.
Evan Cheng
2008-07-01
1
-6
/
+3
*
Add a version of AsmPrinter::EOL that takes a const char* so that we don't ha...
Owen Anderson
2008-07-01
1
-0
/
+11
*
Minimize duplicated code in AsmPrinter::printLabel.
Dan Gohman
2008-07-01
1
-2
/
+1
*
std::ostream and std::string microoptimizations for asm printing.
Dan Gohman
2008-06-30
1
-84
/
+84
*
Change packed struct layout so that field sizes
Duncan Sands
2008-06-04
1
-9
/
+7
*
Find a better place to output hex constants corresponding to integers.
Scott Michel
2008-06-03
1
-0
/
+5
*
Revert this patch
Scott Michel
2008-06-03
1
-3
/
+1
*
Minor cosmetic patch so that the hex equivalent of a decimal
Scott Michel
2008-06-02
1
-1
/
+3
*
Handle quoted names when constructing $stub's,
Dale Johannesen
2008-05-19
1
-0
/
+7
*
Add AsmPrinter support for emitting a directive to declare that
Dan Gohman
2008-05-05
1
-0
/
+7
*
Make EH work with unnamed functions. Reenable running
Dale Johannesen
2008-04-02
1
-2
/
+4
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-1
/
+10
*
Honour aliases visibility during asm emission
Anton Korobeynikov
2008-03-11
1
-1
/
+9
*
Don't fill eh frames even though these are text sections.
Evan Cheng
2008-02-29
1
-2
/
+3
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-8
/
+22
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Don't make up new directives. (".set_foobar")
Nick Lewycky
2008-02-07
1
-1
/
+1
*
Dwarf requires variable entries to be in the source order. Right now, since w...
Evan Cheng
2008-02-04
1
-4
/
+7
*
Get rid of the annoying blank lines before labels.
Evan Cheng
2008-02-02
1
-3
/
+3
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
1
-0
/
+6
*
Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...
Evan Cheng
2008-02-01
1
-0
/
+4
*
Handle 'X' constraint in asm's better.
Dale Johannesen
2008-01-29
1
-2
/
+3
*
For long double constants, print an approximation of their value to the .s fi...
Chris Lattner
2008-01-27
1
-2
/
+6
*
Enabling the target-independent garbage collection infrastructure by hooking it
Gordon Henriksen
2008-01-07
1
-0
/
+19
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-0
/
+1
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-1
/
+1
*
MachineOperand::getImmedValue -> MachineOperand::getImm
Chris Lattner
2007-12-30
1
-7
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Support more insane CEP's in AsmPrinter (Yes, PyPy folks do really use them).
Anton Korobeynikov
2007-12-18
1
-1
/
+24
*
Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...
Anton Korobeynikov
2007-11-14
1
-28
/
+41
*
Much improved pic jumptable codegen:
Evan Cheng
2007-11-09
1
-9
/
+10
*
Make labels work in asm blocks; allow labels as
Dale Johannesen
2007-11-05
1
-7
/
+12
*
Don't output ABI size padding twice. By using the store
Duncan Sands
2007-11-05
1
-5
/
+6
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-17
/
+16
*
Revert 42908 for now.
Evan Cheng
2007-10-14
1
-19
/
+19
*
Change the names used for internal labels to use the current
Dan Gohman
2007-10-12
1
-19
/
+19
*
Implement ppc long double->uint conversion.
Dale Johannesen
2007-10-11
1
-0
/
+33
*
Call getFunctionNumber() instead of referencing FunctionNumber directly,
Dan Gohman
2007-10-08
1
-1
/
+1
*
Fix stride computations for long double arrays.
Dale Johannesen
2007-10-01
1
-1
/
+5
[next]