summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-06
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-05
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-05
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-05
* Minor address space code simplification.Matt Arsenault2013-08-03
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-02
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-02
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* 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