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
*
Check for the correct size in the invariant marker.
Nick Lewycky
2012-02-20
1
-4
/
+7
*
Fix 80-column violation.
Chad Rosier
2012-02-20
1
-1
/
+2
*
InstCombine: Removing the base from the address calculation is only safe when...
Benjamin Kramer
2012-02-20
1
-1
/
+1
*
InstCombine: When comparing two GEPs that were derived from the same base poi...
Benjamin Kramer
2012-02-20
1
-0
/
+14
*
InstCombine: Make OptimizePointerDifference more aggressive.
Benjamin Kramer
2012-02-20
1
-27
/
+27
*
Rename class Evaluate to Evaluator and put it in an anonymous namespace.
Nick Lewycky
2012-02-20
1
-12
/
+17
*
Move EvaluateFunction and EvaluateBlock into a class, and make the class store
Nick Lewycky
2012-02-19
1
-122
/
+137
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-1
/
+0
*
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
1
-6
/
+47
*
Add support for invariant.start inside the static constructor evaluator. This is
Nick Lewycky
2012-02-17
1
-12
/
+47
*
Remove redundant comment. Use a more efficient datatype.
Bill Wendling
2012-02-17
1
-13
/
+4
*
Fix some grammar-os and formatting.
Bill Wendling
2012-02-17
1
-21
/
+17
*
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-16
1
-1
/
+2
*
[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
[next]