Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
[oota-llvm.git] / lib / Support /
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().
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-05-02 Preston GurdChange the Intel Atom detection code to recognize
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-04-27 Michael J. Spencer[Support/YAMLParser] Fix ASan found bugs.
2012-04-26 Michael J. Spencer[Support/YAML] Properly fix unitialized variable warnin...
2012-04-23 Evan ChengAdd a missing cpu subtype.
2012-04-23 Michael J. Spencer[Support/Unix] Unconditionally include time.h.
2012-04-23 Sylvestre LedruConflict with st_dev/st_ino identifiers under Debian...
2012-04-23 Chris LattnerDon't die with an assertion if the Result bitwidth...
2012-04-22 Bill WendlingRemove some potential warnings about variables used...
2012-04-21 Chris LattnerNo need for "else if" after a return. Autosense "0o123...
2012-04-21 Nuno Lopesmove Signals to .rodata
2012-04-21 Benjamin KramerYAMLParser: silence warning about tautological comparis...
2012-04-18 Benjamin KramerSourceMgr: Colorize diagnostics.
2012-04-18 Benjamin KramerSmallPtrSet: Reuse DenseMapInfo's pointer hash function...
2012-04-18 Seth Cantrellfix error check in assert
2012-04-17 David BlaikieC++ has newlines at the end of files (including include...
2012-04-17 Seth Cantrellplatform support for counting column widths and checkin...
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-04-11 Benjamin KramerFoldingSet: Push the hash through FoldingSetTraits...
2012-04-05 Argyrios KyrtzidisIn MemoryBuffer::getOpenFile() make sure that the buffe...
2012-04-04 Benjamin KramerMove yaml::Stream's dtor out of line so it can see...
2012-04-03 Michael J. SpencerSorry about that. MSVC seems to accept just about any...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-03-26 Anton KorobeynikovFix GetMainExecutable on kFreeBSD.
2012-03-24 Jean-Daniel DupasFix null to integer conversion warnings.
2012-03-21 Michael J. Spencer[PathV2]: Fix bug in create_directories which caused...
2012-03-14 Benjamin KramerMove APInt::operator[] inline.
2012-03-14 Benjamin KramerMove APInt::operator! inline, it's small and fuses...
2012-03-13 Argyrios KyrtzidisAdd a sanity check in MemoryBuffer::getOpenFile() to...
2012-03-12 Benjamin KramerInline a trivial helper function.
2012-03-12 Duncan SandsDon't cast away constant qualifier.
2012-03-11 Benjamin KramerReplace a hand-coded leading one counting loop with...
2012-03-10 Michael J. SpencerMake StringRef::getAsInteger work with all integer...
2012-03-09 Anton KorobeynikovAdd support for r600 (AMD GPUs HD2XXX - HD6XXX) target...
2012-03-08 Benjamin KramerSilence unused function warning when graphviz is not...
2012-03-08 Duncan SandsRevert commit 152300 (ddunbar) since it still seems...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Daniel DunbarRevert r152288, "[ADT] Change the trivial FoldingSetNod...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-07 Benjamin KramerCopy the right amount of elements.
2012-03-07 Benjamin KramerSmallPtrSet: Copy all the elements when swapping, not...
2012-03-07 Andrew TrickAdded -view-background to avoid waiting for each GraphV...
2012-03-06 Benjamin KramerSmallPtrSet: Provide a more efficient implementation...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-03-04 Chandler CarruthAdd generic support for hashing StringRef objects using...
2012-03-01 Chandler CarruthSwitch FoldingSet over to the new hashing infrastructur...
2012-03-01 Benjamin KramerBumpPtrAllocator: Make sure threshold cannot be initial...
next