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
/
DwarfException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded "TargetMachine.h" #includes.
Jakub Staszak
2013-02-09
1
-1
/
+0
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-19
1
-5
/
+1
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
1
-2
/
+12
*
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
1
-1
/
+1
*
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
-3
/
+4
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-2
/
+2
*
Twinify better.
Benjamin Kramer
2011-10-16
1
-20
/
+15
*
A typeid of zero means a cleanup, not a catch. This case occurs
Duncan Sands
2011-09-28
1
-2
/
+4
*
add the comments of each declaration follow it, making it easier to read and ...
Renato Golin
2011-08-18
1
-49
/
+44
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+0
*
Add verbose EH table printing to SjLj exception tables.
Bill Wendling
2011-06-21
1
-2
/
+19
*
Improve the comment printing for the EH table. This gives a much more detailed
Bill Wendling
2011-06-21
1
-23
/
+69
*
Clarify the LSDASection NULL check
Anton Korobeynikov
2011-01-30
1
-0
/
+2
*
Support printing exception section into the current one. This is the case whe...
Anton Korobeynikov
2011-01-24
1
-1
/
+2
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
1
-8
/
+5
*
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-14
1
-302
/
+17
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-4
/
+4
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
1
-1
/
+2
*
Reference the personalities. Don't copy them into a new vector.
Bill Wendling
2010-08-01
1
-1
/
+1
*
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
1
-8
/
+9
*
remove some default arguments to EmitAlignment.
Chris Lattner
2010-04-28
1
-6
/
+4
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-4
/
+4
*
Workaround the breakage in r100616 by guarding all timers with
Torok Edwin
2010-04-07
1
-10
/
+0
*
Use the "NamedGroupTimer" class to categorize DWARF emission better.
Bill Wendling
2010-04-07
1
-12
/
+11
*
prune #includes, MMI can never be null
Chris Lattner
2010-04-05
1
-2
/
+1
*
make DwarfException not inherit from DwarfPrinter.
Chris Lattner
2010-04-05
1
-34
/
+41
*
Move EmitFrameMoves into AsmPrinter.
Chris Lattner
2010-04-04
1
-2
/
+2
*
eliminate the "isEH" argument to EmitSectionOffset.
Chris Lattner
2010-04-04
1
-6
/
+6
*
move some more stuff to asmprinter.
Chris Lattner
2010-04-04
1
-10
/
+12
*
simplify some code.
Chris Lattner
2010-04-04
1
-10
/
+11
*
move EmitEncodingByte to AsmPrinter.
Chris Lattner
2010-04-04
1
-7
/
+7
*
inline EmitDifference away.
Chris Lattner
2010-04-04
1
-8
/
+10
*
move gettemplabel and getdwlabel to AsmPrinter and rename
Chris Lattner
2010-04-04
1
-24
/
+31
*
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
2010-04-04
1
-14
/
+14
*
remove TargetMachine.h #include, also, TRI isn't used frequently
Chris Lattner
2010-04-04
1
-0
/
+1
*
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-04-04
1
-3
/
+2
*
reduce indentation
Chris Lattner
2010-03-31
1
-20
/
+21
*
use RAII for ExceptionTimer too
Chris Lattner
2010-03-29
1
-17
/
+3
*
get MMI out of the label uniquing business, just go to MCContext
Chris Lattner
2010-03-14
1
-1
/
+0
*
remove now-dead code, all labels use MCSymbols.
Chris Lattner
2010-03-14
1
-10
/
+1
*
fix a bug I introduced in r98459, causing some NNT failures.
Chris Lattner
2010-03-14
1
-1
/
+1
*
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
1
-3
/
+9
[next]