index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module iterator contains list of filescope functions as well, we don't need t...
Sanjiv Gupta
2009-05-10
1
-2
/
+2
*
Add imm-reg and imm-mem patters for cmp on msp430
Anton Korobeynikov
2009-05-10
1
-0
/
+14
*
Add MSP430 test for PR4136
Anton Korobeynikov
2009-05-10
2
-0
/
+37
*
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-10
7
-202
/
+281
*
--- Reverse-merging r71370 into '.':
Bill Wendling
2009-05-10
1
-34
/
+58
*
A debug function start was not being recorded when the optimization level wasn't
Bill Wendling
2009-05-09
1
-58
/
+34
*
Oops. Don't forget to align single bb loops.
Evan Cheng
2009-05-09
1
-1
/
+1
*
fix typo
Chris Lattner
2009-05-09
1
-1
/
+1
*
Allow scalar evolution to compute iteration counts for loops with a
Eli Friedman
2009-05-09
2
-19
/
+35
*
Remove a completed optimization. Add a potential optimization I ran
Eli Friedman
2009-05-09
1
-17
/
+9
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
53
-152
/
+152
*
Use 16 bit arithmetic while retrieving the address of callee's frame during i...
Sanjiv Gupta
2009-05-09
1
-7
/
+16
*
Factor out code that optimize loop terminating condition.
Evan Cheng
2009-05-09
1
-0
/
+9
*
Don't attempt to handle unsized types in ScalarEvolution's GEP analyzer.
Dan Gohman
2009-05-09
1
-0
/
+3
*
Enable loop bb placement optimization.
Evan Cheng
2009-05-08
2
-10
/
+1
*
Fix bogus overflow checks by replacing them with actual
Dan Gohman
2009-05-08
2
-7
/
+28
*
PPC::B and PPC::BCC's target operand may be an immediate.
Evan Cheng
2009-05-08
1
-0
/
+9
*
In non-pic builds, we can use -mdynamic-no-pic for a little more speed.
Mike Stump
2009-05-08
1
-0
/
+5
*
Use .td for tablegen files, not .ll.
Dan Gohman
2009-05-08
2
-0
/
+0
*
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
2
-8
/
+86
*
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
2
-3
/
+3
*
Fix typo.
Bill Wendling
2009-05-08
1
-1
/
+1
*
Add memoization for getSCEVAtScope results for instructions
Dan Gohman
2009-05-08
2
-0
/
+20
*
Make the SCEV* form of getSCEVAtScope public, to allow ScalarEvolution
Dan Gohman
2009-05-08
2
-18
/
+16
*
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
2
-33
/
+44
*
Implement several new SCEV folding rules for UDiv SCEVs.
Dan Gohman
2009-05-08
1
-2
/
+54
*
Add a getExitBlock utility function to LoopInfo which returns the
Dan Gohman
2009-05-08
1
-0
/
+10
*
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
3
-110
/
+120
*
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
2
-29
/
+45
*
Add some examples to show the difference between
Duncan Sands
2009-05-08
1
-0
/
+17
*
Change 'make install' to install tblgen, for better support of out-of-tree ta...
Chris Lattner
2009-05-08
3
-4
/
+4
*
fix RewriteStoreUserOfWholeAlloca to use the correct type size
Chris Lattner
2009-05-08
2
-4
/
+18
*
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
3
-17
/
+371
*
Add missing #include for "strlen" which is used inline in this header. Fixes
Nick Lewycky
2009-05-08
1
-0
/
+1
[next]