summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-01
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-01
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* remove executable permission from IntrinsicsXCore.tdRobert Lytton2013-08-01
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-01
* AArch64: add initial NEON supportTim Northover2013-08-01
* XCore target: add GCCBuiltin to four intrinsicsRobert Lytton2013-08-01
* Formatting.Eric Christopher2013-08-01
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-31
* Make these just inline, not static inline.Eric Christopher2013-07-30
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-30
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-30
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* Down-scale slot index distance to save bits.Andrew Trick2013-07-30
* whitespaceAndrew Trick2013-07-30
* MI Sched: Track live-thru registers.Andrew Trick2013-07-30
* Fix parameter ordering bug in createDebugIRPass()Daniel Malea2013-07-30
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-29
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-28
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-28
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-28
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-27
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling2013-07-26
* Remove trailing whitespace.Stephen Lin2013-07-26
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-26
* Re-add DataLayout pointer size convenience functions.Matt Arsenault2013-07-26
* Regenerate.Eric Christopher2013-07-26
* Add a way to get the context of any particular scope.Eric Christopher2013-07-26
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-26
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Add a bool->StringRef c'tor to StringRef.Bill Wendling2013-07-25
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-25
* Fix a comment cut-&-pasto.Richard Sandiford2013-07-25
* MI Sched: Register pressure heuristics.Andrew Trick2013-07-25
* Respect llvm.used in Internalize.Rafael Espindola2013-07-25
* Make these methods const correct.Rafael Espindola2013-07-25
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Add helpful accessor methods to get the specified function attribute.Bill Wendling2013-07-24
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Remove dead code.Eric Christopher2013-07-24