oota-llvm.git
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...
2008-11-26 Chris LattnerStart rewroking a subpiece of the profitability heurist...
2008-11-26 Zhongxing XuAdjust indent.
2008-11-26 Chris Lattneradd a long-overdue AllocaInst::isStaticAlloca method.
2008-11-26 Bill WendlingAdd test for rdar://6394879.
2008-11-26 Chris Lattneradd a comment, make save/restore logic more obvious.
2008-11-26 Chris LattnerThis adds in some code (currently disabled unless you...
2008-11-26 Evan ChengRevert r60042. IndVarSimplify should check if APFloat...
2008-11-26 Chris LattnerTeach CodeGenPrepare to look through Bitcast instructio...
2008-11-26 Chris Lattnerfix an over-reduced test.
2008-11-26 Chris Lattnerthis doesn't need EH
2008-11-26 Nuno Lopesignore tests output
2008-11-26 Nuno Lopeschange AnnotationManager to use 'const char*' instead...
2008-11-25 Oscar FuentesCMake: Removed tools/llvmc2 directory hierarchy.
2008-11-25 Oscar FuentesCMake: llvmc2 is now known as llvmc.
2008-11-25 Mikhail GlushenkovAdd a man page for llvmc. Really basic for now, will...
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-11-25 Mikhail GlushenkovMake -fsyntax-only, -include and -emit-llvm work for...
2008-11-25 Mikhail Glushenkovdocs: Add author info + fix incorrect code example.
2008-11-25 Mikhail GlushenkovSmall documentation update.
2008-11-25 Mikhail GlushenkovDocument the plugin priority feature.
2008-11-25 Bill WendlingA simplification for checking whether the signs of...
2008-11-25 Evan ChengconvertToSignExtendedInteger should return opInvalidOp...
2008-11-25 Dan GohmanSuppress warnings.
2008-11-25 Chris LattnerThis method got renamed, thanks to Mattias Holm for...
2008-11-25 Scott MichelCellSPU:
2008-11-25 Nuno Lopesadd info about how to run the tests with valgrind
2008-11-25 Bill WendlingNow with the correct type for the 0.
2008-11-25 Bill WendlingGet rid of unused variable.
2008-11-25 Bill WendlingHacker's Delight says, "Signed integer overflow of...
2008-11-25 Chris LattnerTeach MatchScaledValue to handle Scales by 1 with Match...
2008-11-25 Chris Lattnersignificantly refactor all the addressing mode matching...
2008-11-25 Chris Lattnerrefactor all the constantexpr/instruction handling...
2008-11-25 Chris Lattneranother minor tweak
2008-11-25 Chris Lattnerminor cleanups no functionality change.
2008-11-25 Oscar FuentesCMake: Documented two cmake variables.
next