aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2008-07-20Fix PR2088. Use modulo linear equation solver to compute loop iterationWojciech Matyjewicz
2008-07-14Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman
2008-07-12Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng
2008-07-11Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman
2008-07-11Use find instead of lower_bound.Dan Gohman
2008-07-07Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman
2008-07-01Add a version of AddString that takes a const char* so we can avoid extraneousOwen Anderson
2008-06-24Append to the ActiveTimers std::vector before looking at the timer insteadDan Gohman
2008-06-23First step to fix PR2088. Implement routine to compute the Wojciech Matyjewicz
2008-06-21Avoid creating a redundant zero APInt.Dan Gohman
2008-06-17Consistently set "Buckets[NumBuckets] = reinterpret_cast<void*>(-1)" througho...Ted Kremenek
2008-06-05As comments said, for negative value, the arithmetic Zhou Sheng
2008-05-30Give a proper error message when a command line option is defined more thanMatthijs Kooijman
2008-05-29Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling
2008-05-27Tidy up whitespace in ConstantRange::print output.Dan Gohman
2008-05-14Don't assume underlying APInt type is limitedDale Johannesen
2008-05-14Remove undefined behavior in hex string->APFloatDale Johannesen
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-12Make firstEightPowers const.Dan Gohman
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-05-02Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.Evan Cheng
2008-04-30fcntl.h is pretty standard on unix (without the sys/)Gabor Greif
2008-04-28Fix a pointer-arithmetic bug that caused 64-bit host pointer values toDan Gohman
2008-04-28Bug fix in BumpPtrAllocator: don't assume that all objects have the same alig...Ted Kremenek
2008-04-28Add support for response files to the CommandLine library.Mikhail Glushenkov
2008-04-23Make these variables static.Dan Gohman
2008-04-20Check that APFloat::convert is not trying to targetDale Johannesen
2008-04-15Use gv's --spartan option, which trades away an extra row of UI buttonsDan Gohman
2008-04-10Make several symbols static.Dan Gohman
2008-04-01Fix compilation errors on MSVC. Patch by Argiris Kirtzidis!Bill Wendling
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-04-01Reimplement MemoryBuffer::getFile with three enhancements:Chris Lattner
2008-04-01Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner
2008-04-01Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2008-03-25Add explicit keywords.Dan Gohman
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
2008-03-16Add assert for non-hexadecimal radixes.Bill Wendling
2008-03-07Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more.Evan Cheng
2008-02-29Add support to APInt for shift and rotate operations with APIntDan Gohman
2008-02-29Add a method to APFloat to convert directly from APInt.Dan Gohman
2008-02-23Fix a bug that caused opt and other tools to silently ignoreDan Gohman
2008-02-20Add explicit keywords.Dan Gohman
2008-02-20Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-19Fixed bug in APInt::Profile() where the BitWidth field was not included in theTed Kremenek
2008-02-15Fixed bug in FoldingSetIteratorImpl where we did not correctly check ifTed Kremenek
2008-02-14Fix a warning about comparison between signed and unsigned,Dan Gohman
2008-02-13Add countTrailingOnes member functions to APInt.Dan Gohman