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
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-26
1
-0
/
+72
*
Speculatively revert r258620 as it is the likely culprid of PR26293.
Quentin Colombet
2016-01-25
1
-72
/
+0
*
[DemandedBits] Fix computation of demanded bits for ICmps
James Molloy
2016-01-25
1
-1
/
+1
*
Remove duplicate documentation in ConstantFolding.cpp. NFC.
Manuel Jacob
2016-01-23
1
-22
/
+0
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-23
1
-0
/
+72
*
[opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...
Eduard Burtescu
2016-01-22
1
-3
/
+4
*
[opaque pointer types] [NFC] FindAvailableLoadedValue: take LoadInst instead ...
Eduard Burtescu
2016-01-22
2
-4
/
+4
*
[opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...
Eduard Burtescu
2016-01-22
3
-24
/
+24
*
[opaque pointer types] [NFC] Take advantage of get{Source,Result}ElementType ...
Eduard Burtescu
2016-01-21
1
-45
/
+58
*
[InstCombine] Simplify (x >> y) <= x
David Majnemer
2016-01-21
1
-2
/
+4
*
[TTI] Add getCacheLineSize
Adam Nemet
2016-01-21
1
-0
/
+4
*
Undo r258163 "Move part of an if condition into an assertion. NFC."
Manuel Jacob
2016-01-21
1
-2
/
+2
*
Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...
Manuel Jacob
2016-01-21
4
-56
/
+60
*
Introduce ConstantFoldCastOperand function and migrate some callers of Consta...
Manuel Jacob
2016-01-21
2
-53
/
+65
*
Introduce ConstantFoldBinaryOpOperands function and migrate some callers of C...
Manuel Jacob
2016-01-21
2
-78
/
+42
*
fix typo; NFC
Sanjay Patel
2016-01-20
1
-1
/
+1
*
[SCEV] Fix PR26207
Sanjoy Das
2016-01-19
1
-0
/
+8
*
[SCEV] Use range-for; NFC
Sanjoy Das
2016-01-19
1
-5
/
+4
*
Move part of an if condition into an assertion. NFC.
Manuel Jacob
2016-01-19
1
-2
/
+2
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
4
-13
/
+10
*
[WebAssembly] Re-enable loop idiom recognition for memcpy et al.
Dan Gohman
2016-01-19
1
-3
/
+1
*
[LAA] Include function name in debug output
Adam Nemet
2016-01-18
1
-3
/
+4
*
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...
Eduard Burtescu
2016-01-18
1
-1
/
+1
*
fix variable names; NFC
Sanjay Patel
2016-01-17
1
-16
/
+16
*
fix typos; NFC
Sanjay Patel
2016-01-17
1
-17
/
+16
*
[opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the sour...
Manuel Jacob
2016-01-17
2
-6
/
+8
*
[NFC] Remove one dead PointerType::getElementType() call.
Manuel Jacob
2016-01-17
1
-2
/
+0
*
Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally
Artur Pilipenko
2016-01-17
1
-0
/
+3
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
3
-3
/
+3
*
[BasicAliasAnalysis] Take into account operand bundles in the getModRefInfo f...
Igor Laevsky
2016-01-16
1
-4
/
+4
*
ValueTracking: Put DataLayout reference into the Query structure, NFC.
Matthias Braun
2016-01-15
1
-257
/
+250
*
[WinEH] Rename CatchReturnInst::getParentPad, NFC
Joseph Tremoulet
2016-01-15
1
-1
/
+1
*
Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...
Artur Pilipenko
2016-01-15
1
-2
/
+2
*
rangify; NFCI
Sanjay Patel
2016-01-15
1
-49
/
+40
*
remove duplicate documentation comments (already in the header file) ; NFC
Sanjay Patel
2016-01-14
1
-54
/
+8
*
Refactor threshold computation for inline cost analysis
Easwaran Raman
2016-01-14
1
-4
/
+106
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Revert "[ValueTracking] Understand more select patterns in ComputeKnownBits"
James Molloy
2016-01-14
1
-39
/
+1
*
[ValueTracking] Understand more select patterns in ComputeKnownBits
James Molloy
2016-01-14
1
-1
/
+39
*
[GlobalsAA] Relax condition in checking globals as args to functions
Vaivaswatha Nagaraj
2016-01-14
1
-1
/
+5
*
fix formatting; NFC
Sanjay Patel
2016-01-13
1
-4
/
+2
*
don't duplicate comments that are in the header file; NFC
Sanjay Patel
2016-01-13
1
-16
/
+0
*
rangify; NFCI
Sanjay Patel
2016-01-13
1
-4
/
+4
*
don't repeat names in comments ; NFC
Sanjay Patel
2016-01-13
1
-5
/
+5
*
fix typo
Sanjay Patel
2016-01-13
1
-1
/
+1
*
fix typo
Sanjay Patel
2016-01-13
1
-1
/
+1
*
CannotBeOrderedLessThanZero: add some missing cases
Fiona Glaser
2016-01-12
1
-0
/
+12
*
getParent()->getParent() == getFunction() and clang-format ; NFC
Sanjay Patel
2016-01-11
1
-15
/
+11
*
don't repeat function names in comments; NFC
Sanjay Patel
2016-01-11
1
-88
/
+85
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
2
-13
/
+14
[next]