Move the code that uses SCEVs prior to creating the new loops.
[oota-llvm.git] / lib / 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.
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...
next