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
/
Win64Exception.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Win64Exception.(cpp|h) to WinException.(cpp|h)
Reid Kleckner
2015-05-28
1
-504
/
+0
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-5
/
+5
*
[WinEH] Update exception numbering to give handlers their own base state.
Andrew Kaylor
2015-05-11
1
-1
/
+13
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-15
/
+15
*
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...
Reid Kleckner
2015-04-23
1
-40
/
+0
*
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
2015-04-23
1
-0
/
+40
*
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
2015-04-22
1
-40
/
+0
*
Re-land r235154-r235156 under the existing -sehprepare flag
Reid Kleckner
2015-04-21
1
-0
/
+30
*
[WinEH] Reusing HandlerType entries leads to small CatchHigh values
David Majnemer
2015-04-17
1
-1
/
+0
*
[WinEH] Allow CatchHigh to be equal to TryHigh
David Majnemer
2015-04-17
1
-1
/
+1
*
Revert r235154-r235156, they cause asserts when building win64 code (http://c...
Nico Weber
2015-04-17
1
-24
/
+34
*
Fix unused variable warning
Reid Kleckner
2015-04-17
1
-5
/
+0
*
[SEH] Reimplement x64 SEH using WinEHPrepare
Reid Kleckner
2015-04-17
1
-29
/
+24
*
[WinEH] Try to make the MachineFunction CFG more accurate
Reid Kleckner
2015-04-15
1
-3
/
+7
*
Reland "[WinEH] Use the parent function when computing frameescape labels"
Reid Kleckner
2015-04-15
1
-1
/
+1
*
Revert "[WinEH] Use the parent function when computing frameescape labels"
Reid Kleckner
2015-04-15
1
-1
/
+1
*
[WinEH] Use the parent function when computing frameescape labels
Reid Kleckner
2015-04-15
1
-1
/
+1
*
[WinEH] Avoid emitting xdata tables twice for cleanups
Reid Kleckner
2015-04-14
1
-3
/
+5
*
[WinEHPrepare] Don't rely on the order of IR
David Majnemer
2015-04-10
1
-1
/
+5
*
[WinEH] Fix xdata generation when no catch object is present
Reid Kleckner
2015-04-07
1
-6
/
+14
*
[WinEH] Fill out CatchHigh in the TryBlockMap
David Majnemer
2015-04-03
1
-2
/
+7
*
[WinEH] Fill out .xdata for catch objects
David Majnemer
2015-04-03
1
-1
/
+8
*
[WinEH] Generate .xdata for catch handlers
David Majnemer
2015-03-31
1
-4
/
+30
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-2
/
+210
*
Move the EH symbol to the asm printer and use it for the SJLJ case too.
Rafael Espindola
2015-03-17
1
-2
/
+0
*
Replace a use of GetTempSymbol with createTempSymbol.
Rafael Espindola
2015-03-17
1
-2
/
+2
*
Centralize handling of the eh_begin and eh_end labels.
Rafael Espindola
2015-02-27
1
-10
/
+2
*
Unify the two EH personality classification routines I wrote
Reid Kleckner
2015-02-14
1
-1
/
+1
*
Fix assertion when C++ EH filters are present in functions using SEH
Reid Kleckner
2015-01-23
1
-2
/
+2
*
Classify functions by EH personality type rather than using the triple
Reid Kleckner
2015-01-23
1
-2
/
+2
*
Win64 SEH: Emit the constant 1 for catch-all into xdata
Reid Kleckner
2015-01-22
1
-2
/
+2
*
Win64Exception.cpp: Try to fix crash for x64 EH. "Per" might be null there.
NAKAMURA Takumi
2015-01-15
1
-1
/
+1
*
Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...
Reid Kleckner
2015-01-14
1
-2
/
+2
*
Emit the Itanium LSDA for unknown EH personalities on Win64
Reid Kleckner
2015-01-14
1
-11
/
+6
*
CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
2015-01-14
1
-1
/
+148
*
CodeGen: split out the Win64Exception emitter
Saleem Abdulrasool
2014-09-01
1
-1
/
+1
*
MC: rename EmitWin64EH routines
Saleem Abdulrasool
2014-06-29
1
-4
/
+4
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-10
/
+3
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-3
/
+10
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-10
/
+3
*
CodeGen: refactor DwarfException
Saleem Abdulrasool
2014-06-11
1
-4
/
+3
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-1
/
+2
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-2
/
+1
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-1
/
+2
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
1
-1
/
+1
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Timur Iskhodzhanov
2013-12-03
1
-1
/
+1
*
Rename DwarfException methods so the new names are consistent with DwarfDebug...
Timur Iskhodzhanov
2013-11-26
1
-6
/
+6
*
Revert: Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-08
1
-3
/
+9
*
Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-06
1
-9
/
+3
[next]