OSDN Git Service

android-x86/external-llvm.git
2011-01-16 Rafael EspindolaOnly put unnamed_addr constants in mergeable sections...
2011-01-16 Rafael EspindolaDon't merge two constants if we care about the address...
2011-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-16 Owen AndersonReduce and merge testcases.
2011-01-16 Chris Lattnerfix PR8514, a bug where the "heroic" transformation...
2011-01-16 Jay FoadRemove unnecessary specialization OperandTraits<User>.
2011-01-16 Jay FoadMove the implementation of the User class into a new...
2011-01-16 Chris Lattnerfix PR8932, a case where arg promotion could infinitely...
2011-01-16 Chris Lattnersimplify a little
2011-01-16 Chris Lattneradd some commentary
2011-01-16 Chris Lattnerif an alloca is only ever accessed as a unit, and is...
2011-01-16 Chris LattnerUse an irbuilder to get some trivial constant folding...
2011-01-16 Chris Lattnerremove a dead check, this was needed before we had...
2011-01-16 Chris Lattnerenhance FoldOpIntoPhi in instcombine to try harder...
2011-01-16 Evan ChengSpill R4 if it's going to be used to restore SP from FP.
2011-01-16 Chris Lattnerremove the AllowAggressive argument to FoldOpIntoPhi...
2011-01-16 Chris Lattnermore cleanups: use the IR builder.
2011-01-16 Chris Lattnertidy up code.
2011-01-16 Owen AndersonImprove the safety of my globalopt enhancement by ensur...
2011-01-16 Chris Lattnerfix PR8983, a broken assertion.
2011-01-16 Venkatraman... Implement AnalyzeBranch in Sparc Backend.
2011-01-16 Chris Lattnerfix PR8981, a crash trying to form a conditional inc...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-16 Chris Lattnersimplify this code, it is still broken but will follow...
2011-01-16 Michael J.... Revert "Archive: Replace all internal uses of PathV1...
2011-01-16 Chandler CarruthSimplify a README.txt entry significantly to expose...
2011-01-16 Chris Lattnerone of michael's recent patches broke this, temporarily...
2011-01-16 Chris Lattnerremove the partial specialization pass. It is unmainta...
2011-01-15 Michael J.... Archive: Fix spelling.
2011-01-15 Michael J.... Archive: Replace all internal uses of PathV1 with PathV...
2011-01-15 Michael J.... Support/GraphWriter: Replace all internal uses of PathV...
2011-01-15 Benjamin KramerAdd an assert so we don't silently miscompile ctpop...
2011-01-15 Michael J.... Support/PathV2: Add identify_magic.
2011-01-15 Benjamin KramerReimplement CTPOP legalization with the "best" algorith...
2011-01-15 Michael J.... Unittests/Support/Path: Tweak test.
2011-01-15 Michael J.... Support/PathV2: Implement has_magic in terms of get_magic.
2011-01-15 Michael J.... Support/PathV2: Implement get_magic.
2011-01-15 Nick LewyckyAdd missing whitespace.
2011-01-15 Nick LewyckyMake constmerge a two-pass algorithm so that it won...
2011-01-15 Oscar FuentesMake config.h.cmake similar to config.h.in
2011-01-15 Benjamin KramerTry to unbreak selfhost.
2011-01-15 Nick LewyckyAdd a cache that protects mergefunc's internals from...
2011-01-15 Nick LewyckyTeach LazyValueInfo that allocas aren't NULL. Over...
2011-01-15 Rafael EspindolaAdd a clarification about merging constants with and...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-15 Chris Lattnertemporarily revert r123526. While working on a follow...
2011-01-15 Chris Lattnerfix rdar://8785296 - -fcatch-undefined-behavior generat...
2011-01-15 Chris Lattnersimplify code, no functionality change.
2011-01-15 Chris LattnerNow that instruction optzns can update the iterator...
2011-01-15 Chris Lattnermake the current instruction iterator an ivar, allowing...
2011-01-15 Chris Lattnerimplement an instcombine xform that canonicalizes casts...
2011-01-15 Chris Lattnerfix typo
2011-01-15 Chris LattnerFix m_Not and m_Neg to not match random ConstantInt...
2011-01-15 Chris Lattnerone more instcombine variant that is needed to work...
2011-01-15 Chris Lattnerfix typo
2011-01-15 Chris LattnerCatch ~x < cst just like ~x < ~y, we currently handle...
2011-01-15 Chris Lattnerreduce indentation
2011-01-15 Eric Christopher80-col.
2011-01-15 Chris LattnerGeneralize LoadAndStorePromoter a bit and switch LICM
2011-01-15 Bob WilsonFix a comment.
2011-01-14 Eric ChristopherFix 80-cols.
2011-01-14 Ted KremenekUpdate CMake build.
2011-01-14 Bob WilsonFix some tablegen issues to allow using zero_reg for...
2011-01-14 Ted KremenekFix memory leak found by clang static analyzer.
2011-01-14 Ted Kremenek'HiReg' is written but never read. Nuke its
2011-01-14 Owen AndersonFix a false-positive warning.
2011-01-14 Dan GohmanDelete an assignment to ThisBB which isn't needed,...
2011-01-14 Owen AndersonEnhance GlobalOpt to be able evaluate initializers...
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2011-01-14 Anton KorobeynikovCleanup
2011-01-14 Anton KorobeynikovAdd CFI directives-based frame information emission...
2011-01-14 Anton KorobeynikovSplit stuff as a preparation for CFI directives-based...
2011-01-14 Anton KorobeynikovUse common style for .cfi directives
2011-01-14 Andrew TrickSupport for precise scheduling of the instruction selec...
2011-01-14 Chris Lattnerswitch SRoA to use LoadAndStorePromoter instead of...
2011-01-14 Chris LattnerAdd a new LoadAndStorePromoter class, which implements...
2011-01-14 Jay FoadOperandTraits<>::Layout isn't used for anything. Remove it.
2011-01-14 Rafael EspindolaUpdate llvm-gcc's tests.
2011-01-14 Oscar FuentesReorder macros on config.h.cmake to easily compare...
2011-01-14 Devang PatelDisable debug mode.
2011-01-14 Duncan SandsTurn X-(X-Y) into Y. According to my auto-simplifier...
2011-01-14 Duncan SandsFactorize common code out of the InstructionSimplify...
2011-01-14 Duncan SandsRename this test.
2011-01-14 Chris Lattnerswitch the second scalarrepl pass to use SSAUpdater...
2011-01-14 Chris Lattnersplit SROA into two passes: one that uses DomFrontiers...
2011-01-14 Jay FoadRemove casts between Value** and Constant**, which...
2011-01-14 Chris LattnerImplement full support for promoting allocas to registe...
2011-01-14 Chris Lattnerrelax testcase a bit.
2011-01-14 Jakob Stoklund... Try for the third time to teach getFirstTerminator...
2011-01-14 Chris Lattnerrevert my fastisel patch again which apparently still...
2011-01-14 Chris Lattnerreapply r123414 now that the botz are calmed down and...
2011-01-14 Chris Lattnerindentation
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-14 Jakob Stoklund... Revert r123419. It still breaks llvm-gcc-i386-linux...
2011-01-14 Chris Lattnerr123414 broke llvm-gcc bootstrap apparently, revert
2011-01-14 Chris LattnerSet the insertion point correctly for instructions...
2011-01-14 Jakob Stoklund... Try again to teach getFirstTerminator() about debug...
2011-01-14 Owen AndersonRather than doing early instcombine, try doing early...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2011-01-14 Owen AndersonDon't bother conditionalizing the use of SROA in -O1...
next