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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid warning in release-asserts build.
Mike Stump
2009-05-08
1
-0
/
+1
*
Mirror how Fast ISel determines if a region.end intrinsic is the end of an
Bill Wendling
2009-05-08
1
-15
/
+12
*
Fold trunc casts into add-recurrence expressions, allowing the
Dan Gohman
2009-05-08
1
-8
/
+62
*
Compute the offsets of the compile units. We need this so that when we emit a
Bill Wendling
2009-05-08
1
-11
/
+20
*
Fix another bug in r71252. This code supports GetElementPtr
Dan Gohman
2009-05-08
1
-2
/
+2
*
Add memoization for getSCEVAtScope results for instructions
Dan Gohman
2009-05-08
1
-0
/
+15
*
Make the SCEV* form of getSCEVAtScope public, to allow ScalarEvolution
Dan Gohman
2009-05-08
1
-13
/
+12
*
Minor clean ups. No functionality change.
Bill Wendling
2009-05-08
1
-5
/
+4
*
Fix an error from r71252.
Dan Gohman
2009-05-08
1
-4
/
+4
*
Print out nicer dump info for DIDescriptor.
Bill Wendling
2009-05-08
1
-1
/
+2
*
Factor out the code for creating SCEVs for GEPs into a
Dan Gohman
2009-05-08
1
-33
/
+40
*
Implement several new SCEV folding rules for UDiv SCEVs.
Dan Gohman
2009-05-08
1
-2
/
+54
*
Don't align loop header unless the loop back edge is below the header.
Evan Cheng
2009-05-08
1
-1
/
+17
*
Factor out cycle-finder code and make it generic.
Anton Korobeynikov
2009-05-08
2
-106
/
+118
*
Do not emit bit tests if target does not support natively left shift
Anton Korobeynikov
2009-05-08
1
-0
/
+4
*
Allow 8 bit select in custom inserter
Anton Korobeynikov
2009-05-08
1
-1
/
+2
*
Properly expand libcalls for urem / srem. Also make code more straightforward.
Anton Korobeynikov
2009-05-08
1
-29
/
+40
*
Typo
Anton Korobeynikov
2009-05-08
1
-1
/
+1
*
Expand UREM / SREM into libcalls
Anton Korobeynikov
2009-05-08
1
-0
/
+2
*
Add 8 bit select
Anton Korobeynikov
2009-05-08
1
-0
/
+4
*
Fix PR4152: asm constraint validation happens before dag combine, so we
Chris Lattner
2009-05-08
1
-29
/
+28
*
fix RewriteStoreUserOfWholeAlloca to use the correct type size
Chris Lattner
2009-05-08
1
-4
/
+6
*
Reverse branch condition only when there is a conditional branch.
Evan Cheng
2009-05-08
1
-1
/
+2
*
Add explicit braces to disambiguate nested if/else. Removes a warning.
Nick Lewycky
2009-05-08
1
-1
/
+2
*
This transform requires valid TargetData info. Wrap it in 'if (TD)' in
Nick Lewycky
2009-05-08
1
-25
/
+27
*
Optimize code placement in loop to eliminate unconditional branches or move u...
Evan Cheng
2009-05-08
2
-17
/
+237
*
Add missing #include for "strlen" which is used inline in this header. Fixes
Nick Lewycky
2009-05-08
1
-0
/
+1
*
Moved pic16 naming functions to correct place.
Sanjiv Gupta
2009-05-08
3
-84
/
+79
*
PR4123: don't crash when inlining a call which uses its own result.
Eli Friedman
2009-05-08
1
-3
/
+10
*
Fix pr4100. Do not remove no-op copies when they are dead. The register
Bob Wilson
2009-05-07
1
-2
/
+4
*
Fix a comment (again).
Bob Wilson
2009-05-07
1
-1
/
+1
*
Fix a comment.
Bob Wilson
2009-05-07
1
-1
/
+1
*
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
5
-182
/
+98
*
Perform constant folding on operands of instructions with non-void
Dan Gohman
2009-05-07
1
-1
/
+3
*
SCEVComplexityCompare's new code was missing SCEVUDivExpr. Implement
Dan Gohman
2009-05-07
1
-0
/
+14
*
Revert r70876 and add a testcase (@c7) showing the problem:
Duncan Sands
2009-05-07
1
-47
/
+30
*
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
5
-98
/
+182
*
Make ScalarEvolution's GroupByComplexity more thorough. In addition
Dan Gohman
2009-05-07
1
-9
/
+85
*
Trim unnecessary headers. Code in Analysis shouldn't use Transforms
Dan Gohman
2009-05-07
1
-3
/
+0
*
Constant-fold ptrtoint+add+inttoptr to gep when the pointer is an
Dan Gohman
2009-05-07
1
-4
/
+36
*
Factor out a common base class between SCEVCommutativeExpr and
Dan Gohman
2009-05-07
1
-10
/
+1
*
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...
Argyrios Kyrtzidis
2009-05-07
1
-0
/
+17
*
Code refactoring.
Evan Cheng
2009-05-07
1
-7
/
+22
*
Rename "loop aligner" pass to "code placement optimization" pass.
Evan Cheng
2009-05-07
3
-12
/
+16
*
Eliminate compiler warnings.
Evan Cheng
2009-05-07
1
-2
/
+2
*
Just turn aggressive stack coloring off at -O3.
Bill Wendling
2009-05-07
2
-10
/
+23
*
Temporarily revert r71010. It was causing massive failures during self-hosting.
Bill Wendling
2009-05-07
2
-22
/
+10
*
Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...
Argyrios Kyrtzidis
2009-05-07
3
-20
/
+21
*
Use stable_sort instead of plain sort to avoid the risk of generating
Dan Gohman
2009-05-06
1
-1
/
+1
*
- Move some debug fields to coincide with how GCC emits them. No functionality
Bill Wendling
2009-05-06
1
-24
/
+53
[next]