summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/InlineAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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