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
/
Target
/
X86
/
X86CallLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-1
/
+1
*
[GISel][CallLowering] Make isIncomingArgumentHandler a pure virtual method
Quentin Colombet
2019-10-18
1
-0
/
+2
*
[GlobalISel][CallLowering] Add support for splitting types according to calli...
Amara Emerson
2019-09-03
1
-3
/
+4
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
GlobalISel: pack various parameters for lowerCall into a struct.
Tim Northover
2019-08-09
1
-19
/
+17
*
[GlobalISel][CallLowering] Rename isArgumentHandler() -> isIncomingArgumentHa...
Amara Emerson
2019-08-05
1
-1
/
+1
*
GlobalISel: support swiftself attribute
Tim Northover
2019-08-02
1
-0
/
+1
*
[GISel] Pass MD_callees metadata down in call lowering.
Mark Lacey
2019-07-31
1
-1
/
+2
*
[GlobalISel] Accept multiple vregs for lowerCall's args
Diana Picus
2019-06-27
1
-1
/
+3
*
[GlobalISel] Accept multiple vregs for lowerCall's result
Diana Picus
2019-06-27
1
-1
/
+2
*
[GlobalISel] Accept multiple vregs in lowerFormalArgs
Diana Picus
2019-06-27
1
-5
/
+5
*
[GlobalISel] Allow multiple VRegs in ArgInfo. NFC
Diana Picus
2019-06-27
1
-5
/
+9
*
GlobalISel: Remove unsigned variant of SrcOp
Matt Arsenault
2019-06-24
1
-11
/
+11
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-8
/
+8
*
[GlobalISel][AArch64] Allow CallLowering to handle types which are normally
Amara Emerson
2019-04-09
1
-0
/
+2
*
GlobalISel: Fix creating MMOs with align 0
Matt Arsenault
2019-01-31
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Deduplicate static calling convention helpers for code size, NFC
Reid Kleckner
2019-01-19
1
-2
/
+0
*
[GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per V...
Alexander Ivchenko
2018-08-02
1
-17
/
+24
*
[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
*
[GISel]: Don't assert when constraining RegisterOperands which are uses.
Aditya Nandakumar
2018-02-26
1
-2
/
+1
*
[GlobalISel][X86] Fixing failures after https://reviews.llvm.org/D37775
Alexander Ivchenko
2018-02-08
1
-2
/
+38
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[GISel]: Fix generation of illegal COPYs during CallLowering
Aditya Nandakumar
2017-10-09
1
-6
/
+24
*
[X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-10-05
1
-19
/
+34
*
[GlobalISel][X86] Support variadic function call.
Igor Breger
2017-08-30
1
-4
/
+26
*
[GlobalISel][X86] LowerCall, for now don't handel ByValue function arguments.
Igor Breger
2017-08-21
1
-0
/
+5
*
[GlobalISel][X86] Support call ABI.
Igor Breger
2017-08-20
1
-13
/
+167
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
[GlobalISel][X86] For now don't handle not trivial function arguments lowering.
Igor Breger
2017-07-05
1
-1
/
+11
*
[GlobalISel][X86] Allow graceful fallback for struct/array argument/return va...
Igor Breger
2017-07-05
1
-10
/
+25
*
[GlobalISel][X86] Lower FormalArgument/Ret using G_MERGE_VALUES/G_UNMERGE_VAL...
Igor Breger
2017-04-24
1
-20
/
+8
*
[GlobalISel][X86] Support G_STORE/G_LOAD operation
Igor Breger
2017-03-23
1
-1
/
+3
*
[GlobalISel][X86] clang-format. NFC
Igor Breger
2017-03-23
1
-9
/
+8
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-1
/
+1
*
Recommit: [globalisel] Change LLT constructor string into an LLT-based object...
Daniel Sanders
2017-03-07
1
-2
/
+3
*
Revert r297177: Change LLT constructor string into an LLT-based object ...
Daniel Sanders
2017-03-07
1
-3
/
+2
*
[globalisel] Change LLT constructor string into an LLT-based object that know...
Daniel Sanders
2017-03-07
1
-2
/
+3
*
GlobalISel: restrict G_EXTRACT instruction to just one operand.
Tim Northover
2017-03-06
1
-8
/
+17
*
Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...
Daniel Sanders
2017-02-28
1
-3
/
+2
*
[globalisel] Change LLT constructor string into an LLT subclass that knows ho...
Daniel Sanders
2017-02-28
1
-2
/
+3
*
[X86][GlobalISel] Add limited ret lowering support to the IRTranslator.
Igor Breger
2017-02-06
1
-14
/
+105
*
[X86][GlobalISel] Add limited argument lowering support to the IRTranslator.
Igor Breger
2017-01-29
1
-2
/
+71
*
[X86][GlobalISel] Add minimal call lowering support to the IRTranslator
Zvi Rackover
2016-11-15
1
-0
/
+46