Fix the build broken in r177239
[oota-llvm.git] / lib / Support /
2013-03-15 Michael J. Spencer[Support][Path][Windows] Fix dangling else. Don't call...
2013-03-14 Akira HatanakaAndroid uses cacheflush(long start, long end, long...
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-03-12 Matt Beaumont-GayDon't crash if write_impl() leaves less buffer space...
2013-03-12 Michael J. Spencer[Support][Path] Don't inf loop if creating the parent...
2013-03-12 Michael J. Spencer[Support][MemoryBuffer] Use sys::fs::mapped_file_region...
2013-03-09 Craig TopperRemove an unused member variable from HelpPrinter....
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-01 Argyrios KyrtzidisIn llvm::MemoryBuffer::getFile() remove an unnecessary...
2013-02-28 Argyrios Kyrtzidis[PathV2] In llvm::sys::fs::unique_file, make sure it...
2013-02-26 Roman DivackyAdd support for autodetection of ADM bdver2.
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-02-21 David BlaikieProvide a "None" value for convenience when using Optio...
2013-02-20 Pedro Artigasas the allocator is reset zero out the number of bytes...
2013-02-20 Erik VerbruggenFix accidental concatenation for "outputuntil" in the...
2013-02-20 Dan GohmanRewrite comments.
2013-02-20 Krzysztof ParzyszekAdd comment in Memory.inc explaining r175646.
2013-02-20 Dan GohmanSIGQUIT is a "kill" signal, rather than an "int" signal...
2013-02-20 Krzysztof ParzyszekOn PowerPC, the cache-flush instructions dcbf and icbi...
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...
next