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
/
IR
/
Attributes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Use a reference in a range-based for
Mark de Wever
2019-12-17
1
-18
/
+18
*
[Alignment][NFC] Use MaybeAlign in AttrBuilder
Guillaume Chatelet
2019-10-22
1
-5
/
+7
*
[Alignment][NFC] Attributes use Align/MaybeAlign
Guillaume Chatelet
2019-10-22
1
-21
/
+18
*
[Alignment] Migrate Attribute::getWith(Stack)Alignment
Guillaume Chatelet
2019-10-15
1
-11
/
+8
*
[LLVM][Alignment] Introduce Alignment In Attributes
Guillaume Chatelet
2019-08-06
1
-15
/
+19
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-0
/
+2
*
Extend function attributes bitset size from 64 to 96.
Evgeniy Stepanov
2019-07-13
1
-5
/
+12
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
1
-0
/
+2
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-0
/
+2
*
[Attr] Add "willreturn" function attribute
Johannes Doerfert
2019-06-27
1
-0
/
+2
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-5
/
+111
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-104
/
+4
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-4
/
+104
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-0
/
+2
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
1
-2
/
+0
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Inliner] Modify the merging of min-legal-vector-width attribute to better ha...
Craig Topper
2018-11-29
1
-12
/
+16
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-2
/
+2
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-0
/
+2
*
[Inline] Copy "null-pointer-is-valid" attribute in caller.
Manoj Gupta
2018-07-30
1
-0
/
+9
*
[Inliner] Teach inliner to merge 'min-legal-vector-width' function attribute
Craig Topper
2018-07-24
1
-0
/
+27
*
[ADT] Make escaping fn conform to coding guidelines
Jonas Devlieghere
2018-05-31
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-7
/
+7
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[Attributes] Fix a bug in AttributeList::get so it can handle a mix of Functi...
Craig Topper
2018-04-16
1
-0
/
+4
*
[IR] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-1
/
+1
*
Add the ShadowCallStack attribute
Vlad Tsyrklevich
2018-04-03
1
-0
/
+2
*
[IR] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
Eugene Zelenko
2018-03-30
1
-44
/
+43
*
[SimplifyCFG] Create attribute for fuzzing-specific optimizations.
Matt Morehouse
2018-03-22
1
-0
/
+2
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
1
-0
/
+2
*
[Attributes] Fix crash when attempting to remove alignment from an attribute ...
Daniel Neilson
2018-01-17
1
-24
/
+23
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
1
-0
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-3
/
+3
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-3
/
+3
*
Silence MSVC warnings about unsigned wrapping without UB
Reid Kleckner
2017-10-11
1
-7
/
+5
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-0
/
+2
*
Define behavior of "stack-probe-size" attribute when inlining.
whitequark
2017-06-22
1
-2
/
+28
*
Add a "probe-stack" attribute
whitequark
2017-06-21
1
-0
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[IR] Add additional addParamAttr/removeParamAttr to AttributeList API
Reid Kleckner
2017-05-31
1
-17
/
+24
*
Fix assertion when merging multiple empty AttributeLists
Reid Kleckner
2017-05-31
1
-0
/
+4
*
Silence MSVC warning about unsigned integer overflow, which has defined behavior
Reid Kleckner
2017-05-23
1
-1
/
+3
*
[IR] Switch AttributeList to use an array for O(1) access
Reid Kleckner
2017-05-23
1
-229
/
+165
*
Fix off-by-one bug in AttributeList::addAttributes index handling
Reid Kleckner
2017-05-19
1
-1
/
+1
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-05-15
1
-2
/
+4
*
[IR] Allow attributes with global variables
Javed Absar
2017-05-11
1
-0
/
+66
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-2
/
+2
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
1
-26
/
+17
[next]