Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / lib / Support /
2013-01-05 Chandler CarruthEric thought that Darwin was right to use -1 consistent...
2013-01-05 Chandler CarruthTry to suppress the use of clock_gettime on Darwin...
2013-01-04 Chandler CarruthFix an obvious typo spotted by Reid Kleckner, and break...
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Chandler CarruthSwitch this code to a more idiomatic double using names...
2012-12-31 Chandler CarruthDelete a cut/paste-o from r171290. Very sorry about...
2012-12-31 Chandler CarruthSuppress a MSVC warning complaining about the code...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-25 Nick LewyckyFix whitespace. No functionality change.
2012-12-22 Richard SmithDon't call back() on an empty SmallVector. Found by...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-13 Hao LiuDefine getHostCPUFeatures for ARM Linux platform
2012-12-12 Benjamin KramerYAMLIO: Remove all of the template instantiation hacks...
2012-12-12 Nick KledzikFix calls to getAsSignedInteger() to use long long...
2012-12-12 Benjamin KramerFix the build on case sensitive file systems.
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Chandler CarruthAdd a comment about the requirement that the Windows...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-12-03 Michael J. Spencer[Support][FileSystem] Fix open mode in resize_file...
2012-12-03 Michael J. SpencerRevert the header sort on this file.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Eric ChristopherAdd support for fission attributes/forms/operations...
2012-11-30 Alexey SamsonovFix a bug in APFloat.cpp: declare APFloat after fltSema...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-11-16 Chris Lattnermove irrelevant attribution.
2012-11-15 Daniel DunbarPathV2: Fix a possible infinite loop.
2012-11-15 Guy BenyeiAdd support for SPIR64 target - the 64bit counterpart...
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-11-13 Chad RosierRevert 167755/167760. We don't want to emit crash diagn...
2012-11-12 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-08 Benjamin KramerDrop the limitation to IEEE floating point types from...
2012-11-06 Daniel DunbarMemoryBuffer: Windows doesn't define S_IFIFO.
2012-11-05 Daniel DunbarMemoryBuffer: Support reading named pipes in getFile().
2012-11-02 Rafael EspindolaXLC supports the same atomic functions as GCC, use...
2012-11-01 Michael J. Spencer[Support] Fix StrError on Windows to actually return...
2012-10-31 Rafael EspindolaRemove Triple::getArchTypeForDarwinArchName. I lives...
2012-10-31 James MolloyAdd support for Cortex-A15 host recognition.
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused "arithmeticOK" logic.
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused fields "sign2" and...
2012-10-29 Ulrich WeigandImplement arithmetic on APFloat with PPCDoubleDouble...
2012-10-26 Joerg SonnenbergerDon't explicitly require RTTI and EH.
2012-10-17 Daniel DunbarSupport: Don't remove special files on signals.
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-10 Sean SilvaRevert r165652: "Remove unnecessary RTTI from the build."
2012-10-10 Sean SilvaRemove unnecessary RTTI from the build.
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-10-02 Nick KledzikImprove overflow detection in StringRef::getAsUnsignedI...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
2012-09-28 Dmitri GribenkoReplace the use of strncpy() and sprintf() with std...
2012-09-28 Benjamin KramerMake backtraces work again with both the configure...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Benjamin KramerAdd support for detecting some corei7-class Xeons.
2012-09-26 Benjamin KramerYAMLParser: Fix invalid reads when encountering incorre...
2012-09-26 Benjamin KramerAPFloat::roundToIntegral: Special values don't keep...
2012-09-26 Sylvestre LedruThe assumption that /proc/self/exe always exists is...
2012-09-25 Nico WeberFix a -Wparentheses warning in the mingw build
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-21 Eric ChristopherAdd an --enable-backtraces option to configure to determine
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.
next