[WebAssembly] Implement a new algorithm for placing BLOCK markers
[oota-llvm.git] / lib / IR / InlineAsm.cpp
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-07-28 David Blaikie[opaque pointer type] Avoid using pointee types to...
2015-03-29 Benjamin KramerSilence sign compare warning. NFC.
2015-03-29 Benjamin Kramer[inline asm] Don't reject duplicated matching constraints
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-02-10 Eric ChristopherReformat (and remove some tabs) to make debugging this...
2014-09-05 Akira Hatanaka[inline asm] Add a check in InlineAsm::ConstraintInfo...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.