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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't delete things before their last use (avoids bad reads).
Reid Spencer
2007-03-20
1
-2
/
+0
*
CopyToReg source operand can be a physical register.
Lauro Ramos Venancio
2007-03-20
1
-3
/
+19
*
Test handling of structs with multiple variable-sized fields.
Duncan Sands
2007-03-20
2
-0
/
+16
*
Simplify isHighOnes().
Zhou Sheng
2007-03-20
1
-9
/
+1
*
Ada testcase for structs with multiple variable sized fields.
Duncan Sands
2007-03-20
2
-0
/
+14
*
Test that ARRAY_RANGE_REF returns an array not an element.
Duncan Sands
2007-03-20
1
-0
/
+7
*
First cut trivial re-materialization support.
Evan Cheng
2007-03-20
5
-27
/
+155
*
Make two piece constant generation as a single instruction. It's re-materiali...
Evan Cheng
2007-03-20
2
-30
/
+55
*
New entry.
Evan Cheng
2007-03-20
1
-0
/
+13
*
Added MRegisterInfo hook to re-materialize an instruction.
Evan Cheng
2007-03-20
13
-16
/
+106
*
Two changes:
Chris Lattner
2007-03-20
2
-13
/
+39
*
These functions should use shll, not lea.
Chris Lattner
2007-03-20
1
-0
/
+27
*
fix indentation
Chris Lattner
2007-03-20
1
-1
/
+1
*
Correct the name: isStrictPositive --> isStrictlyPositive.
Zhou Sheng
2007-03-20
1
-1
/
+1
*
Add a dtor to fix leaks from all clients of BitVector.
Chris Lattner
2007-03-20
1
-0
/
+4
*
Regenerate.
Reid Spencer
2007-03-20
3
-282
/
+320
*
Plug some PATypeHolder memory leaks.
Reid Spencer
2007-03-20
1
-6
/
+25
*
use types of loads and stores, not address, in CheckForIVReuse
Dale Johannesen
2007-03-20
1
-7
/
+28
*
fix obvious comment bug
Dale Johannesen
2007-03-20
1
-1
/
+1
*
Fix a nasty memory leak, caused by my revamp of the value symbol table.
Chris Lattner
2007-03-20
1
-0
/
+5
*
Make isOneBitSet faster by using APInt::isPowerOf2. Thanks Chris.
Reid Spencer
2007-03-20
1
-1
/
+1
*
Make this test a little simpler/faster.
Reid Spencer
2007-03-19
1
-2
/
+1
*
Add test case for PR1261, currently XFAILed.
Reid Spencer
2007-03-19
1
-0
/
+14
*
Document LoopPass.
Devang Patel
2007-03-19
1
-0
/
+88
*
APIntify the isHighOnes utility function.
Reid Spencer
2007-03-19
1
-5
/
+6
*
Fix coding standards violation.
Reid Spencer
2007-03-19
1
-1
/
+1
*
Implement isMaxValueMinusOne in terms of APInt instead of uint64_t.
Reid Spencer
2007-03-19
1
-5
/
+4
*
Implement isMinValuePlusOne using facilities of APInt instead of uint64_t
Reid Spencer
2007-03-19
1
-5
/
+4
*
Implement isOneBitSet in terms of APInt::countPopulation.
Reid Spencer
2007-03-19
1
-2
/
+1
*
1. Use APInt::getSignBit to reduce clutter (patch by Sheng Zhou)
Reid Spencer
2007-03-19
1
-8
/
+4
*
Remove a redundant clause in an if statement.
Reid Spencer
2007-03-19
1
-1
/
+0
*
Regenerate.
Reid Spencer
2007-03-19
2
-156
/
+146
*
Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned"
Reid Spencer
2007-03-19
1
-9
/
+4
*
Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as a
Reid Spencer
2007-03-19
2
-3
/
+3
*
Implement extension of sign bits for negative values in the uint64_t
Reid Spencer
2007-03-19
1
-1
/
+5
*
Add an indication of signedness to the uint64_t constructor so sign bits
Reid Spencer
2007-03-19
1
-1
/
+1
*
Test case noticed by Sheng that fails because negative values that are
Reid Spencer
2007-03-19
1
-0
/
+7
*
Fix mingw32 build
Anton Korobeynikov
2007-03-19
1
-0
/
+1
*
Test handling of ARRAY_REF when the component type is of unknown size.
Duncan Sands
2007-03-19
1
-0
/
+11
*
For PR1258:
Reid Spencer
2007-03-19
1
-0
/
+9
*
Regenerate.
Reid Spencer
2007-03-19
3
-579
/
+607
*
For PR1248:
Reid Spencer
2007-03-19
1
-155
/
+169
*
Add and Operator== method to ValID so equality can be done properly for
Reid Spencer
2007-03-19
1
-0
/
+20
*
For PR1258:
Reid Spencer
2007-03-19
1
-39
/
+20
*
For PR1258:
Reid Spencer
2007-03-19
8
-101
/
+99
*
fix ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll
Chris Lattner
2007-03-19
1
-1
/
+2
*
Use opt instead of gccas.
Reid Spencer
2007-03-19
1
-1
/
+2
*
add a testcase the resent patches fail on.
Chris Lattner
2007-03-19
1
-0
/
+45
*
Don't upgrade these.
Reid Spencer
2007-03-19
3
-20
/
+18
*
Remove -reduce-joining-phys-regs options. Make it on by default.
Evan Cheng
2007-03-19
1
-3
/
+1
[prev]
[next]