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
*
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