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
*
[tsan] fix compiler warnings
Kostya Serebryany
2012-02-14
1
-3
/
+3
*
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
1
-0
/
+103
*
whitespace
Andrew Trick
2012-02-14
1
-30
/
+30
*
Check against umin while converting fcmp into an icmp.
Devang Patel
2012-02-13
1
-0
/
+11
*
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
1
-0
/
+10
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
3
-0
/
+171
*
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-13
2
-5
/
+4
*
Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's just
Nick Lewycky
2012-02-12
1
-9
/
+14
*
false is totally null!
Nick Lewycky
2012-02-12
1
-1
/
+1
*
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
2012-02-12
1
-10
/
+8
*
Pass TargetData and TargetLibraryInfo through to the constant folder. Fixes a
Nick Lewycky
2012-02-12
1
-25
/
+37
*
Fix function name in comment to match actual name. Fix comments that are using
Nick Lewycky
2012-02-12
1
-15
/
+15
*
Don't traverse the PHI nodes twice. No functionality change!
Nick Lewycky
2012-02-12
1
-7
/
+6
*
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-10
1
-9
/
+3
*
Tweak comment readability and grammar.
Benjamin Kramer
2012-02-09
1
-2
/
+2
*
GlobalOpt: Be more aggressive about elminating side-effect free static dtors.
Benjamin Kramer
2012-02-09
1
-4
/
+5
*
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-08
1
-2
/
+17
*
Use Use::set rather than finding the operand number of the use
Duncan Sands
2012-02-08
1
-6
/
+3
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
5
-7
/
+6
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
3
-35
/
+19
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
2
-51
/
+4
*
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
5
-103
/
+6
*
Make helper static.
Benjamin Kramer
2012-02-06
1
-3
/
+3
*
Split part of EvaluateFunction into a new EvaluateBlock method. No functionality
Nick Lewycky
2012-02-06
1
-57
/
+95
*
fix indentation
Sebastian Pop
2012-02-06
1
-9
/
+9
*
Teach GlobalOpt to handle atomic accesses to globals.
Nick Lewycky
2012-02-05
1
-13
/
+40
*
Clean up some whitespace and comments. No functionality change.
Nick Lewycky
2012-02-05
1
-13
/
+13
*
Neaten up this method. Check that if there is only one
Duncan Sands
2012-02-05
1
-3
/
+3
*
Fix a thinko pointed out by Eli and the buildbots.
Duncan Sands
2012-02-05
1
-1
/
+1
*
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
1
-31
/
+9
*
Reduce the number of non-trivial domtree queries by about 1% when
Duncan Sands
2012-02-05
1
-15
/
+17
*
Simplify contains tests using 'count'.
David Blaikie
2012-02-05
1
-2
/
+1
*
BBVectorize.cpp: Get rid of comparision to bool to fix a warning.
NAKAMURA Takumi
2012-02-05
1
-1
/
+1
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
2
-57
/
+61
*
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-04
1
-0
/
+10
*
Narrow test further. Make bot and test happy.
Jim Grosbach
2012-02-03
1
-1
/
+3
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-02-03
1
-55
/
+55
*
Restrict InstCombine from converting varargs to or from fixed args.
Jim Grosbach
2012-02-03
1
-0
/
+7
*
Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."
Jim Grosbach
2012-02-03
1
-5
/
+14
*
BBVectorize: Simplify code, no functionality change.
Benjamin Kramer
2012-02-02
1
-9
/
+3
*
Minor changes from review.
Hal Finkel
2012-02-02
1
-19
/
+17
*
Vectorize long blocks in groups.
Hal Finkel
2012-02-02
1
-41
/
+90
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
12
-78
/
+90
*
BBVectorize.cpp: Try to fix MSVC build. map::iterator and multimap::iterator ...
NAKAMURA Takumi
2012-02-01
1
-2
/
+2
*
A few of the changes suggested in code review (by Nick Lewycky)
Hal Finkel
2012-02-01
1
-7
/
+8
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
2
-61
/
+57
*
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
[next]