summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/InlineAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SVE][Inline-Asm] Add constraints for SVE predicate registersKerry McLaughlin2019-09-161-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-16/+16
* [inlineasm] Fix crash when number of matched input constraint operands overfl...Daniil Fukalov2017-10-251-0/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-4/+0
* [IR] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-171-25/+24
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [InlineAsm] Avoid creating extra string instances in ConstraintInfo::Parse()Alexander Potapenko2016-05-231-4/+4
* Fix SEGV in InlineAsm::ConstraintInfo::Parse.Karl Schimpf2015-09-031-1/+2
* Fix SEGV in InlineAsm::ConstraintInfo::Parse.Karl Schimpf2015-09-031-1/+2
* [opaque pointer type] Avoid using pointee types to retrieve InlineAsm's funct...David Blaikie2015-07-281-12/+11
* Silence sign compare warning. NFC.Benjamin Kramer2015-03-291-1/+2
* [inline asm] Don't reject duplicated matching constraintsBenjamin Kramer2015-03-291-1/+2
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-1/+1
* Reformat (and remove some tabs) to make debugging this code aEric Christopher2015-02-101-4/+7
* [inline asm] Add a check in InlineAsm::ConstraintInfo::Parse to make sure '{'Akira Hatanaka2014-09-051-0/+4
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-1/+1
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-111-10/+0
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+295
OpenPOWER on IntegriCloud