- Mar 08, 2011
-
-
Oscar Fuentes authored
MSVC 9." The "fix" was meaningless. This reverts commit r127245. llvm-svn: 127260
-
Douglas Gregor authored
by using an enumeration rather than a boolean value. No functionality change. llvm-svn: 127259
-
Jim Grosbach authored
llvm-svn: 127258
-
Fariborz Jahanian authored
varienty of cases. // rdar://9092208 llvm-svn: 127257
-
John McCall authored
llvm-svn: 127256
-
Benjamin Kramer authored
llvm-svn: 127254
-
Douglas Gregor authored
keywords for Objective-C+ and C++0x. llvm-svn: 127253
-
Chris Lattner authored
llvm-svn: 127252
-
Abramo Bagnara authored
Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. llvm-svn: 127251
-
Devang Patel authored
Since last couple of days, argument number is encoded using 8 bits from line number field in argument's debug info. llvm-svn: 127250
-
Devang Patel authored
llvm-svn: 127249
-
Anders Carlsson authored
llvm-svn: 127248
-
Benjamin Kramer authored
Found by inspection. llvm-svn: 127247
-
Justin Holewinski authored
llvm-svn: 127246
-
Oscar Fuentes authored
llvm-svn: 127245
-
Oscar Fuentes authored
llvm-svn: 127244
-
Duncan Sands authored
llvm-svn: 127243
-
Abramo Bagnara authored
llvm-svn: 127242
-
NAKAMURA Takumi authored
llvm-svn: 127241
-
NAKAMURA Takumi authored
llvm-svn: 127240
-
NAKAMURA Takumi authored
Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). On mingw and python/w32, lit would not be expected to understand MSYS-style path. llvm-svn: 127239
-
NAKAMURA Takumi authored
llvm-svn: 127238
-
Abramo Bagnara authored
llvm-svn: 127237
-
Bill Wendling authored
llvm-svn: 127236
-
John McCall authored
variable that just happens to be stored in a wierd place. llvm-svn: 127235
-
John McCall authored
for a local variable. llvm-svn: 127227
-
Abramo Bagnara authored
llvm-svn: 127225
-
Bill Wendling authored
llvm-svn: 127224
-
John Wiegley authored
llvm-svn: 127223
-
John McCall authored
in case we want to make a world where we can check intermediate instantiations for this kind of breadcrumb. llvm-svn: 127221
-
Nick Lewycky authored
llvm-svn: 127220
-
John McCall authored
diagnostic. Also, these attributes are commonly written with macros which we actually pre-define, so instead of expanding the macro location, refer to the instantiation location and name it using the macro loc. llvm-svn: 127219
-
Stephen Wilson authored
ELF object files do not implicitly have a symbol named "start" as an entry point. For example, on Linux it is often named "_start", but can be trivially set to any symbol by passing an --entry argument to the linker. Use the ELF header to determine the entry point and resolve the associated section based on that address. Also, update the linux dynamic loader to call GetEntryPointAddress instead of GetEntryPoint. llvm-svn: 127218
-
John McCall authored
llvm-svn: 127217
-
John McCall authored
llvm-svn: 127216
-
Stephen Wilson authored
llvm-svn: 127215
-
Devang Patel authored
llvm-svn: 127214
-
Bill Wendling authored
llvm-svn: 127213
-
Bill Wendling authored
llvm-svn: 127209
-
Eric Christopher authored
testcases accordingly. Some are currently xfailed and will be filed as bugs to be fixed or understood. Performance results: roughly neutral on SPEC some micro benchmarks in the llvm suite are up between 100 and 150%, only a pair of regressions that are due to be investigated john-the-ripper saw: 10% improvement in traditional DES 8% improvement in BSDI DES 59% improvement in FreeBSD MD5 67% improvement in OpenBSD Blowfish 14% improvement in LM DES Small compile time impact. llvm-svn: 127208
-