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
/
AsmPrinterDwarf.cpp
Age
Commit message (
Expand
)
Author
2013-04-22
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-20
Formatting.
Eric Christopher
2012-11-19
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-11-05
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-05-20
No reason not to allow defining the CFA as a reg w/ offset zero.
Jim Grosbach
2011-05-20
Add support for frame info use of the .cfi_def_cfa directive.
Jim Grosbach
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-26
Print all the moves at a given label instead of just the first one.
Rafael Espindola
2011-04-20
Remove unused arguments.
Rafael Espindola
2011-04-15
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-07
Remove dead code. rdar://9221736.
Evan Cheng
2011-03-12
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-11
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Remove dead variable.
Nick Lewycky
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
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-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-08-16
Until uleb/sleb are MC-ized, add a hack to make them work with ELF object
Eli Friedman
2010-04-04
Move EmitFrameMoves into AsmPrinter.
Chris Lattner
2010-04-04
now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.
Chris Lattner
2010-04-04
move some more stuff to asmprinter.
Chris Lattner
2010-04-04
move EmitEncodingByte to AsmPrinter.
Chris Lattner
2010-04-04
move EmitCFAByte to AsmPrinter.
Chris Lattner
2010-04-04
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner