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
/
LegalizeDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-39
/
+5
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-2
/
+1
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-21
/
+15
*
Remove now unused Context variables.
Benjamin Kramer
2009-07-29
1
-1
/
+0
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-1
/
+1
*
Return ConstantVector to 2.5 API.
Owen Anderson
2009-07-28
1
-1
/
+1
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-1
/
+1
*
Add support for promoting SETCC operations.
Jakob Stoklund Olesen
2009-07-24
1
-5
/
+7
*
Make promotion in operation legalization for SETCC work correctly.
Eli Friedman
2009-07-17
1
-23
/
+5
*
Move a few more convenience factory functions from Constant to LLVMContext.
Owen Anderson
2009-07-15
1
-3
/
+5
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-1
/
+2
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-16
/
+16
*
Implement support for promotion of AND/OR/XOR on integer types.
Jakob Stoklund Olesen
2009-07-12
1
-8
/
+19
*
Fix types in PromoteNode handling of CTPOP and friends.
Jakob Stoklund Olesen
2009-07-12
1
-3
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-13
/
+13
*
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Torok Edwin
2009-07-11
1
-4
/
+4
*
Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned
Eli Friedman
2009-07-09
1
-1
/
+5
*
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
1
-11
/
+17
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
1
-2
/
+2
*
This increases the maximum for MVT::LAST_VALUETYPE
David Greene
2009-06-24
1
-1
/
+1
*
Add some generic expansion logic for SMULO and UMULO. Fixes UMULO
Eli Friedman
2009-06-16
1
-0
/
+47
*
Slightly generalize the code that handles shuffles of consecutive loads
Eli Friedman
2009-06-07
1
-78
/
+37
*
Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal
Eli Friedman
2009-06-06
1
-17
/
+1
*
Factor out a couple of helpers.
Eli Friedman
2009-06-06
1
-78
/
+101
*
Re-commit r72514 and r72516 with a fixed version of BR_CC lowering.
Eli Friedman
2009-05-28
1
-87
/
+38
*
Temporarily revert r72514 (and dependent patch r72516). It was causing this
Bill Wendling
2009-05-28
1
-36
/
+87
*
Remove a couple of useless functions.
Eli Friedman
2009-05-28
1
-34
/
+6
*
Remove special cases for more opcodes.
Eli Friedman
2009-05-28
1
-65
/
+42
*
Remove special case for SETCC opcode; add some comments explaining why
Eli Friedman
2009-05-28
1
-73
/
+63
*
Some minor cleanups.
Eli Friedman
2009-05-28
1
-54
/
+30
*
Minor cleanups; add a better explanation for the issue with
Eli Friedman
2009-05-27
1
-23
/
+10
*
Remove more special cases for opcodes.
Eli Friedman
2009-05-27
1
-310
/
+201
*
Remove special cases for more opcodes.
Eli Friedman
2009-05-27
1
-205
/
+120
*
Removing more special cases from LegalizeDAG.
Eli Friedman
2009-05-27
1
-191
/
+78
*
Eliminate more special cases for opcodes.
Eli Friedman
2009-05-27
1
-192
/
+105
*
Remove more special cases from LegalizeDAG.
Eli Friedman
2009-05-27
1
-210
/
+145
*
Remove unused argument.
Eli Friedman
2009-05-27
1
-11
/
+6
*
Remove more opcode special cases.
Eli Friedman
2009-05-27
1
-159
/
+70
*
Start of refactoring LegalizeDAG so that we don't need specialized
Eli Friedman
2009-05-27
1
-1185
/
+363
*
Delete a bunch of dead code from LegalizeDAG.
Eli Friedman
2009-05-26
1
-3667
/
+29
*
Minor improvement to FCOPYSIGN to use BIT_CONVERT in cases where the
Eli Friedman
2009-05-24
1
-10
/
+24
*
Rewrite ISD::FCOPYSIGN lowering to never use i64. Not really ideal, but
Eli Friedman
2009-05-24
1
-30
/
+21
*
Remove checks of getTypeAction from LegalizeOp; we already assert that
Eli Friedman
2009-05-24
1
-503
/
+105
*
Disable type legalization in LegalizeDAG.
Eli Friedman
2009-05-24
1
-94
/
+39
*
Fix a bug in the expansion of EXTRACT_SUBVECTOR in
Eli Friedman
2009-05-23
1
-1
/
+2
*
Add a proper implementation of EXTRACT_SUBVECTOR legalization that
Eli Friedman
2009-05-23
1
-19
/
+42
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-1
/
+1
*
When scalarizing a vector BITCAST, check whether the operand has vector
Dan Gohman
2009-05-11
1
-1
/
+2
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
1
-1
/
+1
*
Properly expand libcalls for urem / srem. Also make code more straightforward.
Anton Korobeynikov
2009-05-08
1
-29
/
+40
[next]