Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ddb265b905cf83c44bfa0819c3a80dc13f29173f
/
llvm
/
lib
/
VMCore
/
InlineAsm.cpp
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
d92e71c
remove a dead annotation
by Chris Lattner
· 18 years ago
edf0788
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
by Christopher Lamb
· 18 years ago
14a5569
Reverting dtor devirtualization patch.
by Gordon Henriksen
· 18 years ago
3e5be66
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
by Gordon Henriksen
· 18 years ago
c48e2c3
represent indirect operands explicitly in inline asm strings.
by Chris Lattner
· 19 years ago
5113dc5
For PR780:
by Reid Spencer
· 19 years ago
5bd30fa
Add a virtual dtor to the InlineAsm class so that the principle method of
by Chris Lattner
· 19 years ago
de5a9f4
Parse the %*# constraint modifiers
by Chris Lattner
· 20 years ago
2f34a9e
validate matching constraints and remember when we see them.
by Chris Lattner
· 20 years ago
b24b66f
Fix VC++ compilation error.
by Jeff Cohen
· 20 years ago
7ed3101
Beef up the interface to inline asm constraint parsing, making it more general, useful, and easier to use.
by Chris Lattner
· 20 years ago
c981b8e
add method for constraint parsing
by Chris Lattner
· 20 years ago
8547e3a
parse and verify the constraint string.
by Chris Lattner
· 20 years ago
a2d810d
Print InlineAsm objects
by Chris Lattner
· 20 years ago
8bbcda2
Change inline asms to be uniqued like constants, not embedded in a Module.
by Chris Lattner
· 20 years ago
eef2fe7
Initial checkin of the InlineAsm class
by Chris Lattner
· 20 years ago