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
...
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-7
/
+6
*
[SelectionDAG]: Ignore "returned" in the presence of an implicit sret.
Dan Gohman
2018-01-30
1
-2
/
+4
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
1
-1
/
+1
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-0
/
+4
*
[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...
Daniel Neilson
2018-01-12
1
-6
/
+9
*
[SelectionDAG][X86] Explicitly store the scale in the gather/scatter ISD nodes
Craig Topper
2018-01-10
1
-7
/
+15
*
[SelectionDAGBuilder] Chain prefetches less aggressively.
Jonas Paulsson
2018-01-10
1
-7
/
+13
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-6
/
+6
*
Fix unused variable in non-assert builds
Matthias Braun
2017-12-15
1
-2
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-12
/
+10
*
EmitFuncArgumentDbgValue: Prefer stack slots over registers for stack arguments
Adrian Prantl
2017-12-14
1
-7
/
+7
*
TLI: Allow using PSV for intrinsic mem operands
Matt Arsenault
2017-12-14
1
-1
/
+3
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
1
-1
/
+1
*
DAG: Expose all MMO flags in getTgtMemIntrinsic
Matt Arsenault
2017-12-14
1
-8
/
+6
*
Relax unaligned access assertion when type is byte aligned
Dylan McKay
2017-12-09
1
-1
/
+2
*
Re-commit r319490 "XOR the frame pointer with the stack cookie when protectin...
Hans Wennborg
2017-12-05
1
-4
/
+9
*
Revert r319490 "XOR the frame pointer with the stack cookie when protecting t...
Hans Wennborg
2017-12-04
1
-9
/
+4
*
CodeGen: Fix SelectionDAGISel::LowerArguments for sret addr space
Yaxun Liu
2017-12-03
1
-7
/
+13
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-5
/
+5
*
XOR the frame pointer with the stack cookie when protecting the stack
Reid Kleckner
2017-11-30
1
-4
/
+9
*
DAG: Add nuw when splitting loads and stores
Matt Arsenault
2017-11-29
1
-11
/
+4
*
[SelectionDAG] Make sorting predicate stronger to remove non-deterministic or...
Mandeep Singh Grang
2017-11-28
1
-4
/
+11
*
Use getStoreSize() in various places instead of 'BitSize >> 3'.
Jonas Paulsson
2017-11-28
1
-2
/
+2
*
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
[prev]
[next]