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
*
write out the symtab for globals.
Chris Lattner
2007-04-23
1
-33
/
+70
*
Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining
Dale Johannesen
2007-04-23
1
-6
/
+19
*
add Align field, and use when generating function alignment
Dale Johannesen
2007-04-23
2
-3
/
+13
*
add isThumb (unused as yet)
Dale Johannesen
2007-04-23
2
-0
/
+5
*
Fix generic getInlineAsmLength
Dale Johannesen
2007-04-23
1
-4
/
+18
*
make EmitAlignment work the way Chris says it should
Dale Johannesen
2007-04-23
1
-1
/
+3
*
implement reading of abbrevs, and writing of abbreviated global varrs.
Chris Lattner
2007-04-23
2
-6
/
+13
*
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
2
-12
/
+47
*
Cygwin doesn't have the RSS_LIMIT for get/setrlimit.
Reid Spencer
2007-04-23
1
-0
/
+2
*
X86 TLS: optimize the implementation of "local exec" model.
Lauro Ramos Venancio
2007-04-23
1
-3
/
+10
*
promote LLVMBitCodes to be a public header
Chris Lattner
2007-04-23
3
-89
/
+2
*
PR400 phase 2. Propagate attributed load/store information through DAGs.
Christopher Lamb
2007-04-22
3
-36
/
+112
*
X86 TLS: fix and optimize the implementation of "initial exec" model.
Lauro Ramos Venancio
2007-04-22
3
-2
/
+11
*
PR400 phase 1 implementation feedback.
Christopher Lamb
2007-04-22
1
-4
/
+2
*
Have compiler enforce this.
Jeff Cohen
2007-04-22
1
-1
/
+0
*
Support alignment queries for degenerate (length 1) vectors.
Christopher Lamb
2007-04-22
1
-2
/
+8
*
Regenerated
Christopher Lamb
2007-04-22
3
-4385
/
+3361
*
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
5
-13
/
+109
*
Fix build problem with Gentoo 4.1.1-r3.
Jeff Cohen
2007-04-22
1
-1
/
+1
*
For PR1136:
Reid Spencer
2007-04-22
2
-0
/
+40
*
add llvm ir bitcode definition file
Chris Lattner
2007-04-22
1
-0
/
+87
*
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
[next]