summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes2010-07-30
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-30
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-30
* Implement vector constants which are splat ofDale Johannesen2010-07-29
* Implement a vectorized algorithm for <16 x i8> << <16 x i8>Nate Begeman2010-07-28
* ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ...Nate Begeman2010-07-27
* Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman2010-07-27
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-26
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-23
* Use the proper type for shift counts. This fixes a bootstrap error.Dan Gohman2010-07-23
* DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bitsDan Gohman2010-07-23
* Custom lower the memory barrier instructions and add supportEric Christopher2010-07-22
* More register pressure aware scheduling work.Evan Cheng2010-07-21
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-21
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-21
* Fix SCEV denormalization of expressions where the exit value fromDan Gohman2010-07-20
* update tests for smarter BIC usageJim Grosbach2010-07-20
* The same problem was being tracked in PR7652.Duncan Sands2010-07-20
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-20
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-20
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-19
* Remove r108639 now that it is handled by InstCombine instead.Owen Anderson2010-07-19
* Add a testcase for r108639.Owen Anderson2010-07-18
* Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach2010-07-17
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-16
* Consider this function:Bill Wendling2010-07-16
* Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen2010-07-16
* Feed the right output into FileCheck.Benjamin Kramer2010-07-16
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-16
* Add forgotten test case.Jakob Stoklund Olesen2010-07-16
* Use the source-order scheduler instead of the "fast" scheduler at -O0,Dan Gohman2010-07-16
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-16
* Revert. This isn't the correct way to go.Bill Wendling2010-07-15
* Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling2010-07-15
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* fix the definitions of ConstTextCoalSection/ConstDataCoalSectionChris Lattner2010-07-15
* Fix crash reported in PR7653.Devang Patel2010-07-15
* Watch out for a constant offset cancelling out a base register, formingDan Gohman2010-07-15
* Make it a .ll test case.Devang Patel2010-07-14
* Improve 64-subtraction of immediates when parts of the immediate can fitJim Grosbach2010-07-14
* Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman2010-07-14
* Fix test to appease the buildbots.Bob Wilson2010-07-14
* Fix for PR7193 was overly conservative. The only case where sibcall calleeEvan Cheng2010-07-14
* Add support for NEON VMVN immediate instructions.Bob Wilson2010-07-14
* Re-enable the test with fix.Evan Cheng2010-07-14
* temporarily disable to test to fix buildbots.Chris Lattner2010-07-14
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-14
* Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.Bob Wilson2010-07-14
* Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to representBob Wilson2010-07-13
* In inline asm treat indirect 'X' constraint as 'm'.Dale Johannesen2010-07-13