Use the verbose asm flag instead of a new flag for decoding the LSDA.
[oota-llvm.git] / lib / Target / X86 /
2011-06-16 Dan GohmanAdd a comment describing why transforming (shl x, 1...
2011-06-16 Bruno Cardoso LopesAdd AVX suport for fpextend.
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-14 Nick LewyckyFit banner in 80-col and adjust whitespace. No function...
2011-06-12 Rafael EspindolaAnalyzeBranch doesn't change which successors a bb...
2011-06-12 Charles DavisPut FrameSetup flag on x86 instructions that set up...
2011-06-11 Eli FriedmanMake sure to pass OpFlags into MachineInstrBuilder...
2011-06-10 Eli FriedmanAdd full x86 fast-isel support for memcpy and memset.
2011-06-10 Eli FriedmanPR10092 (second try): Don't crash on a load without...
2011-06-09 Eli FriedmanChris fixed this README a while back by changing how...
2011-06-09 Eli FriedmanRevert 132789; it breaks tests. My mistake.
2011-06-09 Eli FriedmanAdd a check to make sure we don't crash with strange...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-06-06 Stuart HastingsFollowup to 132458, omit unnecessary stack copy when...
2011-06-03 Stuart HastingsReapply 132424 with fixes. This fixes PR10068.
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-06-02 Jakob Stoklund OlesenFlag unallocatable register classes instead of giving...
2011-06-02 Rafael EspindolaRevert 132424 to fix PR10068.
2011-06-02 Stuart HastingsOmit unnecessary stack copy when x87 input is a load.
2011-06-02 Jakob Stoklund OlesenUse TRI::has{Sub,Super}ClassEq() where possible.
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-06-01 Stuart HastingsRecommit 132404 with fixes. rdar://problem/5993888
2011-06-01 Stuart HastingsRevert 132404 to appease a buildbot. rdar://problem...
2011-06-01 Stuart HastingsAdd support for x86 CMPEQSS and friends. These instruc...
2011-06-01 Jakob Stoklund OlesenFix PR10059 and future variations by handling all regis...
2011-06-01 Stuart HastingsFGETSIGN support for x86, using movmskps/pd. Will...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-30 Rafael EspindolaIntroduce the DwarfRegAlias class for declaring that...
2011-05-30 Rafael EspindolaMark the 32 bit registers as invalid in 64 bit mode...
2011-05-28 Rafael EspindolaAdd 132187 back now that the real problem is fixed.
2011-05-27 Rafael EspindolaIt looks like 132187 might have broken the llvm-gcc...
2011-05-27 Cameron ZwarichAdd a GR32_NOREX_NOSP register class and fix a bug...
2011-05-27 Jakob Stoklund OlesenDelete MethodBodies that only filtered reserved registers.
2011-05-27 Rafael EspindolaRemove dwarf numbers from subregs. We should use DW_OP_...
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Stuart HastingsReverting 132105: it broke some LLVM-GCC DejaGNU tests.
2011-05-26 Stuart HastingsCorrectly handle a one-word struct passed byval on...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-25 Francois PichetRemove unused OpcodeMask enumerator.
2011-05-25 Francois PichetFix MSVC warning: "is out of range for enum constant"
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-24 Charles DavisAdd a method to TargetRegisterInfo to get the register...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-22 Chris Lattneradd a missing alias to make us more bug compatible...
2011-05-21 Benjamin KramerX86: smulo -> add is now done target-independently...
2011-05-21 Cameron ZwarichFix PR9978 by adding RIP to GR64_TC so it can be used...
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
2011-05-19 Eric ChristopherOddly people want to use the 'r' constraint for fp...
2011-05-19 Rafael EspindolaADD64ri32 sign extends its argument, so we need to...
2011-05-19 Evan Chengcrc32 with 64-bit output zeros upper 32-bits. rdar...
2011-05-19 Stuart HastingsReverting 131641 to investigate 'bot complaint.
2011-05-19 Stuart HastingsRevise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no...
2011-05-18 Eli FriedmanRevert unintentional commit.
2011-05-18 Eli FriedmanMore instcombine simplifications towards better debug...
2011-05-18 Cameron ZwarichReserve the segment registers on x86 to fix verifier...
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...
2011-05-17 Mon P WangEnable autodetect of popcnt
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Eli FriedmanClean up the mess created by r131467+r131469.
2011-05-17 Stuart HastingsRevert 131467 due to buildbot complaint.
2011-05-17 Stuart HastingsFix an obscure issue in X86_64 parameter passing: if...
2011-05-17 Nadav RotemFix a bug in PerformEXTRACT_VECTOR_ELTCombine. The...
2011-05-17 Eric ChristopherUpdate comment.
2011-05-17 Eric ChristopherSupport XOR and AND optimization with no return value.
2011-05-17 Eric ChristopherCouple less magic numbers.
2011-05-17 Eric ChristopherMake this code a little less magic number laden.
2011-05-17 Chris Lattneradd a note
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-16 Eli FriedmanRemove dead code. Fix associated test to use FileCheck.
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-14 Eli FriedmanFix a FIXME by moving the fast-isel implementation...
2011-05-14 Rafael EspindolaDon't produce a vmovntdq if we don't have AVX support.
2011-05-14 Eli FriedmanZap useless code; this hasn't done anything useful...
2011-05-11 Eric ChristopherTurn this into a table, this will make more sense shortly.
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...
2011-05-10 Eric ChristopherOptimize atomic lock or that doesn't use the result...
2011-05-10 Eric ChristopherRefactor lock versions of binary operators to be a...
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Eli FriedmanPR9848: pandn is not commutative.
2011-05-04 Jakob Stoklund OlesenFix X86RegisterInfo::getMatchingSuperRegClass for sub_8...
2011-05-03 Bill WendlingReplace the "movnt" intrinsics with a native store...
2011-05-03 Michael J. SpencerAdd pentium{3,4}m cpus. Patch by Alexander Best!
2011-05-03 Eric Christopherxmm0 is an implicit parameter in this and so shouldn...
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-05-01 Chandler CarruthRemove an unused variable from this function introduced...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-05-01 Rafael EspindolaI forgot these files in the previous commit.
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Jakob Stoklund OlesenX86AsmPrinter doesn't know how to handle the X86II...
next