* llvm.spec.in: update blurb
[oota-llvm.git] / lib / Support /
2007-02-24 Chris Lattnerremove folding set debug output
2007-02-23 Chris LattnerAvoid TBAA issue.
2007-02-23 Reid Spencer1. Fix a carry out problem in add if destination and...
2007-02-22 Reid SpencerWhen converting from 64 to 32-bits, use the actual...
2007-02-22 Reid SpencerFix countLeadingZeros in the case that the bitwidth...
2007-02-21 Reid SpencerReorganize some code to make it clearer, avoid a few...
2007-02-21 Reid SpencerFix the carry in addition.
2007-02-21 Reid Spencer1. Add a dump() method for faster debugging.
2007-02-21 Reid SpencerFix countLeadingZeros to actually return the correct...
2007-02-20 Reid SpencerMake long addition and subtraction work. Speed things...
2007-02-20 Reid SpencerClean up variable names in operator*.
2007-02-20 Reid SpencerUse INFINITY macro from math.h instead of constructing...
2007-02-20 Reid SpencerFirst version that can process arith.cpp test case...
2007-02-20 Chris LattnerNot all managedstatics need object pointers.
2007-02-18 Reid Spencer1. Fix some indentation and variable names in the get...
2007-02-18 Reid Spencer1. Use APINT_WORD_SIZE instead of sizeof(uint64_t)
2007-02-18 Reid Spencer1. Remove dead code (lshift function).
2007-02-18 Reid SpencerMake add_1 exit early if carry is 0.
2007-02-18 Reid SpencerImplement signed output for toString.
2007-02-17 Reid SpencerFix some bugs in division logic.
2007-02-17 Reid SpencerMove static functions closer to their usage.
2007-02-17 Reid SpencerClean up the divide and remainder logic a bit (exit...
2007-02-17 Reid SpencerFix bugs introduced by constructor parameter order...
2007-02-16 Reid SpencerReview changes:
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-15 Zhou ShengFix some buges:
2007-02-14 Reid SpencerUse brute-force algorithm for to_string. It doesn't...
2007-02-13 Reid SpencerMake some minor improvements to APInt:
2007-02-12 Zhou Sheng1. Make APInt::shl work correctly and more efficiently.
2007-02-11 Chris LattnerAdd support for removing elements out of StringMap.
2007-02-11 Chris LattnerReplace the ugly FindValue method with STL-like find...
2007-02-11 Chris Lattnerremove support for stringmap visitors now that iterator...
2007-02-11 Chris Lattneradd support for iterators.
2007-02-11 Nick LewyckyFix comments to match names of functions.
2007-02-09 Zhou ShengEliminates friend function declaration inside APInt...
2007-02-08 Chris LattnerRename CStringMap -> StringMap, since it now supports...
2007-02-08 Chris LattnerAllow cstringmap to contain strings with nul characters...
2007-02-08 Zhou ShengSwitched this file on accidently.
2007-02-08 Zhou ShengAs Chris and Reid suggested, remove "isSigned" field...
2007-02-07 Zhou ShengAs Chris suggested, fixed some problems. (This is the...
2007-02-07 Chris Lattnerdo not let the table fill up with tombstones.
2007-02-06 Zhou ShengAs Reid suggested, fixed some problems.
2007-02-06 Chris LattnerDisable this for now.
2007-02-06 Zhou ShengAdd a class APInt to represent arbitrary precision...
2007-02-05 Chris LattnerFix a bug in smallptrset::erase: in the small case...
2007-02-04 Chris LattnerEncode small integers more densely in foldingset, avoid...
2007-02-01 Chris Lattnerimprove comments, add an assertion
2007-02-01 Devang PatelAdd PrintVersionMessage() that tools can use to print...
2007-01-31 Reid SpencerAdd some debug output.
2007-01-31 Chris Lattnerminor cleanups. Fix off-by-one in accounting the numbe...
2007-01-30 Chris Lattnerreformat comment
2007-01-27 Chris Lattnerimplement SmallPtrSet::erase
2007-01-27 Chris Lattneradd a note
2007-01-27 Chris LattnerAdd a new SmallSet ADT specialized for pointers.
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-19 Reid SpencerFor PR1043:
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2007-01-15 Chris LattnerFix correlated exprs regressions
2007-01-12 Chris Lattnerremove unneeded special cases
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-08 Reid SpencerFix a bug in an assert that would never trigger.
2007-01-08 Reid SpencerConvert uses of getPrimitiveSize that should be getPrim...
2007-01-06 Chris Lattnerwow, the link was already broken :)
2007-01-06 Chris Lattneradd a note
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-08 Chris LattnerChange the implementation of statistic to not need...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Reid SpencerAdjust to new ConstantIntegral interface for Max/Min...
2006-12-06 Chris Lattnermerge the Statistic and StatisticBase classes, eliminat...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-11-29 Bill WendlingWTF? These weird newlines got in there...
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-11-28 Chris LattnerAdd a helper function
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-11-25 Reid SpencerMake the absolute/relative tolerance information easier...
2006-11-17 Bill WendlingMoved definition of llvm_ostream wrappers to the Stream...
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-11-03 Rafael Espindolaassert.h -> cassert
2006-11-02 Rafael Espindola#include <assert.h>
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...
2006-10-29 Jim LaskeyTry again.
2006-10-29 Jim LaskeyNot handling zero length strings.
2006-10-27 Jim LaskeySmallVector append not insert.
next