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
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
2013-07-08
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-40
/
+55
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-28
/
+9
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-131
/
+136
*
Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...
Owen Anderson
2013-05-09
1
-0
/
+15
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
Fix constant folding for one lane vector types. Constant folding one lane vec...
Silviu Baranga
2013-04-25
1
-1
/
+1
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-21
/
+23
*
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
1
-12
/
+16
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-2
/
+2
*
Fix PR10475
Michael Liao
2013-03-01
1
-1
/
+3
*
Fix spelling noticed by Duncan.
Chandler Carruth
2013-02-25
1
-3
/
+3
*
Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
2013-02-25
1
-0
/
+3
*
Move the SplatByte helper to APInt and generalize it a bit.
Benjamin Kramer
2013-02-20
1
-13
/
+3
*
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-04
1
-44
/
+115
*
When lowering memcpys to loads and stores, make sure we don't promote alignments
Lang Hames
2013-01-31
1
-0
/
+9
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-20
/
+10
*
Revert 172708.
Nadav Rotem
2013-01-20
1
-1
/
+3
*
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
1
-3
/
+1
*
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
2013-01-10
1
-2
/
+3
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-05
1
-4
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Support ppcf128 in SelectionDAG::getConstantFP
Hal Finkel
2012-12-30
1
-1
/
+2
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-6
/
+6
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-3
/
+3
*
Fix a logic bug in inline expansion of memcpy / memset with an overlapping
Evan Cheng
2012-12-12
1
-4
/
+5
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
1
-6
/
+7
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
1
-5
/
+5
*
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-12
1
-15
/
+21
*
Replace TargetLowering::isIntImmLegal() with
Evan Cheng
2012-12-11
1
-1
/
+5
*
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
1
-18
/
+64
*
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
1
-3
/
+7
*
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-06
1
-7
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-21
/
+21
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-4
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-6
/
+3
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
1
-63
/
+50
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-3
/
+6
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+4
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-4
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+4
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-3
/
+7
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-14
/
+14
*
Use dyn_cast instead of isa and cast.
Jakub Staszak
2012-09-30
1
-10
/
+8
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-5
/
+5
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-5
/
+5
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-3
/
+3
[next]