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
/
include
/
llvm
/
CodeGen
/
AsmPrinter.h
Age
Commit message (
Expand
)
Author
2013-04-22
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-05
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-02-22
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-26
tidy up forward declarations.
Chris Lattner
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-06-19
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-05-28
When generating code for Win64 EH, emit StartProc and EndProc directives.
Charles Davis
2011-05-27
Make size computation less brittle.
Rafael Espindola
2011-05-10
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-06
Yet more dead code.
Rafael Espindola
2011-05-06
Update comments.
Rafael Espindola
2011-05-06
More dead code elimination.
Rafael Espindola
2011-04-29
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-26
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-21
Refactor.
Devang Patel
2011-04-15
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-14
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-17
refactor the interface to EmitInlineAsm a bit, no functionality change.
Chris Lattner
2010-09-13
Fix linux/msvc build, move include.
Benjamin Kramer
2010-09-13
Attempt to fix the Linux build.
Owen Anderson
2010-09-02
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-08-07
Tidy some #includes and forward-declarations, and move the C binding code
Dan Gohman
2010-07-21
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
tidy up
Jim Grosbach
2010-07-01
Trailing whitespace.
Mikhail Glushenkov
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
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-17
Add const qualifiers to TargetLoweringObjectFile usage.
Dan Gohman
2010-04-16
Add support to emit dwarf ranges.
Devang Patel
2010-04-06
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-05
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
[next]