summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* R600: avoid calling std::next on an iterator that might be end()Tim Northover2014-03-28
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-28
* [Allocator Cleanup] Move generic pointer alignment helper out of anChandler Carruth2014-03-28
* [Allocator Cleanup] Make the growth of the "slab" size of theChandler Carruth2014-03-28
* [cleanup] Hoist the initialization and constants for slab sizes to theChandler Carruth2014-03-28
* C++11: convert verbose loops to range-based loops.Adrian Prantl2014-03-27
* [PowerPC] Use a small cleanup pass to remove VSX self copiesHal Finkel2014-03-27
* Provide a target override for the cost of using a callee-saved registerManman Ren2014-03-27
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* [PowerPC] Don't remove self VSX copies in PPCInstrInfo::copyPhysRegHal Finkel2014-03-27
* [X86][Vector Cost Model] Add a comment to explain the workaroundQuentin Colombet2014-03-27
* [PowerPC] Fix v2f64 vector extract and related patternsHal Finkel2014-03-27
* [PowerPC] Expand v2i64 shiftsHal Finkel2014-03-27
* Register Allocator: refactoring and add comments.Manman Ren2014-03-27
* Remove another unused argument.Rafael Espindola2014-03-27
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sectionsDavid Blaikie2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* InstCombine: Don't combine constants on unsigned icmpsReid Kleckner2014-03-27
* R600: Implement isZExtFree.Matt Arsenault2014-03-27
* R600/SI: Fix unreachable with a sext_in_reg to an illegal type.Matt Arsenault2014-03-27
* [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR'sDaniel Sanders2014-03-27
* [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTSLogan Chien2014-03-27
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* [mips] Attempting to use register $32 should be an error instead of an assert...Daniel Sanders2014-03-27
* The forward declare should be a struct instead of a class (to be consistent w...Aaron Ballman2014-03-27
* [mips] Add support for .cpsetupDaniel Sanders2014-03-27
* [mips] The decision between GOT_DISP and GOT16 for global addresses depends o...Daniel Sanders2014-03-27
* Split the file MipsAsmBackend.cpp in Split the file MipsAsmBackend.cpp and Sp...Zoran Jovanovic2014-03-27
* All new elements except the last one initialized to NULL. Ideally, once parsi...Karthik Bhat2014-03-27
* [mips] Remove unused private field.Matheus Almeida2014-03-27
* [mips] NaCl should now use the custom MipsELFStreamer (recently added) in spiteMatheus Almeida2014-03-27
* [mips] Implement custom MCELFStreamer.Matheus Almeida2014-03-27
* InstCombine: merge constants in both operands of icmp.Erik Verbruggen2014-03-27
* [mips] Stop caching the result of hasMips64(), isABI_O32(), isABI_N32(), and ...Daniel Sanders2014-03-27
* AVX-512: Implemented masking for integer arithmetic & logic instructions.Elena Demikhovsky2014-03-27
* Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86...Stepan Dyatkovskiy2014-03-27
* Fix for pr18931: Crash using integrated assembler with immediate arithmeticStepan Dyatkovskiy2014-03-27
* ARM: raise error message when complex SO expressions can't really beJiangning Liu2014-03-27
* Move MCSymbolizer's constructor into header. It's trivial - there's no need forLang Hames2014-03-27
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* Remove forward declaration for Target class - Target is already defined here.Lang Hames2014-03-27
* [X86][Vectorizer Cost Model] Correct vectorization cost model for v2i64->v2f64Quentin Colombet2014-03-27
* Correctly propagates st_size.Rafael Espindola2014-03-27
* X86: Correct vectorization cost model for v8f32->v8i8.Jim Grosbach2014-03-27
* Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by...Nick Lewycky2014-03-26
* [PowerPC] Generate VSX permutations for v2[fi]64 vectorsHal Finkel2014-03-26
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-26
* This is a fix for PR# 19051. I noticed code gen differences due to code motio...Ekaterina Romanova2014-03-26