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
/
InlineAsm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SVE][Inline-Asm] Add constraints for SVE predicate registers
Kerry McLaughlin
2019-09-16
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-16
/
+16
*
[inlineasm] Fix crash when number of matched input constraint operands overfl...
Daniil Fukalov
2017-10-25
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-4
/
+0
*
[IR] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-17
1
-25
/
+24
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[InlineAsm] Avoid creating extra string instances in ConstraintInfo::Parse()
Alexander Potapenko
2016-05-23
1
-4
/
+4
*
Fix SEGV in InlineAsm::ConstraintInfo::Parse.
Karl Schimpf
2015-09-03
1
-1
/
+2
*
Fix SEGV in InlineAsm::ConstraintInfo::Parse.
Karl Schimpf
2015-09-03
1
-1
/
+2
*
[opaque pointer type] Avoid using pointee types to retrieve InlineAsm's funct...
David Blaikie
2015-07-28
1
-12
/
+11
*
Silence sign compare warning. NFC.
Benjamin Kramer
2015-03-29
1
-1
/
+2
*
[inline asm] Don't reject duplicated matching constraints
Benjamin Kramer
2015-03-29
1
-1
/
+2
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Reformat (and remove some tabs) to make debugging this code a
Eric Christopher
2015-02-10
1
-4
/
+7
*
[inline asm] Add a check in InlineAsm::ConstraintInfo::Parse to make sure '{'
Akira Hatanaka
2014-09-05
1
-0
/
+4
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-1
/
+1
*
Remove copy ctors that did the same thing as the default one.
Benjamin Kramer
2014-03-11
1
-10
/
+0
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+295