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
Age
Commit message (
Expand
)
Author
2009-01-05
s/ConstructType/ConstructTypeDIE/g
Devang Patel
2009-01-05
Construct stuct field DIEs.
Devang Patel
2009-01-05
Construct enumerator DIE using DebugInfo.
Devang Patel
2009-01-05
Construct array/vector type DIEs using DebugInfo.
Devang Patel
2009-01-05
Construct basic and derived type DIEs using DebugInfo.
Devang Patel
2009-01-05
subsume ConstructPointerType()
Devang Patel
2009-01-05
subsume ConstructBasicType().
Devang Patel
2008-12-29
Linux wants the FDE initial location and address range to be forced to 32-bit.
Bill Wendling
2008-12-29
The FDE initial location and address range data should be free to be 64-bit
Bill Wendling
2008-12-24
Darwin likes for the EH frame to be non-local.
Bill Wendling
2008-12-24
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
Bill Wendling
2008-12-23
Fix typo.
Devang Patel
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-12
Do not print empty DW_AT_comp_dir.
Devang Patel
2008-12-10
Fix a couple of Dwarf bugs.
Evan Cheng
2008-12-09
Cosmetic changes.
Evan Cheng
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-17
The Dwarf writer was comparing mangled and unmangled names for C++ code when we
Bill Wendling
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-08
Align EH tables before label is emitted, not after,
Dale Johannesen
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-26
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
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* DataSection
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-22
Initial support for the CMake build system.
Oscar Fuentes
2008-09-17
Add a bit to mark operands of asm's that conflict
Dale Johannesen
2008-09-09
Move the uglier parts of deciding not to emit a
Dale Johannesen
2008-09-09
Fix logic for not emitting no-dead-strip for some
Dale Johannesen
2008-09-08
Don't suppress no-dead-strip for used static functions.
Dale Johannesen
2008-09-08
Add AsmPrinter support for i128 and larger static initializer data.
Dan Gohman
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-03
Do not emit a UsedDirective for things in the llvm.used
Dale Johannesen
2008-08-21
Remove unneeded #include.
Owen Anderson
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-19
don't use the result of WriteTypeSymbolic or WriteAsOperand.
Chris Lattner
[prev]
[next]