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
...
*
[DAG] Fix incorrect alignment of ext load.
Nirav Dave
2016-09-22
1
-1
/
+1
*
[AVX-512] Don't lower CVTPD2PS intrinsics to ISD::FP_ROUND with an X86 roundi...
Craig Topper
2016-09-18
1
-1
/
+2
*
[X86][SSE] Improve recognition of uitofp conversions that can be performed as...
Simon Pilgrim
2016-09-18
1
-4
/
+0
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-3
/
+3
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-11
/
+9
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-7
/
+5
*
getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-18
/
+18
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-2
/
+4
*
[SelectionDAG] Add BUILD_VECTOR support to computeKnownBits and SimplifyDeman...
Simon Pilgrim
2016-09-08
1
-0
/
+20
*
[SelectionDAG] Simplify extract_subvector( insert_subvector ( Vec, In, Idx ),...
Simon Pilgrim
2016-09-06
1
-0
/
+6
*
Propagate TBAA info in SelectionDAG::getIndexedLoad
Krzysztof Parzyszek
2016-08-29
1
-1
/
+2
*
[SelectionDAG] Use a union of bitfield structs for SDNode::SubclassData.
Justin Lebar
2016-08-23
1
-43
/
+18
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-7
/
+7
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+2
*
Cleanup TransferDbgValues
Nirav Dave
2016-07-29
1
-2
/
+9
*
Fix DbgValue handling in SelectionDAG.
Nirav Dave
2016-07-28
1
-2
/
+3
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-21
/
+21
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-75
/
+57
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-9
/
+7
*
fix documentation comments; NFC
Sanjay Patel
2016-07-11
1
-42
/
+7
*
[DAG] make isConstantSplatVector() available to the rest of lowering
Sanjay Patel
2016-07-10
1
-0
/
+13
*
fix documentation comments; NFC
Sanjay Patel
2016-07-10
1
-11
/
+3
*
[CodeGen] Cleanup getVectorShuffle a bit to take advantage of its new ArrayRe...
Craig Topper
2016-07-01
1
-16
/
+16
*
[CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin...
Craig Topper
2016-07-01
1
-2
/
+4
*
[CodeGen] Make ShuffleVectorSDNode::commuteMask take a MutableArrayRef instea...
Craig Topper
2016-06-29
1
-1
/
+1
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-23
1
-7
/
+24
*
Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as ...
Peter Collingbourne
2016-06-23
1
-18
/
+1
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-22
1
-1
/
+18
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
1
-3
/
+3
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-1
/
+1
*
Revert "Preserve DebugInfo when replacing values in DAGCombiner"
Nirav Dave
2016-06-15
1
-18
/
+1
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-15
1
-1
/
+18
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-254
/
+230
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-3
/
+3
*
Simplify std::all_of predicate (to one line) by using llvm::all_of. NFCI.
Simon Pilgrim
2016-05-25
1
-2
/
+1
*
[SelectionDAG] Add smarts for BSWAP in computeKnownBits.
Chad Rosier
2016-05-25
1
-0
/
+6
*
[SelectionDAG] rename/move isKnownToBeAPowerOfTwo() from TargetLowering (NFC)
Sanjay Patel
2016-05-19
1
-0
/
+29
*
SDAG: Have SelectNodeTo replace uses if it CSE's instead of morphing a node
Justin Bogner
2016-05-11
1
-3
/
+7
*
[SelectionDAG] Added bitreverse(bitreverse(v)) --> v
Simon Pilgrim
2016-05-07
1
-0
/
+6
*
DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE.
Wolfgang Pieb
2016-05-02
1
-31
/
+37
*
Fix grammar and correct comment - the debug information wasn't incorrect, rat...
Eric Christopher
2016-05-02
1
-2
/
+2
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-2
/
+2
*
[CodeGen] Add getBuildVector and getSplatBuildVector helpers. NFCI.
Ahmed Bougacha
2016-04-26
1
-26
/
+12
*
[PR27390] [CodeGen] Reject indexed loads in CombinerDAG.
Marcin Koscielnicki
2016-04-25
1
-0
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[CodeGen] Remove constant-folding dead code. NFC.
Ahmed Bougacha
2016-04-12
1
-12
/
+4
*
[x86] use BMI 'andn' for logic + compare ops
Sanjay Patel
2016-04-09
1
-0
/
+4
*
Fix Load Control Dependence in MemCpy Generation
Nirav Dave
2016-04-08
1
-0
/
+1
*
Prevent X86ISelLowering from merging volatile loads
Nirav Dave
2016-03-31
1
-6
/
+6
[prev]
[next]