- Jun 17, 2009
-
-
Owen Anderson authored
llvm-svn: 73586
-
Fariborz Jahanian authored
llvm-svn: 73585
-
Douglas Gregor authored
llvm-svn: 73584
-
Douglas Gregor authored
llvm-svn: 73583
-
Daniel Dunbar authored
- Turns out libstdcxx greps for this in configure. llvm-svn: 73582
-
Daniel Dunbar authored
- I think we will eventually need to support this for realz, and some build processes seem to depend on these options. llvm-svn: 73581
-
Anders Carlsson authored
Since integral template arguments can't have dependent types we don't need an extra pass to set the right APSInt bit width/signedness. llvm-svn: 73580
-
Chris Lattner authored
object files. Now we always build LLVM libraries into archives (.a files). This makes the 'make' build work more like the cmake build, among other things. Doing this exposed some latent circular library dependencies, so I think that llvm-config wasn't quite right for .o files anyway. llvm-svn: 73579
-
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
-