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
*
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
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-4
/
+4
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+7
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-4
/
+4
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
CodeGen: Stop treating vectors as aggregates
Duncan P. N. Exon Smith
2014-01-21
1
-1
/
+1
*
Reformat code with clang-format.
Bill Wendling
2013-09-23
1
-107
/
+108
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-5
/
+6
*
Add bitcast to store of personality function.
Kai Nacke
2013-05-14
1
-1
/
+3
*
Revert r176154 in favor of a better approach.
Bill Wendling
2013-03-08
1
-2
/
+11
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-3
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
IRBuilderify the SjlLjEHPrepare pass.
Benjamin Kramer
2012-09-03
1
-57
/
+25
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-10
/
+10
*
Revert r152705, which reapplied r152486 as this appears to be causing failures
Chad Rosier
2012-03-16
1
-128
/
+34
*
Reapply r152486 with a fix for the nightly testers.
Bill Wendling
2012-03-14
1
-34
/
+128
*
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
2012-03-13
1
-17
/
+17
*
Revert due to nightly test failures.
Bill Wendling
2012-03-12
1
-82
/
+32
*
Implement a more intelligent way of spilling uses across an invoke boundary.
Bill Wendling
2012-03-10
1
-32
/
+82
*
Place the GEP instructions nearer to the instructions which use them.
Bill Wendling
2012-01-27
1
-37
/
+36
*
Missing raw_ostream.h breaks MSVC build.
Andrew Trick
2012-01-07
1
-0
/
+1
*
Tracing to help investigate issues with SjLj spill code.
Andrew Trick
2012-01-06
1
-0
/
+2
*
Reapply r146481 with a fix to create the Builder value in the correct place and
Bill Wendling
2011-12-14
1
-6
/
+35
*
Revert r146481 to review possible miscompilations.
Bill Wendling
2011-12-14
1
-33
/
+6
*
Avoid using the 'insertvalue' instruction here.
Bill Wendling
2011-12-13
1
-6
/
+33
*
Record landing pads with a SmallSetVector to avoid multiple entries.
Bob Wilson
2011-11-16
1
-3
/
+5
*
Update the SP in the SjLj jmpbuf whenever it changes. <rdar://problem/10444602>
Bob Wilson
2011-11-16
1
-3
/
+21
*
Cleanup. Get rid of the old SjLj EH lowering code. No functionality change.
Bill Wendling
2011-10-24
1
-584
/
+10
*
Make sure that the landing pads themselves have no PHI instructions in them.
Bill Wendling
2011-10-21
1
-0
/
+21
*
Now Igor, throw the switch...give my creation life!
Bill Wendling
2011-10-17
1
-0
/
+1
*
Use the code that lowers the arguments and spills any values which are alive
Bill Wendling
2011-10-08
1
-2
/
+125
*
Fix comment to reflect the new EH stuff.
Bill Wendling
2011-10-05
1
-1
/
+1
[next]