summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* [PowerPC] Fix v2f64 vector extract and related patternsHal Finkel2014-03-27
* [C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.Rui Ueyama2014-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
* Win installer: provide a pretty iconHans Wennborg2014-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
* Untabify.NAKAMURA Takumi2014-03-27
* SmallVector<3> may be used here.NAKAMURA Takumi2014-03-27
* IRTests/InstructionsTest.cpp: Avoid initializer list.NAKAMURA Takumi2014-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
* [cleanup] Run clang-format over these routines to remove formattingChandler Carruth2014-03-27
* [cleanup] Modernize doxygen comments for the BumpPtrAllocator andChandler Carruth2014-03-27
* AVX-512: Implemented masking for integer arithmetic & logic instructions.Elena Demikhovsky2014-03-27
* Add a PR referenceTimur Iskhodzhanov2014-03-27
* Make the recent COFF debug info tests more readableTimur Iskhodzhanov2014-03-27
* Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86...Stepan Dyatkovskiy2014-03-27
* Fixed test for r204899 (pr18931 fix)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
* Add missing #include <cassert> to MCSymbolizer.h.Lang Hames2014-03-27
* Assert that MCSymbolizer is constructed with a valid (or at least non-null)Lang Hames2014-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
* inalloca: *Really* fix the docsReid Kleckner2014-03-27
* Remove unneeded stale type.Reid Kleckner2014-03-27
* inalloca: Fix incorrect example IR and remove LangRef warningReid Kleckner2014-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
* add 'requires asserts' to test that needs itJim Grosbach2014-03-27
* llvm-cov: When reading strings in gcov data, skip leading zerosJustin Bogner2014-03-27