summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* Merge in PPC internal-as fixes: r167861, r167862, r167863, r167875, r167860, ...Hal Finkel2012-11-20
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07
* Add missing this->. Fixes pr14238.Rafael Espindola2012-11-05
* Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands2012-11-03
* Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy2012-10-31
* xlc supports __attribute__((aligned(x))), use it.Rafael Espindola2012-10-31
* * Add e_flags enum for HexagonSid Manning2012-10-30
* va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.Evgeniy Stepanov2012-10-29
* Correcting enum values mentioned in comments.Andrew Kaylor2012-10-12
* Remove unnecessary classof()'sSean Silva2012-10-11
* Casting.h: Automatically handle isa<Base>(Derived).Sean Silva2012-10-11
* Use the attribute builder to add attributes to call/invoke instruction. No fu...Bill Wendling2012-10-09
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-09
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-09
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add method to query for NoCapture attribute.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Add missing function CreateFPCast to the TargetFolder. It's there in the otherNick Lewycky2012-09-27
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose2012-09-22
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-19
* Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky2012-09-18
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Fix a typo. No functional change.Craig Topper2012-09-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper2012-09-16
* Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko2012-09-15
* Fix a couple include directives that used angle brackets for llvm files.Craig Topper2012-09-15
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-14
* Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie2012-09-14
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Fix some code which is invalid in C++11: an expression of enumeration typeRichard Smith2012-09-13
* Fix documentation: parameter being documented was removed in r98220.Dmitri Gribenko2012-09-13
* Fix Doxygen issues:Dmitri Gribenko2012-09-13
* Fix a doxygen issue: these examples are supposed to be displayed preformatted.Dmitri Gribenko2012-09-13
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-12
* Suppress the warnings about unused parameters in changeColor()Alexander Potapenko2012-09-12
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Clean up.Chad Rosier2012-09-05
* Make sure macros in the include subdirectory are not used without being defined.Bob Wilson2012-09-04
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-31
* Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer2012-08-29
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-29
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24