Revert "Add --program-prefix support to build"
[oota-llvm.git] / test /
2012-09-25 Nick LewyckyDon't drop the alignment on a memcpy intrinsic when...
2012-09-25 Nick LewyckyDon't try to promote the same alloca twice. Fixes PR13916!
2012-09-25 Nick LewyckyMake this test check the transforms it's actually doing...
2012-09-25 Michael LiaoAdd missing i64 max/min/umax/umin on 32-bit target
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-09-25 Chandler CarruthFix a case where SROA did not correctly detect dead...
2012-09-25 Duncan SandsChange the way the lint sanity checking pass detects...
2012-09-25 Evan ChengFix an illegal tailcall opt where the callee returns...
2012-09-25 Nick LewyckyDon't forget that strcpy and friends return a pointer...
2012-09-25 Jim GrosbachARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-24 Nick LewyckyTeach DSE that strcpy, strncpy, strcat and strncat...
2012-09-24 Roman DivackySpecify MachinePointerInfo as refering to the argument...
2012-09-24 Richard OsborneAdd missing : in CHECK line.
2012-09-24 Richard OsborneAdd missing check for presence of target data.
2012-09-24 Chandler CarruthAddress one of the original FIXMEs for the new SROA...
2012-09-23 Anton KorobeynikovEmit dtors into proper section while compiling in vcpp...
2012-09-23 Chandler CarruthSwitch to a signed representation for the dynamic offse...
2012-09-23 Nick LewyckyDon't do actual work inside an assert statement. Fixes...
2012-09-23 Michael LiaoRevise test to avoid using of 'grep'
2012-09-22 Michael LiaoEnhance test case of atomic16 to verify inst encoding...
2012-09-22 Tim NorthoverFix edge cases of ARM shift operands in arith instructions.
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-21 Chandler CarruthFix a case where the new SROA pass failed to zap dead...
2012-09-21 Benjamin KramerLoopIdiom: Give up when the loop is not in canonical...
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Benjamin KramerInstCombine: Make sure we use the pre-zext type when...
2012-09-21 Benjamin KramerBitcodeReader: Correctly insert blockaddress constant...
2012-09-21 Alexey SamsonovFix SymbolRef::getAddress implementation for ELF. The...
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/X86/pr5145.ll: Tweak expressions...
2012-09-21 Michael LiaoAdd missing i8 max/min/umax/umin support
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos...
2012-09-21 Chad RosierTestcase does not need to be this strict.
2012-09-21 Chad RosierAdd newline.
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-20 Jakob Stoklund OlesenIgnore PHI-defs for -new-coalescer interference checks.
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-20 Manman RenSimplifyCFG: sink common codes from IF, ELSE blocks...
2012-09-20 Evan ChengTry to make these tests more portable.
2012-09-20 Benjamin KramerFix broken check lines.
2012-09-20 Roman DivackySpecify cpu to get the correct instruction ordering...
2012-09-20 Michael LiaoSpecify CPu to prevent failure on ATOM due to different...
2012-09-20 Michael LiaoRe-work X86 code generation of atomic ops with spin...
2012-09-19 Jakob Stoklund OlesenResolve conflicts involving dead vector lanes for ...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-19 Preston GurdSupport default parameters/arguments for assembler...
2012-09-19 Preston GurdEnhance unmatched '.endr' directive error message in...
2012-09-19 Michael LiaoUnify the logic in SelectAtomicLoadAdd and SelectAtomic...
2012-09-19 Jordan RoseReally XFAIL test/CodeGen/PowerPC/structsinregs.ll.
2012-09-19 Bill SchmidtXFAIL test/CodeGen/PowerPC/structsinregs.ll
2012-09-19 Bill SchmidtSmall structs for PPC64 SVR4 must be passed right-justi...
2012-09-19 Hans WennborgSimplifyCFG: Don't generate invalid code for switch...
2012-09-19 Hans WennborgMove load_to_switch.ll to test/CodeGen/SPARC/
2012-09-19 Nadav Rotemrename test
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-09-19 Hans WennborgCodeGenPrep: turn lookup tables into switches for some...
2012-09-19 NAKAMURA Takumillvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when...
2012-09-18 Chandler CarruthFix the last crasher I've gotten a reproduction for...
2012-09-18 Evan ChengMOVi16 (movw) is only legal on cpus with V6T2 support...
2012-09-18 Benjamin KramerFileCheck: Fix off-by-one bug that made CHECK-NOT:...
2012-09-18 Roman DivackyAdd test for r164155 and remove two tests superseded...
2012-09-18 Jan SjödinAdd hidden flag to exclude aliases from output.
2012-09-18 Andrew TrickLSR critical edge splitting fix for PR13756.
2012-09-18 Chandler CarruthFix getCommonType in a different way from the way I...
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Roman DivackyOn PPC64 emit the environment pointer. Patch by Adhemer...
2012-09-18 Roman DivackyOptimize local func calls to not emit nop for TOC resto...
2012-09-18 Roman DivackyAdd test for r164132.
2012-09-18 NAKAMURA Takumillvm/test/DebugInfo: Move two tests, 2010-04-13-PubType...
2012-09-18 Benjamin KramerXFAIL SROA test until Chandler can get to it.
2012-09-18 Chandler CarruthFix a warning in release builds and a test case I forgo...
2012-09-18 Chandler CarruthAdd a major missing piece to the new SROA pass: aggress...
2012-09-18 Richard OsborneFix instcombine to obey requested alignment when mergin...
2012-09-18 James MolloyMore domain conversion; convert VFP VMOVS to NEON instr...
2012-09-18 Evan ChengUse vld1 / vst2 for unaligned v2f64 load / store. e...
2012-09-18 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Jakob Stoklund OlesenMerge into undefined lanes under -new-coalescer.
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Jan Wen VoungAdd some cases to x86 OptimizeCompare to handle DEC...
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Michael LiaoFix PR13859
2012-09-17 Silviu BarangaRemoved the VMLxForwarding feature for the Cortex-A15...
2012-09-16 Nadav RotemFix the testcase to work on all platforms.
2012-09-16 Nadav RotemThe PMOVZXWD family of functions had patterns extends...
2012-09-15 Benjamin KramerX86: Emitting x87 fsin/fcos for sinf/cosf is not safe...
2012-09-15 Chandler CarruthPort the SSAUpdater-based promotion logic from the...
2012-09-15 Akira HatanakaHandled unaligned load/stores properly in Mips16
2012-09-15 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Alex RosenbergReview feedback from Duncan Sands. Alphabetize includes...
2012-09-14 Manman RenPGO: preserve branch-weight metadata when merging two...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-09-13 Eric ChristopherFix both the test for zero and what we do if we have...
2012-09-13 Jim GrosbachAssembler: Darwin variables defined via .set are no...
2012-09-13 Dan GohmanHandle the new !tbaa.struct metadata tags when converti...
2012-09-13 Michael LiaoAdd wider vector/integer support for PR12312
2012-09-13 Michael LiaoEnhance type legalization on bitcast from vector to...
2012-09-13 Jakob Stoklund OlesenFix test case to avoid PIC magic.
next