summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.Benjamin Kramer2014-02-11
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-11
* Changed attributes of all gather intrinsics from IntrReadMem to IntrReadArgMe...Craig Topper2014-02-11
* [Stackmaps] Cleanup code. No functional change intended.Juergen Ributzka2014-02-10
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-10
* Mark the methods in the Mangler const.Rafael Espindola2014-02-10
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* ARM: use natural LLVM IR for vshll instructionsTim Northover2014-02-10
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-10
* ARM: use LLVM IR to represent the vshrn operationTim Northover2014-02-10
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-10
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-09
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-08
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-07
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-07
* Remove training whitespace.Rafael Espindola2014-02-07
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* X86: Resolve a long standing FIXME and properly isel pextr[bw].Jim Grosbach2014-02-07
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* [PM] Fix horrible typos that somehow didn't cause a failure in a C++11Chandler Carruth2014-02-06
* [PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-06
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* [PM] Don't require analysis results to be const in the new pass manager.Chandler Carruth2014-02-05
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Revert "Fix an invalid check for duplicate option categories."Rafael Espindola2014-02-05
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-05
* AVX-512: Added intrinsic for cvtph2ps.Elena Demikhovsky2014-02-05
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-05
* Fix configure to find arc4random via header files.Todd Fiala2014-02-05
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-04
* SimplifyLibCalls: Push TLI through the exp2->ldexp transform.Benjamin Kramer2014-02-04
* Every target uses .align. Simplify.Rafael Espindola2014-02-04
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-04
* OS X: the correct function is __sincospif_stret, not __sincospi_stretfTim Northover2014-02-04
* ARM & AArch64: merge NEON absolute compare intrinsicsTim Northover2014-02-04
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-04
* AArch64 & ARM: refactor crypto intrinsics to take scalarsTim Northover2014-02-03
* Remove outdated & incorrect part of comment.Eli Bendersky2014-02-03
* Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, andChandler Carruth2014-02-03
* Rename the non-templated base class of SmallPtrSet toChandler Carruth2014-02-03
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Introduce line editor library.Peter Collingbourne2014-01-31
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* Fix file header for APFloat.hDuncan P. N. Exon Smith2014-01-31