Support/PathV2: Add remove_filename implementation.
[oota-llvm.git] / include / llvm / Support /
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...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-08 Michael J. SpencerMC-COFF: Fix Simple and Complex type. Fixes PR8320.
2010-10-08 Michael J. SpencerFix Whitespace.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-10-05 Michael J. SpencerSupport: Add __forceinline to Compiler.h on MSVC.
2010-10-03 Duncan SandsRemove two uses of the gcc specific 'aligned' attribute...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-29 Owen AndersonRevert r115099 (adding early jump threading). It's...
2010-09-29 Owen AndersonEarly CFG simplification can fold conditionals down...
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-27 Dan GohmanwriteGraph doesn't need its ShortNames argument.
2010-09-27 Dan GohmanDon't construct a redundant GraphWriter object.
2010-09-27 Dan GohmanFactor out code from the standalone WriteGraph function...
2010-09-27 Dan GohmanRemove WriteGraph's Name argument, which it didn't...
2010-09-27 Dan GohmanFix indentation.
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifback out r114279 as some darwin buildbots get errors...
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifremove CallSite::get; it is still present (as protected...
2010-09-15 Duncan SandsRemove LLVM_GLOBAL_VISIBILITY, which is unused, and...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-07 Owen AndersonRemove dead code. ManagedCleanup is unused, and contai...
2010-09-07 Nick LewyckyAdd completely hokey binary-and and binary-or operation...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-03 Owen AndersonRe-enable CorrelatedValuePropagation. I've tested...
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-09-01 Dan GohmanReword this comment. Don't mention outs(), as that...
2010-09-01 Owen AndersonDisable CorrelatedValuePropagation while I track down...
2010-09-01 Owen AndersonTentatively add correlated value propagation to the...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-09-01 Michael J. SpencerCOFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few...
2010-09-01 Duncan SandsDefine LLVM_GLOBAL_VISIBILITY to be __declspec(dllexpor...
2010-08-29 Chris LattnerStop explicitly scheduling domfrontier before the loop...
2010-08-26 Chris Lattneradd m_BitCast for matching a bitcast.
2010-08-23 Mikhail GlushenkovTrailing whitespace.
2010-08-23 Dan Gohmanformatted_tool_output_file::close needs to flush its...
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Mikhail GlushenkovAdd include guards to Support/Regex.h.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-08-20 Dan GohmanDelete raw_stdout_ostream and raw_stderr_ostream, which...
2010-08-20 Dan GohmanAdd an inspirational quote.
2010-08-20 Dan GohmanAdd a comment.
2010-08-20 Dan GohmanMove raw_ostream's Error flag into raw_fd_ostream,...
2010-08-20 Dan GohmanExport error-handling functions in formatted_tool_outpu...
2010-08-20 Mikhail GlushenkovDisambiguate calls to WriteGraph() to disable ADL.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
next