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
*
1. Don't swap byte order in scanf. It isn't necessary and leads to
Reid Spencer
2007-04-26
1
-1
/
+1
*
Use toplevel function pass manager as OnTheFly manager.
Devang Patel
2007-04-26
1
-10
/
+17
*
Using APInt more efficiently.
Zhou Sheng
2007-04-26
2
-10
/
+7
*
Minor bug.
Evan Cheng
2007-04-26
1
-2
/
+2
*
start code for writing out instructions. Separate BB#s from normal value
Chris Lattner
2007-04-26
3
-5
/
+83
*
regen
Chris Lattner
2007-04-26
3
-4616
/
+3346
*
wrap long lines
Chris Lattner
2007-04-26
1
-10
/
+16
*
enumerate BB's separately from other function values.
Chris Lattner
2007-04-26
2
-4
/
+16
*
add support for incorporating and purging functions to the value enumerator
Chris Lattner
2007-04-26
3
-98
/
+38
*
improve a comment
Chris Lattner
2007-04-26
1
-3
/
+5
*
move some code around, fix a bug in the reader reading globalinits (which
Chris Lattner
2007-04-26
5
-69
/
+123
*
add bitcode alias support
Chris Lattner
2007-04-26
4
-17
/
+81
*
print aliases before functions
Chris Lattner
2007-04-26
1
-5
/
+6
*
Be careful when to add implicit kill / dead operands. Don't add them during /...
Evan Cheng
2007-04-26
1
-9
/
+17
*
Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add...
Evan Cheng
2007-04-26
1
-18
/
+27
*
Quiet a compiler warning about assignment in an if-then conditional.
Bill Wendling
2007-04-25
1
-2
/
+1
*
Match MachineFunction::UsedPhysRegs changes.
Evan Cheng
2007-04-25
8
-66
/
+38
*
Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...
Evan Cheng
2007-04-25
1
-2
/
+2
*
Clean up.
Evan Cheng
2007-04-25
1
-3
/
+1
*
Add SSSE3 as a feature of Core2. Add MMX registers to the list of registers
Bill Wendling
2007-04-25
2
-1
/
+2
*
Data structure change to improve compile time (especially in debug mode).
Evan Cheng
2007-04-25
1
-12
/
+23
*
This was lefted out. Fixed sumarray-dbl.
Evan Cheng
2007-04-25
1
-0
/
+1
*
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
4
-15
/
+9
*
Add missed semicolon. Resotre compatibility with older bisons
Anton Korobeynikov
2007-04-25
1
-1
/
+1
*
do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292
Chris Lattner
2007-04-25
1
-1
/
+2
*
Remove unused function argument.
Devang Patel
2007-04-25
3
-4
/
+4
*
remember to emit weak reference in one more case.
Lauro Ramos Venancio
2007-04-25
1
-1
/
+6
*
Regenerate
Anton Korobeynikov
2007-04-25
5
-3904
/
+5282
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
11
-23
/
+310
*
Fix for PR1306.
Evan Cheng
2007-04-25
2
-47
/
+180
*
Clean up.
Evan Cheng
2007-04-25
1
-4
/
+2
*
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-25
5
-9
/
+9
*
If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that
Chris Lattner
2007-04-25
1
-4
/
+105
*
simplify some code
Chris Lattner
2007-04-25
1
-5
/
+2
*
refactor the SROA code out into its own method, no functionality change.
Chris Lattner
2007-04-25
1
-98
/
+107
*
support for >4G stack frames
Chris Lattner
2007-04-25
2
-4
/
+5
*
support >4G stack frames
Chris Lattner
2007-04-25
1
-9
/
+9
*
support > 4G stack objects
Chris Lattner
2007-04-25
2
-3
/
+3
*
Undo my previous changes. Since my approach to this problem is being revised,
Owen Anderson
2007-04-25
1
-32
/
+31
*
allow support for 64-bit stack objects
Chris Lattner
2007-04-25
1
-1
/
+1
*
Fix
Devang Patel
2007-04-25
1
-0
/
+12
*
Be more careful about folding op(x, undef) when we have vector operands.
Chris Lattner
2007-04-25
1
-9
/
+16
*
Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
Chris Lattner
2007-04-24
1
-0
/
+6
*
Update.
Bill Wendling
2007-04-24
1
-0
/
+37
*
Add the PADDQ to the list.
Bill Wendling
2007-04-24
1
-0
/
+1
*
Add the final MMX instructions. Correct a few wrong patterns.
Bill Wendling
2007-04-24
1
-19
/
+101
*
Remove some invalid instructions from this check.
Bill Wendling
2007-04-24
1
-2
/
+1
*
Support for the special case of a vector with the canonical form:
Bill Wendling
2007-04-24
2
-2
/
+35
*
Assertion when using a 1-element vector for an add operation. Get the
Bill Wendling
2007-04-24
1
-4
/
+7
*
ensure that every error return sets a message (and goes through Error, for
Chris Lattner
2007-04-24
3
-19
/
+37
[next]