- Nov 27, 2010
-
-
Daniel Dunbar authored
situations where on the common path an API can return a pointer to some direct memory, but which on an exceptional path may need to return a pointer to a temporary struct. llvm-svn: 120201
-
Daniel Dunbar authored
llvm-svn: 120200
-
Daniel Dunbar authored
llvm-svn: 120199
-
Daniel Dunbar authored
llvm-svn: 120198
-
Bob Wilson authored
llvm-svn: 120197
-
Daniel Dunbar authored
llvm-svn: 120196
-
Daniel Dunbar authored
llvm-svn: 120195
-
Bob Wilson authored
llvm-svn: 120194
-
Bob Wilson authored
I added these instructions recently but I have no idea where these "1" values in the NextCycles field came from. As far as I can tell now, these instruction stages are clearly intended to overlap. llvm-svn: 120193
-
Daniel Dunbar authored
llvm-svn: 120192
-
Daniel Dunbar authored
llvm-svn: 120191
-
Daniel Dunbar authored
llvm-svn: 120190
-
Daniel Dunbar authored
llvm-svn: 120189
-
Daniel Dunbar authored
llvm-svn: 120188
-
Daniel Dunbar authored
- I'm leaving MachO.h, because I believe it has external consumers, but I would really like to eliminate it (we have stylistic disagreements with one another). llvm-svn: 120187
-
Daniel Dunbar authored
independent information on the Mach object format, and move some stuff from MachObjectWriter.cpp there. llvm-svn: 120186
-
Daniel Dunbar authored
llvm-svn: 120185
-
- Nov 26, 2010
-
-
Benjamin Kramer authored
- Double the vector's capacity when growing to avoid unneeccesary reallocation. - Do the reallocation with realloc(3) which can expand the memory in place. llvm-svn: 120183
-
Benjamin Kramer authored
llvm-svn: 120181
-
NAKAMURA Takumi authored
GNU ld/PECOFF accepts but ignores them below; --version-script --export-dynamic --rpath FIXME: autoconf should be aware of them. llvm-svn: 120179
-
NAKAMURA Takumi authored
test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on site.exp.in, though, "emitir" might be unused. llvm-svn: 120174
-
Jakob Stoklund Olesen authored
Change temporary debugging code to write a dot file directly. llvm-svn: 120171
-
Jakob Stoklund Olesen authored
between B+-trees using the same KeyT. llvm-svn: 120170
-
Rafael Espindola authored
llvm-svn: 120168
-
Michael J. Spencer authored
llvm-svn: 120167
-
Michael J. Spencer authored
llvm-svn: 120166
-
Jakob Stoklund Olesen authored
The path also holds a reference to the root node, and that allows important iterator accessors like start() and stop() to have no conditional code. (When the compiler is clever enough to remove it.) llvm-svn: 120165
-
- Nov 25, 2010
-
-
Duncan Sands authored
automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). Yes, dragonegg supports objective-c++ (poorly though). llvm-svn: 120164
-
Duncan Sands authored
automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). Yes, dragonegg supports objective-c (poorly though). llvm-svn: 120163
-
Oscar Fuentes authored
llvm-svn: 120162
-
Duncan Sands authored
llvm-svn: 120161
-
Duncan Sands authored
automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120160
-
Duncan Sands authored
the output of this test. Since it was producing bitcode, that clearly wasn't happening! Have it produce target assembler and assemble that instead. llvm-svn: 120159
-
Duncan Sands authored
automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120158
-
Duncan Sands authored
than -c. llvm-svn: 120157
-
Duncan Sands authored
llvm-svn: 120156
-
Duncan Sands authored
(dragonegg cannot use -emit-llvm so needs a different flag to everyone else). llvm-svn: 120155
-
Duncan Sands authored
LLVMGCC_DISABLEOPT_FLAGS, one with CC in it, the other with GCC. Rename LLVMGCC_DISABLEOPT_FLAGS to LLVMCC_DISABLEOPT_FLAGS. llvm-svn: 120151
-
Benjamin Kramer authored
llvm-svn: 120150
-
Duncan Sands authored
--with-llvmgcc="gcc-4.5 -fplugin=dragonegg.so" llvm-svn: 120149
-