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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LoopAccesses] LAA::getInfo to use const reference for stride parameter
Adam Nemet
2015-02-24
1
-25
/
+24
*
Bugfix: SCEVExpander incorrectly marks increment operations as no-wrap
Sanjoy Das
2015-02-23
1
-2
/
+31
*
Revert 230275.
Sanjoy Das
2015-02-23
1
-31
/
+2
*
Fix bug 22641
Sanjoy Das
2015-02-23
1
-2
/
+31
*
Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity.
Chad Rosier
2015-02-23
1
-0
/
+4
*
InstSimplify: simplify 0 / X if nnan and nsz
Mehdi Amini
2015-02-23
1
-14
/
+30
*
[LoopAccesses] Change LAA:getInfo to return a constant reference
Adam Nemet
2015-02-19
1
-3
/
+4
*
[LoopAccesses] Add -analyze support
Adam Nemet
2015-02-19
1
-0
/
+51
*
[LoopAccesses] Split out LoopAccessReport from VectorizerReport
Adam Nemet
2015-02-19
1
-18
/
+18
*
[LoopAccesses] Add missing const to APIs in VectorizationReport
Adam Nemet
2015-02-19
1
-2
/
+2
*
[LoopAccesses] Add canAnalyzeLoop
Adam Nemet
2015-02-19
1
-1
/
+51
*
[LoopAccesses] Change debug messages from LV to LAA
Adam Nemet
2015-02-19
1
-38
/
+39
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-19
1
-0
/
+61
*
[LoopAccesses] Cache the result of canVectorizeMemory
Adam Nemet
2015-02-19
1
-13
/
+20
*
[LoopAccesses] Stash the report from the analysis rather than emitting it
Adam Nemet
2015-02-19
1
-1
/
+2
*
[LoopAccesses] Make VectorizerParams global + fix for cyclic dep
Adam Nemet
2015-02-19
1
-16
/
+41
*
Revert "Reformat."
Adam Nemet
2015-02-19
1
-44
/
+42
*
Reformat.
NAKAMURA Takumi
2015-02-18
1
-42
/
+44
*
Revert r229622: "[LoopAccesses] Make VectorizerParams global" and others. r22...
NAKAMURA Takumi
2015-02-18
1
-254
/
+82
*
Address post commit review on r229600.
Sanjoy Das
2015-02-18
1
-2
/
+2
*
Analysis: fix buildbots
Saleem Abdulrasool
2015-02-18
1
-1
/
+1
*
[LoopAccesses] Change LAA:getInfo to return a constant reference
Adam Nemet
2015-02-18
1
-3
/
+4
*
[LoopAccesses] Add -analyze support
Adam Nemet
2015-02-18
1
-0
/
+51
*
[LoopAccesses] Split out LoopAccessReport from VectorizerReport
Adam Nemet
2015-02-18
1
-18
/
+18
*
[LoopAccesses] Add missing const to APIs in VectorizationReport
Adam Nemet
2015-02-18
1
-2
/
+2
*
[LoopAccesses] Add canAnalyzeLoop
Adam Nemet
2015-02-18
1
-1
/
+51
*
[LoopAccesses] Factor out RuntimePointerCheck::needsChecking
Adam Nemet
2015-02-18
1
-9
/
+18
*
[LoopAccesses] Change debug messages from LV to LAA
Adam Nemet
2015-02-18
1
-38
/
+39
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-18
1
-0
/
+61
*
[LoopAccesses] Make blockNeedsPredication static
Adam Nemet
2015-02-18
1
-3
/
+4
*
[LoopAccesses] Cache the result of canVectorizeMemory
Adam Nemet
2015-02-18
1
-13
/
+20
*
[LoopAccesses] Stash the report from the analysis rather than emitting it
Adam Nemet
2015-02-18
1
-1
/
+2
*
[LoopAccesses] Make VectorizerParams global
Adam Nemet
2015-02-18
1
-16
/
+16
*
[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo
Adam Nemet
2015-02-18
1
-15
/
+14
*
Generalize getExtendAddRecStart to work with both sign and zero
Sanjoy Das
2015-02-18
1
-143
/
+218
*
Bugfix: SCEV incorrectly marks certain expressions as nsw
Sanjoy Das
2015-02-18
1
-7
/
+7
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
Revert 229175
Philip Reames
2015-02-15
1
-3
/
+1
*
Unify the two EH personality classification routines I wrote
Reid Kleckner
2015-02-14
1
-2
/
+2
*
Analysis: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
2
-10
/
+6
*
Minor tweak to MDA
Philip Reames
2015-02-13
1
-1
/
+3
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-3
/
+3
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+1
*
InstCombine: cleanup redundant dyn_cast<> (NFC)
Mehdi Amini
2015-02-13
1
-44
/
+43
*
Fix a crash in the assumption cache when inlining indirect function calls
Bjorn Steinbrink
2015-02-12
1
-6
/
+6
*
Fixed a bug where CFLAA would crash the compiler.
George Burgess IV
2015-02-12
1
-6
/
+13
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
2015-02-11
1
-1
/
+24
*
Adding support for llvm.eh.begincatch and llvm.eh.endcatch intrinsics and beg...
Andrew Kaylor
2015-02-10
1
-0
/
+192
*
MemDerefPrinter: Require DataLayoutPass for higher accuracy
Ramkumar Ramachandra
2015-02-09
1
-3
/
+12
[prev]
[next]