- Oct 26, 2008
-
-
Cedric Venet authored
Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWriterOperand is used in a std::pair, and VS need to generate the default constructor of this pair). llvm-svn: 58185
-
Evan Cheng authored
Do not shrink wrap live interval in a mbb if it's livein any of its successor blocks. The mbb can be revisited again after all of the successors are processed. llvm-svn: 58184
-
Oscar Fuentes authored
llvm-svn: 58183
-
Zhongxing Xu authored
llvm-svn: 58182
-
Zhongxing Xu authored
Simplify ArrayToPointer conversion. Actually the only thing we need to do is to get the first element region. It is not necessary to care about the kind of the base array region. llvm-svn: 58181
-
Oscar Fuentes authored
must be under the `tools' subdirectory of the LLVM *source* tree. llvm-svn: 58180
-
Oscar Fuentes authored
the build. llvm-svn: 58179
-
Oscar Fuentes authored
counterpart of USED_LIBS. llvm-svn: 58178
-
Oscar Fuentes authored
config.h llvm-svn: 58177
-
Oscar Fuentes authored
triple. Assign to LLVM_HOSTTRIPLE so it figures in config.h. llvm-svn: 58176
-
Bill Wendling authored
Patch by Frits van Bommel! llvm-svn: 58175
-
Evan Cheng authored
llvm-svn: 58174
-
Evan Cheng authored
llvm-svn: 58164
-
- Oct 25, 2008
-
-
Ted Kremenek authored
Use string literal for format string specifier; this prevents ErrMsg from being interpretted as a format string specifier. llvm-svn: 58150
-
Ted Kremenek authored
This fixes PR 2948. llvm-svn: 58148
-
Dan Gohman authored
actually correspond to what their names suggest. llvm-svn: 58146
-
Dan Gohman authored
to reflect that. llvm-svn: 58145
-
Dan Gohman authored
target-independent code to target-specific code. This prevents it from running on targets that aren't using fast-isel. In addition to saving compile time, this addresses the problem that not all targets are prepared for it. In order to use this pass, all instructions must declare all their fixed uses and defs of physical registers. llvm-svn: 58144
-
Gordon Henriksen authored
llvm-svn: 58143
-
Nicolas Geoffray authored
variable is moved to the execution engine. The JIT calls the TargetJITInfo to allocate thread local storage. Currently, only linux/x86 knows how to allocate thread local global variables. llvm-svn: 58142
-
Nicolas Geoffray authored
llvm-svn: 58141
-
Zhongxing Xu authored
llvm-svn: 58140
-
Bruno Cardoso Lopes authored
llvm-svn: 58139
-
Zhongxing Xu authored
for StringLiteral lvalue evaluation, instead of directly returning a loc::StringLiteralVal by the Environment. llvm-svn: 58138
-
Zhongxing Xu authored
llvm-svn: 58137
-
Zhongxing Xu authored
llvm-svn: 58136
-
Zhongxing Xu authored
llvm-svn: 58135
-
Oscar Fuentes authored
llvm-svn: 58134
-
Oscar Fuentes authored
llvm-svn: 58133
-
Oscar Fuentes authored
llvm-svn: 58132
-
Oscar Fuentes authored
llvm-svn: 58131
-
Oscar Fuentes authored
llvm-svn: 58130
-
Evan Cheng authored
If val# def is ~0U, meaning it's defined by a PHI, and it's previously split, spill before the barrier because it's impossible to determine if all the defs are spilled in the same spill slot. llvm-svn: 58129
-
Nuno Lopes authored
2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module llvm-svn: 58128
-
Nuno Lopes authored
llvm-svn: 58127
-
Ted Kremenek authored
llvm-svn: 58125
-
Argyrios Kyrtzidis authored
llvm-svn: 58124
-
Argyrios Kyrtzidis authored
Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files). llvm-svn: 58123
-
Daniel Dunbar authored
Rajaratnam, with some updates and formatting changes. llvm-svn: 58122
-
Dale Johannesen authored
Prevents some more overzealous deletions (mostly in AltiVec code). llvm-svn: 58121
-