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
*
Move optimization of some cases of (A & C1)|(B & C2) from instcombine to inst...
Nick Lewycky
2014-06-19
1
-23
/
+0
*
Remove redundant code in InstCombineShift, no functionality change because in...
Nick Lewycky
2014-06-19
1
-5
/
+0
*
R600/SI: Add intrinsics for various math instructions.
Matt Arsenault
2014-06-19
1
-0
/
+14
*
[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
Evgeniy Stepanov
2014-06-18
1
-0
/
+55
*
Fixed jump threading going to infinite loop.
Dinesh Dwivedi
2014-06-17
1
-0
/
+3
*
[msan] Fix a comment.
Evgeniy Stepanov
2014-06-17
1
-2
/
+2
*
[msan] Fix handling of multiplication by a constant with a number of trailing...
Evgeniy Stepanov
2014-06-17
1
-1
/
+49
*
[InstCombine] mark ADD with nuw if no unsigned overflow
Jingyue Wu
2014-06-17
2
-0
/
+23
*
SROA: Only split loads on byte boundaries
Duncan P. N. Exon Smith
2014-06-17
1
-5
/
+7
*
Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
2014-06-16
1
-87
/
+275
*
LowerSwitch: track bounding range for the condition tree.
Jim Grosbach
2014-06-16
1
-27
/
+102
*
Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
2014-06-15
1
-2
/
+4
*
Remove extra whitespace in function declaration. No functionality change.
Nick Lewycky
2014-06-14
1
-2
/
+2
*
Move GlobalMerge from Transform to CodeGen.
Jiangning Liu
2014-06-13
3
-364
/
+0
*
Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
2014-06-13
1
-33
/
+15
*
SCCP: update for cmpxchg returning { iN, i1 } now.
Tim Northover
2014-06-13
1
-1
/
+3
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
3
-3
/
+15
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
3
-5
/
+2
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
3
-0
/
+3
*
GVN: Enable value forwarding for calloc
Duncan P. N. Exon Smith
2014-06-12
1
-0
/
+16
*
Revert r210721 as it causes breakage in internal builds (and possibly GDB).
Eli Bendersky
2014-06-12
1
-109
/
+6
*
Remove system_error.h.
Rafael Espindola
2014-06-12
2
-2
/
+2
*
This removes TODO added in http://reviews.llvm.org/D3658
Dinesh Dwivedi
2014-06-12
1
-2
/
+9
*
Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
2014-06-11
1
-6
/
+109
*
Create macro INITIALIZE_TM_PASS.
Jiangning Liu
2014-06-11
1
-13
/
+2
*
Global merge for global symbols.
Jiangning Liu
2014-06-11
2
-10
/
+72
*
Rename global-merge to enable-global-merge.
Jiangning Liu
2014-06-11
1
-1
/
+1
*
We already have a reference to the TargetMachine, use that.
Eric Christopher
2014-06-10
1
-2
/
+1
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-0
/
+1
*
Look through addrspacecasts when turning ptr comparisons into
Matt Arsenault
2014-06-09
1
-5
/
+21
*
[msan] Workaround for invalid origins in shufflevector.
Evgeniy Stepanov
2014-06-09
1
-4
/
+8
*
Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
2014-06-09
1
-1
/
+7
*
[msan] Fix vector pack intrinsic handling.
Evgeniy Stepanov
2014-06-09
1
-8
/
+72
*
[SeparateConstOffsetFromGEP] inbounds zext => sext for better splitting
Jingyue Wu
2014-06-08
1
-1
/
+57
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-1
/
+1
*
[SeparateConstOffsetFromGEP] Fix an illegitimate optimization on zext
Jingyue Wu
2014-06-08
1
-2
/
+2
*
Refactor canonicalizing array indices to a helper function
Jingyue Wu
2014-06-08
1
-32
/
+51
*
Revert 209903 and 210040.
Rafael Espindola
2014-06-07
1
-40
/
+0
*
InstCombine: Canonicalize addrspacecast between different element types
Jingyue Wu
2014-06-06
1
-1
/
+23
*
[SLP] Enable vectorization of GEP expressions.
Michael Zolotukhin
2014-06-06
1
-0
/
+87
*
Added select flavour for ABS and NEG(ABS)
Dinesh Dwivedi
2014-06-06
2
-20
/
+51
*
Fix PR19657 (scalar loads not combined into vector load)
Karthik Bhat
2014-06-06
1
-2
/
+14
*
Fixed several correctness issues in SeparateConstOffsetFromGEP
Jingyue Wu
2014-06-05
1
-204
/
+338
*
[PPC64LE] Correct vperm -> shuffle transform for little endian
Bill Schmidt
2014-06-05
1
-1
/
+10
*
Removing spurious dependency of IPO on JumpInstrTables
Tom Roeder
2014-06-05
1
-1
/
+0
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+1
*
[asancov] Fix coverage line info some more.
Evgeniy Stepanov
2014-06-05
1
-2
/
+4
*
Fix coverage for files with global constructors again. Adds a testcase to the...
Nick Lewycky
2014-06-05
1
-0
/
+10
*
Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno f...
Nick Lewycky
2014-06-04
1
-0
/
+4
*
Add a Constant version of stripPointerCasts.
Rafael Espindola
2014-06-04
1
-3
/
+3
[next]