summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Support -mcpu=cortex-a8 in ARM attributes - Has Fixme. 1 Test modified.Jason W Kim2010-11-08
* Make FunctionAttrs TBAA-aware.Dan Gohman2010-11-08
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-08
* Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that itDan Gohman2010-11-08
* Set default flags for .rodata.Rafael Espindola2010-11-08
* Add simplification of floating point comparisons with the resultDuncan Sands2010-11-07
* Fix a README item: when doing a comparison with the resultDuncan Sands2010-11-07
* Testcase for llvm-gcc 118368. 8629268.Dale Johannesen2010-11-07
* Relax dwarf line fragments. This fixes a crash in the included testcase.Rafael Espindola2010-11-07
* implement aliases for div/idiv that have an explicit A register operand,Chris Lattner2010-11-06
* add aliases for movs between seg registers and mem. There are multipleChris Lattner2010-11-06
* go to great lengths to work around a GAS bug my previous patchChris Lattner2010-11-06
* rework the rotate-by-1 instructions to be defined like theChris Lattner2010-11-06
* change the fp comparison instructions to not have %st0 explicitlyChris Lattner2010-11-06
* correct suffix matching to search for s/l/t suffixes on Chris Lattner2010-11-06
* Add codegen and encoding support for the immediate form of vbic.Owen Anderson2010-11-05
* When passing a huge parameter using the byval mechanism, a longDuncan Sands2010-11-04
* Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia...Evan Cheng2010-11-04
* Add encoding for VSTR.Bill Wendling2010-11-04
* Covert VORRIMM to be produced via early target-specific DAG combining, rather...Owen Anderson2010-11-03
* Add support for code generation of the one register with immediate form of vorr.Owen Anderson2010-11-03
* Fix test.Evan Cheng2010-11-03
* Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by ele...Owen Anderson2010-11-03
* This test assumes SSE is present; that is not the defaultDale Johannesen2010-11-03
* Add codegen patterns for VST1-lane instructions. Radar 8599955.Bob Wilson2010-11-03
* Check for extractelement with a variable operand for the element number.Bob Wilson2010-11-03
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-03
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-03
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-03
* Fix DAGCombiner to avoid going into an infinite loop when itDan Gohman2010-11-03
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-03
* chase owen.Chris Lattner2010-11-02
* tweak this to pass.Chris Lattner2010-11-02
* temporarily xfail this.Chris Lattner2010-11-02
* Inline asm mult-alt constraint tests.John Thompson2010-11-02
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-02
* Provide correct encodings for the remaining vst variants that we currently ge...Owen Anderson2010-11-02
* Add correct encodings for basic variants for vst3 and vst4.Owen Anderson2010-11-02
* Add correct encodings for the basic variants for vst2.Owen Anderson2010-11-02
* Add correct encodings for the basic form of vst1.Owen Anderson2010-11-02
* Add correct encodings for the rest of the vld instructions that we generate.Owen Anderson2010-11-02
* Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach2010-11-02
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-02
* Use frameindex, if available, as a last resort to emit debug info for a param...Devang Patel2010-11-02
* Add correct NEON encodings for vld2, vld3, and vld4 basic variants.Owen Anderson2010-11-02
* Add correct NEON encodings for the "multiple single elements" form of vld.Owen Anderson2010-11-02
* Add support for alignment operands on VLD1-lane instructions.Bob Wilson2010-11-01
* Add VLD1-lane testcases for quad-register types.Bob Wilson2010-11-01
* Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-01
* Use ARM-style comments.Bill Wendling2010-11-01