Cullen Rhodes
|
2033d5f034
[IntrinsicEmitter] Support scalable vectors in intrinsics
|
6 年之前 |
Jonas Devlieghere
|
114087caa6
[llvm] Migrate llvm::make_unique to std::make_unique
|
6 年之前 |
Fangrui Song
|
3228596b4c
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
|
6 年之前 |
Fangrui Song
|
32e092ad46
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
|
6 年之前 |
Sander de Smalen
|
cdca5bb4d5
Improve reduction intrinsics by overloading result value.
|
6 年之前 |
Sander de Smalen
|
b09333fe72
[IntrinsicEmitter] Extend argument overloading with forward references.
|
6 年之前 |
Tim Northover
|
ee9bd50401
IR: make getParamByValType Just Work. NFC.
|
6 年之前 |
Tim Northover
|
a8aa168ce3
Reapply: IR: add optional type to 'byval' function parameters
|
6 年之前 |
Tim Northover
|
3d26f10b85
Revert "IR: add optional type to 'byval' function parameters"
|
6 年之前 |
Tim Northover
|
aef2b1ac1a
IR: add optional type to 'byval' function parameters
|
6 年之前 |
Mandeep Singh Grang
|
40bcb88e84
[COFF, ARM64] Fix ABI implementation of struct returns
|
6 年之前 |
Xinliang David Li
|
a67600cb79
Add optional arg to profile count getters to filter
|
6 年之前 |
James Y Knight
|
9ec60d7d8f
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
|
6 年之前 |
James Y Knight
|
5be828a949
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
|
6 年之前 |
James Y Knight
|
8e4d96d7af
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
|
6 年之前 |
Simon Pilgrim
|
1b37325104
Fix indentation. NFCI.
|
6 年之前 |
Simon Pilgrim
|
7ce2f7c077
[IR] Match intrinsic parameter by scalar/vectorwidth
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Chandler Carruth
|
9f32dc98ef
[CallSite removal] Move the rest of IR implementation code away from
|
6 年之前 |
Mircea Trofin
|
4aeb7d033a
Make Function::getInstructionCount const
|
6 年之前 |
Alexander Richardson
|
47ff67b78d
Allow creating llvm::Function in non-zero address spaces
|
7 年之前 |
Fangrui Song
|
af7b1832a0
Remove trailing space
|
7 年之前 |
Manoj Gupta
|
c6da6867a1
llvm: Add support for "-fno-delete-null-pointer-checks"
|
7 年之前 |
Stefan Pintilie
|
3ea14f7d95
[Power9] Add __float128 builtins for Round To Odd
|
7 年之前 |
Reid Kleckner
|
af7c445dfa
[IR] Split Intrinsics.inc into enums and implementations
|
7 年之前 |
Jessica Paquette
|
849da555d2
Add remarks describing when a pass changes the IR instruction count of a module
|
7 年之前 |
Craig Topper
|
412df0bfa1
Fix a bunch of places where operator-> was used directly on the return from dyn_cast.
|
7 年之前 |
Adrian Prantl
|
26b584c691
Remove \brief commands from doxygen comments.
|
7 年之前 |
Nico Weber
|
ea0775ec4a
Rename Attributes.gen, Intrinsics.gen to Attributes.inc, Intrinsics.inc
|
7 年之前 |
Craig Topper
|
f137ed238d
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer.
|
7 年之前 |