index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86ISelSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a major bug in the signed shr code, which apparently only breaks 134.perl!
Chris Lattner
2004-11-16
1
-1
/
+1
*
Simplify and rearrange long shift code
Chris Lattner
2004-11-15
1
-12
/
+17
*
shld is a very high latency operation. Instead of emitting it for shifts of
Chris Lattner
2004-11-13
1
-14
/
+52
*
Add missing check
Chris Lattner
2004-11-13
1
-1
/
+1
*
Compile:
Chris Lattner
2004-11-13
1
-4
/
+14
*
Don't print stuff out from the code generator. This broke the JIT horribly
Chris Lattner
2004-10-17
1
-1
/
+0
*
Rewrite support for cast uint -> FP. In particular, we used to compile this:
Chris Lattner
2004-10-17
1
-14
/
+23
*
fold:
Chris Lattner
2004-10-17
1
-3
/
+46
*
Teach the X86 backend about unreachable and undef. Among other things, we
Chris Lattner
2004-10-16
1
-1
/
+15
*
Instruction select globals with offsets better. For example, on this test
Chris Lattner
2004-10-15
1
-7
/
+17
*
Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx,
Chris Lattner
2004-10-08
1
-1
/
+1
*
Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by the
Chris Lattner
2004-10-08
1
-1
/
+2
*
Remove debugging code, fix encoding problem. This fixes the problems
Chris Lattner
2004-10-06
1
-1
/
+0
*
Codegen signed mod by 2 or -2 more efficiently. Instead of generating:
Chris Lattner
2004-10-06
1
-3
/
+39
*
Fix a scary bug with signed division by a power of two. We used to generate:
Chris Lattner
2004-10-06
1
-6
/
+3
*
Codegen signed divides by 2 and -2 more efficiently. In particular
Chris Lattner
2004-10-06
1
-0
/
+22
*
s/ISel/X86ISel/ to have unique class names for debugging via gdb because the C++
Misha Brukman
2004-09-21
1
-91
/
+94
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Reduce the number of arguments in the instruction builder and make some
Reid Spencer
2004-08-30
1
-154
/
+104
*
Fix file header as it has been renamed.
Misha Brukman
2004-07-26
1
-1
/
+1
*
Renamed files to have the `X86' prefix for uniqueness purposes.
Misha Brukman
2004-07-26
1
-0
/
+3907