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
/
WinEHPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-3
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-2
/
+2
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-3
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[WebAssembly] Add Wasm exception handling prepare pass
Heejin Ahn
2018-05-31
1
-5
/
+19
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
1
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-15
/
+16
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-18
/
+8
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-1
/
+1
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-6
/
+4
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-2
/
+4
*
[WinEH] Avoid holding references to BlockColor (DenseMap) entries while inser...
Andrew Kaylor
2016-12-14
1
-1
/
+5
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-2
/
+2
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Revert "Don't invoke getName() from Function::isIntrinsic().", rL276942.
Justin Lebar
2016-07-28
1
-6
/
+2
*
Don't invoke getName() from Function::isIntrinsic().
Justin Lebar
2016-07-27
1
-2
/
+6
*
revert http://reviews.llvm.org/D21101
Etienne Bergeron
2016-06-30
1
-39
/
+0
*
[exceptions] Upgrade exception handlers when stack protector is used
Etienne Bergeron
2016-06-30
1
-0
/
+39
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
1
-3
/
+3
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
1
-3
/
+3
*
IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC
Duncan P. N. Exon Smith
2016-04-07
1
-1
/
+1
*
[WinEH] Don't remove unannotated inline-asm calls
David Majnemer
2016-02-26
1
-2
/
+3
*
[WinEH] Visit 'unwind to caller' catchswitches nested in catchswitches
David Majnemer
2016-02-23
1
-4
/
+8
*
[WinEH] Prevent EH state numbering from skipping nested cleanup pads that nev...
Andrew Kaylor
2016-02-12
1
-6
/
+14
*
Revert r258580 and r258581.
David Majnemer
2016-02-01
1
-113
/
+0
*
[WinEH] Don't miscompile cleanups which conditionally unwind to caller
David Majnemer
2016-01-23
1
-1
/
+2
*
[WinEH] Let cleanups post-dominated by unreachable get executed
David Majnemer
2016-01-22
1
-0
/
+112
*
[WinEH] Rename CatchReturnInst::getParentPad, NFC
Joseph Tremoulet
2016-01-15
1
-2
/
+2
*
[WinEH] Update WinEHFuncInfo if StackColoring merges allocas
David Majnemer
2016-01-08
1
-3
/
+4
*
[WinEH] Remove calculateCatchReturnSuccessorColors
David Majnemer
2016-01-06
1
-18
/
+0
*
[WinEH] Update CoreCLR EH state numbering
Joseph Tremoulet
2016-01-04
1
-61
/
+181
*
WinEHPrepare.cpp: Suppress a warning for -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2016-01-03
1
-4
/
+2
*
[WinEH] Update catchrets with cloned successors
Joseph Tremoulet
2016-01-02
1
-4
/
+38
*
[WinEH] Add additional verification
David Majnemer
2016-01-02
1
-4
/
+7
*
[ptr-traits] Sink a constructor definition to the .cpp file and add
Chandler Carruth
2015-12-29
1
-0
/
+4
*
[WinEH] Don't visit the same catchswitch twice
David Majnemer
2015-12-23
1
-7
/
+15
*
[WinEH] Use operand bundles to describe call sites
David Majnemer
2015-12-15
1
-18
/
+50
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-42
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-1350
/
+335
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[WinEH] Disable most forms of demotion
Reid Kleckner
2015-11-19
1
-117
/
+5
*
[WinEH] Fix problem with removing an element from a SetVector while iterating.
Andrew Kaylor
2015-11-12
1
-11
/
+5
*
[WinEH] Re-committing r252249 (Clone funclets with multiple parents) with add...
Andrew Kaylor
2015-11-09
1
-34
/
+1005
*
Revert r252249 (and r252255, r252258), "[WinEH] Clone funclets with multiple ...
NAKAMURA Takumi
2015-11-06
1
-977
/
+14
*
Fix build warnings
Andrew Kaylor
2015-11-06
1
-4
/
+4
[next]