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
*
fit in 80 cols
Chris Lattner
2007-04-20
1
-2
/
+2
*
Comment out usage of write() for now.
Jeff Cohen
2007-04-20
2
-4
/
+6
*
rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::state
Chris Lattner
2007-04-20
2
-8
/
+8
*
Fix a problem where primitive types lose their name after llvm_shutdown is ca...
Chris Lattner
2007-04-20
1
-12
/
+16
*
catch a case that was biting jeffc
Chris Lattner
2007-04-20
1
-1
/
+7
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
9
-8
/
+150
*
Specify S registers as D registers' sub-registers.
Evan Cheng
2007-04-20
1
-2
/
+2
*
Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH].
Evan Cheng
2007-04-20
1
-76
/
+76
*
Add sub-registers sets.
Evan Cheng
2007-04-20
1
-1
/
+16
*
add a crazy idea
Chris Lattner
2007-04-20
1
-0
/
+12
*
Avoid recursion.
Devang Patel
2007-04-20
1
-6
/
+13
*
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-20
4
-21
/
+17
*
Make Microsoft assembler and linker happy.
Jeff Cohen
2007-04-20
1
-0
/
+4
*
Fix a message, patch by Christopher Lamb.
Chris Lattner
2007-04-19
1
-1
/
+1
*
Fix a bug in getFrameRegister.
Lauro Ramos Venancio
2007-04-19
1
-1
/
+4
*
Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.
Zhou Sheng
2007-04-19
3
-6
/
+6
*
Make the operations of APInt variables more efficient.
Zhou Sheng
2007-04-19
1
-27
/
+21
*
Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.
Evan Cheng
2007-04-18
1
-18
/
+21
*
Fix the spelling of the prefetchnta instruction.
Dan Gohman
2007-04-18
1
-1
/
+1
*
Revert changes that caused breakage.
Owen Anderson
2007-04-18
1
-15
/
+19
*
Switch more uses of DominatorTree over to ETForest.
Owen Anderson
2007-04-18
1
-22
/
+24
*
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
1
-11
/
+11
*
VarInfo::UsedBlocks is no longer used. Remove.
Evan Cheng
2007-04-18
4
-17
/
+2
*
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
1
-19
/
+15
*
Use new ETForest accessor.
Owen Anderson
2007-04-18
1
-4
/
+4
*
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
1
-21
/
+18
*
allow SRL to simplify its operands, as it doesn't demand all bits as input.
Chris Lattner
2007-04-18
1
-1
/
+7
*
When replacing a node in SimplifyDemandedBits, if the old node used any
Chris Lattner
2007-04-18
1
-1
/
+8
*
fix a pasto
Chris Lattner
2007-04-18
1
-1
/
+1
*
Don't populate TryAgainList when coalescing only physical registers with virt...
Evan Cheng
2007-04-18
1
-6
/
+6
*
Cache DT[*SI] lookup.
Devang Patel
2007-04-18
1
-2
/
+4
*
don't access argument list of prototypes
Chris Lattner
2007-04-18
1
-7
/
+24
*
Fix
Devang Patel
2007-04-18
1
-1
/
+1
*
Increment use count of new virtuals created during PHI elimination.
Evan Cheng
2007-04-18
1
-0
/
+3
*
Be more careful when inserting reused instructions. This fixes CodeGen/Gener...
Chris Lattner
2007-04-17
1
-2
/
+7
*
Oops. Didn't mean to check in a quick hack.
Evan Cheng
2007-04-17
1
-8
/
+16
*
Fix a bug in my previous patch, grabbing the shift amount width from the
Chris Lattner
2007-04-17
1
-2
/
+2
*
dag combiner just got better at pruning bits. This fixes CodeGen/ARM/rev.ll
Chris Lattner
2007-04-17
1
-1
/
+1
*
Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used.
Chris Lattner
2007-04-17
1
-5
/
+52
*
Copy coalescing change to prevent a physical register from being pin to a
Evan Cheng
2007-04-17
2
-86
/
+98
*
Add a register allocation preference field; add a method to compute size of a...
Evan Cheng
2007-04-17
1
-0
/
+9
*
Change getAllocatableSet() so it returns allocatable registers for a specific...
Evan Cheng
2007-04-17
1
-4
/
+7
*
Keep track of number of uses within the function per virtual register.
Evan Cheng
2007-04-17
1
-0
/
+1
*
Add comment
Anton Korobeynikov
2007-04-17
1
-0
/
+9
*
SIGN_EXTEND_INREG does not demand its top bits. Give SimplifyDemandedBits
Chris Lattner
2007-04-17
1
-1
/
+6
*
Spell doFinalization right, so that it is a proper virtual override and
Dan Gohman
2007-04-17
1
-1
/
+1
*
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
2
-3
/
+6
*
add a note
Chris Lattner
2007-04-17
1
-0
/
+43
*
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
1
-3
/
+4
*
Remove use of Instruction::getNext
Chris Lattner
2007-04-17
1
-8
/
+11
[next]