aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/InlineAsm.cpp
AgeCommit message (Expand)Author
2006-02-23Parse the %*# constraint modifiersChris Lattner
2006-02-02validate matching constraints and remember when we see them.Chris Lattner
2006-02-01Fix VC++ compilation error.Jeff Cohen
2006-02-01Beef up the interface to inline asm constraint parsing, making it more genera...Chris Lattner
2006-01-26add method for constraint parsingChris Lattner
2006-01-26parse and verify the constraint string.Chris Lattner
2006-01-25Print InlineAsm objectsChris Lattner
2006-01-25Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner
2006-01-24Initial checkin of the InlineAsm classChris Lattner