aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
...
* Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen2012-06-251-2/+2
* %RCX is not a function live-out in eh.return functions.Jakob Stoklund Olesen2012-06-241-0/+252
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-0/+166
* FileCheckize tests.Chad Rosier2012-06-222-2/+10
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-0/+11
* Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen2012-06-221-3/+24
* Remove the -live-regunits command line option.Jakob Stoklund Olesen2012-06-201-1/+0
* Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen2012-06-201-0/+1
* Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...Craig Topper2012-06-202-1/+9
* really add a triple :-(Rafael Espindola2012-06-191-1/+1
* Add a triple to the test.Rafael Espindola2012-06-191-1/+1
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-0/+27
* Add a regression test for the bug exposed by r158087, which has beenChandler Carruth2012-06-181-0/+63
* Temporarily revert r158087.Chandler Carruth2012-06-183-170/+2
* Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper2012-06-131-12/+12
* Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper2012-06-091-0/+56
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-0813-13/+13
* Test case for r158160Manman Ren2012-06-081-0/+42
* X86: optimize generated code for integer ABSManman Ren2012-06-071-6/+10
* Use a base register instead of an index register with the local dynamic model.Rafael Espindola2012-06-071-1/+1
* X86: replace SUB with CMP if possibleManman Ren2012-06-071-0/+11
* Revert r157755.Manman Ren2012-06-061-11/+0
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-06-063-2/+170
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-0414-21/+21
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-031-1/+1
* Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper2012-06-032-148/+148
* Revert r157831Manman Ren2012-06-031-19/+0
* Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...Craig Topper2012-06-031-2/+2
* X86: peephole optimization to remove cmp instructionManman Ren2012-06-011-0/+19
* testcase for PR13006, thanks to Duncan for filing it.Chris Lattner2012-06-011-0/+7
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-012-0/+79
* Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...Craig Topper2012-06-011-66/+0
* enhance the logic for looking through tailcalls to look through transparent c...Chris Lattner2012-06-011-0/+46
* enhance getNoopInput to know about vector<->vector bitcasts of legalChris Lattner2012-06-011-0/+22
* add some simple 64-bit tail call tests.Chris Lattner2012-06-011-0/+21
* merge some tests.Chris Lattner2012-06-013-13/+13
* rename testChris Lattner2012-06-011-0/+0
* X86: replace SUB with CMP if possibleManman Ren2012-05-311-0/+11
* Added FMA3 Intel instructions.Elena Demikhovsky2012-05-312-0/+198
* Add intrinsic for pclmulqdq instruction.Craig Topper2012-05-311-1/+10
* Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen2012-05-301-0/+9
* it's pointed out that R11 can be used for magic things, and doing things just...Chris Lattner2012-05-302-17/+16
* Extend the (abi-irrelevant) return convention to be able to return more than ...Chris Lattner2012-05-301-0/+17
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-291-2/+39
* These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner2012-05-271-6/+6
* SelectionDAGBuilder: When emitting small compare chains for switches order th...Benjamin Kramer2012-05-261-0/+37
* test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible....NAKAMURA Takumi2012-05-251-12/+0
* test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-alig...NAKAMURA Takumi2012-05-251-2/+2
* Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman2012-05-251-6/+35
* Fix for CHECK-NOT misspelling.David Blaikie2012-05-241-1/+1