aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-09-07The Mips standalone assembler intial directive support.Jack Carter
2012-09-07The Mips standalone assembler fpu instruction support.Jack Carter
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao
2012-09-06The Mips standalone assembler memory instruction support.Jack Carter
2012-09-06Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen
2012-09-06Diagnose invalid alignments on duplicating VLDn instructions.Tim Northover
2012-09-06Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover
2012-09-06BasicAA: Recognize cyclic NoAlias phisArnold Schwaighofer
2012-09-06Use correct part of complex operand to encode VST1 alignment.Tim Northover
2012-09-06BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAliasArnold Schwaighofer
2012-09-06Disable stack coloring by default in order to resolve the i386 failures.Nadav Rotem
2012-09-06AVX2 optimization.Elena Demikhovsky
2012-09-06Fix the test by specifying an exact cpu model.Nadav Rotem
2012-09-06Fix switch_to_lookup_table.ll test from r163302.Hans Wennborg
2012-09-06Improve codegen for BUILD_VECTORs on ARM.James Molloy
2012-09-06Build lookup tables for switches (PR884)Hans Wennborg
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-09-06Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...James Molloy
2012-09-06Add patterns for converting stores of subvector_extracts of lower 128-bits of...Craig Topper
2012-09-06Revert "Enable MCJIT tests on Darwin."Jim Grosbach
2012-09-06Enable MCJIT tests on Darwin.Jim Grosbach
2012-09-06Mips specific llvm assembler support for branch and jump instructions.Jack Carter
2012-09-05Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen
2012-09-05Add missing file for test.Nick Lewycky
2012-09-05Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky
2012-09-05JumpThreading: when default destination is the destination of some cases in aManman Ren
2012-09-05Mips specific llvm assembler support for ALU instructions. This includesJack Carter
2012-09-05Strip old MachineInstrs *after* we know we can put them back.Tim Northover
2012-09-05LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar
2012-09-05Fixed the DAG combiner to better handle the folding of AND nodes for vector t...Silviu Baranga
2012-09-05Fix UseInitArray option for MIPS target.Logan Chien
2012-09-04Make provenance checking conservative in cases whenDan Gohman
2012-09-04Move tie checks into MachineVerifier::visitMachineOperand.Jakob Stoklund Olesen
2012-09-04Generic Bypass Slow DivPreston Gurd
2012-09-04Porting Hexagon MI Scheduler to the new API.Sergei Larin
2012-09-04Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer
2012-09-04This patch optimizes shuffle instruction - generates 2 instructions instead o...Elena Demikhovsky
2012-09-04LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-09-03Fix more fallout from r158919, similar to PR13547.Bob Wilson
2012-09-02escape special char when handling CXX_FOR_OCAMLOPTNuno Lopes
2012-09-02fix test's RUN linesNuno Lopes
2012-09-02Not all targets have efficient ISel code generation for select instructions.Nadav Rotem
2012-09-02LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer
2012-09-02Generate better select code by allowing the target to use scalar select, and ...Nadav Rotem
2012-09-01Revert "Take account of boolean vector contents when promoting a build vector...Pete Cooper
2012-09-01Fix Thumb2 fixup kind in the integrated-as.Logan Chien
2012-09-01Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...Owen Anderson
2012-09-01llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corres...NAKAMURA Takumi
2012-09-01Fix Atom bots for r163036.Manman Ren