summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...Evan Cheng2011-07-13
* Add tests for ARM parsing of 'AND' instruction.Jim Grosbach2011-07-13
* Improve ARM assembly parsing diagnostics a bit.Jim Grosbach2011-07-13
* Add tests for ARM parsing of 'ADD' instructionJim Grosbach2011-07-13
* Destination register operand is optional for ADC and SBC ARM.Jim Grosbach2011-07-13
* Flesh out ARM Parser support for shifted-register operands.Jim Grosbach2011-07-13
* AVX Codegen support for 256-bit versions of vandps, vandpd, vorps, vorpd, vxo...Bruno Cardoso Lopes2011-07-13
* Improve codegen for select's:Evan Cheng2011-07-13
* Add check for predicate w/o S bit.Jim Grosbach2011-07-12
* Improve test cases from r134746.Jim Grosbach2011-07-12
* Comment correction.Andrew Trick2011-07-12
* Fix recognition of ARM 'adcs' mnemonic.Jim Grosbach2011-07-11
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See al...NAKAMURA Takumi2011-07-11
* Add a missing test for r134882.Cameron Zwarich2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Don't duplicate the work done by a gep into a "bitcast" if the gep hasRafael Espindola2011-07-11
* Move the loads after the calls so that the fix forRafael Espindola2011-07-09
* Use CHECK-NEXT.Rafael Espindola2011-07-09
* Remove tests for APIs that were removed.Nick Lewycky2011-07-09
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* more tests not making the jump into the brave new world.Chris Lattner2011-07-09
* remove some crufy old tests that aren't adding much valueChris Lattner2011-07-09
* remove a test that doesn't make sense in the new world.Chris Lattner2011-07-09
* test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts.NAKAMURA Takumi2011-07-09
* Added test cases for GVN signed intrinsics recognition, r134777.Lang Hames2011-07-09
* Hoist spills within a basic block.Jakob Stoklund Olesen2011-07-09
* Add support for ARM / Thumb mode switching with .code 16 and .code 32.Evan Cheng2011-07-08
* Fix broken x86_64 tests which specify non-64-bit cpu's.Evan Cheng2011-07-08
* Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...Eli Friedman2011-07-08
* Make tBX_RET and tBX_RET_vararg predicable.Jim Grosbach2011-07-08
* Add _allrem, _aullrem and _allmul to the runtime for MSVC.Julien Lerouge2011-07-08
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Be more aggressive about following hints.Jakob Stoklund Olesen2011-07-08
* Use ARMPseudoExpand for ARM tail calls.Jim Grosbach2011-07-08
* Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer2011-07-08
* Make GVN look through extractvalues for recognised intrinsics. GVN can then C...Lang Hames2011-07-08
* Fix more register allocation sensitive tests.Jakob Stoklund Olesen2011-07-08
* Remove a test that no longer makes sense.Jakob Stoklund Olesen2011-07-08
* Let the inline asm 'q' constraint match float, and on 64-bit double too.Nick Lewycky2011-07-08
* Go ahead and emit the barrier on x86-64 even without sse2. TheEric Christopher2011-07-08
* Add support for the X86 'l' constraint.Eric Christopher2011-07-07
* Add Mode64Bit feature and sink it down to MC layer.Evan Cheng2011-07-07
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-07
* Added a testcase for PR10220.Lang Hames2011-07-07
* indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.Andrew Trick2011-07-06
* LICM: Do not loose alignment on promotionTobias Grosser2011-07-06
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby2011-07-06
* Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that aKevin Enderby2011-07-06