oota-llvm.git
2009-03-26 Jim GrosbachUse 'bool' for FoundRC
2009-03-26 Bill WendlingAdd -f to RUN line.
2009-03-26 Bill WendlingPull transform from target-dependent code into target...
2009-03-26 Chris Lattnerno need for eh info
2009-03-26 Chris Lattnerfix warning in -asserts mode.
2009-03-26 Chris Lattnerfix some warnings in release-asserts mode.
2009-03-26 Chris Lattnerfix an apparently real bug exposed by a warning in...
2009-03-26 Chris Lattnerfix warning in -asserts build.
2009-03-26 Bill WendlingAdd testcase for r67728.
2009-03-26 Bill WendlingMatch this pattern so that we can generate simpler...
2009-03-26 Bill WendlingDoxygen-ify comments.
2009-03-26 Dale JohannesenSkip debug info one more place. (This one gets
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2009-03-25 Jim GrosbachModify getRegisterValueType() to allow for a register...
2009-03-25 Evan ChengAdd a test case for PR3779: when to promote the functio...
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-25 Evan ChengOne more test.
2009-03-25 Dale JohannesenWhen optimizing with debug info, don't keep the
2009-03-25 Evan ChengAdd __builtin___memcpy_chk tests.
2009-03-25 Duncan SandsThese tests pass on linux.
2009-03-25 Evan ChengAdd a __builtin_object_size test.
2009-03-25 Chris LattnerFix a bug in our autoupgrade support: in an argument...
2009-03-25 Gabor Greifdo not rely on callee being operand 0
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Evan ChengDon't print global names twice with -asm-verbose.
2009-03-25 Dan GohmanRevert r67655 and r67656, as they are breaking the...
2009-03-25 Chris LattnerFix PR3874 by restoring a condition I removed, but...
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-25 Dan GohmanLLVM's master Makefile.common is in LLVM_SRC_ROOT,...
2009-03-24 Chris Lattneroops, I intended to remove this, not comment it out...
2009-03-24 Dan GohmanRegenerate configure.
2009-03-24 Dan GohmanFix paths; AutoRegen.sh changes its current working...
2009-03-24 Dan GohmanUpdate for autoconf 2.6x;
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.
next