- Feb 06, 2007
-
-
Zhou Sheng authored
llvm-svn: 33955
-
Chris Lattner authored
llvm-svn: 33953
-
Zhou Sheng authored
It is a functional replacement for common case integer type like "unsigned", "uint64_t", but also allows non-byte-width integer type and large integer value types such as 3-bits, 15-bits, or more than 64-bits of precision. For more details, see pr1043. llvm-svn: 33951
-
Chris Lattner authored
element was in the set. llvm-svn: 33931
-
- Feb 04, 2007
-
-
Chris Lattner authored
llvm-svn: 33864
-
- Feb 01, 2007
-
-
Chris Lattner authored
llvm-svn: 33750
-
Devang Patel authored
without exiting program. llvm-svn: 33737
-
- Jan 31, 2007
-
-
Reid Spencer authored
llvm-svn: 33718
-
Chris Lattner authored
table grows. llvm-svn: 33698
-
Chris Lattner authored
llvm-svn: 33675
-
- 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
-