Documentation warning: \param, not \parm
[oota-llvm.git] / include / llvm / Support /
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...
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-02-05 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2013-02-03 Michael J. Spencer[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-30 Dmitri GribenkoLLDB uses ConvertUTF16toUTF8, remove #ifdef
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-25 Reid KlecknerAdd parens to suppress an MSVC 2012 << precedence warning
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2013-01-24 Michael J. Spencer[ELF] Add R_X86_64_IRELATIVE.
2013-01-23 Michael J. Spencer[Support][ErrorOr] Don't use nullptr :(
2013-01-23 Michael J. Spencer[Support][ErrorOr] Add optimized specialization of...
2013-01-22 Michael J. Spencer[Support][ErrorOr] Make old gcc happy.
2013-01-22 Tim NorthoverFix truncation of relocation types in Support/ELF.h
2013-01-21 NAKAMURA TakumiSupport/Compiler.h: MSC1600, aka VS2010, is not C+...
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using the...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using popcnt...
2013-01-16 Aaron BallmanWrapping __popcnt64 for MSVC so that it's only used...
2013-01-16 Michael J. Spencer[Support] Include the intrisics header and check for...
2013-01-16 Michael J. Spencer[Support] Add MSVC intrinsic for CountPopulation.
2013-01-16 Michael J. Spencer[Support] Update MSVC compiler support in Compiler.h.
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-15 Michael J. Spencer[Support] Add LLVM_CONSTEXPR.
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-11 Dmitri GribenkoAdd a new portability macro LLVM_FUNCTION_NAME, that...
2013-01-10 Jordan RoseAdd basic fix-its to SMDiagnostic.
2013-01-10 NAKAMURA TakumiSignal.h: Add <cstdio> for FILE*, since r171989.
2013-01-10 Douglas GregorFix a race condition in the lock-file manager: once...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Shankar Easwaranadd hexagon flags in ELF.h
2013-01-09 Manuel KlimekIncrase the number of parameters for AlignedCharArrayUnion.
next