summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-08-02Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson
2013-08-02Teach EmitGEPOffset about address spacesMatt Arsenault
2013-08-02Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher
2013-08-01Use function attributes to indicate that we don't want to realign the stack.Bill Wendling
2013-08-01Expose that the unique file ID has a device and a file component.Rafael Espindola
2013-08-01Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea
2013-08-01Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren
2013-08-01remove executable permission from IntrinsicsXCore.tdRobert Lytton
2013-08-01Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic
2013-08-01AArch64: add initial NEON supportTim Northover
2013-08-01XCore target: add GCCBuiltin to four intrinsicsRobert Lytton
2013-08-01Formatting.Eric Christopher
2013-07-31Option parsing: add support for alias arguments.Hans Wennborg
2013-07-30Make these just inline, not static inline.Eric Christopher
2013-07-30Revert "Remove isCastable since nothing uses it now"Matt Arsenault
2013-07-30Remove isCastable since nothing uses it nowMatt Arsenault
2013-07-30Change behavior of calling bitcasted alias functions.Matt Arsenault
2013-07-30Down-scale slot index distance to save bits.Andrew Trick
2013-07-30whitespaceAndrew Trick
2013-07-30MI Sched: Track live-thru registers.Andrew Trick
2013-07-30Fix parameter ordering bug in createDebugIRPass()Daniel Malea
2013-07-29Make file_status::getUniqueID const.Rafael Espindola
2013-07-29Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola
2013-07-29Use proper section suffix for COFF weak symbolsNico Rieck
2013-07-29Add support for the 's' operation to llvm-ar.Rafael Espindola
2013-07-28Fix -Wdocumentation warnings.Rafael Espindola
2013-07-28Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth
2013-07-28Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky
2013-07-28Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth
2013-07-27[APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman
2013-07-27Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky
2013-07-27SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard
2013-07-26Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling
2013-07-26Remove trailing whitespace.Stephen Lin
2013-07-26Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin
2013-07-26Re-add DataLayout pointer size convenience functions.Matt Arsenault
2013-07-26Regenerate.Eric Christopher
2013-07-26Add a way to get the context of any particular scope.Eric Christopher
2013-07-26Remove dead or useless header checks from cmake and autoconfReid Kleckner
2013-07-26Make .bc en/decoding of AttrKind stableTobias Grosser
2013-07-26[PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt
2013-07-25Add a bool->StringRef c'tor to StringRef.Bill Wendling
2013-07-25Remove the mblaze backend from llvm.Rafael Espindola
2013-07-25Add a way to add a kind-value string pair to an attribute.Bill Wendling
2013-07-25Fix a comment cut-&-pasto.Richard Sandiford
2013-07-25MI Sched: Register pressure heuristics.Andrew Trick
2013-07-25Respect llvm.used in Internalize.Rafael Espindola
2013-07-25Make these methods const correct.Rafael Espindola
2013-07-25Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling
2013-07-24Add helpful accessor methods to get the specified function attribute.Bill Wendling