- Mar 16, 2008
-
-
Bill Wendling authored
llvm-svn: 48421
-
- Mar 07, 2008
-
-
Evan Cheng authored
llvm-svn: 48035
-
- Feb 29, 2008
-
-
Dan Gohman authored
instead of uint32_t for the shift/rotate count operand type. llvm-svn: 47741
-
Dan Gohman authored
llvm-svn: 47738
-
- Feb 23, 2008
-
-
Dan Gohman authored
invalid command-line options. llvm-svn: 47523
-
- Feb 20, 2008
-
-
Dan Gohman authored
llvm-svn: 47382
-
Anton Korobeynikov authored
llvm-svn: 47377
-
Anton Korobeynikov authored
llvm-svn: 47367
-
- Feb 19, 2008
-
-
Ted Kremenek authored
profile of the APSInt object. This caused unexpected Profile collisions where none should have occurred. llvm-svn: 47338
-
- Feb 15, 2008
-
-
Ted Kremenek authored
we had reached the "fake bucket" after the last bucket, allowing the iterator in some cases to run off the end of the hashtable. llvm-svn: 47178
-
- Feb 14, 2008
-
-
Dan Gohman authored
being consistent with the rest of the APInt implementation. llvm-svn: 47138
-
- Feb 13, 2008
-
-
Dan Gohman authored
llvm-svn: 47086
-
- Feb 11, 2008
-
-
Ted Kremenek authored
Added member template "Add" to FoldingSetNodeID that allows "adding" arbitrary objects to a profile via dispatch to FoldingSetTrait<T>::Profile(). Removed FoldingSetNodeID::AddAPFloat and FoldingSetNodeID::APInt, as their functionality is now replaced using the above mentioned member template. llvm-svn: 46957
-
- Feb 07, 2008
-
-
Dan Gohman authored
llvm-svn: 46833
-
- Feb 04, 2008
-
-
Ted Kremenek authored
over all the nodes in a particular bucket. llvm-svn: 46716
-
Ted Kremenek authored
llvm-svn: 46709
-
- Jan 31, 2008
-
-
Dale Johannesen authored
exposed a bug in APFloat's long double->double conversion of NaNs. Broke several things in the ieee part of gcc testsuite. llvm-svn: 46617
-
- Jan 29, 2008
-
-
Dan Gohman authored
compiler warnings. llvm-svn: 46509
-
- Jan 28, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 46458
-
Lauro Ramos Venancio authored
llvm-svn: 46455
-
- Jan 19, 2008
-
-
Ted Kremenek authored
llvm-svn: 46189
-
Ted Kremenek authored
llvm-svn: 46188
-
Ted Kremenek authored
'FoldingSetNodeImpl' (previously 'FoldingSetNodeID' was a typedef of 'FoldingSetNodeImpl::NodeID'). Why? Clients can now easily forward declare 'FoldingSetNodeID' without having to include FoldingSet.h. llvm-svn: 46187
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
Chris Lattner authored
llvm-svn: 45415
-
- Dec 24, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 45342
-
- Dec 11, 2007
-
-
Reid Spencer authored
Support libraries separately into their own module. llvm-svn: 44852
-
- Dec 08, 2007
-
-
Chris Lattner authored
llvm-svn: 44707
-
Gordon Henriksen authored
llvm-svn: 44705
-
- Dec 05, 2007
-
-
Neil Booth authored
llvm-svn: 44614
-
Neil Booth authored
llvm-svn: 44613
-
Dale Johannesen authored
llvm-svn: 44594
-
- Nov 23, 2007
-
-
Chris Lattner authored
llvm-svn: 44296
-
Chris Lattner authored
Fix APInt::countTrailingZeros to return BitWidth if the input is zero instead of returning some random large number. llvm-svn: 44294
-
- Nov 18, 2007
-
-
Chris Lattner authored
a valid but empty buffer if stdin is empty. llvm-svn: 44219
-
- Nov 17, 2007
-
-
Dale Johannesen authored
PR 1804. llvm-svn: 44201
-
- Nov 06, 2007
-
-
Chris Lattner authored
minor bugs. llvm-svn: 43782
-
- Nov 02, 2007
-
-
Neil Booth authored
Restore an assertion that arithmetic can be performed on this format. llvm-svn: 43638
-
- Nov 01, 2007
-
-
Neil Booth authored
llvm-svn: 43627
-
Neil Booth authored
memory rather than in a copy of the APFloat. This avoids problems when the destination is wider than our significand and is cleaner. Also provide deterministic values in all cases where conversion fails, namely zero for NaNs and the minimal or maximal value respectively for underflow or overflow. llvm-svn: 43626
-