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
*
Mark re-materializable instructions.
Evan Cheng
2007-03-21
3
-0
/
+6
*
Updated.
Evan Cheng
2007-03-20
1
-1
/
+6
*
Potential spiller improvement.
Evan Cheng
2007-03-20
1
-0
/
+27
*
do not share old induction variables when this would result in invalid
Dale Johannesen
2007-03-20
5
-18
/
+81
*
maintain LiveIn when splitting blocks (register scavenging needs it)
Dale Johannesen
2007-03-20
3
-1
/
+32
*
DominanceFrontier::calculate().
Devang Patel
2007-03-20
1
-23
/
+78
*
Fix some VC++ warnings.
Jeff Cohen
2007-03-20
2
-1
/
+2
*
Fix (and simplify) 48-bit byte swap.
Jeff Cohen
2007-03-20
1
-9
/
+8
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
1
-0
/
+4
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
2
-4
/
+25
*
Code clean up.
Lauro Ramos Venancio
2007-03-20
1
-23
/
+20
*
Minor bug.
Evan Cheng
2007-03-20
1
-1
/
+2
*
bugfix: When the source register of CALL_NOLINK was LR, the following code wa...
Lauro Ramos Venancio
2007-03-20
4
-19
/
+81
*
llvm-gcc now requires -fnested-functions to enable them in C.
Chris Lattner
2007-03-20
1
-1
/
+1
*
Break up huge line so that this file is almost readable.
Reid Spencer
2007-03-20
1
-2
/
+52
*
Regenerate.
Reid Spencer
2007-03-20
2
-176
/
+172
*
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
[next]