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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MSan][MIPS] VarArgHelper for MIPS64
Mohit K. Bhakkad
2015-02-18
1
-0
/
+104
*
Reformat.
NAKAMURA Takumi
2015-02-18
1
-31
/
+19
*
Revert r229622: "[LoopAccesses] Make VectorizerParams global" and others. r22...
NAKAMURA Takumi
2015-02-18
2
-71
/
+37
*
[X86] Remove AVX512 pslldq/psrldq shift intrinsics. They aren't implemented y...
Craig Topper
2015-02-18
1
-6
/
+0
*
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent the...
Craig Topper
2015-02-18
1
-8
/
+0
*
[LoopAccesses] Change LAA:getInfo to return a constant reference
Adam Nemet
2015-02-18
1
-3
/
+3
*
[LoopAccesses] Split out LoopAccessReport from VectorizerReport
Adam Nemet
2015-02-18
1
-7
/
+26
*
[LoopAccesses] Add missing const to APIs in VectorizationReport
Adam Nemet
2015-02-18
1
-2
/
+2
*
[LoopAccesses] Change debug messages from LV to LAA
Adam Nemet
2015-02-18
1
-2
/
+2
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-18
2
-17
/
+26
*
[LoopAccesses] Make blockNeedsPredication static
Adam Nemet
2015-02-18
1
-2
/
+4
*
[LoopAccesses] Cache the result of canVectorizeMemory
Adam Nemet
2015-02-18
1
-2
/
+2
*
[LoopAccesses] Stash the report from the analysis rather than emitting it
Adam Nemet
2015-02-18
1
-2
/
+6
*
[LoopAccesses] Make VectorizerParams global
Adam Nemet
2015-02-18
1
-15
/
+17
*
[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo
Adam Nemet
2015-02-18
1
-15
/
+15
*
[InstCombine] Do not insert a GEP instruction before a landingpad instruction.
Akira Hatanaka
2015-02-18
1
-4
/
+4
*
[BDCE] Don't forget uses of root instructions seen before the instruction itself
Hal Finkel
2015-02-18
1
-3
/
+6
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
2
-9
/
+5
*
Fixed a bug in store sinking.
Elena Demikhovsky
2015-02-17
1
-4
/
+6
*
[BDCE] Add a bit-tracking DCE pass
Hal Finkel
2015-02-17
4
-0
/
+419
*
InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val))
Mehdi Amini
2015-02-16
2
-22
/
+49
*
Run LICM as part of the cleanup phase from the scalar optimizer.
James Molloy
2015-02-16
1
-0
/
+1
*
[ADCE] Don't indent inside an anonymous namespace
Hal Finkel
2015-02-16
1
-11
/
+10
*
[LoopReroll] Relax some assumptions a little.
James Molloy
2015-02-16
1
-3
/
+6
*
[LoopReroll] Don't crash on dead code
James Molloy
2015-02-16
1
-0
/
+2
*
[asan] Reuse a common function.
Evgeniy Stepanov
2015-02-16
1
-6
/
+2
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
3
-9
/
+8
*
[ADCE] Convert another loop for a range-based for
Hal Finkel
2015-02-15
1
-2
/
+2
*
[ADCE] Use inst_range and range-based fors
Hal Finkel
2015-02-15
1
-14
/
+13
*
[ADCE] Fix formatting of pointer types
Hal Finkel
2015-02-15
1
-2
/
+2
*
[ADCE] Fix capitalization of another local variable
Hal Finkel
2015-02-15
1
-2
/
+2
*
[ADCE] Fix capitalization of some local variables
Hal Finkel
2015-02-15
1
-14
/
+14
*
Enabled cost calculation for masked memory operations.
Elena Demikhovsky
2015-02-15
1
-1
/
+5
*
InstCombine: propagate deref via new addDereferenceableAttr
Ramkumar Ramachandra
2015-02-14
1
-2
/
+8
*
[optnone] Skip pass Constant Hoisting on optnone functions.
Andrea Di Biagio
2015-02-14
1
-0
/
+3
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
6
-39
/
+19
*
[InstCombine] When canonicalizing gep indices, prefer zext when possible
Philip Reames
2015-02-14
1
-0
/
+9
*
[InstCombine] Fix regression introduced at r227197.
Andrea Di Biagio
2015-02-13
1
-10
/
+6
*
[SimplifyCFG] Be more aggressive
James Molloy
2015-02-13
1
-2
/
+6
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
6
-17
/
+19
*
[unroll] Concede defeat and disable the unroll analyzer for now.
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[InstCombine] Fix a bug when combining `icmp` from `ptrtoint`
Michael Liao
2015-02-13
1
-7
/
+10
*
[unroll] Merge the simplification and DCE estimation methods on the
Chandler Carruth
2015-02-13
1
-20
/
+16
*
[unroll] Remove pointless dyn_cast<>s to Instruction - the users of an
Chandler Carruth
2015-02-13
1
-12
/
+4
*
[unroll] Don't check the loop set for whether an instruction is
Chandler Carruth
2015-02-13
1
-4
/
+2
*
[unroll] Change the other worklist in the unroll analyzer to be a set
Chandler Carruth
2015-02-13
1
-3
/
+3
*
[unroll] Replace a boolean, for loop, condition, and break with
Chandler Carruth
2015-02-13
1
-7
/
+3
*
[unroll] Directly query for dead instructions.
Chandler Carruth
2015-02-13
1
-4
/
+3
*
[unroll] Replace a linear time check for no uses with a constant time
Chandler Carruth
2015-02-13
1
-3
/
+2
*
[unroll] Rather than an operand set, use a setvector for the worklist.
Chandler Carruth
2015-02-13
1
-10
/
+14
[next]