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
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-3
/
+3
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
1
-3
/
+3
*
[AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...
Alex Bradbury
2019-07-17
1
-6
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reland "[WebAssembly] LSDA info generation"
Heejin Ahn
2018-10-25
1
-3
/
+7
*
Revert "[WebAssembly] LSDA info generation"
Krasimir Georgiev
2018-10-16
1
-7
/
+3
*
[WebAssembly] LSDA info generation
Heejin Ahn
2018-10-16
1
-3
/
+7
*
Make meanings of variables clearer in action table generation (NFC)
Heejin Ahn
2018-10-03
1
-11
/
+12
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-3
/
+3
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-3
/
+3
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Emit smaller exception tables for non-SJLJ mode.
Rafael Espindola
2018-02-09
1
-8
/
+11
*
Use assembler expressions to lay out the EH LSDA.
Rafael Espindola
2018-02-09
1
-93
/
+32
*
Tidy some grammar in some comments
Eric Christopher
2018-01-09
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-10-10
1
-4
/
+15
*
Change encodeU/SLEB128 to pad to certain number of bytes
Sam Clegg
2017-09-15
1
-5
/
+10
*
[EH] Fix the LSDA that we emit for unknown EH personalities
Reid Kleckner
2017-05-31
1
-1
/
+1
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-7
/
+9
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-9
/
+7
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-7
/
+9
*
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