oota-llvm.git
2007-02-21 Evan ChengELF / PIC requires GOT be in the EBX register during...
2007-02-21 Devang PatelSimplify
2007-02-21 Reid SpencerReorganize some code to make it clearer, avoid a few...
2007-02-21 Chris Lattnerrevert r1.68. This breaks 'make install' without doing...
2007-02-21 Reid SpencerFix the carry in addition.
2007-02-21 Reid SpencerAdd a dump() method for debugging.
2007-02-21 Reid Spencer1. Add a dump() method for faster debugging.
2007-02-21 Devang PatelFix memory leak (PR 775).
2007-02-21 Evan ChengOut of bound reference.
2007-02-21 Evan ChengUse BitVector instead. No functionality change.
2007-02-21 Reid SpencerFix countLeadingZeros to actually return the correct...
2007-02-20 Reid SpencerMake long addition and subtraction work. Speed things...
2007-02-20 Evan ChengThis cast broke lots of tests.
2007-02-20 Dan GohmanFix typos in comments.
2007-02-20 Reid SpencerClean up variable names in operator*.
2007-02-20 Reid SpencerUse INFINITY macro from math.h instead of constructing...
2007-02-20 Reid SpencerFirst version that can process arith.cpp test case...
2007-02-20 Reid SpencerAdd an internal convenience method for division that...
2007-02-20 Chris Lattnereliminate some dead friends.
2007-02-20 Chris Lattnerswitch ConstantFP's from ValueMap to DenseMap, which...
2007-02-20 Chris Lattnercleanup ConstantInt to use a single DenseMap for uniqui...
2007-02-20 Chris LattnerNot all managedstatics need object pointers.
2007-02-20 Chris LattnerMake ConstantInt::getTrue/getFalse be llvm_shutdown...
2007-02-20 Chris Lattneradd a way to register an arbitrary cleanup function.
2007-02-20 Chris LattnerClean up the internals of the ConstantInt machinery
2007-02-20 Chris Lattnersimplify some code that was not llvm_shutdown safe
2007-02-20 Chris Lattnerremove reoptimizer-specific passes
2007-02-20 Chris Lattnerremove some dead passes and stuff specific to the reopt...
2007-02-20 Chris Lattnerremove some passes
2007-02-20 Chris Lattnerremove dead method
2007-02-20 Evan ChengDead code.
2007-02-20 Evan ChengHow the heck did I forget patterns for llvm.x86.sse2...
2007-02-19 Reid SpencerAdd a section on the target datalayout syntax and descr...
2007-02-19 Reid SpencerSimplify some code by moving variable declarations...
2007-02-19 Reid SpencerImplement support for non-standard integer bit widths...
2007-02-19 Evan ChengAdded test case for PR1207.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Evan ChengFix test case.
2007-02-19 Chris Lattnerthis passes now
2007-02-19 Chris Lattnerllvm-gcc issue fixed, revert reversal :)
2007-02-19 Chris Lattnerremove warning
2007-02-19 Evan ChengTemporarily reverting the patch. It's breaking llvm...
2007-02-19 Reid SpencerAdd a FIXME for unwritten code.
2007-02-19 Bill WendlingCorrected typo.
2007-02-19 Reid SpencerSome minor tweaks and grammar cleanup.
2007-02-19 Chris Lattnerremove dead methods
2007-02-19 Chris Lattnerremove use of deprecated apis
2007-02-19 Chris Lattnereliminate use of deprecated apis
2007-02-19 Chris Lattnerremove use of deprecated api
2007-02-19 Chris Lattneradd alternate version of constant ctors that don't...
2007-02-19 Chris Lattnerfix validation
2007-02-19 Chris Lattnermore wording changes and some minor additions
2007-02-19 Chris Lattneradd the definite article
2007-02-19 Chris Lattnerrename section to Copyright, License, and Patents
2007-02-19 Chris Lattnerwording changes
2007-02-19 Chris Lattneradd strong words about patents
2007-02-19 Chris Lattnerincremental changes to own section, protosection on...
2007-02-19 Chris Lattnerfix TOC, clarify bullet in incremental dev
2007-02-19 Chris Lattnerrefactor the top-level 'patches' section into a subsect...
2007-02-19 Chris Lattnerminor changes
2007-02-19 Chris Lattnerremove terminology section (this is not a legal document)
2007-02-19 Chris LattnerTransmogrify 'Starting New Work' into 'Making a Major...
2007-02-19 Chris LattnerA bunch of editting. I'm still not done with the ...
2007-02-19 Chris Lattnerclarify the 'developed by' line
2007-02-19 Reid SpencerFor PR1207:
2007-02-19 Reid SpencerAdd some new constants.
2007-02-18 Reid Spencer1. Fix some indentation and variable names in the get...
2007-02-18 Chris Lattnerfix comment
2007-02-18 Chris Lattnersimplify pass, delete dead gvar protos as well.
2007-02-18 Reid SpencerRemove broken links to gccas and gccld.
2007-02-18 Reid Spencer1. Use APINT_WORD_SIZE instead of sizeof(uint64_t)
2007-02-18 Reid Spencer1. "unsigned" -> "uint32_t" to gaurantee its bit width...
2007-02-18 Reid Spencer1. Remove dead code (lshift function).
2007-02-18 Reid SpencerMake add_1 exit early if carry is 0.
2007-02-18 Chris Lattneravoid collision with /usr/bin/sample if this ever gets...
2007-02-18 Reid SpencerImplement signed output for toString.
2007-02-17 Chris Lattnertemporarily revert Devang's most recent patch, which...
2007-02-17 Reid SpencerFix some bugs in division logic.
2007-02-17 Evan Cheng- Changes how function livein's are handled, they now...
2007-02-17 Evan ChengDo not add livein's to entry MBB twice.
2007-02-17 Evan ChengAdded removeLiveIn.
2007-02-17 Evan ChengAdded findRegisterDefOperand().
2007-02-17 Evan Cheng- Use MRegister::regsOverlap().
2007-02-17 Evan ChengAdded removeLiveIn and more livein iterators.
2007-02-17 Evan ChengAllow LiveVariables to track liveness of more registers.
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-17 Evan Cheng- Added regsOverlap() to test if two registers overlap...
2007-02-17 Chris LattnerFix ixaddrs as well, allowing ppc64 to compile to:
2007-02-17 Chris Lattnernew test
2007-02-17 Chris LattnerCompile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:
2007-02-17 Chris LattnerTest that large absolute addresses are properly folded...
2007-02-17 Chris Lattnerprint target nodes nicely
2007-02-17 Chris LattnerImplement i/n/s constraints correctly. This fixes
2007-02-17 Chris Lattnernew testcase that crashes llc
2007-02-17 Chris Lattnertestcase for PR1170
2007-02-17 Chris Lattnernew testcase for -fwritable-strings
2007-02-17 Devang PatelUse inverted map to speedup collectLastUses().
2007-02-17 Reid SpencerMove static functions closer to their usage.
2007-02-17 Reid SpencerClean up the divide and remainder logic a bit (exit...
2007-02-17 Chris Lattnernew testcase
next