index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Print InlinedAt location.
Devang Patel
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
Do not hardcode DW_AT_stmt_list value.
Devang Patel
2010-06-28
Use DW_FORM_addr for DW_AT_entry_pc.
Devang Patel
2010-06-28
Include inlined function in list of processed subprograms.
Devang Patel
2010-06-28
Preserve deleted function's local variables' debug info.
Devang Patel
2010-06-28
Remove dead code.
Devang Patel
2010-06-25
Collect debug info for optimized variables of inlined functions.
Devang Patel
2010-06-24
DBG_VALUE machine instruction pointing to undefined register for a variable j...
Devang Patel
2010-06-22
Use single interface, using twine, to get named metadata.
Devang Patel
2010-06-22
Discard special LLVM prefix from linkage name.
Devang Patel
2010-06-22
Do not rely on Twine temporaries to survive.
Devang Patel
2010-06-18
Give NamedRegionTimer an Enabled flag, allowing all its clients to
Dan Gohman
2010-06-16
Use separate named MDNode to hold each function's local variable info.
Devang Patel
2010-06-16
Don't emit the linkage for initializer label for mach-o tls.
Eric Christopher
2010-06-15
Added a comment.
Stuart Hastings
2010-06-11
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
Stuart Hastings
2010-06-05
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-04
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-03
One underscore, not two.
Eric Christopher
[prev]
[next]