- Jun 17, 2009
-
-
Douglas Gregor authored
llvm-svn: 73566
-
Dale Johannesen authored
llvm-svn: 73565
-
Douglas Gregor authored
search for PCH files that correspond to header inclusions, this option does not make sense. Fixes <rdar://problem/6970322>. llvm-svn: 73563
-
- Jun 16, 2009
-
-
Daniel Dunbar authored
llvm-svn: 73556
-
Daniel Dunbar authored
tool chain. llvm-svn: 73555
-
Owen Anderson authored
llvm-svn: 73552
-
Owen Anderson authored
llvm-svn: 73551
-
Owen Anderson authored
llvm-svn: 73550
-
Ted Kremenek authored
llvm-svn: 73549
-
Owen Anderson authored
llvm-svn: 73548
-
Anton Korobeynikov authored
llvm-svn: 73547
-
Owen Anderson authored
llvm-svn: 73546
-
Owen Anderson authored
llvm-svn: 73545
-
Douglas Gregor authored
InitializeAllAsmPrinters LLVM headers. Also includes some minor fixes for the CMake-based build with Xcode. llvm-svn: 73544
-
Douglas Gregor authored
initialization of all targets (InitializeAllTargets.h) or assembler printers (InitializeAllAsmPrinters.h). This is a step toward the elimination of relinked object files, so that we can build normal archives. llvm-svn: 73543
-
Chris Lattner authored
llvm-svn: 73542
-
Dan Gohman authored
llvm-svn: 73541
-
Dan Gohman authored
obscuring what would otherwise be a low-bits mask. Use ComputeMaskedBits to compute what ShrinkDemandedConstant knew about to reconstruct a low-bits mask value. llvm-svn: 73540
-
Evan Cheng authored
llvm-svn: 73536
-
Anton Korobeynikov authored
Dispatch C calling conv. to one of these conventions based on target triple and subtarget features. llvm-svn: 73530
-
Anton Korobeynikov authored
(this is the case when we have thumb vararg function with single callee-saved register, which is handled separately). llvm-svn: 73529
-
Fariborz Jahanian authored
llvm-svn: 73524
-
Owen Anderson authored
llvm-svn: 73523
-
Owen Anderson authored
llvm-svn: 73521
-
Devang Patel authored
It is possible that main input file does not have any symbol with debug info. To handle this edge case, always create main compile unit first. This fixes PR 4228. llvm-svn: 73520
-
Fariborz Jahanian authored
llvm-svn: 73519
-
Ted Kremenek authored
llvm-svn: 73518
-
Douglas Gregor authored
llvm-svn: 73516
-
Owen Anderson authored
llvm-svn: 73515
-
Chris Lattner authored
llvm-svn: 73514
-
Owen Anderson authored
calls for convenience. llvm-svn: 73512
-
Chris Lattner authored
have target-specific builtins, and do not set the count. Just default to 0 for these targets. llvm-svn: 73510
-
Chris Lattner authored
llvm-svn: 73508
-
Chris Lattner authored
to ignore readonly calls, and factor it out of instcombine so that it can be used by other passes. Patch by Frits van Bommel! llvm-svn: 73506
-
Fariborz Jahanian authored
llvm-svn: 73495
-
Chris Lattner authored
llvm-svn: 73494
-
Chris Lattner authored
registered when PCH wasn't being used. We should always install (in BuiltinInfo) information about target-specific builtins, but we shouldn't register any builtin identifier infos. This fixes the build of apps that use PCH and target specific builtins together. llvm-svn: 73492
-
Sanjiv Gupta authored
llvm-svn: 73491
-
Eli Friedman authored
essentially working now, at least for common cases, and it shouldn't silently generate bad code. llvm-svn: 73484
-
Sanjiv Gupta authored
llvm-svn: 73483
-