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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use bitcast yet!
Reid Spencer
2006-11-26
1
-11
/
+11
*
Make this test case easier to read. No functional changes.
Reid Spencer
2006-11-26
1
-27
/
+27
*
Removed #include <iostream> and replace with llvm_* streams.
Bill Wendling
2006-11-26
6
-56
/
+57
*
Add method that will take a function pointer so that it can handle things
Bill Wendling
2006-11-26
1
-0
/
+7
*
Remove #include <iostream> and use llvm_* streams instead.
Bill Wendling
2006-11-26
3
-40
/
+37
*
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-26
6
-69
/
+62
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
11
-115
/
+100
*
Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.
Bill Wendling
2006-11-26
7
-44
/
+34
*
fix storing bools to mem and unordered FP ops
Duraid Madina
2006-11-26
2
-5
/
+5
*
Make the absolute/relative tolerance information easier to read/understand.
Reid Spencer
2006-11-25
1
-2
/
+3
*
Add newline at end of file.
Reid Spencer
2006-11-25
1
-1
/
+1
*
Only show the first few lines of difference.
Reid Spencer
2006-11-25
1
-1
/
+1
*
Add an option to enable lli (interpreter mode) testing.
Reid Spencer
2006-11-24
1
-0
/
+3
*
Fix some typos.
Reid Spencer
2006-11-23
1
-3
/
+2
*
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2006-11-23
62
-226
/
+227
*
Update to new predicate simplifier VRP design. Fixes PR966 and PR967.
Nick Lewycky
2006-11-22
8
-576
/
+1253
*
Stop early if there is no mis-optimization.
Reid Spencer
2006-11-22
1
-0
/
+9
*
Documented the --disable-compression option in gccld and gccas.
John Criswell
2006-11-21
2
-0
/
+8
*
Added the --disable-compression option which controls whether the
John Criswell
2006-11-21
1
-1
/
+5
*
This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way.
Chris Lattner
2006-11-21
1
-30
/
+1
*
Refactored *GVRequiresExtraLoad() to Subtarget method.
Anton Korobeynikov
2006-11-21
2
-120
/
+109
*
Test for PR1013.
Jim Laskey
2006-11-20
1
-0
/
+11
*
new testcase
Chris Lattner
2006-11-20
1
-0
/
+9
*
in ppc64-mode, don't allocate the 32-bit version of r13 either.
Chris Lattner
2006-11-20
1
-0
/
+6
*
Global label not handled correctly.
Jim Laskey
2006-11-20
1
-3
/
+11
*
r13 is the thread pointer on darwin/ppc64, don't allocate it.
Chris Lattner
2006-11-20
2
-5
/
+5
*
Fix PR1005
Chris Lattner
2006-11-20
2
-2
/
+2
*
Fix PR1001, patch by Nikhil Patil!
Chris Lattner
2006-11-20
1
-1
/
+11
*
Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit
Chris Lattner
2006-11-20
1
-8
/
+17
*
Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
Chris Lattner
2006-11-20
1
-2
/
+2
*
Testcase for PR1011
Chris Lattner
2006-11-20
1
-0
/
+44
*
setOperand should not zap the operand list or add implicit operands to an
Chris Lattner
2006-11-20
2
-40
/
+1
*
Testcase for pr1012
Chris Lattner
2006-11-20
1
-0
/
+11
*
We should perform extra load for dllimported calls
Anton Korobeynikov
2006-11-20
1
-12
/
+26
*
Fixed typo
Tanya Lattner
2006-11-20
1
-1
/
+1
*
Adding 1.9 release and removing references to cfrontend
Tanya Lattner
2006-11-20
1
-16
/
+16
*
Changing cfrontend dir to llvm-gcc3.4 as the example.
Tanya Lattner
2006-11-20
1
-4
/
+4
*
For PR950:
Reid Spencer
2006-11-20
9
-15
/
+642
*
For PR950:
Reid Spencer
2006-11-19
3
-215
/
+277
*
Corrections from review.
Reid Spencer
2006-11-19
1
-21
/
+21
*
Don't transform in another bad case: if the block is empty, it should be
Chris Lattner
2006-11-18
1
-1
/
+2
*
Fix another case we *don't* want to do this xform.
Chris Lattner
2006-11-18
1
-2
/
+26
*
Update a reference to the old setcc instruction.
Reid Spencer
2006-11-18
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-18
1
-48
/
+162
*
MachineInstr includes this
Chris Lattner
2006-11-18
1
-1
/
+0
*
Implement operator<< for machine basic blocks to make it easier to dump them.
Chris Lattner
2006-11-18
3
-0
/
+6
*
make the previous change more aggressive, moving any block with no fallthrough.
Chris Lattner
2006-11-18
1
-9
/
+11
*
Minor code layout tweak: if we have something like this:
Chris Lattner
2006-11-18
1
-0
/
+50
*
Do not convert massive blocks on phi nodes into select statements. Instead
Chris Lattner
2006-11-18
1
-0
/
+27
*
converting massive blocks of phis into selects like this is silly.
Chris Lattner
2006-11-18
1
-28
/
+0
[next]