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-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
2010-10-26
For statistics that are only used in functions declared in !NDEBUG, wrap the
Nick Lewycky
2010-10-25
Add simple counter to count no. of basic blocks without any line number infor...
Devang Patel
2010-10-08
Line number 0 indicates there is no source line/file name info available for ...
Devang Patel
2010-10-07
Provie a clearner interface so that FE can decide whether a function has prot...
Devang Patel
2010-10-06
Add support for DW_TAG_unspecified_parameters.
Devang Patel
2010-10-01
Add support to let FE mark explict methods as explict in debug info.
Devang Patel
2010-10-01
Nuke trailing whitespace.
Jim Grosbach
2010-09-29
Let FE mark a variable as artificial variable.
Devang Patel
2010-09-29
Add support to let FE encode method access specifier.
Devang Patel
2010-09-29
Assign DW_ACCESS_public accessibility attribute to members by default.
Devang Patel
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
Provide an interface to let FEs anchor debug info for types.
Devang Patel
2010-09-27
Remove dead argument.
Devang Patel
2010-09-27
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-22
Use DW_OP_fbreg when offset is based on frame register.
Devang Patel
2010-09-16
If FE forgot to provide a file name (usually it uses "stdin" as name in such ...
Devang Patel
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
Fix linux/msvc build, move include.
Benjamin Kramer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-05
add a comment about where this should eventually move.
Chris Lattner
[next]