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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Transforms: sort source files in build
Saleem Abdulrasool
2014-11-08
1
-4
/
+4
*
Transforms: use typedef rather than using aliases
Saleem Abdulrasool
2014-11-07
1
-26
/
+25
*
Transform: add SymbolRewriter pass
Saleem Abdulrasool
2014-11-07
2
-0
/
+544
*
Fix heap-use-after-free bug in expandSDiv when the operands are
Michael Ilseman
2014-11-05
1
-6
/
+10
*
Revert earlier change removing setPreservesCFG from instcombine (r221223) and
Mark Heffernan
2014-11-04
1
-2
/
+2
*
Revert "Transforms: reapply SVN r219899"
Reid Kleckner
2014-11-04
1
-16
/
+3
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-2
/
+2
*
IR: MDNode => Value: Instruction::getAllMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-5
/
+4
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
3
-23
/
+23
*
Transforms: reapply SVN r219899
Saleem Abdulrasool
2014-10-28
1
-3
/
+16
*
Untabify and whitespace cleanups.
NAKAMURA Takumi
2014-10-28
1
-4
/
+4
*
Handle sqrt() shrinking in SimplifyLibCalls like any other call
Sanjay Patel
2014-10-23
1
-5
/
+14
*
Preserving 'nonnull' metadata in SimplifyCFG
Philip Reames
2014-10-22
1
-1
/
+4
*
Shrinkify libcalls: use float versions of double libm functions with fast-mat...
Sanjay Patel
2014-10-22
1
-3
/
+23
*
Teach combineMetadata how to merge 'nonnull' metadata.
Philip Reames
2014-10-21
1
-0
/
+4
*
Do not attribute static allocas to the call site's DebugLoc.
Paul Robinson
2014-10-21
1
-0
/
+6
*
fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
Sanjay Patel
2014-10-16
1
-1
/
+87
*
Preserve non-byval pointer alignment attributes using @llvm.assume when inlining
Hal Finkel
2014-10-15
1
-0
/
+45
*
Optimize away fabs() calls when input is squared (known positive).
Sanjay Patel
2014-10-14
1
-1
/
+30
*
Switch to select optimization for two-case switches
Marcello Maggioni
2014-10-14
1
-0
/
+170
*
Revert r219223, it creates invalid PHI nodes.
Joerg Sonnenberger
2014-10-12
1
-170
/
+0
*
SimplifyCFG: Don't convert phis into selects if we could remove undef behavior
Arnold Schwaighofer
2014-10-10
1
-0
/
+13
*
LoopUnroll: Create sub-loops in LoopInfo
Duncan P. N. Exon Smith
2014-10-07
1
-1
/
+29
*
LoopUnroll: Only check for ScalarEvolution analysis once, NFC
Duncan P. N. Exon Smith
2014-10-07
1
-7
/
+4
*
Two case switch to select optimization
Marcello Maggioni
2014-10-07
1
-0
/
+170
*
LoopUnroll: Change code order of changes to new basic blocks
Duncan P. N. Exon Smith
2014-10-06
1
-2
/
+2
*
Sink comment, NFC
Duncan P. N. Exon Smith
2014-10-06
1
-2
/
+2
*
DIBuilder: Encapsulate DIExpression's element type
Duncan P. N. Exon Smith
2014-10-01
1
-4
/
+3
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-20
/
+19
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-19
/
+20
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-20
/
+19
*
C API: Add LLVMCloneModule()
Tom Stellard
2014-10-01
1
-0
/
+9
*
[SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
2014-09-30
1
-66
/
+80
*
Use a loop to simplify the runtime unrolling prologue.
Kevin Qin
2014-09-29
1
-118
/
+130
*
GlobalOpt: Preserve comdats of unoptimized initializers
Reid Kleckner
2014-09-23
1
-45
/
+26
*
Fixing a build error.
Chris Bieneman
2014-09-17
1
-1
/
+1
*
Refactoring SimplifyLibCalls to remove static initializers and generally clea...
Chris Bieneman
2014-09-17
1
-1878
/
+1643
*
Remove dead code in SimplifyCFG
Jingyue Wu
2014-09-15
1
-43
/
+0
*
Simplify code. No functionality change.
Benjamin Kramer
2014-09-13
1
-15
/
+3
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
8
-51
/
+77
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
2
-1
/
+13
*
Enable noalias metadata by default and swap the order of the SLP and Loop vec...
James Molloy
2014-09-04
1
-1
/
+1
*
Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
2014-09-01
1
-11
/
+17
*
Fix AddAliasScopeMetadata again - alias.scope must be a complete description
Hal Finkel
2014-09-01
1
-15
/
+37
*
Fix AddAliasScopeMetadata to not add scopes when deriving from unknown pointers
Hal Finkel
2014-08-30
1
-25
/
+51
*
Fix a typo in AddAliasScopeMetadata
Hal Finkel
2014-08-29
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
3
-16
/
+8
*
Remove dangling initializers in GlobalDCE
Bruno Cardoso Lopes
2014-08-25
1
-0
/
+3
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
3
-15
/
+10
*
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...
David Blaikie
2014-08-21
1
-4
/
+2
[prev]
[next]