index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SjLjEHPrepare.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-21
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
1
-2
/
+2
2016-02-19
Shuffle header file as per the Coding Standards
David Majnemer
1
-1
/
+1
2016-02-19
[SjLjEHPrepare] Simplify/cleanup code
David Majnemer
1
-64
/
+50
2016-02-19
[SjLjEHPrepare] Don't grab pointers to functions in doInitialization
David Majnemer
1
-18
/
+17
2016-01-30
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
1
-1
/
+1
2015-10-09
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
1
-17
/
+17
2015-07-16
Fix __builtin_setjmp in combination with sjlj exception handling.
Matthias Braun
1
-5
/
+5
2015-07-09
Expose sjlj preparation through opt for my own debugging purposes
Reid Kleckner
1
-0
/
+2
2015-07-08
Redirect DataLayout from TargetMachine to Module in SjLjEHPrepare
Mehdi Amini
1
-8
/
+4
2015-06-17
Move the personality function from LandingPadInst to Function
David Majnemer
1
-1
/
+1
2015-05-18
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
1
-2
/
+2
2015-04-04
[opaque pointer type] More GEP API migrations
David Blaikie
1
-17
/
+26
2015-03-24
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
1
-1
/
+2
2015-01-27
Replace some uses of getSubtargetImpl with the cached version
Eric Christopher
1
-1
/
+1
2014-11-19
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
1
-1
/
+1
2014-11-13
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
1
-1
/
+1
2014-08-24
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
1
-4
/
+2
2014-08-21
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
1
-1
/
+1
2014-08-18
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
1
-1
/
+1
2014-08-17
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
1
-1
/
+1
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-1
/
+2
2014-07-21
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
1
-2
/
+2
2014-07-20
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
1
-2
/
+2
2014-07-14
Unify the lowering of arguments during SjLj prepare.
Bill Wendling
1
-28
/
+10
2014-07-14
Support lowering of empty aggregates.
Bill Wendling
1
-11
/
+11
2014-04-22
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-04-14
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-4
/
+4
2014-03-09
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
1
-8
/
+7
2014-03-07
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-4
/
+4
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-1
/
+1
2014-01-21
CodeGen: Stop treating vectors as aggregates
Duncan P. N. Exon Smith
1
-1
/
+1
2013-09-23
Reformat code with clang-format.
Bill Wendling
1
-107
/
+108
2013-06-19
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
1
-5
/
+6
2013-05-14
Add bitcast to store of personality function.
Kai Nacke
1
-1
/
+3
2013-03-08
Revert r176154 in favor of a better approach.
Bill Wendling
1
-2
/
+11
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
1
-3
/
+3
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-8
/
+8
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-7
/
+7
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
1
-2
/
+2
2012-09-03
IRBuilderify the SjlLjEHPrepare pass.
Benjamin Kramer
1
-57
/
+25
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
1
-10
/
+10
2012-03-16
Revert r152705, which reapplied r152486 as this appears to be causing failures
Chad Rosier
1
-128
/
+34
2012-03-14
Reapply r152486 with a fix for the nightly testers.
Bill Wendling
1
-34
/
+128
2012-03-13
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
1
-17
/
+17
2012-03-12
Revert due to nightly test failures.
Bill Wendling
1
-82
/
+32
2012-03-10
Implement a more intelligent way of spilling uses across an invoke boundary.
Bill Wendling
1
-32
/
+82
2012-01-27
Place the GEP instructions nearer to the instructions which use them.
Bill Wendling
1
-37
/
+36
2012-01-07
Missing raw_ostream.h breaks MSVC build.
Andrew Trick
1
-0
/
+1
2012-01-06
Tracing to help investigate issues with SjLj spill code.
Andrew Trick
1
-0
/
+2
2011-12-14
Reapply r146481 with a fix to create the Builder value in the correct place and
Bill Wendling
1
-6
/
+35
[next]