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
/
SjLjEHPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[Alignment][NFC] Convert AllocaInst to MaybeAlign
Guillaume Chatelet
2019-10-25
1
-3
/
+3
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
1
-1
/
+4
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-2
/
+4
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-9
/
+9
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-9
/
+9
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-9
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
SjLjEHPrepare: Don't reg-to-mem swifterror values
Arnold Schwaighofer
2018-03-14
1
-22
/
+7
*
[SjLj] Replace recursive block marking algorithm with iterative algorithm
Gerolf Hoflehner
2017-07-12
1
-2
/
+5
*
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
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-2
/
+2
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-2
/
+2
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-2
/
+2
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-2
/
+2
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-2
/
+2
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-4
/
+4
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-4
/
+4
*
SjLjEHPrepare: Fix the pass for swifterror arguments
Arnold Schwaighofer
2017-03-07
1
-0
/
+22
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-2
/
+2
*
Shuffle header file as per the Coding Standards
David Majnemer
2016-02-19
1
-1
/
+1
*
[SjLjEHPrepare] Simplify/cleanup code
David Majnemer
2016-02-19
1
-64
/
+50
*
[SjLjEHPrepare] Don't grab pointers to functions in doInitialization
David Majnemer
2016-02-19
1
-18
/
+17
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-17
/
+17
*
Fix __builtin_setjmp in combination with sjlj exception handling.
Matthias Braun
2015-07-16
1
-5
/
+5
*
Expose sjlj preparation through opt for my own debugging purposes
Reid Kleckner
2015-07-09
1
-0
/
+2
*
Redirect DataLayout from TargetMachine to Module in SjLjEHPrepare
Mehdi Amini
2015-07-08
1
-8
/
+4
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-1
/
+1
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-2
/
+2
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-04
1
-17
/
+26
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-1
/
+2
*
Replace some uses of getSubtargetImpl with the cached version
Eric Christopher
2015-01-27
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
1
-1
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+2
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-2
/
+2
*
Unify the lowering of arguments during SjLj prepare.
Bill Wendling
2014-07-14
1
-28
/
+10
*
Support lowering of empty aggregates.
Bill Wendling
2014-07-14
1
-11
/
+11
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
[next]