oota-llvm.git
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-24 Duncan SandsMention explicitly that the Ada front-end will not...
2009-03-24 Evan ChengFix PR3845: Avoid stale MachineInstruction pointer...
2009-03-24 Dan GohmanFix bash-isms.
2009-03-24 Dan GohmanSet the svn:mime-type to text/x-sh, so that diffs work.
2009-03-24 Gabor Greifsimplify logic and get rid of the assumption that opera...
2009-03-24 Chris Lattnercanonicalize inttoptr and ptrtoint instructions which...
2009-03-24 Dale Johannesenfix one more fp80 case (used only by Interpreter)
2009-03-24 Chris Lattnertwo changes:
2009-03-24 Dale JohannesenChange JIT for different layout of fp80.
2009-03-24 Dan GohmanAdd a testcase for the scheduling heuristic introduced...
2009-03-24 Chris Lattnermore tidying: name the components of PhysReg in the...
2009-03-24 Chris LattnerTidy a bit more.
2009-03-24 Chris Lattnersimplify this code a bit now that "allocation to a...
2009-03-24 Dan GohmanI was convinced that it's ok to allow a second i8 retur...
2009-03-24 Dan GohmanMinor compile-time optimization; don't bother checking
2009-03-24 Dan GohmanAdd a pre-pass to the burr-list scheduler which makes...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-23 Dale JohannesenUse a SmallPtrSet instead of std::set.
2009-03-23 Evan ChengFix a bug in spill weight computation. If the alias...
2009-03-23 Ted KremenekAdd sanity check in Clang TableGen backend to check...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-23 John MosbyREADME.txt: test commit w/blank line appended
2009-03-23 Dan GohmanWhen unfolding a load during scheduling, the new operat...
2009-03-23 Evan ChengUpdate test for pr3864.
2009-03-23 Evan ChengFix PR3391 and PR3864. Reg allocator infinite looping.
2009-03-23 Dan GohmanDon't set SUnit::hasPhysRegDefs to true unless the...
2009-03-23 Dan GohmanFix canClobberPhysRegDefs to check all SDNodes grouped...
2009-03-23 Dan GohmanAdd a new bit to SUnit to record whether a node has...
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-23 Dan GohmanClarify a comment.
2009-03-23 Dan GohmanLoopVR is not CFGOnly.
2009-03-23 Dan GohmanEnhance LiveValues to work on PHI operands.
2009-03-23 Dan GohmanMake getOperandNumForIncomingValue and getOperandNumFor...
2009-03-23 Dan GohmanCorrect some comments. Operand numbers start at 0.
2009-03-23 Evan ChengModel inline asm constraint which ties an input to...
2009-03-23 Evan ChengDo not fold away subreg_to_reg if the source register...
2009-03-23 Chris Lattnerfix a bug Alexei Svitkine pointed out.
2009-03-23 Chris LattnerWhen we restore signal handlers, restore them back...
2009-03-23 Chris Lattnerfactorize signal registration, part of PR3848.
2009-03-23 Dan GohmanFix a grammaro in a comment that Bill noticed.
2009-03-23 Chris Lattnertt'ify.
2009-03-23 Chris LattnerVC++ 6.0 is not future work :)
2009-03-23 Dan GohmanAdd comments explaining why there's only one register for
2009-03-23 Evan ChengMissed this as part of r67451.
2009-03-22 Chris LattnerFix PR3860 by correcting a predicate.
2009-03-22 Duncan SandsAdd some explanations of how apint loads and stores
2009-03-22 Bill WendlingReally should pass -dylib to the linker...
2009-03-22 Bill WendlingA dylib should be built as a dylib and not a bundle.
2009-03-22 Chris Lattneradd method to access a template argument.
2009-03-21 Duncan SandsFactorize out a concept - no functionality change.
2009-03-21 Evan ChengRe-commit r67334 and r67349 with fix.
2009-03-21 Chris Lattneradd a fastpath to ConstantExpr::getBitCast to handle...
2009-03-21 Chris Lattneradd some inline methods for infix operators on sparse...
2009-03-21 Bruno Cardoso... Removed AFGR32 register class
2009-03-20 Bob WilsonFix a few more indentation problems and an 80-column...
2009-03-20 Bob WilsonNo functional changes. Fix indentation and whitespace...
2009-03-20 Chris LattnerFix instcombine to not introduce undefined shifts when...
2009-03-20 Duncan SandsDon't load values out of global constants with weak
2009-03-20 Dan GohmanSimplify this code; use a while instead of an if and...
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2009-03-20 Sanjiv GuptaFixed comment for libcalls.
2009-03-20 Sanjiv GuptaFixed build warnings for unused variables.
2009-03-20 Sanjiv GuptaReformatting. Inserted code comments. Cleaned interfaces.
2009-03-20 Sanjiv GuptaFixed the comment. No functionality change.
2009-03-20 Nick LewyckyRevert r67334 and r37349 which break "make check" on...
2009-03-20 Chris LattnerApply the patch requested in PR3846.
2009-03-20 Mon P WangAdded option to enable generating less precise mad...
2009-03-20 Dan GohmanThe last use in a block that doesn't have successors
2009-03-20 Evan ChengFix typo's.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-19 Evan ChengAdded MachineInstr::isRegTiedToDefOperand to check...
2009-03-19 Evan ChengMore makefile changes to allow dejagnu tests to pass...
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...
2009-03-19 Dan GohmanSADDO and UADDO are commutative.
2009-03-19 Dale JohannesenClear the cached cost when removing a function in
2009-03-19 Dan GohmanAdd a liveness analysis pass for LLVM IR values. This...
2009-03-19 Dale JohannesenFix comment typo.
2009-03-19 Dale JohannesenThis pass keeps a map of Instructions to Rank numbers,
2009-03-19 Ted KremenekFix regression in 'tblgen -gen-clang-diags-defs': Emit...
2009-03-19 Chris LattnerFix PEI to not walk off the start of a block when an...
2009-03-19 Duncan SandsFix comment typo.
2009-03-19 Nick LewyckyFix a couple glaring whitespace issues. This file isn...
2009-03-19 Nick LewyckyRemove strange extra semicolons.
2009-03-19 Nate BegemanAdd support to tablegen for naming the nodes themselves...
2009-03-19 Bruno Cardoso... Added support for Mips O32 Calling Convention
2009-03-18 Ted Kremenektblgen -gen-clang-diags-options: Output OptionTable...
2009-03-18 Ted Kremenek'tblgen -gen-clang-diags-options' now outputs the Optio...
2009-03-18 Ted KremenekAdd another Clang TableGen-backend (-gen-clang-diags...
2009-03-18 Chris Lattnerinclude the null at the end of a memorybuffer as part...
2009-03-18 Bill WendlingThese tests are now passing on Darwin because of r67139.
2009-03-18 Chris Lattneraha, DAE does have to think about PHI nodes. Many...
2009-03-18 Chris LattnerFix PR3826 - InstComb assert with vector shift, by...
2009-03-18 Chris Lattneradd an assertion to make it clear that PHI nodes are...
2009-03-18 Zhou ShengExplicitly check for StoreInst, do not lose the chance...
2009-03-18 Zhou ShengRevert my previous change on Local.cpp, instead, fix...
2009-03-18 Rafael EspindolaAdd -relocation-model=pic so that the test works
2009-03-18 Zhou ShengFix a bug.
2009-03-18 Mon P WangAdded missing support for widening when splitting an...
2009-03-18 Evan ChengAdd another test case for r64440.
next