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
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
Use SelectionDAG.getSplatBuildVector helper. NFCI.
Simon Pilgrim
2016-12-09
1
-6
/
+5
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-9
/
+9
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-9
/
+9
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-9
/
+9
*
DAG: Ignore call site attributes when emitting target intrinsic
Matt Arsenault
2016-11-21
1
-2
/
+6
*
[CodeGen] Pass references, not pointers, to MMI helpers. NFC.
Ahmed Bougacha
2016-11-16
1
-2
/
+2
*
Add -O0 support for @llvm.invariant.group.barrier by discarding it if it gets...
Richard Smith
2016-11-07
1
-0
/
+1
*
Expandload and Compressstore intrinsics
Elena Demikhovsky
2016-11-03
1
-17
/
+67
*
Switch lowering: improve partitioning of jump tables
Evandro Menezes
2016-10-25
1
-14
/
+31
*
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...
Konstantin Zhuravlyov
2016-10-15
1
-3
/
+3
*
Create llvm.addressofreturnaddress intrinsic
Albert Gutowski
2016-10-12
1
-0
/
+4
*
DAG: Setting Masked-Expand-Load as a variant of Masked-Load node
Elena Demikhovsky
2016-10-09
1
-1
/
+1
*
swifterror: Don't compute swifterror vregs during instruction selection
Arnold Schwaighofer
2016-10-07
1
-52
/
+23
*
Add support to optionally limit the size of jump tables.
Evandro Menezes
2016-09-26
1
-12
/
+26
*
Disable tail calls if there is an swifterror argument
Arnold Schwaighofer
2016-09-21
1
-0
/
+5
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-3
/
+3
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-12
/
+6
*
[SDAGBuilder] Don't create a binary tree for switches in minsize mode
James Molloy
2016-09-08
1
-1
/
+2
*
[SelectionDAGBuilder] Add const to relevant places
Aditya Kumar
2016-09-01
1
-13
/
+13
*
[SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein
2016-09-01
1
-45
/
+63
*
Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Hal Finkel
2016-09-01
1
-12
/
+3
*
Reuse an SDLoc throughout a function. NFC.
Michael Kuperstein
2016-08-25
1
-18
/
+12
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+1
*
Fix bug in DAGBuilder for getelementptr with expanded vector.
Ayman Musa
2016-08-17
1
-1
/
+2
*
First commit (test commit) - Adding empty line.
Ayman Musa
2016-08-17
1
-0
/
+1
*
Local variables whose address is taken and passed on to a call are described
Wolfgang Pieb
2016-08-15
1
-4
/
+28
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[SelectionDAG] Refactor visitInlineAsm a bit. NFCI.
Diana Picus
2016-08-08
1
-151
/
+198
*
Recommitting r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-29
1
-0
/
+47
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-13
/
+12
*
Reverting r276771 due to MSan failures.
Andrew Kaylor
2016-07-27
1
-47
/
+0
*
Re-committing r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-26
1
-0
/
+47
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-34
/
+37
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-1
/
+1
*
Fix copy/paste bug in r275340.
Michael Kuperstein
2016-07-13
1
-1
/
+1
*
[DAG] Correctly chain masked loads
Michael Kuperstein
2016-07-13
1
-9
/
+8
*
Reverting r275284 due to platform-specific test failures
Andrew Kaylor
2016-07-13
1
-46
/
+0
*
Fix for Bug 26903, adds support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-13
1
-0
/
+46
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-1
/
+1
*
SelectionDAG: Avoid implicit iterator conversions in SelectionDAGBuilder, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-1
/
+2
*
[CodeGen] Make the code that detects a if a shuffle is really a concatenation...
Craig Topper
2016-07-04
1
-33
/
+41
*
[CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin...
Craig Topper
2016-07-01
1
-4
/
+3
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-0
/
+1
*
AMDGPU: Add convergent flag to INLINEASM instruction.
Wei Ding
2016-06-22
1
-0
/
+2
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
1
-3
/
+2
*
[SelectionDAG] Don't treat library calls specially if marked with nobuiltin.
Marcin Koscielnicki
2016-06-17
1
-2
/
+3
*
[SelectionDAG] Remove exit-on-error flag from test (PR27765)
Diana Picus
2016-06-14
1
-1
/
+3
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-37
/
+34
[next]