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
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
11
-32
/
+36
*
Split loops and do CFG cleanup.
Devang Patel
2007-08-12
1
-24
/
+106
*
Remove unused variables.
Reid Spencer
2007-08-12
1
-2
/
+2
*
No need to remove dead range from soon-to-be-dead live interval. Its val# may...
Evan Cheng
2007-08-12
1
-3
/
+3
*
constant fold ptrtoint(inttoptr) with target data when available. This allows
Chris Lattner
2007-08-11
1
-2
/
+17
*
Transform a load from an undef/zero global into an undef/global even if we
Chris Lattner
2007-08-11
2
-0
/
+44
*
expand a note
Chris Lattner
2007-08-11
1
-3
/
+22
*
With evan's explicit flag representation, hopefully we will finally be
Chris Lattner
2007-08-11
1
-1
/
+1
*
Now that llvm-ld can accept - as input from stdin, use this feature to extract
Reid Spencer
2007-08-11
1
-2
/
+2
*
Fix a comment typo noticed by Sandro Magi.
Reid Spencer
2007-08-11
1
-1
/
+1
*
64-bit SSSE3 ops that use MMX registers don't require 16-byte alignment.
Bill Wendling
2007-08-11
1
-6
/
+21
*
Code to maintain kill information during register coalescing.
Evan Cheng
2007-08-11
4
-45
/
+205
*
Use subregs to improve any_extend code generation when feasible.
Christopher Lamb
2007-08-10
3
-17
/
+35
*
Fix test so it passes.
Christopher Lamb
2007-08-10
1
-1
/
+1
*
Increase efficiency of sign_extend_inreg by using subregisters for truncation...
Christopher Lamb
2007-08-10
5
-51
/
+101
*
Edit README in light of previous LEA16 commit.
Christopher Lamb
2007-08-10
1
-3
/
+1
*
Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via sub...
Christopher Lamb
2007-08-10
2
-10
/
+70
*
Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...
Christopher Lamb
2007-08-10
2
-17
/
+35
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
3
-15
/
+14
*
Clone loop.
Devang Patel
2007-08-10
1
-5
/
+25
*
Add utility to clone loops.
Devang Patel
2007-08-10
2
-0
/
+158
*
Add #ifndef guard.
Devang Patel
2007-08-10
1
-0
/
+6
*
add #ifndef guards
Chris Lattner
2007-08-10
1
-0
/
+5
*
add Value::getNameStart/getNameLen() accessors.
Chris Lattner
2007-08-10
2
-1
/
+30
*
Add a test script for counting lines. This can be used instead of the
Dan Gohman
2007-08-10
1
-0
/
+17
*
Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT to
Dan Gohman
2007-08-10
2
-3
/
+16
*
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-08-10
6
-4
/
+40
*
For kicks, I though it would be fun to use the correct opcode.
Bill Wendling
2007-08-10
1
-31
/
+32
*
memcpy with zero length is hugely expensive, so avoid it. This speeds up coa...
Chris Lattner
2007-08-10
1
-1
/
+5
*
small speedup in the case where a smallvector is default ctor'd from
Chris Lattner
2007-08-10
1
-1
/
+2
*
Adding SSSE3 intrinsics.
Bill Wendling
2007-08-10
2
-19
/
+400
*
minor simplifications.
Chris Lattner
2007-08-10
1
-10
/
+8
*
avoid copying strings.
Chris Lattner
2007-08-10
2
-6
/
+7
*
Remove unncessary duplication.
Devang Patel
2007-08-10
1
-14
/
+1
*
Calculate exit and start value of true loop and false loop respectively.
Devang Patel
2007-08-10
1
-2
/
+28
*
ExitCondition and Induction variable are loop constraints
Devang Patel
2007-08-10
1
-71
/
+145
*
unbreak the build
Chris Lattner
2007-08-09
1
-1
/
+1
*
Bug fix. ~1U marks the val# dead.
Evan Cheng
2007-08-09
1
-1
/
+1
*
Patch 10 for long double. Doing constants right needs expanding ConstantFP
Dale Johannesen
2007-08-09
3
-7
/
+28
*
Temporarily backing out this change until we know why some dejagnu tests are ...
Evan Cheng
2007-08-09
1
-3
/
+2
*
divb / mulb outputs to ah. Under x86-64 it's not legal to read ah if the inst...
Evan Cheng
2007-08-09
2
-4
/
+46
*
when we see a unaligned load from an insufficiently aligned global or
Chris Lattner
2007-08-09
2
-21
/
+53
*
GR16_ sub-register class should be GR8_, not GR8. That is, it should only be ...
Evan Cheng
2007-08-09
1
-3
/
+4
*
Update per review comments.
Dale Johannesen
2007-08-09
2
-32
/
+17
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
5
-32
/
+30
*
Traverse loop blocks' terminators to find split candidates.
Devang Patel
2007-08-09
1
-48
/
+106
*
long double 9 of N. This finishes up the X86-32 bits
Dale Johannesen
2007-08-09
4
-23
/
+96
*
Fix arguments for some Altivec instructions. From SWB.
Dale Johannesen
2007-08-09
1
-9
/
+15
*
If a target really needs to custom lower constants, it should be allowed
Scott Michel
2007-08-08
1
-3
/
+11
*
Add more comments to memdep.
Owen Anderson
2007-08-08
1
-1
/
+27
[next]