Move a load into the only branch where it is used and eliminate a temporary.
[oota-llvm.git] / include / llvm / Support /
2011-01-01 Chris Lattnerturn on memset idiom recognition by default. Though...
2010-12-28 Michael J. SpencerSupport/Path: Deprecate Path::hasMagicNumber and replac...
2010-12-28 Michael J. SpencerFix typo.
2010-12-28 Michael J. SpencerSupport/PathV2: Implement has_magic.
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
2010-12-25 Michael J. SpencerSupport/PathV1: Deprecate makeAbsolute and remove Unix...
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-20 Bill WendlingThis is still used and issuing an annoying warning...
2010-12-20 Michael J. SpencerFix spelling.
2010-12-19 Chris Lattneradd a version of IRBuilder::SetInsertPoint that takes...
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Eric ChristopherHeader warning patrol.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate getLast.
2010-12-18 Owen AndersonAdd support to CallbackVH to receive notification when...
2010-12-17 Michael J. SpencerFix 80 col.
2010-12-17 Michael J. SpencerSupport/Path: Deprecate PathV1::isAbsolute.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-17 Michael J. SpencerSupport: Rename Path.h to PathV1.h and add a new Path...
2010-12-17 Chris Lattnerimprove switch formation to handle small range
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-15 Rafael EspindolaTypo.
2010-12-15 Rafael EspindolaGeneralize an assert.
2010-12-10 Nick LewyckyRemove dead header.
2010-12-09 Michael J. SpencerFix whitespace.
2010-12-09 Michael J. SpencerSupport/FileSystem: Change file_status predicate functi...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-07 Michael J. SpencerSupport: Remove Alarm. It is unused (via local grep...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove const from bool return types.
2010-12-07 Michael J. SpencerFix spelling.
2010-12-07 Michael J. SpencerSupport: Remove DynamicLinker.h. It is unused and unimp...
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-07 Michael J. SpencerSupport/PathV2: Clarify and correct documentation.
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-06 Frits van BommelFix clang warning: "extra ';' inside a class [-pedantic]".
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-04 Michael J. SpencerSupport/SystemError: Make error_category and error_code...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-03 Michael J. SpencerSupport/FileSystem: Remove temp_directory_path.
2010-12-01 Michael J. SpencerSupport/PathV2: Split PathV2.h into PathV2.h and FileSy...
2010-12-01 Michael J. SpencerSupport/PathV2: Remove is_valid. It was only added...
2010-12-01 Dan GohmanDelete Path::appendSuffix's return value; it wasn't...
2010-12-01 Michael J. SpencerSupport/PathV2: Add remove_filename implementation.
2010-11-30 Michael J. SpencerSupport/PathV2: Implement reverse iteration and parent_...
2010-11-29 Michael J. SpencerSupport/PathV2: Update comments.
2010-11-29 Michael J. SpencerSupport: Add PathV2 implementation.
2010-11-29 Michael J. Spencersystem_error: Remove Windows headers.
2010-11-29 Michael J. SpencerSupport/PathV2: Just about every function call requires...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-27 Daniel Dunbarraw_ostream::write_escaped: Add a UseHexEscapes argument.
2010-11-26 Michael J. SpencerFix spelling!
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Jason W KimMove the ARM reloc constants to Support/ELF.h
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-11-23 Chris Lattnerreimplement SwapByteOrder.h in terms of overloading...
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-21 Chris LattnerImplement PR8644: forwarding a memcpy value to a byval,
2010-11-18 Chris Lattnerpatch from Frits van Bommel:
2010-11-17 Dan GohmanFix ScalarEvolution's range memoization to avoid using a
2010-11-17 Duncan SandsMove some those Xor simplifications which don't require...
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-17 Dan GohmanMemoize results from ScalarEvolution's getUnsignedRange...
2010-11-13 Daniel Dunbarreport_fatal_error: Simplify a possible ambiguity.
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-10 Duncan SandsThere is no EndPtr anymore - reinterpret the original...
2010-11-05 Jim GrosbachAdd v5 and v7 ARM CPU subtype values.
2010-11-05 Daniel DunbarCrashRecoveryContext: Add RunSafelyOnThread helper...
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Dan GohmanFactor code out of APInt to form a isUIntN helper function.
2010-11-02 Mikhail GlushenkovFindExecutable: remove the executability check.
2010-10-31 Rafael EspindolaAdd support for files with more than 65280 sections...
2010-10-30 Chris LattnerRename alignof -> alignOf to avoid irritating C++'0x...
2010-10-27 Rafael EspindolaAdd support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL...
2010-10-27 Mikhail GlushenkovIt is confusing to call a random-access iterator 'Input...
2010-10-27 Mikhail GlushenkovTrailing whitespace.
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-25 Duncan SandsRemove deprecated macro names. Hopefully this will...
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-22 Michael J. SpencerI hate line endings.
2010-10-22 Michael J. SpencerEndian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
2010-10-22 Michael J. SpencerRename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-21 Wesley PeckAdding the EM_MBLAZE value to the machine architectures...
2010-10-20 Chandler CarruthAdd a comment about ATTRIBUTE_UNUSED to avoid further...
2010-10-18 Dan GohmanAdd TypeBasedAliasAnalysis to the standard pass lists...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-14 Francois PichetAlways use binary mode for output stream. This is impor...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Michael J. SpencerRevert "System: Add SwapByteOrder and update Support...
next