index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
ARMException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-5
/
+11
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-1
/
+1
*
Remove unneeded "TargetMachine.h" #includes.
Jakub Staszak
2013-02-09
1
-1
/
+0
*
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
-10
/
+3
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
1
-0
/
+49
*
Fix really stupid ARM EHABI info generation bug: we should not emit
Anton Korobeynikov
2012-11-14
1
-11
/
+14
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
1
-3
/
+1
*
An option to selectively enable part of ARM EHABI support.
Evgeniy Stepanov
2012-01-24
1
-5
/
+14
*
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-24
1
-20
/
+5
*
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-23
1
-5
/
+20
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-1
/
+0
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+0
*
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-25
1
-2
/
+2
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
1
-0
/
+87