- Nov 14, 2008
-
-
Oscar Fuentes authored
Studio IDE. CMake would overwrite the makefiles distributed with LLVM. llvm-svn: 59292
-
Evan Cheng authored
llvm-svn: 59291
-
Dan Gohman authored
llvm-svn: 59282
-
Dan Gohman authored
before re-inserting them. llvm-svn: 59281
-
Dan Gohman authored
llvm-svn: 59280
-
Dan Gohman authored
llvm-svn: 59279
-
Dan Gohman authored
llvm-svn: 59278
-
Dan Gohman authored
the current function on its own, rather than relying on the SelectionDAG. llvm-svn: 59277
-
Dan Gohman authored
count non-control preds and succs. llvm-svn: 59276
-
Evan Cheng authored
llvm-svn: 59275
-
Evan Cheng authored
llvm-svn: 59274
-
Dan Gohman authored
to carry a SmallVector of flagged nodes, just calculate the flagged nodes dynamically when they are needed. The local-liveness change is due to a trivial scheduling change where the scheduler arbitrary decision differently. llvm-svn: 59273
-
- Nov 13, 2008
-
-
Dale Johannesen authored
llvm-svn: 59268
-
Owen Anderson authored
MultiSource/Applications is clean with the prealloc splitter. Some failures remain in SPEC. llvm-svn: 59267
-
Dale Johannesen authored
(actually, code already all worked, only the comment changed). Use this to implement 'A' constraint on x86. Fixes PR 1779. llvm-svn: 59266
-
Evan Cheng authored
Always emit a function pointer as a pointer to the function stub (if there is one). This makes it possible to compare function pointer values in lazy compilation mode. This fixes PR3043. llvm-svn: 59265
-
Dan Gohman authored
llvm-svn: 59264
-
Dan Gohman authored
for the possibility of scheduling without a SelectionDAG being present. llvm-svn: 59263
-
Steve Naroff authored
llvm-svn: 59262
-
Evan Cheng authored
llvm-svn: 59258
-
Dan Gohman authored
llvm-svn: 59257
-
Dan Gohman authored
BitVector, instead of manually testing each bit. llvm-svn: 59246
-
Bill Wendling authored
llvm-svn: 59242
-
Bill Wendling authored
llvm-svn: 59241
-
Bill Wendling authored
"parameter" types. An intrinsic can now return a multiple return values like this: def add_with_overflow : Intrinsic<[llvm_i32_ty, llvm_i1_ty], [LLVMMatchType<0>, LLVMMatchType<0>]>; llvm-svn: 59237
-
Evan Cheng authored
llvm-svn: 59234
-
Evan Cheng authored
llvm-svn: 59231
-
Evan Cheng authored
llvm-svn: 59230
-
Bill Wendling authored
llvm-svn: 59228
-
Daniel Dunbar authored
Document raw_fd_ostream's treatment of "-". llvm-svn: 59219
-
Bill Wendling authored
llvm-svn: 59218
-
Devang Patel authored
llvm-svn: 59208
-
Bill Wendling authored
llvm-svn: 59204
-
Bill Wendling authored
llvm-svn: 59203
-
Bill Wendling authored
llvm-svn: 59202
-
Dan Gohman authored
virtual registers possibly having multiple kills while still being defined and killed in the same block. If LiveIntervals is manually re-run after two-address lowering, it currently does add extra kills to two-address instructions, but this is considered a bug. llvm-svn: 59194
-
- Nov 12, 2008
-
-
Dan Gohman authored
special-purpose hook to a new pass. Also, add check to see if any x87 virtual registers are used, to avoid doing any work in the common case that no x87 code is needed. llvm-svn: 59190
-
Evan Cheng authored
llvm-svn: 59170
-
Oscar Fuentes authored
LLVMSystem. llvm-svn: 59159
-
Oscar Fuentes authored
llvm-svn: 59158
-