oota-llvm.git
2008-12-08 Nick LewyckyFixes for Visual Studio users. Patch by OvermindDL1...
2008-12-07 Dan GohmanUse bool instead of int, now that it no longer evokes...
2008-12-07 Dan GohmanUse intptr_t instead of unsigned here, which is more...
2008-12-07 Chris Lattneradd an assert. the cast<> below would catch this but...
2008-12-07 Chris Lattnerfactor some code better.
2008-12-07 Chris Lattnerfactor some code, fixing some fixme's.
2008-12-07 Chris Lattnerfix a typo duncan noticed!
2008-12-07 Oscar FuentesCMake: Added Tool.cpp to tools/llvmc/driver.
2008-12-07 Mikhail GlushenkovMan page update.
2008-12-07 Mikhail GlushenkovDescribe recent changes in the documentation.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovJoin tools couldn't be used in the middle of the toolchain.
2008-12-07 Mikhail GlushenkovBetter error message.
2008-12-07 Mikhail GlushenkovRe-apply Cedric's changes.
2008-12-07 Mikhail GlushenkovAdd some clarifying comments.
2008-12-07 Mikhail GlushenkovEnable the Clang plugin by default.
2008-12-07 Mikhail GlushenkovUpdate plugins to use (actions).
2008-12-07 Mikhail GlushenkovTry to guess when the auto-generated cl::Sink option...
2008-12-07 Mikhail GlushenkovAdd a (progn)-like construct for (actions). Implemented...
2008-12-07 Mikhail GlushenkovAdd tests for tblgen's LLVMC backend.
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-07 Chris Lattneradd support for caching pointer dependence queries...
2008-12-07 Chris Lattnerfix a bug I introduced in simplifycfg handling single...
2008-12-07 Owen AndersonSwitch to top-down mode and fix a crasher this exposed...
2008-12-07 Nick LewyckyFix typo, psuedo -> pseudo.
2008-12-07 Chris LattnerSome internal refactoring to make it easier to cache...
2008-12-07 Chris LattnerIntroduce a new MemDep::getNonLocalPointerDependency
2008-12-07 Chris Lattnerpush the "pointer case" up the analysis stack a bit...
2008-12-07 Chris Lattnermake clients have to know how to call getCallSiteDepend...
2008-12-07 Chris Lattnerrename some variables for consistency
2008-12-07 Chris LattnerI love how using out of scope variables is not an error...
2008-12-07 Chris LattnerRename getCallSiteDependency -> getCallSiteDependencyFr...
2008-12-07 Chris Lattnera memdep query on a volatile load/store will always...
2008-12-07 Chris Lattnerdon't bother touching volatile stores, they will just...
2008-12-07 Chris Lattnerremove the ability to get memdep info for vaarg. I...
2008-12-07 Chris Lattnermake getDependencyFrom private.
2008-12-07 Chris Lattnerimprove a note.
2008-12-06 Chris Lattnersome more PRE/GVN/DSE related notes.
2008-12-06 Chris Lattneradd a note
2008-12-06 Chris Lattnersome random notes.
2008-12-06 Nick LewyckyMinor cleanup. Use dyn_cast, not isa/cast pairs. No...
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-06 Chris LattnerReimplement the inner loop of DSE. It now uniformly...
2008-12-05 Dan GohmanDon't use plain %x to print pointer values. I had chang...
2008-12-05 Dale JohannesenFix test to pass on Linux.
2008-12-05 Dale JohannesenForgot a file.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...
2008-12-05 Chris LattnerMake a few major changes to memdep and its clients:
2008-12-05 Dan GohmanDemangle and pretty-print symbols in internal backtrace...
2008-12-05 Anton KorobeynikovRevert invalid r60393. It causes llvm-gcc bootstrap...
2008-12-05 Evan ChengThis test also requires -mattr=+sse41.
2008-12-05 Chris LattnerMake it illegal to call getDependency* on non-memory...
2008-12-05 Evan ChengReason #3 from 60595 doesn't hold true. If we can fold...
2008-12-05 Evan ChengEffectively undo 60461 in PIC mode which simply transfo...
2008-12-05 Chris LattnerFix test/Transforms/GVN/pre-load.ll
2008-12-05 Evan ChengFix comment.
2008-12-05 Cedric VenetThe use of the construct:
2008-12-05 Chris LattnerMake IsValueFullyAvailableInBlock safe.
2008-12-05 Chris Lattneradd a new pop_back_val method which returns the value...
2008-12-05 Dan GohmanDrop the reg argument to isRegReDefinedByTwoAddr, which...
2008-12-05 Dan GohmanUpdate comments. There is no getArgumentAccesses.
2008-12-05 Dan GohmanTeach StackSlotColoring to update MachineMemOperands...
2008-12-05 Dan GohmanIgnore IMPLICIT_DEF instructions when computing physreg...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-05 Scott MichelCellSPU: Add new directory under tests/CodeGen/CellSPU...
2008-12-04 Ted KremenekHave raw_fd_ostream keep track of the position in the...
2008-12-04 Devang PatelEnable LoopIndexSplit pass.
2008-12-04 Devang PatelRewrite code that 1) filters loops and 2) calculates...
2008-12-04 Owen AndersonFactor out some common code.
2008-12-04 Scott MichelCellSPU: Fix bug 3055
2008-12-04 Duncan SandsWhen allocating a stack temporary, use the correct
2008-12-04 Scott MichelMissing closing brace and reverse conditional condition...
2008-12-04 Chris LattnerStart simplifying a switch that has a successor that...
2008-12-04 Chris LattnerThis code is apparently quite confused. In the meantime,
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Scott MichelCellSPU:
2008-12-04 Dan GohmanUse register names instead of numbers in debug output.
2008-12-04 Dan GohmanMake debug output more informative.
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-04 Dan GohmanAdd minimal support for disambiguating memory reference...
2008-12-04 Chris Lattneradd a debugging option to help track down j-t problems.
2008-12-03 Dan GohmanRewrite the liveness bookkeeping code to fix a bunch of
2008-12-03 Dale JohannesenMake the debugging dump be a full line.
2008-12-03 Dale JohannesenRemove an unused field.
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-12-03 Dale JohannesenFix a misspelled function name.
2008-12-03 Chris LattnerFactor some code into a new FoldSingleEntryPHINodes...
2008-12-03 Dan GohmanFix an inconsistency in a comment.
2008-12-03 Evan ChengUse mmx (punpckldq VR64, (mmx_v_set0)) to clear high...
2008-12-03 Dan GohmanDon't charge the full latency for anti and output depen...
2008-12-03 Dale JohannesenA step towards geting linux ppc to work (see PR 3099)
2008-12-03 Dan GohmanWhen looking for anti-dependences on the critical path...
2008-12-03 Dan GohmanAdd a comment about callee-saved registers.
2008-12-03 Dale JohannesenFix a really wrong comment.
2008-12-03 Chris Lattnerfix a really incorrect comment.
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanExtend X86's addFrameReference to add a MachineMemOpera...
2008-12-03 Rafael EspindolaFix some tests. The grep for "il" was matching "file".
next