aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-061-4/+4
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-6/+7
* Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-061-0/+9
* Refactor isInTailCallPosition handlingTim Northover2013-08-061-0/+9
* Put an llvm_unreachable at the end of getSplatIndex as its loop should never ...Craig Topper2013-08-061-1/+1
* Check against >= 0 instead of != -1 in getSplatIndex because it generally com...Craig Topper2013-08-061-1/+1
* Remove trailing whitespace and fix an 80-column violation. No functional change.Craig Topper2013-08-061-4/+5
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-064-4/+26
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-061-1/+1
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-051-0/+7
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-051-1/+2
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-051-0/+4
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-051-1/+2
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-051-0/+39
* Minor address space code simplification.Matt Arsenault2013-08-031-3/+2
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-022-2/+2
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-021-12/+14
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-7/+6
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-012-11/+1
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-011-4/+10
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-011-2/+20
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-6/+7
* remove executable permission from IntrinsicsXCore.tdRobert Lytton2013-08-011-0/+0
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-011-3/+3
* AArch64: add initial NEON supportTim Northover2013-08-012-0/+42
* XCore target: add GCCBuiltin to four intrinsicsRobert Lytton2013-08-011-4/+8
* Formatting.Eric Christopher2013-08-011-2/+2
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-313-0/+13
* Make these just inline, not static inline.Eric Christopher2013-07-301-4/+4
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-301-5/+11
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-301-11/+5
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-6/+12
* Down-scale slot index distance to save bits.Andrew Trick2013-07-301-0/+7
* whitespaceAndrew Trick2013-07-301-2/+2
* MI Sched: Track live-thru registers.Andrew Trick2013-07-301-3/+34
* Fix parameter ordering bug in createDebugIRPass()Daniel Malea2013-07-301-3/+3
* Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-3/+14
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-291-2/+3
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-0/+2
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-281-2/+2
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-281-47/+57
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-1/+1
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-281-2/+3
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-271-1/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-272-22/+69
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-274-3/+11
* Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling2013-07-261-4/+4
* Remove trailing whitespace.Stephen Lin2013-07-261-2/+2
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-261-1/+8