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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
build the bitcode dir
Chris Lattner
2007-04-22
2
-2
/
+16
*
Initial support for writing bitcode files. This currently only writes types,
Chris Lattner
2007-04-22
4
-0
/
+652
*
Initial support for reading bitcode files. They currently only read types,
Chris Lattner
2007-04-22
4
-0
/
+633
*
For PR1146:
Reid Spencer
2007-04-22
6
-106
/
+113
*
Implement PIC for arm-linux.
Lauro Ramos Venancio
2007-04-22
5
-12
/
+83
*
X86 TLS: Implement review feedback.
Lauro Ramos Venancio
2007-04-21
2
-3
/
+14
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
11
-3435
/
+4365
*
We only need one putchar which gives it a shot at getting matched by its
Reid Spencer
2007-04-21
1
-17
/
+4
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
11
-4365
/
+3435
*
Make PredicateSimplifier not use DominatorTree.
Owen Anderson
2007-04-21
1
-31
/
+32
*
Fix a comment.
Owen Anderson
2007-04-21
2
-2
/
+2
*
Reset vertex.
Devang Patel
2007-04-21
1
-0
/
+1
*
Fix a bug that prevented the JIT from working correctly after llvm_shutdown.
Chris Lattner
2007-04-21
1
-6
/
+16
*
Fix regressions introduced by my previous patch: opt calls verifier in a
Chris Lattner
2007-04-20
1
-1
/
+3
*
Allow the lowering of ISD::GLOBAL_OFFSET_TABLE.
Lauro Ramos Venancio
2007-04-20
1
-1
/
+1
*
avoid mutating a global in an accessor
Chris Lattner
2007-04-20
1
-5
/
+6
*
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
[prev]
[next]