summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* MC/X86: Add movq alias for movabsq, to allow matching 64-bit immediates with ...Daniel Dunbar2010-05-20
* When canonicalizing icmp operand order to put the loop invariantDan Gohman2010-05-20
* Handle Neon v2f64 and v2i64 vector shuffles as register copies.Bob Wilson2010-05-20
* Fix assembly parsing and encoding of the pushf and popf family ofDan Gohman2010-05-20
* Define the x86 pause instruction.Dan Gohman2010-05-20
* Fix the sfence instruction to use MRM_F8 instead of MRM7r, since itDan Gohman2010-05-20
* Match "4" or "8" depending upon if it's 32- or 64-bit.Bill Wendling2010-05-20
* Once more, with feeling.Eric Christopher2010-05-20
* Teach LSR how to cope better with unrolled loops on targets whereDan Gohman2010-05-19
* fix rdar://7986634 - match instruction opcodes case insensitively.Chris Lattner2010-05-19
* Testcase for r104181.Bill Wendling2010-05-19
* A more combo tls testcase.Eric Christopher2010-05-19
* Few more simple tls testcases.Eric Christopher2010-05-19
* TwoAddressInstructionPass doesn't really know how to merge live intervals whenJakob Stoklund Olesen2010-05-19
* Attempt to run this test on x86 only.Eric Christopher2010-05-19
* Testcase to go with 104141.Bob Wilson2010-05-19
* t2LEApcrel and tLEApcrel are re-materializable. This makes it possible to hoi...Evan Cheng2010-05-19
* Intrinsics which do a vector compare (results are all zero or all ones) are m...Evan Cheng2010-05-19
* Add a test to make sure that we're lowering the shift amount correctly.Eric Christopher2010-05-19
* Remember to update VirtRegLastUse when spilling without killing before a call.Jakob Stoklund Olesen2010-05-18
* When converting a test to a cmp to fold a load, use the cmp that has anDan Gohman2010-05-18
* Quick test to make sure we're emitting the tbss section correctly.Eric Christopher2010-05-18
* Sink dag combine's post index load / store code that swap base ptr and index ...Evan Cheng2010-05-18
* Test passed on ppc, to my surprise; if it workedDale Johannesen2010-05-18
* Fix PR7162: Use source register classes and sub-indices to determine the corr...Evan Cheng2010-05-18
* Testcase for llvm-gcc checkin 104042.Dale Johannesen2010-05-18
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-18
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-18
* MC/X86: Implement custom lowering to make sure we match things likeDaniel Dunbar2010-05-18
* FIX PR7158. SimplifyVBinOp was asserting when it fails to constant fold (op (...Evan Cheng2010-05-18
* Fix PR7175. Insert copies of a REG_SEQUENCE source if it is used by other REG...Evan Cheng2010-05-17
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-17
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-17
* Fix PR7156. If the sources of a REG_SEQUENCE are all IMPLICIT_DEF's. Replace ...Evan Cheng2010-05-17
* MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar2010-05-17
* MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.Daniel Dunbar2010-05-17
* Careful with reg_sequence coalescing to not to overwrite sub-register indices.Evan Cheng2010-05-17
* MC/Mach-O: Fix some differences in symbol flag handling.Daniel Dunbar2010-05-17
* Turn on -neon-reg-sequence by default.Evan Cheng2010-05-17
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-17
* Avoid allocating the same physreg to multiple virtregs in one instruction.Jakob Stoklund Olesen2010-05-17
* Only use clairvoyance when defining a register, and then only if it has one use.Jakob Stoklund Olesen2010-05-17
* Assume that we'll handle mangling the symbols earlier and just put theEric Christopher2010-05-17
* Removing as part of previous reversion.Dale Johannesen2010-05-16
* Revert 103911; it broke a test that expects bitconvertDale Johannesen2010-05-16
* Make x86-64 64-bit bitconvert work when SSE is not available.Dale Johannesen2010-05-16
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-16
* Some cheap DAG combine goodness for multiplication with a particular constant.Anton Korobeynikov2010-05-15
* Allow TargetLowering::getRegClassFor() to be called on illegal types. AlsoEvan Cheng2010-05-15
* SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling2010-05-14