Convert some attribute existence queries over to use the predicate methods.
[oota-llvm.git] / lib / Support /
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-12 Roman DivackyAdd support for AMD Geode.
2012-09-11 Chandler CarruthAdd support for finding cacheflush on OpenBSD/mips64...
2012-09-08 Ted KremenekAdd operator< for FoldingSetNodeID.
2012-09-06 NAKAMURA TakumiWhitespace.
2012-09-06 NAKAMURA TakumiUnix/Signals.inc: Fix a typo. Thanks to Dani Berg!
2012-09-04 Evgeniy StepanovFix Android build of gtest and lib/Support.
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-08-29 Benjamin KramerAdd some __builtin_expect magic to StringMap.
2012-08-29 Benjamin KramerReplace the BUILTIN_EXPECT macro with a less horrible...
2012-08-28 Hal FinkelAdd the Freescale vendor to Triple.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Richard SmithFix undefined behavior (signed integer overflow) when...
2012-08-22 Richard SmithReduce alignment of SmallVector<T> to the required...
2012-08-20 Benjamin KramerDataExtractor: Fix integer truncation issues in LEB128...
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-08-15 Owen AndersonFix another roundToIntegral bug where very large values...
2012-08-15 Owen AndersonFix typo in comment.
2012-08-15 Owen AndersonFix a problem with APFloat::roundToIntegral where it...
2012-08-14 Owen AndersonFix the construction of the magic constant for roundToI...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-10 Joerg Sonnenbergerstdcxx's cstdio doesn't include stdio.h, but the code...
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.
2012-07-27 Chad RosierTypos.
2012-07-26 Chad RosierMake comments in Debug.cpp and Debug.h consistent....
2012-07-25 David BlaikieDon't add null characters to the end of the APFloat...
2012-07-23 Nuno Lopesmake ConstantRange::zeroExtend() optimal
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2012-07-20 Benjamin KramerTry to unbreak the windows build.
2012-07-20 Daniel DunbarSourceMgr: Use has_colors() instead of just is_displaye...
2012-07-20 Daniel Dunbarraw_ostream: Add a has_colors() method.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-07-19 Preston GurdAdds the family codes for the Midview Atom processors...
2012-07-19 Nuno Lopesreimplement truncate() to make it optimal.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Preston GurdThis patch fixes 8 out of 20 unexpected failures in...
2012-07-17 Nuno Lopessimplify getSetSize() per Duncan's comments
2012-07-16 Nuno Lopesteach ConstantRange that zero times X is always zero
2012-07-16 Nuno Lopesmake ConstantRange::getSetSize() properly compute the...
2012-07-12 Galina KistanovaFixed few warnings.
2012-07-11 Argyrios KyrtzidisIn MemoryBuffer::getOpenFile() don't verify that the...
2012-07-11 Benjamin KramerPR13326: Fix a subtle edge case in the udiv -> magic...
2012-06-28 Benjamin KramerEnable automatic GCC<->LLVM intrinsic translation for...
2012-06-28 Nuno Lopesadd ConstantRange::difference (to perform set differenc...
2012-06-28 Nuno Lopesfix a off-by-one bug in intersectWith(), and add a...
2012-06-26 Benjamin KramerImplement getHostCPUName for ARM/linux. This will be...
2012-06-26 Argyrios KyrtzidisFix ThreadLocalImpl::getInstance for --disable-threads.
2012-06-25 Meador IngePR13013: ELF Type identification fails for MSB type...
2012-06-24 NAKAMURA Takumillvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerr...
2012-06-20 Kaelyn UhrainRemove an "else" that snuck in after a "return" ;)
2012-06-20 Kaelyn UhrainCheck that a file is not a directory before reading...
2012-06-20 Francois PichetUnbreak the MSVC build: add return to unimplemented...
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-20 Kaelyn UhrainDon't assert when given an empty range.
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Michael J. Spencer[Support/PathV2] Fix out of bounds access in identify_m...
2012-06-16 Chandler CarruthDon't call 'FilesToRemove[0]' when the vector is empty...
2012-06-16 Chandler CarruthHarden the Unix signals code to be more async signal...
2012-06-13 Argyrios KyrtzidisFix building ThreadLocal.cpp with --disable-threads.
2012-06-12 Hal FinkelFixes for PPC host detection and features.
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Argyrios KyrtzidisSatisfy C++ aliasing rules, per suggestion by Chandler.
2012-06-12 Jakob Stoklund OlesenRevert r158337 "Move PPC host-CPU detection logic from...
2012-06-12 Argyrios KyrtzidisFor llvm::sys::ThreadLocalImpl instead of malloc'ing...
2012-06-11 Hal FinkelMove PPC host-CPU detection logic from PPCSubtarget...
2012-06-09 Aaron BallmanDisabling a spurious deprecation warning about using...
2012-06-09 Aaron BallmanFixing a typo in the comments.
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-08 Chad RosierFix a crash in APInt::lshr when shiftAmt > BitWidth.
2012-06-02 Benjamin KramerUse access(2) instead of stat(2) to check if a file...
2012-05-27 NAKAMURA TakumiPath::GetTemporaryDirectory(): Add an assertion if...
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-24 Patrik HägglundFix -Wcovered-switch-default warning.
2012-05-18 Nuno Lopesfix corner case in ConstantRange::intersectWith().
2012-05-14 Michael J. Spencer[Support/YAMLParser] Use rtrim on plain scalars.
2012-05-11 Michael J. Spencer[Support/StringRef] Add find_last_not_of and {r,l,...
2012-05-11 Eric ChristopherAllow unique_file to take a mode for file permissions...
2012-05-09 Chad RosierSet the default iOS version to 3.0.
2012-05-09 Bob WilsonUse the cpuid 64 bit flag to pick the default CPU name...
2012-05-09 Chad RosierDon't return true on a function with a void return...
2012-05-09 Chad RosierAdd Triple::getiOSVersion.
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-08 Daniel Dunbar[Support] Fix sys::GetRandomNumber() to always use...
2012-05-08 NAKAMURA TakumiWindows/PathV2.inc: Retry rename() for (maximum) 2...
2012-05-07 Matt Beaumont-GayDon't assume size_t is unsigned long long.
2012-05-06 Chris Lattnermake SourceMgr tolerate empty SMLoc()'s better.
2012-05-06 NAKAMURA TakumiUnix/Process.inc: Give more useful random seed to srand...
2012-05-06 NAKAMURA TakumiSupport/Process: Move llvm::sys::Process::GetRandomNumb...
2012-05-05 Chris Lattnerreapply my patch, with a fix for an off-by-one error...
2012-05-05 Chris Lattnerrevert my patches, which are causing problems.
2012-05-05 Chris Lattnerrefactor some code to expose column numbers more and...
2012-05-05 Daniel Dunbar[Support] Add missing include.
2012-05-05 Daniel Dunbar[Support] Fix up comments.
2012-05-05 Daniel Dunbar[Support] Rewrite sys::fs::unique_file to not be stupid...
2012-05-05 Daniel Dunbar[Support] Add sys::Process::GetRandomNumber().
next