aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2012-12-05Updates to Win64EH.h structures.Michael J. Spencer
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth
2012-11-30Separate out the tests for whether the compiler suports R-valueChandler Carruth
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth
2012-11-30Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.Jordan Rose
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-25Add an extra slash so doxygen comments will be properly recognized.Craig Topper
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva
2012-11-16Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-13Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand
2012-11-13Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-05Add missing this->. Fixes pr14238.Rafael Espindola
2012-11-03Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands
2012-10-31Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy
2012-10-31xlc supports __attribute__((aligned(x))), use it.Rafael Espindola
2012-10-30 * Add e_flags enum for HexagonSid Manning
2012-10-29va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.Evgeniy Stepanov
2012-10-15Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'Derek Schuff
2012-10-12Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'Derek Schuff
2012-10-12Correcting enum values mentioned in comments.Andrew Kaylor
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-11Casting.h: Automatically handle isa<Base>(Derived).Sean Silva
2012-10-09Use the attribute builder to add attributes to call/invoke instruction. No fu...Bill Wendling
2012-10-09Use the attribute enums to query if a function has an attribute.Bill Wendling
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola
2012-10-09Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04Add method to query for NoCapture attribute.Bill Wendling
2012-10-04Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling
2012-10-03Add methods which query for the specific attribute instead of using theBill Wendling
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-27Add missing function CreateFPCast to the TargetFolder. It's there in the otherNick Lewycky
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
2012-09-22Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff