summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()Artyom Skrobov2014-06-10
* Anonymous definitions in foreach blocks triggered a 'def already exists'Artyom Skrobov2014-06-10
* AArch64: disallow x30 & x29 as the destination for indirect tail callsTim Northover2014-06-10
* Revert "X86: elide comparisons after cmpxchg instructions."Tim Northover2014-06-10
* X86: elide comparisons after cmpxchg instructions.Tim Northover2014-06-10
* AArch64: teach FastISel how to handle offset FrameIndicesTim Northover2014-06-10
* AArch64: make FastISel memcpy emission more robust.Tim Northover2014-06-10
* Delete X86JITInfo in the subtarget destructor.Eric Christopher2014-06-10
* [llvm-readobj][ELF] Factor out the code retrieve ELF symbol informationSimon Atanasyan2014-06-10
* SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.NAKAMURA Takumi2014-06-10
* [ConstantHoisting][X86] Improve the cost model for small constants with large...Juergen Ributzka2014-06-10
* Reorder Value and User fields to save 8 bytes of padding on 64-bitReid Kleckner2014-06-09
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* SmallVector: support resize(N) with move-only typesDavid Blaikie2014-06-09
* [PPC64LE] Generate correct code for unaligned little-endian vector loadsBill Schmidt2014-06-09
* Generate better location ranges for some register-described variables.Alexey Samsonov2014-06-09
* Update langref for unnamed_addr being allowed in aliases.Rafael Espindola2014-06-09
* ARM: add VLA extension for WoA Itanium ABISaleem Abdulrasool2014-06-09
* Look through addrspacecasts when turning ptr comparisons intoMatt Arsenault2014-06-09
* Added functions cross-reference test.Stepan Dyatkovskiy2014-06-09
* Remove old fenv.h workaround for a historic clang driver bugAlp Toker2014-06-09
* Fold FEnv.h into the implementationAlp Toker2014-06-09
* [OCaml] Add more Llvm_target testsPeter Zotov2014-06-09
* [OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asmPeter Zotov2014-06-09
* Move all of the x86 subtarget initialized variables down into the x86 subtargetEric Christopher2014-06-09
* R600/SI: Rename VOP3 helper class to be more generalMatt Arsenault2014-06-09
* [X86] Add target combine rules for horizontal add/sub.Andrea Di Biagio2014-06-09
* R600/SI: Keep 64-bit not on SALUMatt Arsenault2014-06-09
* R600: Fix selection failure for vector bswapMatt Arsenault2014-06-09
* [PPC64LE] Generate correct little-endian code for v16i8 multiplyBill Schmidt2014-06-09
* Fix test in r210472.Evgeniy Stepanov2014-06-09
* [msan] Workaround for invalid origins in shufflevector.Evgeniy Stepanov2014-06-09
* llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match W...NAKAMURA Takumi2014-06-09
* [mips] Fix a bug for NaCl target - Don't report the error when non-dangerousSasa Stankovic2014-06-09
* [X86] Avoid emitting unnecessary test instructions.Andrea Di Biagio2014-06-09
* [DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.Andrea Di Biagio2014-06-09
* [X86] Use ADD/SUB instead of INC/DEC for SilvermontAlexey Volkov2014-06-09
* [AArch64] Missing aliases for CMP/CMN [W]SP with no shiftArtyom Skrobov2014-06-09
* [docs] Fix typo, align comments, fix syntax highlightingJeroen Ketema2014-06-09
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-09
* Fix line numbers for code inlined from __nodebug__ functions.Evgeniy Stepanov2014-06-09
* [msan] Fix vector pack intrinsic handling.Evgeniy Stepanov2014-06-09
* R600: Add more and testcasesMatt Arsenault2014-06-09
* Fix gcc warning (enumeral and non-enumeral type in conditional expression)Patrik Hagglund2014-06-09
* [AArch64] Fix the ordering of the accumulate operand in SchedRW list.Chad Rosier2014-06-09
* [AArch64] When combining constant mul of power of 2 plus/minus 1, prefer shiftChad Rosier2014-06-09
* [SeparateConstOffsetFromGEP] inbounds zext => sext for better splittingJingyue Wu2014-06-08
* Escape "@function" with \verbatim. [-Wdocumentation]NAKAMURA Takumi2014-06-08