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
*
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
*
Fix PR11985
Michael Liao
2012-09-12
1
-3
/
+8
*
Fix constant folding through bitcasts by no longer relying on undefined behav...
Kristof Beyls
2012-09-12
1
-2
/
+2
*
Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().
Michael Ilseman
2012-09-10
1
-0
/
+18
*
whitespace
Michael Ilseman
2012-09-10
1
-10
/
+10
*
Fix an assertion failure when optimising a shufflevector incorrectly into con...
James Molloy
2012-09-10
1
-10
/
+6
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-0
/
+2
*
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
1
-18
/
+23
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-3
/
+2
*
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
1
-0
/
+18
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
1
-0
/
+25
*
Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...
Pete Cooper
2012-07-30
1
-0
/
+22
*
Replace some explicit compare loops with std::equal.
Benjamin Kramer
2012-07-19
1
-7
/
+1
*
Make ComputeDemandedBits return a deterministic result when computing an Asse...
Nadav Rotem
2012-07-16
1
-0
/
+1
*
Refactor the code that checks that all operands of a node are UNDEFs.
Nadav Rotem
2012-07-15
1
-0
/
+21
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-4
/
+4
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
1
-6
/
+12
*
Typo.
Chad Rosier
2012-05-21
1
-1
/
+1
*
Use dyn_cast instead of checking opcode and cast.
Jakub Staszak
2012-05-01
1
-2
/
+1
*
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
1
-55
/
+37
*
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...
Owen Anderson
2012-04-10
1
-1
/
+10
[next]