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
*
Update CodeGen to use hasMetadata as appropriate [NFC]
Philip Reames
2019-09-04
1
-7
/
+7
*
[CodeGen] Fix lowering for returning the result of an extractvalue
Dan Gohman
2019-08-30
1
-1
/
+1
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-0
/
+8
*
[SelectionDAGBuilder] Hide existence of ConstantDataVector vector from visitG...
Craig Topper
2019-08-27
1
-6
/
+5
*
[SelectionDAGBuilder] Fix typo in comment. NFC
Craig Topper
2019-08-27
1
-1
/
+1
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-2
/
+3
*
[TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen
2019-08-22
1
-1
/
+3
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-3
/
+4
*
Add ptrmask intrinsic
Florian Hahn
2019-08-15
1
-0
/
+11
*
[SelectionDAGBuilder] Teach gather/scatter getUniformBase to look through vec...
Craig Topper
2019-08-14
1
-2
/
+7
*
[SelectionDAG] Extend base addressing modes supported by MGATHER/MSCATTER
Cullen Rhodes
2019-08-06
1
-6
/
+14
*
[LLVM][Alignment] Introduce Alignment Type
Guillaume Chatelet
2019-08-05
1
-4
/
+4
*
Emit diagnostic if an inline asm constraint requires an immediate
Bill Wendling
2019-08-03
1
-7
/
+28
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-6
/
+5
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
1
-2
/
+2
*
[IPRA][ARM] Make use of the "returned" parameter attribute
Oliver Stannard
2019-07-22
1
-0
/
+2
*
DAG: Handle dbg_value for arguments split into multiple subregs
Matt Arsenault
2019-07-19
1
-23
/
+52
*
Basic codegen for MTE stack tagging.
Evgeniy Stepanov
2019-07-17
1
-0
/
+13
*
OpaquePtr: use byval accessor instead of inspecting pointer type. NFC.
Tim Northover
2019-07-11
1
-3
/
+2
*
OpaquePtr: add Type parameter to Loads analysis API.
Tim Northover
2019-07-09
1
-2
/
+4
*
[CodeGen] Make branch funnels pass the machine verifier
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
*
[SelectionDAG] Propagate alias metadata to target intrinsic nodes
James Molloy
2019-07-03
1
-4
/
+6
*
[SelectionDAG] Do minnum->minimum at legalization time instead of building time
Benjamin Kramer
2019-07-01
1
-16
/
+6
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-1
/
+1
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-1
/
+1
*
Change semantics of fadd/fmul vector reductions.
Sander de Smalen
2019-06-11
1
-8
/
+10
*
[FastISel] Skip creating unnecessary vregs for arguments
Francis Visoiu Mistrih
2019-06-10
1
-3
/
+2
*
Factor out SelectionDAG's switch analysis and lowering into a separate compon...
Amara Emerson
2019-06-08
1
-503
/
+29
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-0
/
+7
*
IR: make getParamByValType Just Work. NFC.
Tim Northover
2019-06-05
1
-2
/
+1
*
[SelectionDAG][FIX] Allow "returned" arguments to be bit-casted
Johannes Doerfert
2019-06-04
1
-2
/
+5
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-5
/
+13
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-13
/
+5
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-5
/
+13
*
[CodeGen] Add lrint/llrint builtins
Adhemerval Zanella
2019-05-28
1
-1
/
+5
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-2
/
+2
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-2
/
+2
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-2
/
+2
*
CodeGen: factor out swifterror value tracking.
Tim Northover
2019-05-24
1
-22
/
+14
*
[Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic
Leonard Chan
2019-05-21
1
-0
/
+8
*
[SelectionDAG] remove redundant code; NFCI
Sanjay Patel
2019-05-21
1
-6
/
+2
*
[SelectionDAGBuilder] Flush PendingExports before creating INLINEASM_BR node ...
Craig Topper
2019-05-20
1
-3
/
+11
*
[Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with ove...
Craig Topper
2019-05-20
1
-6
/
+4
*
[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
Guillaume Chatelet
2019-05-20
1
-140
/
+144
*
Revert "[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*"
Guillaume Chatelet
2019-05-20
1
-141
/
+137
*
[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
Guillaume Chatelet
2019-05-20
1
-137
/
+141
*
[CodeGen] Add lround/llround builtins
Adhemerval Zanella
2019-05-16
1
-0
/
+16
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
1
-1
/
+14
*
SelectionDAG: accommodate atomic floating stores.
Tim Northover
2019-05-10
1
-1
/
+4
*
Fix cppcheck operator precedence warning. NFCI.
Simon Pilgrim
2019-05-08
1
-2
/
+2
[next]