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