index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
AsmPrinterDwarf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-18
/
+16
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-23
/
+51
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-28
/
+195
*
[Sparc] Implements exception handling in SPARC with DwarfCFI.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+3
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+3
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-2
/
+2
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-23
/
+16
*
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
1
-1
/
+1
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-1
/
+1
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-5
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Formatting.
Eric Christopher
2012-11-20
1
-10
/
+11
*
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-19
1
-4
/
+7
*
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
1
-10
/
+2
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+1
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-1
/
+2
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-3
/
+2
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
1
-35
/
+2
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+1
*
No reason not to allow defining the CFA as a reg w/ offset zero.
Jim Grosbach
2011-05-20
1
-2
/
+0
*
Add support for frame info use of the .cfi_def_cfa directive.
Jim Grosbach
2011-05-20
1
-1
/
+2
*
Yet more dead code.
Rafael Espindola
2011-05-06
1
-13
/
+0
*
Update comments.
Rafael Espindola
2011-05-06
1
-2
/
+2
*
More dead code elimination.
Rafael Espindola
2011-05-06
1
-71
/
+0
*
Print all the moves at a given label instead of just the first one.
Rafael Espindola
2011-04-26
1
-1
/
+1
*
Remove unused arguments.
Rafael Espindola
2011-04-20
1
-1
/
+1
*
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
1
-23
/
+28
*
Remove dead code. rdar://9221736.
Evan Cheng
2011-04-07
1
-5
/
+0
*
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-12
1
-0
/
+7
*
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-11
1
-7
/
+0
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-2
/
+3
*
Remove dead variable.
Nick Lewycky
2011-02-24
1
-1
/
+1
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-2
/
+1
*
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
1
-0
/
+40
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-3
/
+3
*
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Add an EmitAbsValue helper method and use it in cases where we want to be sure
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Add 118023 back, but with proper spelling for .uleb128/.sleb128.
Rafael Espindola
2010-11-04
1
-7
/
+6
*
Revert previous patch. Some targets don't support uleb and say
Rafael Espindola
2010-11-04
1
-6
/
+7
*
MCize.
Rafael Espindola
2010-11-04
1
-7
/
+6
*
Until uleb/sleb are MC-ized, add a hack to make them work with ELF object
Eli Friedman
2010-08-16
1
-2
/
+2
*
Move EmitFrameMoves into AsmPrinter.
Chris Lattner
2010-04-04
1
-1
/
+81
*
now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.
Chris Lattner
2010-04-04
1
-0
/
+39
*
move some more stuff to asmprinter.
Chris Lattner
2010-04-04
1
-0
/
+32
[next]