Don't add the 'Value' string if there isn't one.
[oota-llvm.git] / test /
2013-02-28 Quentin ColombetFix a bug in instcombine for fmul in fast math mode.
2013-02-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-28 Tim NorthoverAArch64: remove post-encoder method from FCMP (immediat...
2013-02-28 Tim NorthoverAArch64: be more careful resorting to inefficient addre...
2013-02-28 Tim NorthoverAArch64: don't drop GlobalAddress offset when handling...
2013-02-28 Tim NorthoverAArch64: Use cbnz instead of cmp/b.ne pair for atomic...
2013-02-28 Evgeniy Stepanov[msan] Implement sanitize_memory attribute.
2013-02-28 Renato GolinCorrections for XFAIL armv5 tests
2013-02-27 Manman RenDebug Info: for static member variables, always put...
2013-02-27 Jim GrosbachARM: FMA is legal only if VFP4 is available.
2013-02-27 Tim NorthoverARM: permit full range of valid ADR immediates.
2013-02-27 Benjamin KramerLoopVectorize: Vectorize math builtin calls.
2013-02-27 Meador IngeIR: Don't constant fold GEP bitcasts between different...
2013-02-27 Manman RenSelectionDAG: If llvm.donothing has a landingpad, we...
2013-02-27 Manman RenDebug Info: for static member variables, add AT_MIPS_li...
2013-02-26 Michael IlsemanConstant fold vector bitcasts of halves similarly to...
2013-02-26 Manman RenRevert r176120 as it caused a failure at static-member.cpp
2013-02-26 Bill SchmidtFix PR15332 (patch by Florian Zeitz).
2013-02-26 Manman RenDebug Info: for static member variables, move AT_MIPS_l...
2013-02-26 Chad RosierAdd a test case for r176066.
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-26 Chad RosierRemove a few unused arguments.
2013-02-26 Renato GolinProper XFAILs for ARMv7 / v5
2013-02-26 Bill SchmidtFix PR15359.
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-25 Michael LiaoFix PR10499
2013-02-25 Chad RosierRemove extraneous attribute number.
2013-02-25 Chad Rosier[fast-isel] Add X86FastIsel::FastLowerArguments to...
2013-02-25 Andrew Trickpre-RA-sched fix: only reevaluate physreg interferences...
2013-02-25 Chad Rosier[ms-inline asm] Add support for the pushad/popad mnemonics.
2013-02-25 Matt Beaumont-Gay'Hexadecimal' has two 'a's and only one 'i'.
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-25 Chandler CarruthFix the root cause of PR15348 by correctly handling...
2013-02-24 Benjamin KramerCVP: If we have a PHI with an incoming select, try...
2013-02-24 Benjamin KramerFix invalid IR in test, missing incoming value for...
2013-02-24 Nadav RotemRevert r169638 because it broke Mesa llvmpipe tests.
2013-02-23 Renato GolinSome more tests for the global structure vectorizer
2013-02-23 Benjamin KramerX86: Disable cmov-memory patterns on subtargets without...
2013-02-23 Reed KotlerExpand pseudos/macros for Selt. This is the last of...
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2013-02-22 Eric ChristopherUse getSplitDebugFilename when constructing the skeleto...
2013-02-22 Akira Hatanaka[mips] Emit call16 operator instead of got_disp. The...
2013-02-22 Peter CollingbourneFix test by matching movaps instead of AVX-only vmovaps
2013-02-22 Peter Collingbournex86_64: designate most general purpose and SSE register...
2013-02-22 Pete CooperRemove unused CHECK lines copied from another test
2013-02-22 Renato GolinMore tests to global struct vectorizer
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-22 Reed KotlerExpand mips16 SelT form pseudso/macros.
2013-02-22 Pete CooperFix isa<> check which could never be true.
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-02-21 Renato GolinAllow GlobalValues to vectorize with AliasAnalysis
2013-02-21 Anshuman DasguptaHexagon: Expand cttz, ctlz, and ctpop for now.
2013-02-21 Jakob Stoklund OlesenMake RAFast::UsedInInstr indexed by register units.
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-21 Benjamin KramerDAGCombiner: Make the post-legalize vector op optimizat...
2013-02-21 Tom StellardR600: Fix for Unigine when MachineSched is enabled
2013-02-21 Michel DanzerR600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32
2013-02-21 Reed KotlerExpand the sel pseudo/macro. This generates basic block...
2013-02-21 Jack CarterMips specific standalone assembler addressing mode...
2013-02-21 Bill SchmidtPPCDAGToDAGISel::PostprocessISelDAG()
2013-02-20 Jack CarterELF symbol table field st_other support,
2013-02-20 Bill SchmidtStabilize vec_constants.ll
2013-02-20 Arnold SchwaighoferDAGCombiner: Fold pointless truncate, bitcast, buildvec...
2013-02-20 Bill SchmidtAdditional fixes for bug 15155.
2013-02-20 Michael LiaoFix PR15267
2013-02-20 Bill SchmidtFix bug 14779 for passing anonymous aggregates [patch...
2013-02-20 Jyotsna VermaHexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMC...
2013-02-20 Bill SchmidtFix PR15155: lost vadd/vsplat optimization.
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-20 Kostya Serebryany[asan] instrument invoke insns with noreturn attribute...
2013-02-20 Logan ChienFix thumbv5e frame lowering assertion failure.
2013-02-20 Bill WendlingUse the attribute group reference instead of the attrib...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-20 Reed KotlerExpand pseudos/macros:
2013-02-20 Michael J. Spencer[llvm-readobj] Add ELF .dynamic table dumping.
2013-02-19 Chad Rosier[ms-inline asm] Force the use of a base pointer if...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-02-19 Jim GrosbachARM: Allocation hints must make sure to be in the alloc...
2013-02-19 Eli BenderskyFix typo
2013-02-19 Benjamin KramerFix GCMetadaPrinter::finishAssembly not executed, patch...
2013-02-19 Arnold SchwaighoferARM NEON: Merge a f32 bitcast of a v2i32 extractelt
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-19 Reed KotlerExpand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,
2013-02-19 Bill WendlingTemporarily revert r175470 for more review.
2013-02-19 Reed KotlerExpand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.
2013-02-18 Bill WendlingCheck to see if the 'no-builtin' attribute is set befor...
2013-02-18 Chad RosierComment out the rdar number.
2013-02-18 Chad Rosier[fast-isel] Remove an invalid assert.
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2013-02-18 Vincent LejeuneR600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for...
2013-02-18 Kostya Serebryany[asan] revert r175266 as it breaks code with packed...
2013-02-18 Tim NorthoverAArch64: adjust tests which rely on a default JIT
2013-02-18 Reed KotlerExpand macro/pseudo instructions BtnezT8SltX16 and...
2013-02-18 Reed KotlerExpand pseudo/macro BteqzT8SltX16.
2013-02-18 Reed KotlerExpand macro/pseudo BteqzT8CmpX16.
2013-02-18 Reed KotlerBeginning of expanding all current mips16 macro/pseudo...
2013-02-17 Richard Osborne[XCore] Add missing 2r instructions.
next