- Jul 26, 2010
-
-
Benjamin Kramer authored
llvm-svn: 109386
-
- Mar 21, 2010
-
-
Jeffrey Yasskin authored
Fixes PR803. llvm-svn: 99143
-
- Feb 16, 2010
-
-
Duncan Sands authored
and T->isPointerTy(). Convert most instances of the first form to the second form. Requested by Chris. llvm-svn: 96344
-
- Jan 05, 2010
-
-
Benjamin Kramer authored
Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. llvm-svn: 92726
-
- Nov 06, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86251
-
- Oct 22, 2009
-
-
Dale Johannesen authored
llvm-svn: 84795
-
- Oct 13, 2009
-
-
Dale Johannesen authored
A little ugliness is accepted to keep the binary file format compatible. No functional change yet. llvm-svn: 84020
-
- Aug 13, 2009
-
-
Owen Anderson authored
llvm-svn: 78948
-
- Jul 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77051
-
- Oct 17, 2008
-
-
Chris Lattner authored
constraint. Reject asms where an output has multiple input constraints tied to it. llvm-svn: 57687
-
- May 22, 2008
-
-
Chris Lattner authored
with normal outputs. Testcase here: test/CodeGen/X86/asm-indirect-mem.ll llvm-svn: 51409
-
- Apr 28, 2008
-
-
Chris Lattner authored
llvm-svn: 50328
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Dec 18, 2007
-
-
Chris Lattner authored
llvm-svn: 45163
-
- 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
-