index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+0
*
Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate
Dan Gohman
2008-12-22
1
-0
/
+8
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
1
-0
/
+3
*
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
asl
2008-11-08
1
-3
/
+0
*
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
1
-0
/
+3
*
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...
asl
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+316