- Aug 18, 2010
-
-
Daniel Dunbar authored
llvm-svn: 111307
-
Dale Johannesen authored
PR 7882. Follows suggestion by Amaury Pouly, thanks. llvm-svn: 111306
-
Argyrios Kyrtzidis authored
llvm-svn: 111305
-
Ted Kremenek authored
llvm-svn: 111304
-
- Aug 17, 2010
-
-
Jim Ingham authored
llvm-svn: 111302
-
John McCall authored
dependent call expression. llvm-svn: 111300
-
Argyrios Kyrtzidis authored
This option is not part of the Unused diagnostic group until the warnings on llvm codebase are fixed and we are ready to turn it on. Suggestion by Daniel. llvm-svn: 111298
-
Fariborz Jahanian authored
of non-object types. Radar 8308053. llvm-svn: 111296
-
Johnny Chen authored
additional env variables. llvm-svn: 111295
-
Johnny Chen authored
llvm-svn: 111294
-
John McCall authored
fail to instantiate them. llvm-svn: 111293
-
Anton Korobeynikov authored
llvm-svn: 111291
-
Anton Korobeynikov authored
- Do not clobber al during variadic calls, this is AMD64 ABI-only feature - Emit wincall64, where necessary Patch by Cameron Esfahani! llvm-svn: 111289
-
Anton Korobeynikov authored
Patch by Cameron Esfahani! llvm-svn: 111288
-
Anton Korobeynikov authored
Patch by Cameron Esfahani! llvm-svn: 111287
-
Evan Cheng authored
PHI elimination shouldn't require machineloopinfo since it's used at -O0. Move the requirement to LiveIntervalAnalysis instead. Note this does not change the number of times machineloopinfo is computed. llvm-svn: 111285
-
Sebastian Redl authored
llvm-svn: 111284
-
Ted Kremenek authored
Fix horrible CFG bug caused by a series of NullStmts appearing at the beginning of a do...while loop. This would cause the body of the DoStmt to be disconnected from the preceding code. llvm-svn: 111283
-
Ted Kremenek authored
CFGBuilder: don't create the empty "loop back" block for DoStmts if the loop edge can never be taken. llvm-svn: 111282
-
Evan Cheng authored
llvm-svn: 111281
-
Sebastian Redl authored
llvm-svn: 111279
-
Howard Hinnant authored
llvm-svn: 111278
-
Jakob Stoklund Olesen authored
llvm-svn: 111277
-
Sean Callanan authored
llvm-svn: 111276
-
Fariborz Jahanian authored
Radar 8308053. llvm-svn: 111275
-
Jim Grosbach authored
llvm-svn: 111274
-
Benjamin Kramer authored
llvm-svn: 111271
-
Anton Korobeynikov authored
Patch by Takumi Nakamura! llvm-svn: 111270
-
Stephen Canon authored
llvm-svn: 111269
-
Anton Korobeynikov authored
Patch by Takumi Nakamura! llvm-svn: 111268
-
Douglas Gregor authored
llvm-svn: 111267
-
Jim Grosbach authored
llvm-svn: 111266
-
Douglas Gregor authored
llvm-svn: 111265
-
Benjamin Kramer authored
Hello world builds & runs now on i386/ELF with -integrated-as. llvm-svn: 111264
-
Jakob Stoklund Olesen authored
Modernize predicates a bit. The Predicate_* methods are not used by TableGen any longer. They are only emitted for the sake of legacy code. llvm-svn: 111263
-
Jim Grosbach authored
whether to allocate a virtual frame base register to resolve the frame index reference in it. Implement a simple version for ARM to aid debugging. In LocalStackSlotAllocation, scan the function for frame index references to local frame indices and ask the target whether to allocate virtual frame base registers for any it encounters. Purely infrastructural for debug output. Next step is to actually allocate base registers, then add intelligent re-use of them. rdar://8277890 llvm-svn: 111262
-
Dan Gohman authored
llvm-svn: 111261
-
Jim Grosbach authored
llvm-svn: 111260
-
Benjamin Kramer authored
llvm-svn: 111259
-
Sebastian Redl authored
Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. llvm-svn: 111258
-