aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Add method to query for NoCapture attribute.Bill Wendling2012-10-041-2/+5
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-041-0/+3
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-031-0/+20
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-272-8/+8
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-272-8/+8
* Add missing function CreateFPCast to the TargetFolder. It's there in the otherNick Lewycky2012-09-271-1/+8
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-2310-42/+44
* Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose2012-09-221-0/+3
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-191-0/+65
* Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky2012-09-181-0/+15
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-5/+8
* Fix a typo. No functional change.Craig Topper2012-09-181-1/+1
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-174-9/+10
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-1612-26/+36
* Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper2012-09-161-0/+16
* Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko2012-09-151-1/+2
* Fix a couple include directives that used angle brackets for llvm files.Craig Topper2012-09-151-1/+1
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-141-3/+4
* Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie2012-09-141-23/+14
* Fix Doxygen issues:Dmitri Gribenko2012-09-142-14/+34
* Fix some code which is invalid in C++11: an expression of enumeration typeRichard Smith2012-09-131-5/+5
* Fix documentation: parameter being documented was removed in r98220.Dmitri Gribenko2012-09-131-1/+0
* Fix Doxygen issues:Dmitri Gribenko2012-09-134-34/+36
* Fix a doxygen issue: these examples are supposed to be displayed preformatted.Dmitri Gribenko2012-09-131-43/+66
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-121-30/+30
* Suppress the warnings about unused parameters in changeColor()Alexander Potapenko2012-09-121-0/+3
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* Clean up.Chad Rosier2012-09-051-3/+3
* Make sure macros in the include subdirectory are not used without being defined.Bob Wilson2012-09-042-3/+3
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-311-14/+16
* Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer2012-08-291-2/+2
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-291-2/+4
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-0/+12
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-5/+13
* Try to appease MSVC even more elaborately in the alignment hacking space.Chandler Carruth2012-08-241-5/+33
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-235-10/+8
* Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek2012-08-224-14/+16
* Provide a portability macro for __builtin_trap.David Blaikie2012-08-211-0/+9
* Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang2012-08-171-0/+12
* Flatten the aligned-char-array utility template to be a directlyChandler Carruth2012-08-171-13/+14
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-161-16/+0
* Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky2012-08-161-0/+16
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+77
* Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer2012-08-151-0/+19
* [yaml2obj] Fix incorrect use of signed values.Michael J. Spencer2012-08-141-3/+3
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-141-2/+39
* LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem2012-08-131-1/+2
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-081-0/+58