index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
The best unbreakage yet, addressing Bill's concerns.
Jeff Cohen
2006-12-16
3
-49
/
+30
*
Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand.
Evan Cheng
2006-12-16
1
-2
/
+1
*
Add getNumContainedPasses() and getContainedPass() inteface and use
Devang Patel
2006-12-16
1
-95
/
+91
*
Expand fabs / fneg to and / xor.
Evan Cheng
2006-12-16
1
-3
/
+22
*
Cosmetic changes, based on Chris's review.
Devang Patel
2006-12-15
1
-27
/
+21
*
An even better unbreakage...
Jeff Cohen
2006-12-15
3
-0
/
+24
*
Fix select_cc, select expansion to soft-fp bugs.
Evan Cheng
2006-12-15
1
-3
/
+11
*
Partial unbreak of VC++ (stream stuff has no easy fix).
Jeff Cohen
2006-12-15
1
-0
/
+1
*
Remove an extraneous { at the end of a block.
Reid Spencer
2006-12-15
1
-1
/
+1
*
Patterns no longer needed due to fix in the DAG combiner.
Jim Laskey
2006-12-15
1
-4
/
+0
*
This code was usurping the sextload expand in teh legalizer. Just make
Jim Laskey
2006-12-15
1
-7
/
+9
*
Mark dump* routines const routines.
Devang Patel
2006-12-15
1
-54
/
+61
*
Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias ...
Evan Cheng
2006-12-15
1
-8
/
+8
*
Fix long standing issue with propagating error message back to caller. This
Reid Spencer
2006-12-15
2
-7
/
+17
*
For PR1050:
Reid Spencer
2006-12-15
6
-12
/
+54
*
Move PMTopLevelManager and TImingInfo into anon namespace.
Devang Patel
2006-12-15
1
-8
/
+15
*
Not all test cases are created equal. This fix is needed.
Jim Laskey
2006-12-15
1
-0
/
+4
*
Not needed. Misinterpreted error message from other bug (Missing load/store
Jim Laskey
2006-12-15
1
-4
/
+0
*
extern_weak linkage. fixes PR1038
Andrew Lenharth
2006-12-15
1
-1
/
+5
*
Missing load/store relocations.
Jim Laskey
2006-12-15
1
-1
/
+7
*
Provide 64-bit support for i64 sextload<i8>.
Jim Laskey
2006-12-15
1
-0
/
+4
*
Provide support for FP_TO_UINT.
Jim Laskey
2006-12-15
1
-1
/
+3
*
silence a bogus warning
Chris Lattner
2006-12-15
1
-1
/
+1
*
re-enable a temporarily-reverted patch
Chris Lattner
2006-12-15
1
-53
/
+132
*
Minor clean up.
Evan Cheng
2006-12-15
1
-2
/
+3
*
This is done.
Evan Cheng
2006-12-15
1
-5
/
+0
*
Expand FP compares to soft-fp call(s)
Evan Cheng
2006-12-15
1
-7
/
+102
*
s/ForcedLastUses/TransferLastUses/g
Devang Patel
2006-12-15
1
-12
/
+26
*
Simplify the fetching of relocation mode.
Jim Laskey
2006-12-14
1
-4
/
+4
*
f64 <-> i64 bit_convert using movq in 64-bit mode.
Evan Cheng
2006-12-14
3
-4
/
+16
*
Fix a couple of typo's.
Evan Cheng
2006-12-14
1
-2
/
+2
*
This is done.
Evan Cheng
2006-12-14
1
-5
/
+0
*
Added MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand().
Evan Cheng
2006-12-14
1
-0
/
+2
*
- Rename MOVDSS2DIrr to MOVSS2DIrr for consistency sake.
Evan Cheng
2006-12-14
1
-3
/
+9
*
1. Tidy up jump table info.
Jim Laskey
2006-12-14
4
-59
/
+80
*
avoid using a constant table when a constant can be used inline
Rafael Espindola
2006-12-14
1
-24
/
+82
*
random minor typographical changes
Chris Lattner
2006-12-14
1
-14
/
+9
*
Avoid creating invalid sub/add instructions on the prolog/epilog
Rafael Espindola
2006-12-14
1
-10
/
+86
*
Fix a long-standing spiller bug:
Evan Cheng
2006-12-14
1
-1
/
+35
*
Add -time-passes support.
Devang Patel
2006-12-14
1
-1
/
+87
*
Add debug-pass=Details support to print Required and Preserved Set info.
Devang Patel
2006-12-14
1
-1
/
+26
*
Add " Made Modification " messages in debug-pass=Executions output.
Devang Patel
2006-12-14
1
-3
/
+26
*
Add debug-pass=Executions support in new pass manager.
Devang Patel
2006-12-13
1
-6
/
+27
*
Add -pass-debug=Arguments support in new manager.
Devang Patel
2006-12-13
1
-1
/
+29
*
fit in 80 cols
Chris Lattner
2006-12-13
1
-6
/
+7
*
Using PDL as a prefix for PassDebugLevel enums is not a good idea.
Devang Patel
2006-12-13
3
-19
/
+29
*
Add note.
Evan Cheng
2006-12-13
1
-0
/
+5
*
More soft-fp work.
Evan Cheng
2006-12-13
2
-37
/
+41
*
Move enum PassDebugLevel from PassManagerT.h to Pass.h.
Devang Patel
2006-12-13
3
-21
/
+42
*
Changed from PARALLEL_DIRS to DIRS since we're only building one directory.
John Criswell
2006-12-13
1
-1
/
+1
[next]