index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
Initialized arrays can be in any address space.
Sanjiv Gupta
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-15
Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...
Devang Patel
2009-04-13
Add a new "available_externally" linkage type. This is intended
Chris Lattner
2009-04-10
Pass in the std::string parameter instead of returning it by value.
Bill Wendling
2009-04-10
Constify getter methods.
Bill Wendling
2009-04-09
StringMap<DIE*>::iterator::first() returns a pointer to the first character of
Bill Wendling
2009-04-08
change printStringChar to emit characters as unsigned char instead of char,
Chris Lattner
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-24
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-23
Fix internal representation of fp80 to be the
Dale Johannesen
2009-03-20
For inline asm output operand that matches an input. Encode the input operand...
Evan Cheng
2009-03-13
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-10
wire up support for emitting "special" values from inline asm
Chris Lattner
2009-03-09
just remove the use_empty() check entirely, the only reason it
Chris Lattner
2009-03-09
Make the code generator rip of dead constant expr uses before deciding
Chris Lattner
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-21
Drop bunch of half-working stuff in the ext_weak linkage support.
Anton Korobeynikov
2009-02-05
if we have a large GEP offset on a 32-bit or other target, make
Chris Lattner
2009-01-30
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-22
do not sign extend characters input to isprint. This improves
Chris Lattner
2009-01-22
Few targets like the tiny little PIC16 have only 16-bit pointers.
Sanjiv Gupta
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-13
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-12-22
Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate
Dan Gohman
2008-12-19
Fix bug 3202.
Rafael Espindola
2008-12-03
Fix bug 3140.
Rafael Espindola
2008-11-22
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-10
eliminate a couple more uses of utohexstr.
Chris Lattner
2008-11-10
Use utohex_buffer instead of utohexstr to avoid creating a temporary
Chris Lattner
2008-11-08
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-10-10
Remove some overzealous checks that were rejecting
Dale Johannesen
2008-10-09
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-24
Use helper
Anton Korobeynikov
2008-09-24
SmallPtrSet will be better
Anton Korobeynikov
2008-09-24
Use generic section-handling stuff to emit constant pool entries
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-24
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-17
Add a bit to mark operands of asm's that conflict
Dale Johannesen
[next]