Add Option unit tests to the make build
[oota-llvm.git] / test /
2013-07-19 Lang HamesRefactor AnalyzeBranch on ARM. The previous version...
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-19 Vincent LejeuneR600: Don't emit empty then clause and use alu_pop_after
2013-07-19 Rafael EspindolaFix inserting new elements in a specified location.
2013-07-19 Rafael Espindolas/compiler_used/compiler.used/.
2013-07-19 Richard Sandiford[SystemZ] Add tests for ALHSIK and ALGHSIK
2013-07-19 Richard Sandiford[SystemZ] Add ALRK, AGLRK, SLRK and SGLRK
2013-07-19 Joey Gouly[ARMv8] Implement the NEON instructions VRINT{N, X...
2013-07-19 Richard Sandiford[SystemZ] Add AHIK and AGHIK
2013-07-19 Richard Sandiford[SystemZ] Add ARK, AGRK, SRK and SGRK
2013-07-19 Richard Sandiford[SystemZ] Add NGRK, OGRK and XGRK
2013-07-19 Richard Sandiford[SystemZ] Add NRK, ORK and XRK
2013-07-19 Tilmann SchellerARM: Add instruction aliases for the Thumb2 PLD/PLDW...
2013-07-19 Richard Sandiford[SystemZ] Use SLLK, SRLK and SRAK for codegen
2013-07-19 Richard Sandiford[SystemZ] Start adding z196 and zEC12 support
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-19 Chandler CarruthFix another assert failure very similar to PR16651...
2013-07-19 Tim NorthoverARM: delete two tests now integrated into the larger...
2013-07-19 Tim NorthoverARM: remove invalid invalid tests
2013-07-19 Tim NorthoverImprove llvm-mc disassembler mode and refactor ARM...
2013-07-19 Chandler CarruthFix PR16651, an assert introduced in my recent re-work...
2013-07-19 Manman RenTry to appease the bots.
2013-07-19 NAKAMURA Takumillvm/test/MC/AsmParser/secure_log_unique.s: Use env...
2013-07-19 Andrew TrickMI Sched: test case fix for previous checkin.
2013-07-19 Manman RenDebug Info: enable verifying by default and disable...
2013-07-18 Rui UeyamaRevert "COFFDumper: Dump data directory entries."
2013-07-18 Stephen LinUpdate to more CodeGen tests to use CHECK-LABEL for...
2013-07-18 Rui UeyamaCOFFDumper: Dump data directory entries.
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2013-07-18 Tom StellardR600/SI: Fix crash with VSELECT
2013-07-18 Tom StellardR600/SI: Add support for v2f32 loads
2013-07-18 Tom StellardR600/SI: Add support for v2f32 stores
2013-07-18 Tom StellardR600: Expand VSELECT for all types
2013-07-18 Hans Wennborgtest/MC/AsmParser/secure_log_unique.s requires shell
2013-07-18 Rafael EspindolaAdd a test for .secure_log_unique.
2013-07-18 Stephen LinUpdate to CodeGen tests to use CHECK-LABEL for labels...
2013-07-18 NAKAMURA TakumiWindows/Path.inc: Introduce file_type::character_file...
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-07-18 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark this as XFAIL...
2013-07-18 Joey GoulyForgot 'svn add' again, sorry!
2013-07-18 Joey Gouly[ARMv8] Add NEON instructions VCVT{A, N, P, M}.
2013-07-18 Richard Sandiford[SystemZ] Use RNSBG
2013-07-18 Joey GoulyAdd Thumb tests for the ARMv8 FP instructions that...
2013-07-18 Richard Sandiford[SystemZ] Generalize RxSBG SRA case
2013-07-18 Richard Sandiford[SystemZ] Use RXSBG
2013-07-18 Vladimir MedicThis patch extends mips register parsing methods to...
2013-07-18 Craig TopperFix copy and paste bug from r186491 to make v2f64 use...
2013-07-18 Chandler CarruthReapply r186316 with a fix for one bug where the code...
2013-07-18 Hal FinkelPPC: Support dynamic allocas with large alignment
2013-07-17 Hal FinkelPPC: Add base-pointer support to builtin setjmp/longjmp
2013-07-17 Tobias GrosserAdd some uncovered attribute tests
2013-07-17 Stephen LinRestore r181216, which was partially reverted in r182499.
2013-07-17 Rafael EspindolaSplit openFileForRead into Windows and Unix versions.
2013-07-17 Hal FinkelFix comparisons of alloca alignment in inliner merging
2013-07-17 Vladimir MedicImplement eret and deret(return from exception) instruc...
2013-07-17 Joey GoulyAdd the tests that I forgot to 'svn add' with my previo...
2013-07-17 Richard Osborne[XCore] Ensure implicit operands aren't lost on the...
2013-07-17 Craig TopperMake x86 fast-isel correctly choose between aligned...
2013-07-17 Hal FinkelPPC: Add CTR-register clobber to builtin setjmp
2013-07-17 NAKAMURA Takumiraw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY...
2013-07-17 Hal FinkelPPC: Implement base pointer and stack realignment
2013-07-17 NAKAMURA Takumillvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtrip...
2013-07-16 NAKAMURA Takumillvm/test/Object/ar-create.test: Relax a CHECK line...
2013-07-16 NAKAMURA Takumillvm/test/Object/check_binary_output.ll: Mark it as...
2013-07-16 Tilmann SchellerARM: Add support for the Thumb2 PLI alternate literal...
2013-07-16 Benjamin KramerFinally, force the target for this test. Should unbreak...
2013-07-16 Rafael EspindolaXFAIL this test on mingw.
2013-07-16 Benjamin KramerLabel names also differ between platforms. Use a relaxe...
2013-07-16 Benjamin KramerFix test not to fail when the target doesn't use leadin...
2013-07-16 Manman RenCleanup testing case by using a shorter name for types.
2013-07-16 Juergen Ributzka[X86] Use min/max to optimze unsigend vector comparison...
2013-07-16 Hal FinkelWhen the inliner merges allocas, it must keep the large...
2013-07-16 Rafael EspindolaOn error, close the temporary file descriptor.
2013-07-16 Rafael EspindolaCreate files with mode 666. This matches the behavior...
2013-07-16 Ulrich Weigand[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp...
2013-07-16 Richard Osborne[XCore] Fix printing of inline asm operands.
2013-07-16 Richard Sandiford[SystemZ] Use ROSBG and non-zero form of RISBG for...
2013-07-16 Richard Sandiford[SystemZ] Add MC support for R[NOX]SBG
2013-07-16 Richard Sandiford[SystemZ] Use RISBG for (shift (and ...))
2013-07-16 Tim NorthoverARM: implement ldrex, strex and clrex intrinsics
2013-07-16 Renato GolinARM EABI divmod support
2013-07-16 NAKAMURA Takumillvm/test/Object/directory.ll: Mark it as XFAIL:cygwin...
2013-07-16 NAKAMURA TakumiFix TimeValue::toWin32Time() to be symmetric to fromWin...
2013-07-15 Rafael EspindolaAdd mingw32 to the XFAIL. I forgot about it when adding...
2013-07-15 Manman RenPEI: Support for non-zero SPAdj at beginning of a basic...
2013-07-15 Nadav RotemPR16628: Fix a bug in the code that merges compares.
2013-07-15 David BlaikieFurther simplify test case from r186119/r186035.
2013-07-15 Rafael EspindolaXFAIL on windows too and document the XFAILs.
2013-07-15 Hal FinkelFix register subclass handling in PPCInstrInfo::insertS...
2013-07-15 Reid Kleckner[mc-coff] Resolve aliases when emitting COFF relocations
2013-07-15 Tom StellardR600/SI: Add support for 64-bit loads
2013-07-15 Hal FinkelRemove invalid assert in DAGTypeLegalizer::RemapValue
2013-07-15 Chandler CarruthRevert r186316 while I track down an ASan failure and...
2013-07-15 Rafael EspindolaXFAIL this on freebsd to bring the bot back.
2013-07-15 Chandler CarruthReimplement SROA yet again. Same fundamental principle...
2013-07-15 NAKAMURA TakumiMark llvm/test/Object/extract.ll as XFAIL:mingw32,...
2013-07-14 Anton KorobeynikovUse conventional syntax for branches.
2013-07-14 Anton KorobeynikovProperly lower jump tables on MSP430. Patch by Job...
2013-07-14 Chandler CarruthThe archive update test has a subtle race condition...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
next