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
*
[DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property
Mikael Holmen
2018-06-21
1
-11
/
+4
*
[SelectionDAG] Don't crash on inline assembly errors when the inline assembly...
Craig Topper
2018-06-20
1
-2
/
+11
*
[WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn
2018-05-31
1
-3
/
+15
*
DAG: Remove redundant version of getRegisterTypeForCallingConv
Matt Arsenault
2018-05-29
1
-4
/
+4
*
[WebAssembly] Add functions for EHScopes
Heejin Ahn
2018-05-23
1
-1
/
+9
*
[DAG] propagate FMF for all FPMathOperators
Sanjay Patel
2018-05-15
1
-12
/
+22
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-39
/
+45
*
[DAG] add convenience function to propagate FMF; NFC
Sanjay Patel
2018-05-11
1
-7
/
+1
*
[DAG] clean up flag propagation for binops; NFCI
Sanjay Patel
2018-05-11
1
-35
/
+21
*
[DAG] reduce code duplication; NFCI
Sanjay Patel
2018-05-11
1
-8
/
+7
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-2
/
+1
*
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
Shiva Chen
2018-05-09
1
-0
/
+10
*
Fast Math Flag mapping into SDNode
Michael Berg
2018-05-04
1
-1
/
+2
*
[SelectionDAG] Refactor code by adding RegsForValue::getRegsAndSizes(). NFCI
Bjorn Pettersson
2018-05-04
1
-40
/
+40
*
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
[next]