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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the final MMX instructions. Correct a few wrong patterns.
Bill Wendling
2007-04-24
1
-0
/
+4
*
comentate
Chris Lattner
2007-04-24
1
-0
/
+8
*
add records for constant exprs
Chris Lattner
2007-04-24
1
-9
/
+46
*
add codes for constants table
Chris Lattner
2007-04-23
1
-3
/
+17
*
Fix bug in isFloatingPoint()
Christopher Lamb
2007-04-23
1
-1
/
+1
*
add a missing operator
Chris Lattner
2007-04-23
1
-0
/
+5
*
Fix a bug in bitstream writer handling abbrevs, add value symtab
Chris Lattner
2007-04-23
2
-6
/
+12
*
implement reading of abbrevs
Chris Lattner
2007-04-23
1
-6
/
+89
*
minor cleanups
Chris Lattner
2007-04-23
1
-3
/
+5
*
finish implementation of basic abbrev writing.
Chris Lattner
2007-04-23
1
-4
/
+69
*
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
3
-13
/
+109
*
promote this to being a public header.
Chris Lattner
2007-04-23
1
-0
/
+87
*
PR400 phase 2. Propagate attributed load/store information through DAGs.
Christopher Lamb
2007-04-22
2
-5
/
+10
*
PR400 phase 1 implementation feedback.
Christopher Lamb
2007-04-22
1
-4
/
+2
*
Have compiler enforce this.
Jeff Cohen
2007-04-22
1
-3
/
+5
*
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
1
-7
/
+37
*
Fix build problem with Gentoo 4.1.1-r3.
Jeff Cohen
2007-04-22
1
-0
/
+4
*
For PR1136:
Reid Spencer
2007-04-22
3
-21
/
+53
*
Terminate with newline.
Reid Spencer
2007-04-22
1
-2
/
+0
*
Undo premature commit.
Reid Spencer
2007-04-22
1
-4
/
+1
*
Terminate file with newline.
Reid Spencer
2007-04-22
1
-1
/
+4
*
Implement review feedback.
Jeff Cohen
2007-04-22
1
-2
/
+2
*
Teach Visual Studio about Bitcode.
Jeff Cohen
2007-04-22
2
-5
/
+8
*
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner
2007-04-22
4
-0
/
+523
*
For PR1146:
Reid Spencer
2007-04-22
2
-47
/
+26
*
X86 TLS: Implement review feedback.
Lauro Ramos Venancio
2007-04-21
1
-11
/
+1
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
3
-43
/
+12
*
Make enum-valued bitfield large enough to avoid interpretation as negative va...
Jeff Cohen
2007-04-21
1
-1
/
+1
*
Fix breakage of bytecode reader when built with VC++.
Jeff Cohen
2007-04-21
1
-2
/
+4
*
The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...
Jeff Cohen
2007-04-21
1
-2
/
+2
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
3
-12
/
+43
*
Fix some null checks to actually test the part that needs checking.
Owen Anderson
2007-04-21
1
-3
/
+2
*
Add super-register set.
Evan Cheng
2007-04-21
1
-1
/
+13
*
Fix a problem where primitive types lose their name after llvm_shutdown is ca...
Chris Lattner
2007-04-20
1
-1
/
+0
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
3
-5
/
+31
*
Add sub-registers set accessor.
Evan Cheng
2007-04-20
1
-0
/
+8
*
Add sub-register sets.
Evan Cheng
2007-04-20
1
-0
/
+3
*
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-20
1
-2
/
+2
*
Add null checks and const-ify these accessors.
Owen Anderson
2007-04-20
1
-2
/
+5
*
Fix a very strange assertion message, patch by Christopher Lamb
Chris Lattner
2007-04-20
1
-1
/
+1
*
Fix some VC++ warnings.
Jeff Cohen
2007-04-19
1
-4
/
+4
*
Add accessor to get the blocks immediately dominated by a given block to ETFo...
Owen Anderson
2007-04-18
2
-0
/
+22
*
VarInfo::UsedBlocks is no longer used. Remove.
Evan Cheng
2007-04-18
1
-4
/
+0
*
Add an accessor to make ETForest more useful.
Owen Anderson
2007-04-18
1
-0
/
+7
*
Don't populate TryAgainList when coalescing only physical registers with virt...
Evan Cheng
2007-04-18
1
-1
/
+1
*
what's an & between friends?
Chris Lattner
2007-04-18
1
-1
/
+1
*
Copy coalescing change to prevent a physical register from being pin to a
Evan Cheng
2007-04-17
1
-2
/
+6
*
Add a register allocation preference field; add a method to compute size of a...
Evan Cheng
2007-04-17
1
-1
/
+6
*
Change getAllocatableSet() so it returns allocatable registers for a specific...
Evan Cheng
2007-04-17
1
-2
/
+4
*
Keep track of number of uses within the function per virtual register.
Evan Cheng
2007-04-17
1
-1
/
+5
[next]