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
/
Transforms
/
Scalar
/
Scalarizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-20
1
-32
/
+62
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Scalarizer] Handle scalar arguments in vector GEP
Mikael Holmen
2017-03-31
1
-3
/
+16
*
Scalarizer: Support scalarizing intrinsics
Matt Arsenault
2016-07-25
1
-0
/
+79
*
[Scalarizer] PR28108: Skip over nullptr rather than crashing on it.
Mehdi Amini
2016-07-14
1
-1
/
+5
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-10
/
+6
*
PR27938: Don't remove valid DebugLoc in Scalarizer
Patrik Hagglund
2016-06-16
1
-1
/
+2
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-14
/
+13
*
Prevent the scalarizer from caching incorrect entries
Fraser Cormack
2015-08-10
1
-2
/
+8
*
[Scalarizer] Fix potential for stale data in Scattered across invocations
Matt Wala
2015-07-23
1
-1
/
+4
*
Revert 239644.
Matt Wala
2015-06-13
1
-3
/
+1
*
[Scalarizer] Fix potential for stale data in Scattered across invocations
Matt Wala
2015-06-12
1
-1
/
+3
*
[opaque pointer type] More GEP IRBuilder API migrations
David Blaikie
2015-04-03
1
-1
/
+1
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-13
/
+10
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-2
/
+5
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-3
/
+2
*
Fixing the build failure due to compiler warnings and unnecessary disambiguat...
Chris Bieneman
2014-10-15
1
-3
/
+2
*
Defining a new API for debug options that doesn't rely on static global cl::o...
Chris Bieneman
2014-10-15
1
-9
/
+17
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+2
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
1
-7
/
+7
*
Fix Scalarizer insertion point when replacing PHIs with insertelements
Richard Sandiford
2013-12-23
1
-1
/
+4
*
Fix Scalarizer handling of vector GEPs with multiple index operands
Richard Sandiford
2013-12-23
1
-11
/
+32
*
Add a Scalarizer pass.
Richard Sandiford
2013-11-22
1
-0
/
+637