Make this test x86 specific because the ARM backend can't handle it.
[oota-llvm.git] / lib /
2011-02-28 Frits van BommelTeach SimplifyCFG that (switch (select cond, X, Y)...
2011-02-28 Nick LewyckyFix comment.
2011-02-28 Nick Lewyckysrem doesn't actually have the same resulting sign...
2011-02-28 Nick LewyckyTeach InstCombine to fold "(shr exact X, Y) == 0" ...
2011-02-28 Nick LewyckyTeach value tracking to make use of flags in more situa...
2011-02-28 Nick LewyckyTeach ValueTracking to look at the dividend when determ...
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2011-02-28 Nick LewyckyThe sign of an srem instruction is the sign of its...
2011-02-27 Benjamin KramerSilence enum conversion warnings.
2011-02-27 Duncan SandsLegalize support for fpextend of vector. PR9309.
2011-02-27 NAKAMURA TakumiTarget/X86: Always emit "push/pop GPRs" in prologue...
2011-02-27 Nadav RotemFix typos in the comments.
2011-02-27 Tobias GrosserRegionPrinter: Ignore back edges when layouting the...
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2011-02-26 Benjamin KramerAdd some DAGCombines for (adde 0, 0, glue), which are...
2011-02-25 Jim GrosbachTrailing whitespace.
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-25 Benjamin KramerRevert "SimplifyCFG: GEPs with just one non-constant...
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
2011-02-25 Jim GrosbachFix formatting of debug helper string.
2011-02-25 Evan ChengFix typo.
2011-02-25 Cameron ZwarichSet NumSignBits to 1 if KnownZero/KnownOne are being...
2011-02-25 Cameron ZwarichWe only want to zero extend the existing information...
2011-02-25 Jakob Stoklund OlesenTry harder to get the hint by preferring to evict hint...
2011-02-25 Evan ChengEach prologue may have multiple vpush instructions...
2011-02-24 Benjamin KramerSimplifyCFG: GEPs with just one non-constant index...
2011-02-24 Jakob Stoklund OlesenTweak the register allocator priority queue some more.
2011-02-24 Nick LewyckyRemove dead variable.
2011-02-24 Benjamin KramerSimplifyCFG: GEPs with constant indices are cheap enoug...
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-24 Chris Lattnerremove command line option debugging hook.
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-24 Nadav RotemEnable support for vector sext and trunc:
2011-02-24 Rafael EspindolaFix llvm-gcc bootstrap with gnu ld.
2011-02-24 Devang PatelDo not use DIFactory. Use DIBuilder.
2011-02-24 Devang PatelDo not use DIFactory.
2011-02-24 Richard OsborneAdd XCore intrinsic for eeu instruction.
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Cameron ZwarichAdd a getNumSignBits() method to APInt.
2011-02-24 Cameron ZwarichAdd a mechanism for invalidating the LiveOutInfo of...
2011-02-24 Cameron ZwarichTrack blocks visited in reverse postorder.
2011-02-24 Cameron ZwarichRefactor the LiveOutInfo interface into a few methods...
2011-02-24 Cameron ZwarichHave isel visit blocks in reverse postorder rather...
2011-02-24 Chris Lattnerwire TargetLibraryInfo into simplify libcalls and use...
2011-02-24 Chris Lattnermove a massive amount of code out into its own helper...
2011-02-24 Chris Lattnerchange instcombine to not turn a call to non-varargs...
2011-02-24 Evan ChengFix bug in X86 folding / unfolding table. Int_CMPSDrm...
2011-02-24 Jakob Stoklund OlesenUse the same spill slot for all live ranges that descen...
2011-02-23 Devang PatelUse DW_FORM_data2 for DW_AT_language and let users...
2011-02-23 Jim GrosbachRevert r125595, which is an X86-only undocumented assem...
2011-02-23 Rafael EspindolaPut in the symbol table symbols only used in a .globl...
2011-02-23 Richard OsborneAdd XCore intrinsic for clre instruction.
2011-02-23 Richard OsborneAdd llvm.xcore.waitevent intrinsic. The effect of this...
2011-02-23 Jakob Stoklund OlesenIt is safe to ignore LastSplitPoint when the variable...
2011-02-23 Richard OsborneAdd XCore intrinsic for the setv instruction.
2011-02-23 Richard OsborneFix format for setc instruction.
2011-02-23 Richard OsborneAdd XCore intrinsic for settw instruction.
2011-02-23 Sean CallananFixed a bug in the enhanced disassembler that caused
2011-02-23 Evan ChengChange VFPNeonA8 definition to make the code easier...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-02-23 Evan ChengMore fcopysign correctness and performance fix.
2011-02-23 Jakob Stoklund OlesenKeep track of how many times a live range has been...
2011-02-23 Jakob Stoklund OlesenFix a bug in determining if there is only a single...
2011-02-23 Jakob Stoklund OlesenBe more aggressive about evicting interference.
2011-02-22 David Greene[AVX] General VUNPCKL codegen support.
2011-02-22 Jakob Stoklund OlesenChange the RAGreedy register assignment order so large...
2011-02-22 Jakob Stoklund Olesen80 Col.
2011-02-22 Cameron ZwarichMake LoopDeletion work on loops with multiple edges...
2011-02-22 Joerg SonnenbergerUse the same (%dx) hack for in[bwl] as for out[bwl].
2011-02-22 Evan ChengVFP single precision arith instructions can go down...
2011-02-22 Devang PatelFollow LLVM coding style.
2011-02-22 Roman DivackyStack alignment is 16 bytes on FreeBSD/i386 too.
2011-02-22 Joerg SonnenbergerBug#9172: Don't use static in file scope, use an attrib...
2011-02-22 Cameron ZwarichMachineConstantPoolValues are not uniqued, so they...
2011-02-22 Evan ChengGuard against de-referencing MBB.end().
2011-02-22 Evan Chengavailable_externally (hidden or not) GVs are always...
2011-02-22 Andrew TrickVirtRegRewriter assertion fix.
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Eric ChristopherOnly use blx for external function calls on thumb,...
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-22 Cameron ZwarichHave isel visit blocks in reverse postorder rather...
2011-02-22 Joerg SonnenbergerRecognize loopz and loopnz as aliases for loope and...
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2011-02-21 Eric ChristopherRevert r125960, it's breaking darwin10 bootstrap.
2011-02-21 Evan ChengSkipping over debugvalue instructions to determine...
2011-02-21 Evan ChengAdd more debugging output.
2011-02-21 Joerg SonnenbergerHandle FK_PCRel_1 and add a test case for this and...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-21 Jakob Stoklund OlesenAdd SplitKit::isOriginalEndpoint and use it to force...
2011-02-21 Sean CallananFixed a bug in the X86 disassembler where a member...
2011-02-21 Stuart HastingsEnd the line if we return early. Radar 9012638.
2011-02-21 Richard OsborneAdd XCore intrinsics for various instructions on ports.
2011-02-21 Duncan SandsThe stack should be 16 byte aligned on 32 bit solaris...
2011-02-21 Duncan SandsIf the phi node was used by an unreachable instruction...
2011-02-21 Stuart HastingsFix to correctly support attribute((section("__DATA...
2011-02-21 Chris Lattnera serious "compare CSE" issue that is nontrivial to...
2011-02-21 Chris Lattnerfix a crasher in disabled code (on variable stride...
next