aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2012-09-18Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-18Fix a typo. No functional change.Craig Topper
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2012-09-16Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper
2012-09-15Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko
2012-09-15Fix a couple include directives that used angle brackets for llvm files.Craig Topper
2012-09-14formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar
2012-09-14Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-13Fix some code which is invalid in C++11: an expression of enumeration typeRichard Smith
2012-09-13Fix documentation: parameter being documented was removed in r98220.Dmitri Gribenko
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-09-13Fix a doxygen issue: these examples are supposed to be displayed preformatted.Dmitri Gribenko
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-12Suppress the warnings about unused parameters in changeColor()Alexander Potapenko
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-09-05Clean up.Chad Rosier
2012-09-04Make sure macros in the include subdirectory are not used without being defined.Bob Wilson
2012-08-31Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling
2012-08-29Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer
2012-08-29Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren
2012-08-24Try to appease MSVC even more elaborately in the alignment hacking space.Chandler Carruth
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-22Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-21Provide a portability macro for __builtin_trap.David Blaikie
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-08-17Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang
2012-08-17Flatten the aligned-char-array utility template to be a directlyChandler Carruth
2012-08-16Revert r162034, r162035 and r162037.Roman Divacky
2012-08-16Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer
2012-08-15[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer
2012-08-15Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer
2012-08-14[yaml2obj] Fix incorrect use of signed values.Michael J. Spencer
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-08-13LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach
2012-08-08Remove OpenBSD defines:Bill Wendling
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer
2012-08-01Initial commit of new FileOutputBuffer support class. Nick Kledzik
2012-07-30Extend the InstVisitor to visit the specialized classes wrappingChandler Carruth
2012-07-27Typos.Chad Rosier
2012-07-26Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-20Fix few warnings.Galina Kistanova