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
2011-02-23
Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...
Devang Patel
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-19
Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...
Devang Patel
2011-02-15
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-09
Assert on bad jump tables.
Jakob Stoklund Olesen
2011-02-04
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-02
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
Add support to describe template parameter type in debug info.
Devang Patel
2011-01-30
Clarify the LSDASection NULL check
Anton Korobeynikov
2011-01-28
Print the visibility of declarations.
Rafael Espindola
2011-01-24
Support printing exception section into the current one. This is the case whe...
Anton Korobeynikov
2011-01-20
Fix debug info for merged global.
Devang Patel
2011-01-19
Fix register address expression. Patch by Ken Dyck.
Devang Patel
2011-01-14
Update CMake build.
Ted Kremenek
2011-01-14
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-11
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
Speculatively revert r123032.
Devang Patel
2011-01-07
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-06
Emit 128 bit constant.
Devang Patel
2011-01-02
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-13
remove the verbose-asm "constant pool double" comments that we were printing
Chris Lattner
2010-12-09
DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...
Devang Patel
2010-12-06
Undefined value in reg 0 may need a marker to identify end of source range.
Devang Patel
2010-12-06
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
Add an EmitAbsValue helper method and use it in cases where we want to be sure
Rafael Espindola
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-20
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-17
With the newly simplified SourceMgr interfaces and the generalized
Chris Lattner
2010-11-17
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-11-17
rearrange how the handler in SourceMgr is installed, eliminating the use of
Chris Lattner
2010-11-17
refactor the interface to EmitInlineAsm a bit, no functionality change.
Chris Lattner
2010-11-12
Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...
Devang Patel
2010-11-10
Take care of special characters while creating named MDNode name to hold func...
Devang Patel
2010-11-04
Add 118023 back, but with proper spelling for .uleb128/.sleb128.
Rafael Espindola
2010-11-04
Revert previous patch. Some targets don't support uleb and say
Rafael Espindola
2010-11-04
MCize.
Rafael Espindola
2010-11-02
Simplify.
Devang Patel
2010-10-28
Ignore empty blocks.
Devang Patel
2010-10-28
Do not work too hard to find type's file info. There is a special field to re...
Devang Patel
2010-10-28
Technically DIFile scope should also be handled here.
Devang Patel
2010-10-26
s/beginScope/beginInstruction/g
Devang Patel
[next]