XFAIL the test cases for r186044 on Hexagon
[oota-llvm.git] / include / llvm / Support /
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2013-06-11 Rafael EspindolaRemove unused FindLibrary function.
2013-06-11 Rafael EspindolaRemove sys::identifyFileType.
2013-06-11 Rafael EspindolaFix variable name style. Don't cast to and from int.
2013-06-10 Rafael EspindolaAdd a missing 'e'.
2013-06-10 Rafael EspindolaRemove the old IdentifyFileType now that lld was updated.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-10 Rafael EspindolaUpdate for current naming conventions.
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-06-05 Sean Silva[ELF] Add ELFOSABI_GNU.
2013-06-05 Sylvestre LedruThe GNU/HURD is also using the libc. Therefor, endian...
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherMove "unsigned char" -> "uint8_t".
2013-05-28 Simon Atanasyan[Mips] Add Mips specific dynamic table entry tags.
2013-05-25 Eric ChristopherAdd some comments to the stringify function.
2013-05-25 Andrew TrickFix RecyclingAllocator::PrintStats to print the underly...
2013-05-24 Eric ChristopherArrayRef-ize MD5 and clean up a few variable names.
2013-05-24 Michael J. Spencer[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Benjamin KramerMathExtras: Return the result of find(First|Last)Set...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Michael J. Spencer[Support][MathExtras] Add missing include and disable...
2013-05-24 Michael J. Spencer[Support] Add type generic bit utilities to MathExtras.h
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-21 Jakob Stoklund OlesenDefine BYTE_ORDER on Solaris.
2013-05-21 Eric ChristopherAdd an md5 library derived from a public domain impleme...
2013-05-20 Benjamin KramerEnable pod-like optimizations for pred and succ iterators.
2013-05-17 Derek SchuffAdd missing verb to comment in PassNameParser.h
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-08 Dmitri GribenkoUse correct parameter names in comments [-Wdocumentation]
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2013-05-08 Ulrich Weigand[PowerPC] Add some missing PPC64 relocs
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-06 Jean-Luc DupratProvide InstCombines for the following 3 cases:
2013-05-05 Arnold SchwaighoferPatternMatch: Fix documentation - 'function' not 'attri...
2013-05-05 Arnold SchwaighoferPatternMatch: Matcher for (un)ordered floating point...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-03 Richard Sandiford[SystemZ] Add ELF relocation support
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloFix file header comment.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-15 Rafael EspindolaFix silly typo that broke big endian hosts.
2013-04-15 Rafael EspindolaFix endianness on some MSVC versions.
2013-04-15 Rafael EspindolaTry to fix the mingw builds.
2013-04-15 Rafael EspindolaRemove unused function.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-12 Nico RieckAdd missing relocation names
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-04-10 Eric ChristopherRevert "Update the version of dwarf we say we're emitti...
2013-04-09 Eric ChristopherUpdate the version of dwarf we say we're emitting to...
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-01 Chris Lattnerunindent the file to follow coding standards, change...
2013-03-28 Howard HinnantSeciton 24.2.2 of the C++ standard, [iterator.iterators...
2013-03-27 Chad RosierAdd a boolean parameter to the llvm::report_fatal_error...
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-03-26 Chad RosierAdd a boolean parameter to the ExecuteAndWait static...
2013-03-26 Ulrich WeigandPowerPC: Simplify handling of fixups.
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2013-03-25 Joerg SonnenbergerRefine fenv.h handling: check if the desired macros...
2013-03-22 Argyrios KyrtzidisIntroduce LLVM_STATIC_ASSERT macro, which expands to...
2013-03-22 Chandler CarruthRevert r177543: Add timing of the IR parsing code with...
2013-03-20 Eli BenderskyAdd timing of the IR parsing code with a new -time...
2013-03-18 Jakub StaszakRemove unneeded #includes.
2013-03-18 Jakub StaszakRemove trailing spaces.
2013-03-14 Joerg SonnenbergerAdd two of the float related ARM-specific entries for...
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-03-06 Andrew TrickGeneralize my previous fix for -print-options.
2013-02-28 Michael J. Spencer[Support][ErrorOr] Add support for implicit conversion...
2013-02-27 Aaron BallmanSuppressing MSVC warnings; patch thanks to Peng Cheng!
2013-02-26 Eli BenderskySlight cosmetic fixes
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-21 David BlaikieLimit cast machinery to preserve const and not accept...
2013-02-21 David BlaikieMake Optional<T>'s operator bool 'explicit' in C++11
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-16 Michael J. Spencer[ELF] Add STN_UNDEF.
2013-02-13 Alex Rosenbergllvm-gcc -pedantic warns about C++ comments in C90...
2013-02-13 Evgeniy StepanovFix MSan annotations inclusion guard.
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-11 Michael J. Spencer[Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
2013-02-06 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-02-05 Eli BenderskyBe consistent about the field name - AddressSize, not...
2013-02-05 Andrew TrickRevert "[Support][ErrorOr] Add support for convertable...
2013-02-05 Meador IngeSupport: ensure proper state in ErrorOr copy ctors...
next