- Jan 27, 2007
-
-
Chris Lattner authored
llvm-svn: 33581
-
Chris Lattner authored
llvm-svn: 33578
-
Chris Lattner authored
llvm-svn: 33577
-
- Jan 23, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 33461
-
- Jan 19, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 33358
-
- Jan 07, 2007
-
-
Chris Lattner authored
llvm-svn: 32963
-
Chris Lattner authored
llvm-svn: 32962
-
- Jan 03, 2007
-
-
Bill Wendling authored
one should. llvm-svn: 32845
-
- Dec 20, 2006
-
-
Chris Lattner authored
static constructor for them :). Transition complete. llvm-svn: 32710
-
- Dec 19, 2006
-
-
Chris Lattner authored
(STATISTIC), which allows us to define statistics that don't introduce static ctors into the .o files. I'm migrating code over to use this incrementally. llvm-svn: 32687
-
- Dec 17, 2006
-
-
Bill Wendling authored
rework the hacks that had us passing OStream in. We pass in std::ostream* instead, check for null, and then dispatch to the correct print() method. llvm-svn: 32636
-
- Dec 08, 2006
-
-
Chris Lattner authored
Instead, the stat info is printed when llvm_shutdown() is called. These also don't need static ctors, but getting rid of them is uglier: still investigating. This reduces the number of static dtors in llvm from ~1400 to ~750. llvm-svn: 32372
-
Bill Wendling authored
llvm-svn: 32340
-
- Dec 07, 2006
-
-
Bill Wendling authored
llvm-svn: 32321
-
Bill Wendling authored
now cerr, cout, and NullStream resp. llvm-svn: 32298
-
- Dec 06, 2006
-
-
Chris Lattner authored
and eliminating #includes from the Statistic.h file. llvm-svn: 32282
-
Chris Lattner authored
is 'unsigned'. llvm-svn: 32279
-
- Nov 28, 2006
-
-
Chris Lattner authored
llvm-svn: 31981
-
- Nov 26, 2006
-
-
Bill Wendling authored
llvm-svn: 31927
-
- Nov 25, 2006
-
-
Reid Spencer authored
llvm-svn: 31908
-
- Nov 17, 2006
-
-
Bill Wendling authored
llvm-svn: 31819
-
Bill Wendling authored
soon replace all uses of those objects. llvm-svn: 31817
-
Bill Wendling authored
stream. It centralizes the use of std::cerr so that static c'tor/d'tors aren't scattered around all over the place. The way to use it is like this: DOUT << "This is a status line: " << Var << "\n"; If "-debug" is specified, it will print. Otherwise, it'll not print. If NDEBUG is defined, the DOUT does nothing. llvm-svn: 31798
-
- Nov 08, 2006
-
-
Jim Laskey authored
llvm-svn: 31561
-
John Criswell authored
This fixes the build on OpenBSD and potentially other systems. llvm-svn: 31550
-
- Nov 03, 2006
-
-
Rafael Espindola authored
llvm-svn: 31399
-
Rafael Espindola authored
llvm-svn: 31386
-
- Nov 02, 2006
-
-
Jim Laskey authored
llvm-svn: 31377
-
- Oct 30, 2006
-
-
Chris Lattner authored
to some other type. llvm-svn: 31286
-
- Oct 29, 2006
-
-
Chris Lattner authored
I'm about to add. This is similar to, but necessarily different than, the STL allocator class. llvm-svn: 31285
-
Jim Laskey authored
llvm-svn: 31278
-
Jim Laskey authored
llvm-svn: 31277
-
- Oct 27, 2006
-
-
Jim Laskey authored
llvm-svn: 31224
-
Jim Laskey authored
llvm-svn: 31223
-
Jim Laskey authored
llvm-svn: 31222
-
Bill Wendling authored
llvm-svn: 31219
-
Jim Laskey authored
llvm-svn: 31218
-
Jim Laskey authored
llvm-svn: 31215
-
- Oct 18, 2006
-
-
Reid Spencer authored
to describe the difference being reported. This assists with understanding differences an llvm-test and should help with bugpoint too. llvm-svn: 31044
-
- Oct 13, 2006
-
-
Chris Lattner authored
llvm-svn: 30925
-