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
/
CodeGenPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[GC] CodeGenPrep transform: simplify offsetable relocate
Ramkumar Ramachandra
2015-01-14
1
-1
/
+155
*
[SimplifyLibCalls] Factor out fortified libcall handling.
Ahmed Bougacha
2015-01-12
1
-20
/
+10
*
CodeGen: Use handy new-fangled post-increment, NFC
Duncan P. N. Exon Smith
2015-01-08
1
-1
/
+1
*
CodeGen: Use range-based for loops, NFC
Duncan P. N. Exon Smith
2015-01-08
1
-5
/
+5
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-1
/
+1
*
[CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.
Andrea Di Biagio
2015-01-06
1
-6
/
+35
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-1
/
+2
*
[CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz...
Andrea Di Biagio
2014-12-28
1
-0
/
+141
*
Scalarizer for masked load and store intrinsics.
Elena Demikhovsky
2014-12-28
1
-40
/
+274
*
[CodeGenPrepare] Handle properly the promotion of operands when this does not
Quentin Colombet
2014-12-22
1
-3
/
+7
*
[CodeGenPrepare] Reapply r224351 with a fix for the assertion failure:
Quentin Colombet
2014-12-17
1
-44
/
+260
*
Revert "[CodeGenPrepare] Move sign/zero extensions near loads using type prom...
Reid Kleckner
2014-12-17
1
-254
/
+44
*
[CodeGenPrepare] Move sign/zero extensions near loads using type promotion.
Quentin Colombet
2014-12-16
1
-44
/
+254
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+4
*
[CGP] Rewrite pattern match for splitBranchCondition to work with Values inst...
Juergen Ributzka
2014-12-09
1
-7
/
+10
*
Revert "Move function to obtain branch weights into the BranchInst class. NFC."
Juergen Ributzka
2014-12-09
1
-2
/
+23
*
[CodeGenPrepare] Split branch conditions into multiple conditional branches.
Juergen Ributzka
2014-12-09
1
-1
/
+209
*
[CodeGenPrepare] Use variables for reused values. NFC.
Ahmed Bougacha
2014-12-05
1
-4
/
+6
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
[CodeGenPrepare] Handle zero extensions in the TypePromotionHelper.
Quentin Colombet
2014-11-13
1
-111
/
+143
*
[CodeGenPrepare] Replace other uses of EVT::getEVT with TL::getValueType.
Ahmed Bougacha
2014-11-12
1
-5
/
+5
*
[CodeGenPrepare][AArch64] Fix a TLI legality check on iPTR to use a lowered i...
Ahmed Bougacha
2014-11-12
1
-2
/
+2
*
[CodeGenPrepare] Move extractelement close to store if they can be combined.
Quentin Colombet
2014-10-31
1
-1
/
+379
*
Whitespace.
NAKAMURA Takumi
2014-10-29
1
-2
/
+2
*
[CodeGenPrepare][AddressingModeMatcher] The promotion mechanism was expecting
Quentin Colombet
2014-09-16
1
-45
/
+55
*
[CodeGenPrepare][AddressingModeMatcher] Fix a think-o for the sext(zext) -> z...
Quentin Colombet
2014-09-15
1
-7
/
+9
*
[CodeGenPrepare] Teach the addressing mode matcher how to promote zext.
Quentin Colombet
2014-09-11
1
-13
/
+56
*
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
*
CodeGenPrep: fall back to MVT::Other if instruction's type isn't an EVT.
Tim Northover
2014-07-29
1
-3
/
+6
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-5
/
+5
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-5
/
+5
*
Fixed formatting, removed bug reference, renamed testcase
Sanjay Patel
2014-07-16
1
-3
/
+4
*
trivial fix for PR20314
Sanjay Patel
2014-07-16
1
-1
/
+4
*
Create macro INITIALIZE_TM_PASS.
Jiangning Liu
2014-06-11
1
-13
/
+2
*
Remove use of comma operator.
Richard Trieu
2014-05-30
1
-2
/
+5
*
Similar to bitcast, treat addrspacecast as a foldable operand.
Eli Bendersky
2014-05-22
1
-0
/
+2
*
Add missing line breaks to debug output in CodeGenPrepare
Louis Gerbarg
2014-05-13
1
-3
/
+3
*
[CGP] r205941 changed the logic, so that a cast happens *before* 'Result' is
Joey Gouly
2014-05-13
1
-1
/
+1
*
Make helper functions static.
Benjamin Kramer
2014-04-27
1
-2
/
+2
*
Revert r206749 till a final decision about the intrinsics is made.
Michael Zolotukhin
2014-04-26
1
-236
/
+0
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-1
/
+6
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-6
/
+1
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-1
/
+6
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-6
/
+1
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-1
/
+6
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
1
-6
/
+1
[next]