index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
10
-3
/
+1896
*
Disable InstCombine unsafe folding bitcasts of calls w/ varargs.
Jim Grosbach
2012-02-01
1
-14
/
+5
*
bz11794 : EarlyCSE stack overflow on long functions.
Lenny Maiorani
2012-01-31
1
-22
/
+117
*
Increase the initial vector size to be equivalent to the size of the Deps
Bill Wendling
2012-01-31
1
-2
/
+2
*
Cache the size of the vector instead of calling .size() all over the place.
Bill Wendling
2012-01-31
1
-5
/
+5
*
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2012-01-31
1
-1
/
+1
*
eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...
Chris Lattner
2012-01-31
1
-7
/
+7
*
start moving SimplifyLibcalls over to getConstantStringInfo, which is
Chris Lattner
2012-01-31
1
-49
/
+53
*
enhance logic to support ConstantDataArray.
Chris Lattner
2012-01-31
1
-8
/
+13
*
s/getInnerUnwindDest/getInnerResumeDest/g
Bill Wendling
2012-01-31
1
-4
/
+4
*
Remove ivar which is identical to another ivar.
Bill Wendling
2012-01-31
1
-10
/
+6
*
Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.
Bill Wendling
2012-01-31
1
-9
/
+4
*
Remove more dead functions.
Bill Wendling
2012-01-31
1
-211
/
+0
*
s/getInnerUnwindDestNewEH/getInnerUnwindDest/g
Bill Wendling
2012-01-31
1
-4
/
+3
*
Remove some unused, old-EH methods.
Bill Wendling
2012-01-31
1
-116
/
+3
*
Get rid of references to dead intrinsics.
Bill Wendling
2012-01-31
1
-53
/
+5
*
Formatting cleanups. No functionality change.
Bill Wendling
2012-01-31
1
-20
/
+20
*
Remove no-longer-useful dyn_casts and pals.
Bill Wendling
2012-01-31
1
-21
/
+10
*
[asan] fix the ObjC support (asan Issue #33)
Kostya Serebryany
2012-01-30
1
-13
/
+21
*
Typo.
Chad Rosier
2012-01-30
1
-1
/
+1
*
Typo.
Chad Rosier
2012-01-30
1
-1
/
+1
*
Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...
Alexander Potapenko
2012-01-30
1
-3
/
+15
*
Fix typo.
Nick Lewycky
2012-01-28
1
-2
/
+2
*
[asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi
Kostya Serebryany
2012-01-28
1
-1
/
+1
*
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-27
6
-36
/
+61
*
Continue improving support for ConstantDataAggregate, and use the
Chris Lattner
2012-01-26
3
-52
/
+20
*
some general cleanup, using new methods and tidying up old code.
Chris Lattner
2012-01-26
1
-69
/
+26
*
Gracefully degrade precision in branch probability numbers.
Nick Lewycky
2012-01-25
1
-17
/
+72
*
use Constant::getAggregateElement to simplify a bunch of code.
Chris Lattner
2012-01-25
2
-78
/
+24
*
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-25
3
-5
/
+4
*
[asan] enable asan only for the functions that have Attribute::AddressSafety
Kostya Serebryany
2012-01-24
1
-0
/
+1
*
basic instcombine support for CDS.
Chris Lattner
2012-01-24
2
-14
/
+32
*
Implemented AddressSanitizer::getPassName()
Alexander Potapenko
2012-01-23
1
-0
/
+5
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
6
-8
/
+1
*
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
1
-2
/
+6
*
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
2
-4
/
+3
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
2
-11
/
+23
*
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-19
1
-0
/
+32
*
Actually, this code handles wrapped sets just fine. Noticed by inspection.
Nick Lewycky
2012-01-19
1
-3
/
+1
*
Add a depth limit to avoid runaway recursion.
Dan Gohman
2012-01-18
1
-3
/
+7
*
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
1
-6
/
+19
*
Remove trailing spaces and unneeded includes.
Jakub Staszak
2012-01-18
1
-134
/
+131
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
2
-1
/
+118
*
Add a new PassManagerBuilder customization point,
Dan Gohman
2012-01-17
1
-0
/
+2
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
1
-5
/
+13
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
3
-3
/
+0
*
Fixed comment in loop-unswitch.
Stepan Dyatkovskiy
2012-01-16
1
-1
/
+1
*
Cosmetic patch for r148215.
Stepan Dyatkovskiy
2012-01-15
1
-13
/
+0
*
Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std...
Stepan Dyatkovskiy
2012-01-15
1
-114
/
+180
*
Fix an unused variable warning that Chad noticed.
Dan Gohman
2012-01-14
1
-1
/
+1
[next]