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
/
AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
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-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-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-18
Give NamedRegionTimer an Enabled flag, allowing all its clients to
Dan Gohman
2010-06-16
Don't emit the linkage for initializer label for mach-o tls.
Eric Christopher
2010-06-03
One underscore, not two.
Eric Christopher
2010-05-25
Move the verbose asm output up a bit so it can be used in the special cases
Eric Christopher
2010-05-25
Add support for initialized global data for darwin tls. Update comments
Eric Christopher
2010-05-22
Add full bss data support for darwin tls variables.
Eric Christopher
2010-05-20
Partial code for emitting thread local bss data.
Eric Christopher
2010-05-12
Remove unused variable. Tweak a comment while there.
Duncan Sands
2010-05-12
updated support for the COFF .linkonce
Nathan Jeffords
2010-05-07
Avoid DIDescriptor::getNode(). Use overloaded operators instead.
Devang Patel
2010-05-06
Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic...
Chris Lattner
2010-05-01
Don't count debug info as instructions. This was
Dale Johannesen
2010-04-29
Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.
Devang Patel
2010-04-28
Rework global alignment computation again. Now we do round up
Chris Lattner
2010-04-28
Emit debug info for byval parameters.
Devang Patel
2010-04-28
further simplify EmitAlignment by eliminating the
Chris Lattner
2010-04-28
remove a dead argument to EmitAlignment.
Chris Lattner
2010-04-27
Do not count kill, implicit_def instructions as printed instructions.
Evan Cheng
2010-04-27
round zero-byte .zerofill directives up to 1 byte. This
Chris Lattner
2010-04-26
add a comment in verbose-asm mode indicating why a noop is being generated.
Chris Lattner
2010-04-26
on darwin empty functions need to codegen into something of non-zero length,
Chris Lattner
2010-04-26
fix PR6921 a different way. Intead of increasing the
Chris Lattner
2010-04-26
Revert r102300/102301, which serious broke objc apps.
Chris Lattner
2010-04-25
Fix PR6921: globals were not getting correctly rounded up to their
Chris Lattner
2010-04-20
Bill's change in r95336 broke empty aggregates embedded
Chris Lattner
2010-04-17
Add const qualifiers to TargetLoweringObjectFile usage.
Dan Gohman
2010-04-16
Add support to emit dwarf ranges.
Devang Patel
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
tidy up
Chris Lattner
2010-04-07
add a comment line that got dropped
Chris Lattner
2010-04-07
Workaround the breakage in r100616 by guarding all timers with
Torok Edwin
2010-04-07
Use raw_ostream.
Benjamin Kramer
2010-04-07
Move printing of target-indepedent DEBUG_VALUE comments
Dale Johannesen
2010-04-06
Revert 100573, it's causing some testsuite problems.
Dale Johannesen
2010-04-06
Move printing of DEBUG_VALUE comments to target-independent place.
Dale Johannesen
2010-04-06
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-06
Remove unnecessary include.
Devang Patel
2010-04-05
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
just have all targets create the DwarfWriter.
Chris Lattner
[next]