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
...
*
Reapply "[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)"
Bjorn Pettersson
2018-05-03
1
-6
/
+42
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-1
/
+1
*
Revert "[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)"
Martin Storsjo
2018-05-03
1
-31
/
+6
*
[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)
Bjorn Pettersson
2018-05-02
1
-6
/
+31
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
[SelectionDAG] Improve selection of DBG_VALUE using a PHI node result
Bjorn Pettersson
2018-04-30
1
-0
/
+13
*
[SelectionDAG] Refactor lowering of atomic memory intrinsics.
Daniel Neilson
2018-04-23
1
-91
/
+28
*
[XRay] Typed event logging intrinsic
Keith Wyss
2018-04-17
1
-0
/
+35
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-9
/
+9
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[SelectionDAG] Support multiple dangling debug info for one value
Bjorn Pettersson
2018-03-21
1
-49
/
+46
*
[SelectionDAGBuilder] Replace deprecated calls to MemoryIntrinsic::getAlignme...
Daniel Neilson
2018-03-13
1
-9
/
+10
*
[SelectionDAG] Improve handling of dangling debug info
Bjorn Pettersson
2018-03-12
1
-21
/
+66
*
Use branch funnels for virtual calls when retpoline mitigation is enabled.
Peter Collingbourne
2018-03-09
1
-0
/
+54
*
[CodeGen] fix argument attribute in lowering statepoint/patchpoint
Than McIntosh
2018-03-01
1
-1
/
+1
*
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
[prev]
[next]