- Dec 17, 2007
-
-
Christopher Lamb authored
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. llvm-svn: 45082
-
- Dec 10, 2007
-
-
Gordon Henriksen authored
_sabre_: it has a major problem: by the time ~Value is run, all of the "parts" of the derived classes have been destroyed _sabre_: the vtable lives to fight another day llvm-svn: 44760
-
- Dec 09, 2007
-
-
Gordon Henriksen authored
llvm-svn: 44747
-
- Apr 28, 2007
-
-
Chris Lattner authored
llvm-svn: 36522
-
- Jun 08, 2006
-
-
Reid Spencer authored
1. Add #includes to LinkAllVMCore.h to get Mangler.o and InlineAsm.o 2. Make Mangler.h and InlineAsm.h use the macros to ensure linkage 3. Make each of the tools with --load options include LinkAllVMCore.h This should be the last set of changes for this bug and 800. llvm-svn: 28719
-
Chris Lattner authored
the class can be defined in InlineAsm.cpp llvm-svn: 28718
-
- Feb 24, 2006
-
-
Chris Lattner authored
llvm-svn: 26341
-
- Feb 02, 2006
-
-
Chris Lattner authored
llvm-svn: 25892
-
- Feb 01, 2006
-
-
Jeff Cohen authored
llvm-svn: 25869
-
Chris Lattner authored
Beef up the interface to inline asm constraint parsing, making it more general, useful, and easier to use. llvm-svn: 25866
-
- Jan 26, 2006
-
-
Chris Lattner authored
llvm-svn: 25637
-
Chris Lattner authored
llvm-svn: 25631
-
- Jan 25, 2006
-
-
Chris Lattner authored
llvm-svn: 25617
-
Chris Lattner authored
llvm-svn: 25610
-
- Jan 24, 2006
-
-
Chris Lattner authored
llvm-svn: 25570
-