summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* llvm-cov: Expect a source file as a positional parameterJustin Bogner2014-01-29
* MC: Better management of macro argumentsDavid Majnemer2014-01-29
* LoopVectorizer: Add a test case for unrolling of small loops that need a runtimeArnold Schwaighofer2014-01-29
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-29
* [mips][msa] Add fill.d instruction.Matheus Almeida2014-01-29
* [mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.Matheus Almeida2014-01-29
* [mips][msa] Add copy_{u,s}.d.Matheus Almeida2014-01-29
* [mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.Matheus Almeida2014-01-29
* [LPM] Fix PR18643, another scary place where loop transforms failed toChandler Carruth2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29
* MC: Reorganize macro MC test along dialect linesDavid Majnemer2014-01-29
* [asan] simplify a test Kostya Serebryany2014-01-29
* [Sparc] Use %r_disp32 for pc_rel entries in FDE as well.Venkatraman Govindaraju2014-01-29
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.Venkatraman Govindaraju2014-01-29
* [LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"Chandler Carruth2014-01-29
* We do use pipefail these days. Update the test.Rafael Espindola2014-01-29
* [SparcV9] Use correct register class (I64RegClass) to hold the address of _G...Venkatraman Govindaraju2014-01-29
* Use a raw_stream to implement the mangler.Rafael Espindola2014-01-29
* [AArch64 NEON] Lower SELECT_CC with vector operand.Kevin Qin2014-01-29
* [ARM] Remove superfluous inline asm mode switch testDavid Woodhouse2014-01-29
* Tests for mode switchingDavid Woodhouse2014-01-28
* Disable the COFF tests on non-X86 archsTimur Iskhodzhanov2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* [mips] Fix ELF header flags.Matheus Almeida2014-01-28
* [NVPTX] Fix emitting aggregate parametersGautam Chakrabarti2014-01-28
* [X86] Add extra rules for combining vselect dag nodes into movsd.Andrea Di Biagio2014-01-28
* Fix pr14893.Rafael Espindola2014-01-28
* [DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_e...Andrea Di Biagio2014-01-28
* [vectorizer] Completely disable the block frequency guidance of the loopChandler Carruth2014-01-28
* Handle spilling the PPC GPRC_NOR0 register classHal Finkel2014-01-28
* R600/SI: Add pattern for truncating i32 to i1Michel Danzer2014-01-28
* Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen2014-01-28
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-28
* LoopVectorize: Support conditional stores by scalarizingArnold Schwaighofer2014-01-28
* PGO branch weight: keep halving the weights until they can fit intoManman Ren2014-01-27
* ARM MC: Fix the initial DWARF CFI unwind info at the start of a functionMark Seaborn2014-01-27
* Fix unsupported addressing mode assertion for pldDavid Peixotto2014-01-27
* [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.Andrea Di Biagio2014-01-27
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* [vectorize] Initial version of respecting PGO in the vectorizer: treatChandler Carruth2014-01-27
* ConstantHoisting: We can't insert instructions directly in front of a PHI node.Benjamin Kramer2014-01-27
* [vectorizer] Add an override for the target instruction cost and use itChandler Carruth2014-01-27
* [vectorizer] Teach the loop vectorizer's unroller to only unroll byChandler Carruth2014-01-27
* Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assu...Nick Lewycky2014-01-27
* Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...Nick Lewycky2014-01-27
* Additional fix for 200201: due to dependence on bitwidth test was moved to X8...Stepan Dyatkovskiy2014-01-27
* Fix for PR18102.Stepan Dyatkovskiy2014-01-27
* R600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructionsMichel Danzer2014-01-27
* R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer2014-01-27