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
/
CodeGen
/
SelectionDAG
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switch VAlueMap from std::map to DenseMap.
Chris Lattner
2007-02-04
1
-3
/
+3
*
Switch NodeMap from std::map to DenseMap, this speeds up isel by 2.3%
Chris Lattner
2007-02-04
1
-7
/
+11
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-1
/
+4
*
Fit in 80 columns
Chris Lattner
2007-02-01
1
-1
/
+1
*
Emit a better assertion message for PR1133
Chris Lattner
2007-02-01
1
-15
/
+18
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-1
/
+1
*
add initial support for handling inline asms with multiple constraints.
Chris Lattner
2007-01-29
1
-4
/
+42
*
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-29
1
-24
/
+8
*
Arguments are counting from 1. not from 0. Maybe we should change
Anton Korobeynikov
2007-01-28
1
-1
/
+1
*
More cleanup
Anton Korobeynikov
2007-01-28
1
-2
/
+3
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-11
/
+29
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-20
/
+20
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-3
/
+3
*
For PR970:
Reid Spencer
2007-01-21
1
-44
/
+50
*
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-20
1
-11
/
+4
*
For PR1043:
Zhou Sheng
2007-01-11
1
-12
/
+12
*
remove support for llvm.isunordered
Chris Lattner
2007-01-07
1
-22
/
+0
*
GEP subscript is interpreted as a signed value.
Evan Cheng
2007-01-05
1
-1
/
+1
*
fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes with
Chris Lattner
2007-01-04
1
-4
/
+6
*
Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure
Reid Spencer
2007-01-03
1
-1
/
+1
*
Restore previous behavior of defaulting to ZEXT. This works around two
Reid Spencer
2007-01-03
1
-7
/
+2
*
Two changes:
Reid Spencer
2007-01-03
1
-5
/
+12
*
For PR950:
Reid Spencer
2006-12-31
1
-53
/
+55
*
For PR950:
Reid Spencer
2006-12-23
1
-104
/
+89
*
getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan Gohman
Evan Cheng
2006-12-20
1
-2
/
+2
*
Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
Chris Lattner
2006-12-16
1
-1
/
+2
*
More soft-fp work.
Evan Cheng
2006-12-13
1
-33
/
+32
*
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-12-13
1
-5
/
+5
*
Expand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyToReg.
Evan Cheng
2006-12-12
1
-0
/
+3
*
Expand formal arguments and call arguments recursively: e.g. f64 -> i64 -> 2 ...
Evan Cheng
2006-12-12
1
-45
/
+76
*
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-10
1
-2
/
+2
*
Preliminary soft float support.
Evan Cheng
2006-12-09
1
-3
/
+12
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-13
/
+12
*
Fix for PR1023 by Dan Gohman.
Evan Cheng
2006-11-29
1
-1
/
+1
*
Fix for PR1022 (folding loads of static initializers) by Dan Gohman.
Evan Cheng
2006-11-29
1
-1
/
+1
*
add a hook to allow targets to hack on inline asms to lower them to llvm
Chris Lattner
2006-11-29
1
-1
/
+13
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-1
/
+2
*
For PR950:
Reid Spencer
2006-11-27
1
-56
/
+140
*
For PR950:
Reid Spencer
2006-11-20
1
-0
/
+56
*
remove dead #include
Chris Lattner
2006-11-15
1
-1
/
+0
*
commentate
Chris Lattner
2006-11-10
1
-0
/
+2
*
For PR950:
Reid Spencer
2006-11-08
1
-4
/
+2
*
For PR786:
Reid Spencer
2006-11-02
1
-6
/
+0
*
For PR950:
Reid Spencer
2006-11-02
1
-8
/
+4
*
Allow the getRegForInlineAsmConstraint method to return a register class with
Chris Lattner
2006-11-02
1
-4
/
+32
*
Compile CodeGen/PowerPC/fp-branch.ll to:
Chris Lattner
2006-10-31
1
-6
/
+19
*
look through isunordered to inline it into branch blocks.
Chris Lattner
2006-10-31
1
-12
/
+43
*
TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
1
-2
/
+7
*
Turn an assert into an error message. This is commonly triggered when
Chris Lattner
2006-10-31
1
-1
/
+5
*
Lower jumptable to BR_JT. The legalizer can lower it to a BRIND or let the ta...
Evan Cheng
2006-10-30
1
-28
/
+7
[prev]
[next]