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
*
Remove the temporary option: -no-isel-fold-inflight
Evan Cheng
2006-04-28
1
-11
/
+0
*
TargetLowering::LowerArguments should return a VBIT_CONVERT of
Evan Cheng
2006-04-28
1
-16
/
+14
*
Added a temporary option -no-isel-fold-inflight to control whether a "inflight"
Evan Cheng
2006-04-28
1
-1
/
+12
*
Insert a VBIT_CONVERT between a FORMAL_ARGUMENT node and its vector uses
Evan Cheng
2006-04-27
1
-3
/
+16
*
Don't forget return void.
Evan Cheng
2006-04-25
1
-0
/
+3
*
Fix the updating of the machine CFG when a PHI node was in a successor of
Nate Begeman
2006-04-23
1
-5
/
+10
*
Turn of jump tables for a bit, there are still some issues to work out with
Nate Begeman
2006-04-22
1
-1
/
+1
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-6
/
+138
*
The BFS scheduler is apparently nondeterminstic (causes many llvmgcc bootstrap
Chris Lattner
2006-04-21
1
-2
/
+5
*
Implement support for the formal_arguments node. To get this, targets should...
Chris Lattner
2006-04-12
1
-0
/
+119
*
Add code generator support for VSELECT
Chris Lattner
2006-04-08
1
-2
/
+8
*
Codegen shufflevector as VVECTOR_SHUFFLE
Chris Lattner
2006-04-08
1
-1
/
+13
*
Stub out shufflevector
Chris Lattner
2006-04-08
1
-0
/
+1
*
Make a vector live across blocks have the correct Vec type. This fixes
Chris Lattner
2006-04-05
1
-1
/
+9
*
Intrinsics that just load from memory can be treated like loads: they don't
Chris Lattner
2006-04-02
1
-4
/
+25
*
Add a new -view-legalize-dags command line option
Chris Lattner
2006-04-02
1
-2
/
+1
*
Prefer larger register classes over smaller ones when a register occurs in
Chris Lattner
2006-04-02
1
-7
/
+21
*
Make sure to pass enough values to phi nodes when we are dealing with
Chris Lattner
2006-03-31
1
-2
/
+10
*
Significantly improve handling of vectors that are live across basic blocks,
Chris Lattner
2006-03-31
1
-46
/
+99
*
Bug fixes: handle constantexpr insert/extract element operations
Chris Lattner
2006-03-29
1
-16
/
+6
*
More bulletproofing of llvm.dbg.declare.
Jim Laskey
2006-03-28
1
-1
/
+1
*
Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va...
Chris Lattner
2006-03-28
1
-2
/
+8
*
Reactivate llvm.dbg.declare.
Jim Laskey
2006-03-27
1
-1
/
+0
*
Disable dbg_declare, it currently breaks the CFE build
Chris Lattner
2006-03-27
1
-0
/
+1
*
SelectionDAGISel can now natively handle Switch instructions, in the same
Nate Begeman
2006-03-27
1
-37
/
+272
*
Bullet proof against undefined args produced by upgrading ols-style debug info.
Jim Laskey
2006-03-26
1
-4
/
+5
*
fix inverted conditional
Chris Lattner
2006-03-24
1
-2
/
+2
*
Rename for truth in advertising.
Jim Laskey
2006-03-24
1
-2
/
+2
*
Lower target intrinsics into an INTRINSIC node
Chris Lattner
2006-03-24
1
-4
/
+80
*
Handle new forms of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-24
/
+69
*
Fix a typo
Chris Lattner
2006-03-22
1
-1
/
+1
*
Implement simple support for vector casting. This can currently only handle
Chris Lattner
2006-03-22
1
-43
/
+21
*
add some trivial support for extractelement.
Chris Lattner
2006-03-21
1
-1
/
+9
*
Add a hacky workaround for crashes due to vectors live across blocks.
Chris Lattner
2006-03-21
1
-0
/
+26
*
implement basic support for INSERT_VECTOR_ELT.
Chris Lattner
2006-03-19
1
-22
/
+4
*
Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow*BUI...
Chris Lattner
2006-03-19
1
-4
/
+4
*
implement vector.ll:test_undef
Chris Lattner
2006-03-19
1
-7
/
+18
*
Change the structure of lowering vector stuff. Note: This breaks some
Chris Lattner
2006-03-18
1
-52
/
+47
*
Remove BRTWOWAY*
Nate Begeman
2006-03-17
1
-4
/
+4
*
Fix a problem fully scalarizing values.
Chris Lattner
2006-03-16
1
-1
/
+4
*
Add support for CopyFromReg from vector values. Note: this doesn't support
Chris Lattner
2006-03-16
1
-104
/
+119
*
Teach CreateRegForValue how to handle vector types.
Chris Lattner
2006-03-16
1
-23
/
+53
*
add support for vector->vector casts
Chris Lattner
2006-03-15
1
-33
/
+77
*
Handle the removal of the debug chain.
Jim Laskey
2006-03-13
1
-4
/
+4
*
Added a parameter to control whether Constant::getStringValue() would chop
Evan Cheng
2006-03-10
1
-1
/
+1
*
scrape out bits of llvm-db
Chris Lattner
2006-03-10
1
-9
/
+0
*
Simplify the interface to the schedulers, to not pass the selected heuristicin.
Chris Lattner
2006-03-10
1
-1
/
+15
*
remove dbg_declare, it's not used yet.
Chris Lattner
2006-03-09
1
-4
/
+0
*
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
Jim Laskey
2006-03-08
1
-19
/
+1
*
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-08
1
-5
/
+3
[next]