Export TARGET_TRIPLE on LLVM.cmake. It is necessary for running tests
[oota-llvm.git] / test /
2011-02-23 Sean CallananFixed a bug in the enhanced disassembler that caused
2011-02-23 Evan ChengMore fcopysign correctness and performance fix.
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 NAKAMURA TakumiRevert r126195, "test/CodeGen/X86/vec_cast.ll: Mark...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA Takumitest/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32...
2011-02-22 NAKAMURA Takumitest/CodeGen/X86/red-zone.ll: Add explicit -mtriple...
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 Sean CallananAdded a testcase for the enhanced disassembly bug
2011-02-22 Sean CallananFixed lit.cfg to no longer recognize the old
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
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 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 Richard OsborneAdd XCore intrinsics for various instructions on ports.
2011-02-21 Stuart HastingsTest case for r126127. Radar 9012638.
2011-02-21 NAKAMURA TakumiTarget/X86/X86FastISel: [PR6275] Fix Win32's dllimport...
2011-02-21 Venkatraman Govind... Generate correct Sparc32 ABI compliant code for functio...
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-20 Rafael EspindolaAdd some limited support for labels in org directives...
2011-02-20 Nick LewyckyMake RecursivelyDeleteDeadPHINode delete a phi node...
2011-02-20 Benjamin KramerInstCombine: Add a bunch of combines of the form x...
2011-02-20 Nadav RotemFix 9267; Add vector zext support.
2011-02-20 Nick LewyckyTeach RecursivelyDeleteDeadPHINodes to handle multiple...
2011-02-19 Eli FriedmanPR9218: SimplifyDemandedVectorElts can return a non...
2011-02-19 Chris Lattnerimplement PR9264: disambiguating 'bt mem, imm' as a...
2011-02-19 Chris Lattnerrewrite the memset_pattern pattern generation stuff...
2011-02-19 Chris LattnerStores of null pointers should turn into memset, we...
2011-02-19 Chris LattnerImplement rdar://9009151, transforming strided loop...
2011-02-19 Devang PatelDIE numbers do not add any value in this test.
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Bill WendlingReapply r114997 now that the buildbots have been updated.
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-18 Duncan SandsAdd some transforms of the kind X-Y>X -> 0>Y which...
2011-02-18 Chris Lattneradd a testcase for r125827
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-18 Chris Lattnerprevent jump threading from merging blocks when their...
2011-02-18 Joerg SonnenbergerRecognize monitor/mwait with explicit register arguments
2011-02-17 Joerg SonnenbergerRecognize leavel and leaveq aliases for leave.
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 Chris Lattnerhave instcombine preserve nsw/nuw/exact when sinking
2011-02-17 Chris Lattnerfix instcombine merging GEPs through a PHI to only...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-17 Duncan SandsTransform "A + B >= A + C" into "B >= C" if the adds...
2011-02-17 Chris Lattnerpreserve NUW/NSW when transforming add x,x
2011-02-17 Chris Lattnerfilecheckize
2011-02-17 Chris Lattnerfix PR9215, preventing -reassociate from clearing nsw...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-16 Eric ChristopherThe change for PR9190 wasn't quite right. We need to...
2011-02-16 Eric ChristopherAdd testcase for PR9190.
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2011-02-15 Roman DivackyAdd support for parsing [expr].
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
2011-02-15 Nadav RotemFix 9216 - Endless loop in InstCombine pass.
2011-02-14 Devang PatelDo not hoist @llvm.dbg.value. Here, @llvm.dbg.value...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-14 Bob WilsonPR9139: Specify ARM/Darwin triple for vector-DAGCombine...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-14 Chris Lattnerfix PR9210 by implementing some type legalization logic for
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-13 Duncan SandsTeach instsimplify that X+Y>=X+Z is the same as Y>...
2011-02-13 Nadav RotemFix test
2011-02-13 Nadav RotemFix a regression from r125393;
2011-02-13 Chris Lattnerwhen legalizing extremely wide shifts, make sure that
2011-02-13 Chris Lattnerfix visitShift to properly zero extend the shift amount...
2011-02-13 Chris Lattneradd PR#
2011-02-13 Chris Lattnerimplement instcombine folding for things like (x >...
2011-02-13 Chris Lattnerteach SCEV that the scale and addition of an inbounds...
2011-02-12 Reid KlecknerAdd encodings and mnemonics for FXSAVE64 and FXRSTOR64.
2011-02-12 Venkatraman Govind... Prevent IMPLICIT_DEF/KILL to become a delay filler...
2011-02-12 Daniel DunbarSimplifyLibCalls: Add missing legalize check on various...
2011-02-12 Daniel Dunbartests: FileCheckize
next