- Mar 08, 2011
-
-
Chris Lattner authored
llvm-svn: 127252
-
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
-
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
-
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
-
Bill Wendling authored
llvm-svn: 127236
-
Bill Wendling authored
llvm-svn: 127224
-
Nick Lewycky authored
llvm-svn: 127220
-
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
-
Andrew Trick authored
This change uses the MaxReorderWindow for both height and depth, which tends to limit the negative effects of high register pressure. llvm-svn: 127203
-
Bob Wilson authored
llvm-svn: 127198
-
Bob Wilson authored
llvm-svn: 127197
-
Bill Wendling authored
expand the testing of the narrowing shift right instructions. No functionality change. llvm-svn: 127193
-
Jakob Stoklund Olesen authored
llvm-svn: 127192
-
- Mar 07, 2011
-
-
Eric Christopher authored
llvm-svn: 127186
-
Devang Patel authored
Radar 9097659 llvm-svn: 127182
-
Jakob Stoklund Olesen authored
llvm-svn: 127181
-
Cameron Zwarich authored
llvm-svn: 127175
-
Rafael Espindola authored
llvm-svn: 127172
-
Duncan Sands authored
about possibly swapped memset parameters. Avoid the warning. llvm-svn: 127170
-
Jim Grosbach authored
llvm-svn: 127169
-
Jakob Stoklund Olesen authored
In this case, the value need to be available at the load index instead of the normal use index. llvm-svn: 127167
-
Owen Anderson authored
llvm-svn: 127163
-
Justin Holewinski authored
This allows LLVM IR using ptx_kernel or ptx_device calling conventions to be properly printed when emitted in text form. llvm-svn: 127157
-
Duncan Sands authored
left-hand-side if the result is non-zero. llvm-svn: 127156
-
Bill Wendling authored
llvm-svn: 127155
-
Bill Wendling authored
llvm-svn: 127154
-
Argyrios Kyrtzidis authored
llvm-svn: 127153
-
Eric Christopher authored
Patch by Jack Howarth. llvm-svn: 127152
-
Nick Lewycky authored
right thing, instead of merely being unable to analyze and the transform doesn't occur. llvm-svn: 127149
-
Nick Lewycky authored
then the result could go either way. If it's provably positive then so is the srem. Fixes PR9343 #7! llvm-svn: 127146
-