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
...
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-5
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-28
/
+28
*
Fold shift by size larger than type size to undef
Nate Begeman
2005-04-12
1
-8
/
+1
*
Emit BRCONDTWOWAY when possible.
Chris Lattner
2005-04-09
1
-7
/
+6
*
transform fabs/fabsf calls into FABS nodes.
Chris Lattner
2005-04-02
1
-29
/
+39
*
Turn -0.0 - X -> fneg
Chris Lattner
2005-04-02
1
-1
/
+13
*
PCMarker support for DAG and Alpha
Andrew Lenharth
2005-03-31
1
-0
/
+6
*
Instead of setting up the CFG edges at selectiondag construction time, set
Chris Lattner
2005-03-30
1
-7
/
+15
*
Fix a bug that andrew noticed where we do not correctly sign/zero extend
Chris Lattner
2005-03-29
1
-4
/
+13
*
Change interface to LowerCallTo to take a boolean isVarArg argument.
Nate Begeman
2005-03-26
1
-3
/
+6
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-3
/
+3
*
Fix compilation errors with VS 2005, patch by Aaron Gray.
Misha Brukman
2005-02-17
1
-0
/
+3
*
Don't sink argument loads into loops or other bad places. This disables fold...
Chris Lattner
2005-02-17
1
-1
/
+8
*
Adjust to changes in SelectionDAG interface.
Chris Lattner
2005-01-23
1
-2
/
+2
*
Get this to work for 64-bit systems.
Chris Lattner
2005-01-22
1
-6
/
+11
*
Support targets that do not use i8 shift amounts.
Chris Lattner
2005-01-19
1
-0
/
+4
*
Teach legalize to promote copy(from|to)reg, instead of making the isel pass
Chris Lattner
2005-01-18
1
-21
/
+1
*
Allow setcc operations to have nonbool types.
Chris Lattner
2005-01-18
1
-2
/
+2
*
Non-volatile loads can be freely reordered against each other. This fixes
Chris Lattner
2005-01-17
1
-4
/
+38
*
Don't call SelectionDAG.getRoot() directly, go through a forwarding method.
Chris Lattner
2005-01-17
1
-21
/
+30
*
Implement a target independent optimization to codegen arguments only into
Chris Lattner
2005-01-17
1
-12
/
+69
*
Refactor code into a new method.
Chris Lattner
2005-01-17
1
-11
/
+22
*
add method stub
Chris Lattner
2005-01-16
1
-0
/
+5
*
Add support for promoted registers being live across blocks.
Chris Lattner
2005-01-16
1
-1
/
+22
*
Use the new TLI method to get this.
Chris Lattner
2005-01-16
1
-3
/
+1
*
Add support for targets that require promotions.
Chris Lattner
2005-01-16
1
-1
/
+6
*
Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators.
Chris Lattner
2005-01-15
1
-1
/
+0
*
Adjust to CopyFromReg changes, implement deletion of truncating/extending
Chris Lattner
2005-01-14
1
-1
/
+1
*
Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode.
Chris Lattner
2005-01-13
1
-2
/
+3
*
Don't forget the existing root.
Chris Lattner
2005-01-13
1
-4
/
+2
*
Codegen independent ops as being independent.
Chris Lattner
2005-01-13
1
-7
/
+21
*
Add an option to view the selection dags as they are generated.
Chris Lattner
2005-01-12
1
-0
/
+11
*
add an assertion, avoid creating copyfromreg/copytoreg pairs that are the
Chris Lattner
2005-01-11
1
-2
/
+5
*
Turn memset/memcpy/memmove into the corresponding operations.
Chris Lattner
2005-01-11
1
-52
/
+15
*
Handle static alloca arguments to PHI nodes.
Chris Lattner
2005-01-09
1
-3
/
+8
*
Use new interfaces to correctly lower varargs and return/frame address intrin...
Chris Lattner
2005-01-09
1
-25
/
+61
*
Add support for llvm.setjmp and longjmp. Only 3 SingleSource/UnitTests fail ...
Chris Lattner
2005-01-08
1
-1
/
+8
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-3
/
+4
*
Adjust to changes in LowerCAllTo interfaces
Chris Lattner
2005-01-08
1
-14
/
+27
*
Add support for FP->INT conversions and back.
Chris Lattner
2005-01-08
1
-17
/
+26
*
Implement support for long GEP indices on 32-bit archs and support for
Chris Lattner
2005-01-07
1
-3
/
+14
*
Fix handling of dead PHI nodes.
Chris Lattner
2005-01-07
1
-26
/
+30
*
Initial implementation of the SelectionDAGISel class. This contains most
Chris Lattner
2005-01-07
1
-0
/
+853
[prev]