Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / InlineAsm.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-18 Chris Lattnerremove a dead annotation
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-04-28 Chris Lattnerrepresent indirect operands explicitly in inline asm...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-07-26 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerAdd a virtual dtor to the InlineAsm class so that the...
2006-02-23 Chris Lattneradd a new flag
2006-02-07 Chris Lattnerfix an error compiling with -pedantic
2006-02-02 Chris Lattneradd an instance var and argument.
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-01-26 Chris Lattneradd methods for constraint parsing
2006-01-25 Chris Lattneradd another method
2006-01-25 Chris Lattneradd some useful accessors :)
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-24 Jeff CohenBe consistent in using class/struct to keep Visual...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class