index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
BBVectorize: Don't over-search when building the dependency map
Hal Finkel
2013-02-11
1
-2
/
+10
*
BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
2013-02-11
1
-1
/
+3
*
Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...
Michael Ilseman
2013-02-11
1
-5
/
+16
*
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
1
-27
/
+31
*
[asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)
Kostya Serebryany
2013-02-11
1
-2
/
+8
*
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
1
-24
/
+11
*
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
1
-20
/
+30
*
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
1
-4
/
+4
*
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-11
1
-14
/
+25
*
LSR IVChain improvement.
Andrew Trick
2013-02-09
1
-1
/
+13
*
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-09
3
-0
/
+3
*
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-08
3
-8
/
+6
*
BBVectorize: Use TTI->getAddressComputationCost
Hal Finkel
2013-02-08
1
-0
/
+5
*
[SimplifyLibCalls] Library call simplification doen't work if the call site
Chad Rosier
2013-02-08
1
-1
/
+7
*
Typos.
Jakob Stoklund Olesen
2013-02-08
1
-4
/
+4
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
1
-8
/
+14
*
Test Commit
Michael Kuperstein
2013-02-08
1
-1
/
+1
*
Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...
Andrew Trick
2013-02-08
1
-6
/
+0
*
Have InstCombine call SipmlifyCall when handling calls. Test case included.
Michael Ilseman
2013-02-07
1
-0
/
+6
*
fix 80-col violation and fix the docs.
Nadav Rotem
2013-02-07
1
-3
/
+7
*
Loop Vectorizer: Refactor Memory Cost Computation
Arnold Schwaighofer
2013-02-07
1
-180
/
+52
*
Moved some comments due to the recent refactoring of ObjCARC.
Michael Gottesman
2013-02-07
2
-5
/
+4
*
Preserve fast-math flags after reassociation and commutation. Update test cases
Michael Ilseman
2013-02-07
1
-5
/
+20
*
InstCombine: Fix and simplify the inttoptr side too.
Benjamin Kramer
2013-02-05
1
-13
/
+8
*
Removed explicit inline as per the LLVM style guide.
Michael Gottesman
2013-02-05
1
-7
/
+7
*
InstCombine: Harden code to work with vectors of pointers and simplify it a bit.
Benjamin Kramer
2013-02-05
1
-11
/
+7
*
Loop Vectorizer: Refactor code to compute vectorized memory instruction cost
Arnold Schwaighofer
2013-02-05
1
-79
/
+178
*
[SjLj Prepare] When demoting an invoke instructions to the stack, if the normal
Chad Rosier
2013-02-05
1
-5
/
+15
*
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-02-05
1
-9
/
+31
*
Revert accidental commit (ran svn commit from wrong directory).
Nick Lewycky
2013-02-02
1
-61
/
+7
*
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
1
-7
/
+61
*
This patch aims to improve compile time performance by increasing
Preston Gurd
2013-02-01
1
-13
/
+13
*
Revert r174152. The shift amount may overflow and in that case this transform...
Nadav Rotem
2013-02-01
1
-6
/
+0
*
Optimize shift lefts of a constant by a value plus constant into a single shift.
Nadav Rotem
2013-02-01
1
-0
/
+6
*
Linker: correctly link in dbg.declare
Manman Ren
2013-01-31
1
-2
/
+17
*
Revert r173946. This breaks compilation of googletest with Clang
Alexey Samsonov
2013-01-31
1
-11
/
+2
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
2
-6
/
+6
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
2
-8
/
+10
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
2
-6
/
+20
*
Linker: correctly link in dbg.declare
Manman Ren
2013-01-30
1
-2
/
+11
*
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2013-01-30
1
-0
/
+28
*
Made certain small functions in PtrState inlined.
Michael Gottesman
2013-01-29
1
-7
/
+7
*
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
1
-1
/
+3
*
Removed trailing comma in last element of enum declaration.
Michael Gottesman
2013-01-29
1
-1
/
+1
*
Moved S_Stop back to its previous position in the sequence order.
Michael Gottesman
2013-01-29
1
-1
/
+1
*
Fixed a few debug messages and some 80+ violations.
Michael Gottesman
2013-01-29
1
-9
/
+10
*
Added some periods to some comments and added an overload for operator<< for ...
Michael Gottesman
2013-01-29
1
-6
/
+28
*
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...
Michael Gottesman
2013-01-29
1
-14
/
+17
*
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
2
-0
/
+2
*
LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
Benjamin Kramer
2013-01-29
1
-10
/
+12
[next]