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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a note
Chris Lattner
2007-03-25
1
-0
/
+1
*
1. Avoid unnecessary APInt construction if possible.
Zhou Sheng
2007-03-25
1
-7
/
+5
*
Implement support for vector operands to inline asm, implementing
Chris Lattner
2007-03-25
1
-4
/
+16
*
add a note
Chris Lattner
2007-03-25
1
-0
/
+13
*
Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll
Chris Lattner
2007-03-25
1
-1
/
+4
*
implement initial support for the silly X constraint. Testcase here: CodeGen...
Chris Lattner
2007-03-25
1
-0
/
+2
*
Make more uses of getHighBitsSet and get rid of some pointless & of an
Reid Spencer
2007-03-25
1
-12
/
+12
*
Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
Chris Lattner
2007-03-25
1
-1
/
+4
*
switch TargetLowering::getConstraintType to take the entire constraint,
Chris Lattner
2007-03-25
10
-65
/
+79
*
More APIntification:
Reid Spencer
2007-03-25
1
-24
/
+24
*
Allow the b/h/w/k constraints to be applied to values that have multiple alte...
Chris Lattner
2007-03-25
1
-1
/
+4
*
enforce the proper range for the i386 N constraint.
Chris Lattner
2007-03-25
1
-8
/
+9
*
Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
Chris Lattner
2007-03-25
1
-0
/
+4
*
fix a regression on vector or instructions.
Chris Lattner
2007-03-24
1
-9
/
+9
*
don't rely on ADL
Chris Lattner
2007-03-24
1
-1
/
+1
*
add a valuetype for v1i64, which is needed by mmx.
Chris Lattner
2007-03-24
1
-0
/
+3
*
Make some codes more efficient.
Zhou Sheng
2007-03-24
1
-15
/
+17
*
add a bad case evan though of.
Chris Lattner
2007-03-24
1
-0
/
+32
*
For PR1205:
Reid Spencer
2007-03-24
1
-12
/
+11
*
Adjust offset to compensate for big endian machines.
Evan Cheng
2007-03-24
1
-7
/
+5
*
Autodetect MMX & SSE stuff for AMD processors
Anton Korobeynikov
2007-03-23
1
-10
/
+11
*
PR1260:
Bill Wendling
2007-03-23
1
-2
/
+6
*
Make sure SEXTLOAD of the specific type is supported on the target.
Evan Cheng
2007-03-23
1
-0
/
+4
*
For PR1205:
Reid Spencer
2007-03-23
1
-762
/
+37
*
Also replace uses of SRL if that's also folded during ReduceLoadWidth().
Evan Cheng
2007-03-23
1
-1
/
+8
*
For PR1205:
Reid Spencer
2007-03-23
1
-25
/
+22
*
switch AddReachableCodeToWorklist from being recursive to being iterative.
Chris Lattner
2007-03-23
1
-46
/
+54
*
For PR1205:
Reid Spencer
2007-03-23
1
-37
/
+39
*
Fix constant fold of div by zero and rem by zero to match IEEE 754
Reid Spencer
2007-03-23
1
-8
/
+18
*
Make the "KnownZero ^ TypeMask" computation just once.
Zhou Sheng
2007-03-23
1
-3
/
+4
*
Simplify the code.
Zhou Sheng
2007-03-23
1
-1
/
+1
*
A couple of bug fixes for reducing load width xform:
Evan Cheng
2007-03-23
1
-7
/
+16
*
For PR1205:
Reid Spencer
2007-03-22
1
-21
/
+25
*
For PR1205:
Reid Spencer
2007-03-22
1
-16
/
+17
*
For PR1205:
Reid Spencer
2007-03-22
1
-63
/
+63
*
We generate a shufflevector instruction, so we don't need the builtin
Bill Wendling
2007-03-22
1
-6
/
+13
*
Support added for shifts and unpacking MMX instructions.
Bill Wendling
2007-03-22
4
-2
/
+211
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
13
-15
/
+19
*
Add the NoUnwind function attribute.
Reid Spencer
2007-03-22
1
-0
/
+2
*
Regenerate.
Reid Spencer
2007-03-22
5
-1546
/
+1580
*
Add support for the noreturn and nounwind function attributes.
Reid Spencer
2007-03-22
2
-1
/
+4
*
Fix broken optimization disabled by a logic bug.
Nick Lewycky
2007-03-22
1
-10
/
+51
*
More opportunities to reduce load size.
Evan Cheng
2007-03-22
1
-45
/
+101
*
Fix for PR1257. Bug in live range shortening as a result of copy coalescing
Evan Cheng
2007-03-22
1
-11
/
+9
*
For PR1248:
Reid Spencer
2007-03-21
1
-18
/
+26
*
repair x86 performance, dejagnu problems from previous change
Dale Johannesen
2007-03-21
5
-5
/
+34
*
Add TODO list for MSIL backend
Anton Korobeynikov
2007-03-21
1
-0
/
+51
*
Let the new backend begin!
Anton Korobeynikov
2007-03-21
3
-0
/
+1594
*
add generation of unnecessary push/pop around calls
Dale Johannesen
2007-03-21
1
-0
/
+42
*
fold (truncate (srl (load x), c)) -> (smaller load (x+c/vt bits))
Evan Cheng
2007-03-21
1
-6
/
+24
[next]