summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing include (for r205050)David Blaikie2014-03-28
* llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie2014-03-28
* [PowerPC] Fix VSX permutation iselHal Finkel2014-03-28
* Convert one last llc -filetype=obj test.Rafael Espindola2014-03-28
* [PowerPC] v2[fi]64 need to be explicitly passed in VSX registersHal Finkel2014-03-28
* Convert llc -filetype=obj test.Rafael Espindola2014-03-28
* Convert llc -filetype=obj test.Rafael Espindola2014-03-28
* Remove bogus test.Rafael Espindola2014-03-28
* Convert another llc -filetype=obj test.Rafael Espindola2014-03-28
* Support: Functions for writing endian specific data to streams.Justin Bogner2014-03-28
* Map ELf flags back to more specific section kinds.Rafael Espindola2014-03-28
* Parse .gpdword and convert another llc -filetype=obj test.Rafael Espindola2014-03-28
* convert another llc -filetype=obj test.Rafael Espindola2014-03-28
* Convert "llc -filetype=obj" test into llvm-mc tests.Rafael Espindola2014-03-28
* SLPVectorizer: Take credit for free extractelement instructionsArnold Schwaighofer2014-03-28
* SLPVectorizer: Fix typosArnold Schwaighofer2014-03-28
* SLPVectorizer: Ignore users that are insertelements we can reschedule themArnold Schwaighofer2014-03-28
* Exception handling docs: Clarify how the llvm.eh.* intrinsics are usedMark Seaborn2014-03-28
* Only test compression when linked with zlib.David Blaikie2014-03-28
* Add const to a method I missed in the previous commit.Rafael Espindola2014-03-28
* Add const.Rafael Espindola2014-03-28
* Revert "InstCombine: merge constants in both operands of icmp."Erik Verbruggen2014-03-28
* Revert "GVN: merge overflow intrinsics with non-overflow instructions."Erik Verbruggen2014-03-28
* 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] Sink the private data members and methods to theChandler Carruth2014-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
* PBQP: Minor cleanups to r204857David Blaikie2014-03-27
* 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
* Temporarily remove assert while I dig in to issues that it's causing for LLDB.Lang Hames2014-03-27
* Revert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."Rui Ueyama2014-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
* [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