oota-llvm.git
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using the...
2013-01-17 Daniel Dunbar[Linker] Drop support for IR-level extended linking...
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 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-17 Daniel Dunbar[docs] Get rid of some UTF8 characters (non-breaking...
2013-01-17 Daniel Dunbar[utils] Update find-rev utility to take a branch argume...
2013-01-17 Jyotsna VermaAdd indexed load/store instructions for offset validati...
2013-01-17 Michael GottesmanAdded missing const from my last commit.
2013-01-17 Michael Gottesman[ObjCARC] Implemented operator<< for InstructionClass...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using popcnt...
2013-01-17 Bill SchmidtThis patch fixes the PPC calling convention to handle...
2013-01-17 Alexey SamsonovASan: add optional 'zero-based shadow' option to ASan...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2013-01-17 Craig TopperCombine AVX and SSE forms of MOVSS and MOVSD into the...
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 Jakob Stoklund... Move MachineTraceMetrics.h into include/llvm/CodeGen.
2013-01-17 Jakob Stoklund... Provide a place for targets to insert ILP optimization...
2013-01-17 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-17 Daniel Dunbar[IR] Reserve/define the purpose for the "Linker Options...
2013-01-17 Lang HamesUpdate the description of the llvm.fmuladd.* intrinsics...
2013-01-16 Dmitri GribenkoDocumentation: fix a typo 'IEE754'
2013-01-16 Aaron BallmanWrapping __popcnt64 for MSVC so that it's only used...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-16 Michael GottesmanAdded test for r172599 which fixes bugzilla://14584...
2013-01-16 Michael J.... [Support] Include the intrisics header and check for...
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 Michael J.... [Support] Add MSVC intrinsic for CountPopulation.
2013-01-16 Michael J.... [Support] Update MSVC compiler support in Compiler.h.
2013-01-16 Eli BenderskyRemove unneeded include and empty line
2013-01-16 Eli BenderskySome small (and mostly cosmetic) fixes.
2013-01-16 Eli BenderskyClean up some unnecessary headers and forward declarations
2013-01-16 Eli BenderskyNow that GenericAsmParser was folded into AsmParser...
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 Eli BenderskyReplace virtual hasFixups with explicit fragment type...
2013-01-16 Evgeniy StepanovAllow vectors in CreatePointerCast of constants.
2013-01-16 Evgeniy StepanovA test for r172535.
2013-01-16 Benjamin KramerRemove unused leftover header (it moved to llvm/IR).
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 Michael Gottesman[ObjCARC] Turn off ignoring unwind edges in ObjCARC...
2013-01-16 Jack Carterreverting 172579
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2013-01-16 David GreeneUse --enable-werror
2013-01-16 Dmitri GribenkoImprove r172577 by using the correct type when declarin...
2013-01-16 Jack CarterAkira,
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-15 David GreeneAvoid Enum Compare Warnings
2013-01-15 Nadav RotemTeach InstCombine to optimize extract of a value from...
2013-01-15 Eli BenderskyOptimize the memory usage of MC bundling, by creating...
2013-01-15 Chad Rosier[ms-inline asm] Address the FIXME in AsmParser.cpp.
2013-01-15 Eli BenderskyRefactor generic Asm directive parsing.
2013-01-15 Michael J.... [Object][ELF] Fix -Wenum-compare.
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...
2013-01-15 Daniel Dunbar[Linker] Drop asserts that are embedded in cast<> and...
2013-01-15 Daniel Dunbar[IR] Add verification for module flags with the "requir...
2013-01-15 Nadav RotemLoopVectorizer cost model. Honor the user command line...
2013-01-15 David GreeneDisable Uninitialized Use Warnings for Broken gcc Versions
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 Evgeniy StepanovAllow vectors in CreatePointerCast.
2013-01-15 Evgeniy StepanovFix operand type conditions in one of ICmpInst construc...
2013-01-15 Renato GolinPattern-matched variables in post-inc-icmpzero.ll
2013-01-15 Michael J.... Update CODE_OWNERS.TXT.
2013-01-15 Michael J.... [Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-15 Michael J.... [Support] Add LLVM_CONSTEXPR.
2013-01-15 Argyrios Kyrtzidis[ADT/StringMap] Follow-up to r172455, use the correct...
2013-01-15 Nadav RotemLTO: Also init TTI for codegen passes.
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 Eli BenderskyNow GenericAsmParser and AsmParser are no longer friend...
2013-01-14 Eli BenderskyProperly encapsulate additional methods and data from...
2013-01-14 Jakub StaszakRemove trailing spaces.
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 Dmitri GribenkoImprove r172468: const_cast is not needed here
2013-01-14 Dmitri GribenkoImprove r172471: avoid all those extra casts on the...
2013-01-14 Bill SchmidtThis patch addresses an incorrect transformation in...
2013-01-14 Quentin ColombetFollow up of commit r172472.
2013-01-14 Dmitri GribenkoImprove r172464: const_cast is not needed if the variab...
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix More Casts
2013-01-14 David GreeneFix Another Cast
2013-01-14 David GreeneFix Casting Bug
2013-01-14 David GreeneFix More Casts
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Casts
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
next