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
*
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
*
fix Generic/2006-10-29-Crash.ll
Chris Lattner
2006-10-29
1
-1
/
+9
*
Fix a load folding issue that Evan noticed: there is no need to export values
Chris Lattner
2006-10-29
1
-7
/
+17
*
split critical edges more carefully and intelligently. In particular, critical
Chris Lattner
2006-10-28
1
-4
/
+61
*
Split *all* critical edges before isel. This resolves issues with spill code
Chris Lattner
2006-10-28
1
-44
/
+8
*
Fix a bug in merged condition handling (CodeGen/Generic/2006-10-27-CondFoldin...
Chris Lattner
2006-10-27
1
-67
/
+110
*
remove debug code
Chris Lattner
2006-10-27
1
-2
/
+0
*
Codegen cond&cond with two branches. This compiles (f.e.) PowerPC/and-branch...
Chris Lattner
2006-10-27
1
-15
/
+35
*
Turn conditions like x<Y|z==q into multiple blocks.
Chris Lattner
2006-10-27
1
-19
/
+185
*
For PR950:
Reid Spencer
2006-10-26
1
-24
/
+44
*
visitSwitchCase knows how to insert conditional branches well. Change
Chris Lattner
2006-10-24
1
-37
/
+8
*
Generalize CaseBlock a bit more:
Chris Lattner
2006-10-24
1
-57
/
+74
*
generalize 'CaseBlock'. It really allows any comparison to be inserted.
Chris Lattner
2006-10-24
1
-3
/
+2
*
Minor tweak. Instead of generating:
Chris Lattner
2006-10-23
1
-0
/
+13
*
Fix phi node updating for switches lowered to linear sequences of branches.
Chris Lattner
2006-10-22
1
-1
/
+13
*
disable this code for now, it's not yet safely updating phi nodes
Chris Lattner
2006-10-22
1
-3
/
+3
*
Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.ll
Chris Lattner
2006-10-22
1
-5
/
+44
*
For PR950:
Reid Spencer
2006-10-20
1
-34
/
+36
*
Partially in response to PR926: insert the newly created machine basic
Bill Wendling
2006-10-19
1
-8
/
+17
*
Pass AliasAnalysis thru to DAGCombiner.
Jim Laskey
2006-10-16
1
-2
/
+7
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-6
/
+6
*
Jimptables working again on alpha.
Andrew Lenharth
2006-10-11
1
-1
/
+5
*
add two helper methods.
Chris Lattner
2006-10-11
1
-1
/
+90
*
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-09
1
-7
/
+8
*
jump tables handle pic
Chris Lattner
2006-10-06
1
-5
/
+0
*
Make use of getStore().
Evan Cheng
2006-10-05
1
-12
/
+10
*
Fix some typos that can cause a flag value to have more than one use.
Evan Cheng
2006-10-04
1
-2
/
+2
*
refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me...
Chris Lattner
2006-09-28
1
-9
/
+20
*
Comments on JumpTableness
Andrew Lenharth
2006-09-26
1
-0
/
+3
*
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-24
1
-1
/
+2
*
PIC jump table entries are always 32-bit. This fixes PIC jump table support o...
Evan Cheng
2006-09-24
1
-5
/
+4
*
absolute addresses must match pointer size
Andrew Lenharth
2006-09-18
1
-1
/
+1
*
If LSR went through a lot of trouble to put constants (e.g. the addr of a global
Chris Lattner
2006-09-13
1
-0
/
+9
*
This code was trying too hard. By eliminating redundant edges in the CFG
Chris Lattner
2006-09-10
1
-6
/
+3
*
Implement the fpowi now by lowering to a libcall
Chris Lattner
2006-09-09
1
-0
/
+7
*
Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted
Chris Lattner
2006-09-07
1
-15
/
+32
*
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
1
-4
/
+4
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
minor changes.
Chris Lattner
2006-08-16
1
-4
/
+5
*
eliminate use of getNode that takes vector of valuetypes.
Chris Lattner
2006-08-14
1
-21
/
+22
*
Start eliminating temporary vectors used to create DAG nodes. Instead, pass
Chris Lattner
2006-08-08
1
-73
/
+53
*
Work around a GCC 3.3.5 bug noticed by a user.
Chris Lattner
2006-08-03
1
-1
/
+1
*
Final polish on machine pass registries.
Jim Laskey
2006-08-02
1
-8
/
+19
[next]