- Nov 26, 2010
-
-
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
-
Rafael Espindola authored
llvm-svn: 120147
-
Benjamin Kramer authored
llvm-svn: 120146
-
Rafael Espindola authored
llvm-svn: 120145
-
Michael J. Spencer authored
llvm-svn: 120139
-
- Nov 24, 2010
-
-
Nick Lewycky authored
whether the pointer can be replaced with the global variable it is a copy of. Fixes PR8680. llvm-svn: 120126
-
Rafael Espindola authored
for any relocation to a symbol defined in a tls section. llvm-svn: 120121
-
Michael J. Spencer authored
llvm-svn: 120111
-
Michael J. Spencer authored
llvm-svn: 120105
-
Rafael Espindola authored
Patch by David Meyer, I added the test. llvm-svn: 120104
-
Michael J. Spencer authored
llvm-svn: 120103
-
Michael J. Spencer authored
Based on TR2/boost filesystem (v3) API, but modified to remove exceptions. Do not include this file directly, when it is ready, it will be included by include/llvm/System/Path.h. llvm-svn: 120102
-
Michael J. Spencer authored
llvm-svn: 120101
-
Rafael Espindola authored
sets the type of a symbol to STT_TLS. llvm-svn: 120100
-
Rafael Espindola authored
llvm-svn: 120099
-
Wesley Peck authored
Updating MBlaze .mask and .frame directives to match GCC's output and fixing regression introduced in 120095 by checking MCStreamer::hasRawTextSupport. llvm-svn: 120097
-
Wesley Peck authored
1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots. 2. Re-adding .mask and .frame directives in printed assembly. 3. Adding .ent and .end directives in printed assembly. 4. Minor cleanups to MBlaze backend. llvm-svn: 120095
-
Kalle Raiskila authored
llvm-svn: 120092
-
Kalle Raiskila authored
Fix by Visa Putkinen! llvm-svn: 120090
-
Rafael Espindola authored
fixes PR8659. llvm-svn: 120076
-