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
/
lib
/
Target
/
X86
/
AsmPrinter
/
X86ATTAsmPrinter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor symbol printing so the whole "mem" thing is handled in fewer places.
Chris Lattner
2009-07-13
1
-0
/
+1
*
make cygwin use its own stubs set, instead of overloading a darwin one.
Chris Lattner
2009-07-09
1
-1
/
+1
*
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-07-01
1
-3
/
+2
*
Add 256-bit memory operand support.
David Greene
2009-06-30
1
-0
/
+6
*
Reimplement rip-relative addressing in the X86-64 backend. The new
Chris Lattner
2009-06-27
1
-4
/
+4
*
reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string ...
Chris Lattner
2009-06-24
1
-0
/
+2
*
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
1
-2
/
+1
*
inline print*Stub and rearrange function stub printing to more closely match
Chris Lattner
2009-06-24
1
-3
/
+0
*
remove now-dead argument.
Chris Lattner
2009-06-24
1
-1
/
+1
*
remove dead argument
Chris Lattner
2009-06-24
1
-1
/
+1
*
wire up support for MCContext/MCStreamer in -experimental-asm-printer mode.
Chris Lattner
2009-06-24
1
-0
/
+7
*
eliminate the "call" operand modifier from the asm descriptions, modeling
Chris Lattner
2009-06-20
1
-1
/
+3
*
implement support for lowering subregs when preparing to print
Chris Lattner
2009-06-20
1
-5
/
+3
*
Initialize MMI
Devang Patel
2009-06-20
1
-0
/
+1
*
stub out some hacky code for wiring up the new asmprinter interfaces
Chris Lattner
2009-06-19
1
-2
/
+50
*
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-19
1
-2
/
+1
*
Add some scaffolding for a new experimental asmprinter
Chris Lattner
2009-06-19
1
-0
/
+4
*
remove extraneous const qualifier
Chris Lattner
2009-06-15
1
-1
/
+1
*
More MSVC fixes -- class/struct conflicts.
Bill Wendling
2009-05-12
1
-1
/
+1
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-1
/
+2
*
Second attempt:
Bill Wendling
2009-04-29
1
-3
/
+3
*
Properly print 'P' modifier on inline asm memory operands.
Anton Korobeynikov
2009-04-28
1
-2
/
+2
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
1
-3
/
+3
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
1
-3
/
+3
*
Re-apply 68552.
Rafael Espindola
2009-04-08
1
-1
/
+9
*
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
1
-9
/
+1
*
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-04-07
1
-1
/
+9
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-2
/
+2
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-5
/
+4
*
Record debug location information in the Dwarf writer.
Bill Wendling
2009-02-06
1
-0
/
+1
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
1
-3
/
+3
*
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-05
1
-1
/
+2
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
1
-4
/
+0
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-1
/
+1
*
Make it compile on VC2005:
Cedric Venet
2008-08-17
1
-3
/
+3
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-0
/
+158