- Jun 17, 2009
-
-
Owen Anderson authored
llvm-svn: 73578
-
Ted Kremenek authored
llvm-svn: 73576
-
Owen Anderson authored
Use a reader-writer lock to guard large portions of the Type infrastructure, including abstract type refinement. There's still some more work to be done here, such as guarding removeAbstractTypeUser() and the printers. llvm-svn: 73575
-
Anders Carlsson authored
llvm-svn: 73574
-
Chris Lattner authored
and its asmprinter. llvm-svn: 73573
-
Ted Kremenek authored
- Add "sections" to RegionStoreManager.cpp to delineate functionality. - Add new function "CreateFieldsOnlyRegionStoreManager" that uses the new RegionStoreFeatures class to use a reduced set of features from RegionStoreManager (in this case, only field-sensitivity). This isn't completely hooked up yet. llvm-svn: 73572
-
Douglas Gregor authored
llvm-svn: 73568
-
Chris Lattner authored
Calling into createJIT directly creates a circular dependency between libjit and lib ee. llvm-svn: 73567
-
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
-