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
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[SelectionDAG] Make sorting predicate stronger to remove non-determin...
Mandeep Singh Grang
2017-11-20
1
-9
/
+4
*
[SelectionDAG] Make sorting predicate stronger to remove non-deterministic or...
Mandeep Singh Grang
2017-11-20
1
-4
/
+9
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-4
/
+4
*
[X86] Don't remove sign extend of gather/scatter indices during SelectionDAGB...
Craig Topper
2017-11-16
1
-7
/
+0
*
Fix pointer EVT in SelectionDAGBuilder::visitAlloca
Yaxun Liu
2017-11-16
1
-9
/
+7
*
[CodeGen] Fix the branch probability assertion in r318202
Rong Xu
2017-11-16
1
-2
/
+4
*
[CodeGen] Peel off the dominant case in switch statement in lowering
Rong Xu
2017-11-14
1
-2
/
+88
*
CodeGen: Fix TargetLowering::LowerCallTo for sret value type
Yaxun Liu
2017-11-14
1
-1
/
+1
*
[SelectionDAG] Make getUniformBase in SelectionDAGBuilder fail if any of the ...
Craig Topper
2017-11-10
1
-4
/
+5
*
[SelectionDAG] Teach SelectionDAGBuilder's getUniformBase for gather/scatter ...
Craig Topper
2017-11-10
1
-2
/
+9
*
[WebAssembly] Fix stack offsets of return values from call lowering.
Jatin Bhateja
2017-11-10
1
-2
/
+2
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-1
/
+2
*
Handle inlined variables in SelectionDAGBuilder::EmitFuncArgumentDbgValue().
Adrian Prantl
2017-11-08
1
-6
/
+0
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
[SelectionDAG] Fix typo in comment. NFC
Craig Topper
2017-11-07
1
-1
/
+1
*
Make DIExpression::createFragmentExpression() return an Optional.
Adrian Prantl
2017-11-07
1
-2
/
+4
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-5
/
+5
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
Create instruction classes for identifying any atomicity of memory intrinsic....
Daniel Neilson
2017-10-30
1
-4
/
+3
*
Fix buildbot breakage
George Burgess IV
2017-10-23
1
-0
/
+1
*
Don't crash when we see unallocatable registers in clobbers
George Burgess IV
2017-10-23
1
-6
/
+17
*
[TargetLowering] Correctly track NumFixedArgs field of CallLoweringInfo
Alex Bradbury
2017-10-11
1
-0
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-27
1
-75
/
+95
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
1
-19
/
+29
*
[SelectionDAG] Pick correct frame index in LowerArguments
Bjorn Pettersson
2017-09-21
1
-2
/
+10
*
Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....
Daniel Jasper
2017-09-21
1
-29
/
+19
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
1
-19
/
+29
*
Fix a crash when emitting debug info for multi-reg function arguments
Adrian Prantl
2017-09-08
1
-14
/
+18
*
Add llvm.codeview.annotation to implement MSVC __annotation
Reid Kleckner
2017-09-05
1
-0
/
+12
*
SelectionDAG: Emit correct debug info for multi-register function arguments.
Adrian Prantl
2017-08-30
1
-0
/
+21
*
Add ‘llvm.experimental.constrained.fma‘ Intrinsic.
Wei Ding
2017-08-24
1
-2
/
+11
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-0
/
+2
*
Improve line debug info when translating a CaseBlock to SDNodes.
Adrian Prantl
2017-08-17
1
-7
/
+7
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-3
/
+3
*
Reduce variable scope by moving declaration into if clause
David Blaikie
2017-08-09
1
-8
/
+8
*
[DebugInfo] Don't turn dbg.declare into DBG_VALUE for static allocas
Reid Kleckner
2017-08-01
1
-0
/
+7
*
[SelectionDAG][mips] Fix PR33883
Simon Dardis
2017-07-31
1
-15
/
+24
*
Remove the unused offset from DBG_VALUE (NFC)
Adrian Prantl
2017-07-28
1
-1
/
+1
*
Remove the unused dbg.value offset from SelectionDAG (NFC)
Adrian Prantl
2017-07-28
1
-24
/
+19
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-2
/
+2
*
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. ...
Peter Collingbourne
2017-07-26
1
-3
/
+2
*
[TargetLowering] Add hook for adding target MMO flags when doing ISel.
Geoff Berry
2017-07-13
1
-0
/
+2
*
Add element atomic memset intrinsic
Daniel Neilson
2017-07-12
1
-0
/
+39
*
Add element atomic memmove intrinsic
Daniel Neilson
2017-07-12
1
-0
/
+38
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-9
/
+9
*
Handle ConstantExpr correctly in SelectionDAGBuilder
Simon Pilgrim
2017-07-09
1
-4
/
+16
*
Fix libcall expansion creating DAG nodes with invalid type post type legaliza...
Vadim Chugunov
2017-07-05
1
-0
/
+17
*
[SelectionDAGBuilder] Use EVT::getVectorVT instead of MVT::getVectorVT to pre...
Craig Topper
2017-07-01
1
-1
/
+1
*
[Atomics] Rename and change prototype for atomic memcpy intrinsic
Daniel Neilson
2017-06-16
1
-14
/
+10
*
Fold variable into assert.
Benjamin Kramer
2017-06-15
1
-2
/
+1
[next]