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
2010-08-10
Handle TAG_constant for integers.
Devang Patel
2010-08-10
Simplify.
Devang Patel
2010-08-10
Drop "const". It does not add value here.
Devang Patel
2010-08-10
Do not include file static variable in pubnames list.
Devang Patel
2010-08-09
Undo accidental commit.
Devang Patel
2010-08-09
Simplify. Avoid redundant checks.
Devang Patel
2010-08-09
Refactor.
Devang Patel
2010-08-09
Refactoring. Update DbgVarible to handle queries itself.
Devang Patel
2010-08-09
It is ok, and convenient, to pass descriptors by value.
Devang Patel
2010-08-09
Rename a method.
Devang Patel
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-04
Use location entry only of the location described by DBG_VALUE is valid.
Devang Patel
2010-08-04
Fix typo in comment.
Devang Patel
2010-08-04
Change this llvm_unreachable to report_fatal_error, since it can
Dan Gohman
2010-08-04
If a variable is spilled by code generator then use DW_OP_fbreg to describe i...
Devang Patel
2010-08-02
Free DbgScope created for dead functions.
Devang Patel
2010-08-01
Reference the personalities. Don't copy them into a new vector.
Bill Wendling
2010-07-27
It is FE's responsibility to emit proper directory name.
Devang Patel
2010-07-24
Use current working directory when Dirname is empty. This only happens when a...
Devang Patel
2010-07-23
Revert r109262.
Devang Patel
2010-07-23
IF directory name is empty then try to extract one using absolute file name.
Devang Patel
2010-07-21
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
80 column and trailing whitespace cleanup
Jim Grosbach
2010-07-21
Disallow null as a named metadata operand.
Dan Gohman
2010-07-19
Correct line info for declarations/definitions. Radar 8063111.
Stuart Hastings
2010-07-19
Fix PR 7662.
Devang Patel
2010-07-19
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-18
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
2010-07-17
Use isPrologLabel() instead of checking the opcode directly.
Bill Wendling
2010-07-16
Consider this function:
Bill Wendling
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-15
a more graceful fix for test/Other/inline-asm-newline-terminator.ll,
Chris Lattner
2010-07-08
Reverting r107918 and r107919. Radar 8063111.
Stuart Hastings
2010-07-08
Relax assertion. In optimized code, it is possible that first instruction is ...
Devang Patel
2010-07-08
Fix decl/def debug info for template functions. Radar 8063111.
Stuart Hastings
2010-07-08
Reuse DIEInteger for 1. This is frequently used while emitting an attribute u...
Devang Patel
2010-07-07
One MDNode may be used to create regular DIE as well as abstract DIE.
Devang Patel
2010-07-07
Rename couple of maps.
Devang Patel
2010-07-07
80 cols.
Devang Patel
2010-07-02
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-01
Make the "linker_private" linkage type emit a non-weak symbol to the file. It
Bill Wendling
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
Do not require line number entry for undefined local variable.
Devang Patel
2010-07-01
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
Trailing whitespace.
Mikhail Glushenkov
2010-06-30
Do not construct DIE for already processed MDNode.
Devang Patel
2010-06-30
Add variables into a scope before constructing scope DIE otherwise variables ...
Devang Patel
[next]