summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Fix PR18165: LSR must avoid scaling factors that exceed the limit on truncate...Andrew Trick2014-02-26
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-26
* Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein2014-02-26
* AArch64: simplify tbl/tbx polymorphismTim Northover2014-02-26
* ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) w...Artyom Skrobov2014-02-26
* Stop test/CodeGen/ARM/a15.ll targetting non-ARM targets.Daniel Sanders2014-02-26
* [SROA] Use the correct index integer size in GEPs through non-defaultChandler Carruth2014-02-26
* [SROA] Teach SROA how to handle pointers from address spaces other thanChandler Carruth2014-02-26
* [SROA] Split the alignment computation complete for the memcpy rewritingChandler Carruth2014-02-26
* [SROA] Fix PR18615 with some long overdue simplifications to the boundsChandler Carruth2014-02-26
* Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.Adrian Prantl2014-02-25
* DwarfDebug: Avoid emitting an empty debug_aranges section when aranges are di...David Blaikie2014-02-25
* Address review comments for r202188.Adrian Prantl2014-02-25
* R600/SI: Custom select 64-bit ADDTom Stellard2014-02-25
* Account for 128-bit integer operations in PPCCTRLoopsHal Finkel2014-02-25
* Don't try to set a dummy DataLayout. It is parsed now.Rafael Espindola2014-02-25
* Store a DataLayout in Module.Rafael Espindola2014-02-25
* Debug info: Support variadic functions.Adrian Prantl2014-02-25
* Revert "Debug info: Support variadic functions."Adrian Prantl2014-02-25
* Debug info: Support variadic functions.Adrian Prantl2014-02-25
* [XCore] Add intrinsic for CLRPT (clear port time) instruction.Richard Osborne2014-02-25
* [XCore] Add intrinsic for EDU (event disable unconditional) instruction.Richard Osborne2014-02-25
* Keep the link register for uwtable.Logan Chien2014-02-25
* [XCore] Prefer to word align functions.Richard Osborne2014-02-25
* Ignore old JIT tests in AARch64 - CMake styleRenato Golin2014-02-25
* Fix typosAlp Toker2014-02-25
* [SROA] Fix another instability in SROA with respect to the sliceChandler Carruth2014-02-25
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-24
* R600/SI - Add new CI arithmetic instructions.Matt Arsenault2014-02-24
* SLPVectorizer: Try vectorizing 'splat' storesArnold Schwaighofer2014-02-24
* For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)Reed Kotler2014-02-24
* [CMake] Remove dependency on non-existing profile_rt-shared. Patch by Brad King.Alexey Samsonov2014-02-24
* [asan] remove test that should have been removed in r202033Kostya Serebryany2014-02-24
* Asm Parser: support .error directiveSaleem Abdulrasool2014-02-23
* AsmParser: support .ifeqs directiveSaleem Abdulrasool2014-02-23
* SPARC: Implement TRAP lowering. Matches what GCC emits.Benjamin Kramer2014-02-23
* ARM IAS: support .align without parametersSaleem Abdulrasool2014-02-23
* MCAsmParser: support .ifneSaleem Abdulrasool2014-02-23
* MCAsmParser: handle space properly for .ifc/.ifncSaleem Abdulrasool2014-02-23
* MCAsmParser: add support for .err directiveSaleem Abdulrasool2014-02-23
* AVX-512: Fixed encoding of VPTESTMQElena Demikhovsky2014-02-23
* ARM IAS: support .short and .hwordSaleem Abdulrasool2014-02-23
* Make test more resilient against scheduling decisions.Benjamin Kramer2014-02-22
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* llvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease FileCheck. "CHECK-LABEL...NAKAMURA Takumi2014-02-22
* [CodeGenPrepare] Fix the check of the legality of an instruction.Quentin Colombet2014-02-22
* [DAGCombiner] PCMP* sets its result to all ones or zeros so we can AND with theQuentin Colombet2014-02-21
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* add -da-delinearize runs and checks to MIV testcasesSebastian Pop2014-02-21