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
*
Get rid of postInstructionAction and call EmitComments directly.
David Greene
2009-07-15
1
-19
/
+5
*
remove printSuffixedName.
Chris Lattner
2009-07-15
1
-7
/
+0
*
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
1
-3
/
+3
*
Do not use Mangler to remove '1' from linkage name.
Devang Patel
2009-07-14
1
-4
/
+0
*
Use AsmPrinter's Mangler to remove leading '1' from linkage names.
Devang Patel
2009-07-13
1
-1
/
+5
*
Add infrastructure to allow post instruction printing action triggers.
David Greene
2009-07-13
1
-2
/
+22
*
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-07-01
1
-5
/
+5
*
Privatize some more debug-related static data.
Owen Anderson
2009-06-25
1
-0
/
+3
*
Didn't mean to commit this part.
Owen Anderson
2009-06-24
1
-3
/
+0
*
Down with statics!
Owen Anderson
2009-06-24
1
-0
/
+3
*
Move local statics to per-instance variables.
Owen Anderson
2009-06-24
1
-0
/
+6
*
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
1
-3
/
+5
*
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-24
1
-3
/
+0
*
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...
Argiris Kirtzidis
2009-05-07
1
-1
/
+4
*
Fix compilation for some targets other than x86.
Argiris Kirtzidis
2009-04-30
1
-0
/
+1
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-3
/
+4
*
Second attempt:
Bill Wendling
2009-04-29
1
-4
/
+4
*
Initialized arrays can be in any address space.
Sanjiv Gupta
2009-04-28
1
-1
/
+1
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
1
-4
/
+4
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
1
-4
/
+4
*
Pass in the std::string parameter instead of returning it by value.
Bill Wendling
2009-04-10
1
-2
/
+4
*
Constify getter methods.
Bill Wendling
2009-04-10
1
-1
/
+1
*
StringMap<DIE*>::iterator::first() returns a pointer to the first character of
Bill Wendling
2009-04-09
1
-1
/
+2
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-3
/
+11
*
wire up support for emitting "special" values from inline asm
Chris Lattner
2009-03-10
1
-1
/
+1
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-1
/
+7
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
1
-5
/
+5
*
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-30
1
-6
/
+7
*
Reverting back 62301.
Sanjiv Gupta
2009-01-16
1
-1
/
+1
*
Few targets do not have a single directive to emit global constants.
Sanjiv Gupta
2009-01-16
1
-1
/
+1
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
1
-4
/
+4
*
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
[next]