index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
EHStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-3
/
+2
*
[CodeGen] Force emission of personality directive if explicitly specified
Keno Fischer
2015-07-14
1
-1
/
+1
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-35
/
+35
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-11
/
+17
*
Move the EH symbol to the asm printer and use it for the SJLJ case too.
Rafael Espindola
2015-03-17
1
-18
/
+2
*
Replace a use of GetTempSymbol with createTempSymbol.
Rafael Espindola
2015-03-17
1
-3
/
+14
*
Remove dummy method implementations.
Rafael Espindola
2015-03-09
1
-16
/
+0
*
Centralize handling of the eh_begin and eh_end labels.
Rafael Espindola
2015-02-27
1
-4
/
+2
*
Classify functions by EH personality type rather than using the triple
Reid Kleckner
2015-01-23
1
-1
/
+1
*
CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
2015-01-14
1
-7
/
+8
*
EH: Sink computation of local PadMap variable into function that uses it
Reid Kleckner
2014-12-19
1
-16
/
+15
*
Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
2014-12-19
1
-6
/
+7
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
1
-5
/
+5
*
Allow the use of functions as typeinfo in landingpad clauses
Reid Kleckner
2014-11-14
1
-4
/
+4
*
CodeGen: refactor DwarfException
Saleem Abdulrasool
2014-06-11
1
-0
/
+706