Revert "[Object] .bss sections have no content. PR15005."
[oota-llvm.git] / test /
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembler support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support 3r...
2013-01-20 NAKAMURA Takumillvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic...
2013-01-20 Nadav RotemRevert 172708.
2013-01-20 Nadav RotemLoopVectorizer: Implement a new heuristics for selectin...
2013-01-20 Nadav RotemChange the cpu type in the test.
2013-01-20 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark this as XFAIL...
2013-01-20 David BlaikieThe last of PR14471 - emission of constant floats
2013-01-19 David BlaikieFix a latent bug exposed by recent static member debug...
2013-01-19 Benjamin KramerLoopVectorizer: Emit memory checks into their own basic...
2013-01-19 Nadav RotemOn Sandybridge split unaligned 256bit stores into two...
2013-01-19 Jakob Stoklund OlesenRemove some register allocation order dependencies.
2013-01-18 Nadav RotemOn Sandybridge loading unaligned 256bits using two...
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-18 NAKAMURA Takumillvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-17 Bill SchmidtRestore reverted test case, this time with REQUIRES...
2013-01-17 Bill SchmidtRemove bad test case
2013-01-17 Bill SchmidtThis patch fixes PR13626 by providing i128 support...
2013-01-17 Jyotsna VermaAdd indexed load/store instructions for offset validati...
2013-01-17 Bill SchmidtThis patch fixes the PPC calling convention to handle...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
2013-01-17 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-16 Michael GottesmanAdded test for r172599 which fixes bugzilla://14584...
2013-01-16 Eric ChristopherMake this test X86 only.
2013-01-16 Eric ChristopherMove this to X86.
2013-01-16 Eric ChristopherAdd testcase missed yesterday from Paul Robinson.
2013-01-16 Daniel Dunbar[Linker] Change module flag linking to be more extensible.
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-16 Benjamin KramerMove test that depends on the x86 target into a target...
2013-01-16 Alexey SamsonovASan: wrap mapping scale and offset in a struct and...
2013-01-16 Benjamin KramerRemove triple from this test, it makes it fail when...
2013-01-16 Jack Carterreverting 172579
2013-01-16 Jack CarterAkira,
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-15 Nadav RotemTeach InstCombine to optimize extract of a value from...
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...
2013-01-15 Daniel Dunbar[IR] Add verification for module flags with the "requir...
2013-01-15 Evgeniy Stepanov[msan] Temporarily remove ICmpEQ tests.
2013-01-15 Evgeniy Stepanov[msan] Fix handling of equality comparison of pointer...
2013-01-15 Renato GolinPattern-matched variables in post-inc-icmpzero.ll
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2013-01-14 Shuxin YangThis change is to implement following rules under the...
2013-01-14 Chad Rosier[ms-inline asm] Extend support for parsing Intel bracke...
2013-01-14 Bill SchmidtThis patch addresses an incorrect transformation in...
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-13 Michael GottesmanAdded bugzilla PR number to test case.
2013-01-13 Michael GottesmanFixed an infinite loop in the block escape in analysis...
2013-01-13 Benjamin KramerX86: Add patterns for X86ISD::VSEXT in registers.
2013-01-13 Nadav RotemFix PR14547. Handle induction variables of small sizes...
2013-01-12 Benjamin KramerWhen lowering an inreg sext first shift left, then...
2013-01-12 Michael GottesmanFixed bug in ObjCARC where we were changing a call...
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2013-01-11 Nadav RotemPPC: Implement efficient lowering of sign_extend_inreg.
2013-01-11 Preston GurdUpdate patch for the pad short functions pass for Intel...
2013-01-11 Nadav RotemARM Cost Model: Modify the target independent cost...
2013-01-11 Eric ChristopherFor inline asm:
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-11 Nadav RotemARM Cost Model: We need to detect the max bitwidth...
2013-01-11 Michael GottesmanConverted test dont-tce-tail-marked-call.ll to use...
2013-01-11 Michael GottesmanThis commit is a 4x squash commit consisting of 4x...
2013-01-10 Shuxin YangPR14904: Segmentation fault running pass 'Recognize...
2013-01-10 Evan ChengCastInst::castIsValid should return true if the dest...
2013-01-10 NAKAMURA Takumillvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals...
2013-01-10 Michael J. Spencer[llvm-objdump] Emit addresses with the correct number...
2013-01-10 Peter Collingbourne[msan] Change va_start/va_copy shadow memset alignment...
2013-01-10 Evan ChengPR14896: Handle memcpy from constant string where the...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-10 Owen AndersonTeach InstCombine to hoist FABS and FNEG through FPTRUN...
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-10 Joey GoulyFix a copy/paste error in the IR Linker, casting an...
2013-01-10 Joey GoulyFix TryToShrinkGlobalToBoolean in GlobalOpt, so that...
2013-01-10 Manman RenStack Alignment: throw error if we can't satisfy the...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Evan ChengFix a DAG combine bug visitBRCOND() is transforming...
2013-01-09 Benjamin KramerLICM: Hoist insertvalue/extractvalue out of loops.
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Nadav Rotemadd -march to the test
2013-01-09 Nadav RotemEfficient lowering of vector sdiv when the divisor...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-09 Nadav RotemARM Cost Model: Add a basic vectorization unrolling...
2013-01-09 Nadav RotemRemove the -licm pass from the loop vectorizer test...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-08 Tim NorthoverSpecify complete triple for fp128 tests.
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
next