index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
AsmPrinter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use generic section-handling stuff to emit constant pool entries
Anton Korobeynikov
2008-09-24
1
-2
/
+0
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
1
-0
/
+1
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
1
-6
/
+0
*
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-24
1
-1
/
+6
*
Do not emit a UsedDirective for things in the llvm.used
Dale Johannesen
2008-09-03
1
-0
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-2
/
+3
*
Rename some GC classes so that their roll will hopefully be clearer.
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
/
+12
*
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
Anton Korobeynikov
2008-08-16
1
-8
/
+0
*
Handle visibility printing with all generality. Remove bunch of duplicate code.
Anton Korobeynikov
2008-08-08
1
-0
/
+4
*
Unbreak C++ tests on x86 Darwin.
Evan Cheng
2008-07-08
1
-2
/
+3
*
Avoid unnecessary string construction during asm printing.
Evan Cheng
2008-07-08
1
-0
/
+1
*
Add a version of AsmPrinter::EOL that takes a const char* so that we don't ha...
Owen Anderson
2008-07-01
1
-0
/
+1
*
Change packed struct layout so that field sizes
Duncan Sands
2008-06-04
1
-2
/
+1
*
Handle quoted names when constructing $stub's,
Dale Johannesen
2008-05-19
1
-0
/
+5
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-0
/
+8
*
Don't fill eh frames even though these are text sections.
Evan Cheng
2008-02-29
1
-2
/
+6
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-5
/
+7
*
Unbreak teh build.
Evan Cheng
2008-02-05
1
-0
/
+6
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
1
-0
/
+4
*
Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...
Evan Cheng
2008-02-01
1
-4
/
+5
*
Enabling the target-independent garbage collection infrastructure by hooking it
Gordon Henriksen
2008-01-07
1
-0
/
+4
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...
Anton Korobeynikov
2007-11-14
1
-1
/
+4
*
Much improved pic jumptable codegen:
Evan Cheng
2007-11-09
1
-5
/
+6
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-2
/
+2
*
Revert 42908 for now.
Evan Cheng
2007-10-14
1
-0
/
+16
*
Change the names used for internal labels to use the current
Dan Gohman
2007-10-12
1
-16
/
+0
*
Add a routine for emitting .file directives, for setting up
Dan Gohman
2007-09-24
1
-0
/
+3
*
Don't pass back a reference to a temporary.
Bill Wendling
2007-09-18
1
-1
/
+1
*
The exception handling function info should be reset for each new
Bill Wendling
2007-09-18
1
-5
/
+0
*
Objective-C was generating EH frame info like this:
Bill Wendling
2007-09-18
1
-0
/
+10
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-1
/
+1
*
EmitAlignment() also emits optional fill value.
Evan Cheng
2007-07-25
1
-2
/
+5
*
Fix the asmprinter so that a globalvalue can specify an explicit alignment
Chris Lattner
2007-05-31
1
-2
/
+12
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+2
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-0
/
+1
*
Add support for changes in DwarfWriter.
Jim Laskey
2007-02-21
1
-0
/
+5
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-0
/
+4
*
Migrate print routines to asm to be shared by exception handling.
Jim Laskey
2007-01-25
1
-0
/
+62
*
Use asm printer to emit alignment
Jim Laskey
2007-01-24
1
-0
/
+2
*
move ExtWeakSymbols to AsmPrinter
Rafael Espindola
2006-12-18
1
-0
/
+5
*
Add a printSetLabel that takes two id's.
Evan Cheng
2006-11-01
1
-0
/
+2
*
Unbreaking static ctors patch.
Anton Korobeynikov
2006-10-31
1
-2
/
+2
*
Move getPreferredAlignmentLog from AsmPrinter to TargetData
Devang Patel
2006-10-24
1
-5
/
+0
*
Clean up interface to getGlobalLinkName.
Jim Laskey
2006-10-17
1
-2
/
+1
*
Basic support for getGlobalLinkName.
Jim Laskey
2006-10-17
1
-1
/
+8
[next]