oota-llvm.git
2008-11-29 Nick LewyckyFix spelling mistake.
2008-11-29 Chris Lattnertidy up some variable names.
2008-11-29 Chris Lattnerrename some maps.
2008-11-29 Chris Lattnerrename some variables.
2008-11-29 Chris Lattnereliminate a bunch of code in favor of using AliasAnalys...
2008-11-29 Torok Edwinprotect against negative values that would exceed allow...
2008-11-29 Chris Lattnersimplify some code and rename some variables. Reduce...
2008-11-29 Chris Lattnerapparently GCC doesn't believe that I understand C
2008-11-29 Duncan SandsTypo fix.
2008-11-29 Chris LattnerSplit getDependency into getDependency and getDependenc...
2008-11-29 Bill WendlingTemporarily revert r60195. It's causing an optimized...
2008-11-29 Chris LattnerNow that DepType is private, we can start cleaning...
2008-11-29 Chris LattnerIntroduce and use a new MemDepResult class to hold...
2008-11-29 Chris LattnerReimplement the internal abstraction used by MemDep...
2008-11-29 Chris LattnerFix sentinels to use correctly 'aligned' pointers.
2008-11-29 Chris LattnerFix spello, add DenseMapInfo specialization for Pointer...
2008-11-28 Chris Lattnerfix comment typo
2008-11-28 Chris Lattnerfix a bug.
2008-11-28 Chris Lattneradd a generic "bitmangled pointer" class, which allows...
2008-11-28 Chris LattnerFix PR3141 by ensuring that MemoryDependenceAnalysis...
2008-11-28 Chris Lattnerdon't revisit instructions off the beginning of the...
2008-11-28 Chris Lattnercomment cleanups.
2008-11-28 Chris Lattnermore cleanups for MemoryDependenceAnalysis::removeInstr...
2008-11-28 Chris Lattnerrandom cleanups, no functionality change.
2008-11-28 Chris Lattnerforward declare CallSite instead of #includ'ing it.
2008-11-28 Chris LattnerRun verifyRemoved from removeInstruction when -debug...
2008-11-28 Chris Lattnerrename "ping" to "verifyRemoved". I don't know why...
2008-11-28 Chris Lattnercomment and indentation improvements.
2008-11-28 Chris Lattnersimplify some code, remove escaped newline.
2008-11-28 Chris Lattnerremove mysterious escaped newlines.
2008-11-28 Chris Lattnerdon't call MergeBasicBlockIntoOnlyPred on a block whose...
2008-11-28 Duncan SandsAdd include files needed when building with
2008-11-28 Duncan SandsFix build with gcc-4.4: it doesn't like PICStyle
2008-11-28 Chris Lattnerrewrite RecursivelyDeleteTriviallyDeadInstructions...
2008-11-28 Chris Lattnerremove some weirdness that came from the LSR code that has
2008-11-28 Chris Lattnerrewrite a big chunk of how DSE does recursive dead...
2008-11-28 Mikhail GlushenkovScrap some boilerplate.
2008-11-28 Mikhail GlushenkovSupport multiple compilation graph definitions. Not...
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-28 Mikhail GlushenkovDocumentation: clarify what is meant by 'multiple edges'.
2008-11-27 Chris Lattnerdelete ErasePossiblyDeadInstructionTree, replacing...
2008-11-27 Chris LattnerSimplify LoopStrengthReduce::DeleteTriviallyDeadInstruc...
2008-11-27 Chris Lattnerenhance RecursivelyDeleteTriviallyDeadInstructions...
2008-11-27 Chris LattnerEnhance RecursivelyDeleteTriviallyDeadInstructions...
2008-11-27 Chris Lattneruse continue to reduce indentation
2008-11-27 Chris Lattnerremove doConstantPropagation and dceInstruction, they...
2008-11-27 Chris Lattnersimplify code.
2008-11-27 Chris Lattnersimplify this logic.
2008-11-27 Nick LewyckyAlso update the README.
2008-11-27 Nick LewyckyChris prefers icmp/select over udiv!
2008-11-27 Nick LewyckyAdd a synthetic missed optimization.
2008-11-27 Nick LewyckyAdd a couple of missed optimizations on integer vectors...
2008-11-27 Chris Lattnerdefensive patch: if CGP is merging a block with the...
2008-11-27 Chris LattnerFix PR3138: if we merge the entry block into another...
2008-11-27 Nick LewyckySilence a warning.
2008-11-27 Nuno Lopesfix build on some machines. thanks buildbot
2008-11-27 Nuno Lopesfix my previous commit r60064: compare strings instead...
2008-11-27 Chris Lattnerswitch InstCombine::visitLoadInst to use
2008-11-27 Chris Lattnerimprove const correctness.
2008-11-27 Chris Lattnerenhance FindAvailableLoadedValue to make use of AliasAn...
2008-11-27 Chris Lattnermove FindAvailableLoadedValue from JumpThreading to...
2008-11-27 Bill WendlingGet rid of bogus "control may reach end of non-void...
2008-11-27 Chris Lattnersimplify this code a bit.
2008-11-27 Chris LattnerUse the new MergeBasicBlockIntoOnlyPred function.
2008-11-27 Chris Lattnermove MergeBasicBlockIntoOnlyPred to Transforms/Utils.
2008-11-27 Bill WendlingXFAil test due to reverting of patch.
2008-11-27 Chris Lattnerrename ThreadBlock to ProcessBlock, since it does other...
2008-11-27 Bill WendlingComment out code that isn't entirely correct.
2008-11-27 Misha BrukmanFixed HTML closing tag, cleaned up some spacing.
2008-11-27 Sanjiv GuptaRemoving redundant semicolons. No functionality change.
2008-11-27 Chris LattnerMake jump threading substantially more powerful, in...
2008-11-27 Evan ChengEliminate a compile time warning.
2008-11-27 Evan ChengAvoid inserting noop's in the middle of a loop.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-27 Dale JohannesenAdd a missing case in visitADD.
2008-11-27 Evan ChengAdd -march=x86.
2008-11-27 Ted KremenekAdd typedef to StringMapEntry.
2008-11-26 Mikhail GlushenkovDisallow multiple edges.
2008-11-26 Bill WendlingAdd x86-specific test for add-with-overflow intrinsics.
2008-11-26 Bill WendlingGenerate something sensible for an [SU]ADDO op when...
2008-11-26 Chris LattnerTurn on my codegen prepare heuristic by default. It...
2008-11-26 Bill WendlingSmall formatting change.
2008-11-26 Bill WendlingUpdate to explain how ssp and sspreq attributes overrid...
2008-11-26 Devang PatelFix typo.
2008-11-26 Evan ChengCosmetic.
2008-11-26 Duncan SandsCheck that running the DAG combiner between type
2008-11-26 Mikhail GlushenkovDescribe some more options in the man page.
2008-11-26 Nuno Lopesignore build dirs and generated files
2008-11-26 Sanjiv GuptaAllow custom lowering of ADDE/ADDC/SUBE/SUBC operations.
2008-11-26 Mikhail GlushenkovFix the -I option (llvmc -I dir1 -I dir2 didn't work).
2008-11-26 Mikhail GlushenkovRefactor Tools.td to remove repetition.
2008-11-26 Mikhail GlushenkovSmall fix: the error message was incorrect in some...
2008-11-26 Sanjiv GuptaEmit declaration for globals and externs.
2008-11-26 Dan GohmanFish kill flag annotations in PUSH instructions.
2008-11-26 Dan GohmanLiveRanges are represented as half-open ranges. Fix...
2008-11-26 Chris Lattnerteach the new heuristic how to handle inline asm.
2008-11-26 Devang PatelDisable -loop-index-split for now.
2008-11-26 Ted KremenekAdd 'tell' method to raw_fd_ostream that clients can...
2008-11-26 Chris LattnerImprove ValueAlreadyLiveAtInst with a cheap and dirty...
2008-11-26 Nick Lewycky__fastcall and __stdcall are mingw extensions to gcc...
next