Add missing #include.
[oota-llvm.git] / lib / Support /
2013-02-20 Jakub StaszakMove part of APInt implementation from header to cpp...
2013-02-19 Dan GohmanUpdate a portability kludge to keep it in sync with...
2013-02-19 Dan GohmanWhitelist files and block devices instead of blacklisti...
2013-02-19 Dan GohmanDon't trust st_size of a character device. This fixes...
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-14 Evgeniy StepanovWorkaround an MSan false positive.
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2013-01-28 Edwin VaneFix gcc/printf/ISO C++ warning
2013-01-25 Benjamin KramerAPFloat: Make sure that we get a well-formed x87 NaN...
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-14 Timur IskhodzhanovRevert r171829 "Split changeset_ty using iterators...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-11 Jordan RoseSMDiagnostic: don't emit ranges if there are /any/...
2013-01-10 Jordan RoseAdd basic fix-its to SMDiagnostic.
2013-01-10 Douglas GregorFix a race condition in the lock-file manager: once...
2013-01-10 Douglas GregorFix a race condition in llvm::sys::path::unique_file...
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2013-01-08 Nick KledzikFix memory leak in YAML I/O.
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Lenny MaioraniSplit changeset_ty using iterators instead of loops.
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
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...
next