OSDN Git Service

android-x86/external-llvm.git
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-06-18 Chris Lattnereliminate some pointless virtual methods.
2011-06-18 Chris Lattnersimplify some code.
2011-06-18 Chris Lattnernow that Type::getDescription() is dead, the TypePrinti...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-06-18 Chris Lattnerimprove some comments.
2011-06-18 Chris Lattnerremove an unreduced testcase.
2011-06-18 Chris Lattnerrework the remaining autoupgrade logic to use a StringR...
2011-06-18 Benjamin KramerDirectly print to a raw_ostream instead of printing...
2011-06-18 Benjamin KramerSimplify code. No functionality change.
2011-06-18 Benjamin KramerSimplify code. No change in functionality.
2011-06-18 Hans WennborgMC: Allow .common as alias for .comm assembler directiv...
2011-06-18 Benjamin KramerDon't allocate empty read-only SmallVectors during...
2011-06-18 Benjamin KramerRemove unused but set variables.
2011-06-18 Hans WennborgFix PR10103: Less code for enum type translation.
2011-06-18 Nick LewyckyAdd test for r133251.
2011-06-18 Cameron ZwarichWhen scalar replacement returns a vector type, only...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-18 Cameron ZwarichFix an invalid bitcast crash that occurs when doing...
2011-06-18 Cameron ZwarichRemove a pointless assignment. Nothing checks the value...
2011-06-18 Jakob Stoklund... Use the correct comparator to avoid depending on pointe...
2011-06-18 Jakob Stoklund... Store CodeGenRegisters as pointers so they won't be...
2011-06-18 Jakob Stoklund... Remove MethodProtos/MethodBodies and allocation_order_b...
2011-06-18 Jakob Stoklund... Delete unneeded allocation order override.
2011-06-18 Jakob Stoklund... Switch ARM to using AltOrders instead of MethodBodies.
2011-06-18 Jakob Stoklund... Switch x86 to using AltOrders instead of MethodBodies.
2011-06-18 Galina KistanovaMoved to the right place.
2011-06-18 Jakob Stoklund... Reserve D16-D13 on subtargets that don't support them.
2011-06-18 Jakob Stoklund... Provide AltOrders for specifying alternative allocation...
2011-06-18 Bill Wendling* Override the "EmitBytes" function, since it can sneak...
2011-06-18 Eric ChristopherFix UMULO support for 2x register width to allow the...
2011-06-17 Bill WendlingRemove false assertion.
2011-06-17 Jakob Stoklund... Only call TRI::getRawAllocationOrder to resolve a targe...
2011-06-17 Jakob Stoklund... Zap the last reference to allocation_order_begin().
2011-06-17 Jakob Stoklund... SI, DI, BP, and SP don't have 8-bit sub-registers in...
2011-06-17 Eric ChristopherFix comment.
2011-06-17 Matt Beaumont-GayFix -Asserts build
2011-06-17 Chad RosierRevert r133285. Causing odd failures on Dragonegg.
2011-06-17 Bill WendlingDisable for another investigation.
2011-06-17 Devang PatelSet debug loc for new preheader's terminator.
2011-06-17 Bill WendlingSupport only DwarfCFI or SjLj exception handling in...
2011-06-17 Bill WendlingSjLj exception handling LSDA decoding support wasn...
2011-06-17 Bill WendlingDisable to investigate ARM failure.
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Nadav RotemFix a bug in the type-lowering of integer-promoted...
2011-06-17 Evan ChengAdd an alternative rev16 pattern. We should figure...
2011-06-17 Eric ChristopherLower multiply with overflow checking to __mulo<mode>
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-17 Stuart HastingsRelocate NUW test to cover all binary ops in a dynamic...
2011-06-17 Galina Kistanovaest 2008-06-04-indirectmem.ll is X86-specific. Move...
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnerremove support for a bunch of obsolete instruction...
2011-06-17 Benjamin KramerRemove a useless copy of MCELFStreamer. Patch by Logan...
2011-06-17 Jakub StaszakgetSuccWeight returns now default 0 if Weights vector...
2011-06-17 Chris Lattnermissed a file.
2011-06-17 Chris LattnerRemove some "2" suffixes from the metadata enums now...
2011-06-17 Chris Lattnerremove bitcode reader support for LLVM 2.7 metadata...
2011-06-17 Chris Lattnerremove another old and dead hunk of code.
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Jakub StaszakAllow empty Weights vector.
2011-06-17 Roman DivackyFix a few places where 32bit instructions/registerset...
2011-06-17 Rafael EspindolaTest for previous commit.
2011-06-17 Rafael EspindolaTwo fixes relating to debug value:
2011-06-17 Jay FoadFix typo in comment.
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
2011-06-17 NAKAMURA TakumiDon't force remove config.cache on reconfiguration.
2011-06-17 Nick LewyckyWhen promoting an alloca to registers discard any lifet...
2011-06-17 Lang HamesAdd a hook for PBQP clients to run a custom pre-alloc...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Rafael EspindolaEnable early duplication of small blocks. There are...
2011-06-17 Jakob Stoklund... Allocate SystemZ callee-saved registers backwards:...
2011-06-17 Chris LattnerRemove old backwards compatibility support from the...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-17 Jakob Stoklund... Explicitly invoke ArrayRef constructor to keep gcc...
2011-06-16 Jakob Stoklund... Rename TRI::getAllocationOrder() to getRawAllocationOrd...
2011-06-16 Jakob Stoklund... Don't use register classes larger than TLI->getRegClass...
2011-06-16 Daniel DunbarRegenerate configure.
2011-06-16 Daniel Dunbarbuild/configure: Add support for --with-extra-ld-option...
2011-06-16 Andrew TrickAdded LLVM_BUILD_MODE to cmake so that lit supports...
2011-06-16 Jakob Stoklund... Teach antidependency breakers to use RegisterClassInfo.
2011-06-16 Chris Lattnerforward declare GraphTraits in Type.h instead of #inclu...
2011-06-16 Andrew Trickcmake may require LIT_TOOLS_DIR.
2011-06-16 Chris Lattnerchange Type.h to forward declare ArrayRef instead of...
2011-06-16 Chris Lattneradd some #includes that will soon be needed.
2011-06-16 Chris Lattnerprune #includes.
2011-06-16 Chris Lattnermove the address space into the subclass data field...
2011-06-16 Chris Lattnertidy up some comments, store the 'isvararg' bit for...
2011-06-16 Chris Lattnerremove Type::getVAArgsPromotedType, which is dead,...
2011-06-16 Nick LewyckyThere's no need to be so picky about the particular...
2011-06-16 Dan GohmanFix ARCOpt to insert releases on both successors of...
2011-06-16 Jakob Stoklund... Move PBQP off allocation_order_begin. No functional...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-16 Owen AndersonChange the REG_SEQUENCE SDNode to take an explict regis...
2011-06-16 Jakob Stoklund... Switch linear scan to using RegisterClassInfo.
2011-06-16 Galina KistanovaMove test for appropriate directory.
next