Remove obsolete VS project.
[oota-llvm.git] / lib /
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Reid SpencerFix a bug in the last patch and convert to && instead...
2006-11-05 Reid SpencerImplement the -enabled-cbe-printf-a feature.
2006-11-05 Nick LewyckyRemove commented line from earlier debugging.
2006-11-05 Evan ChengAdded pre-indexed store support.
2006-11-05 Evan ChengAdded getIndexedStore.
2006-11-04 Jim LaskeyLive local variables are being dropped because the...
2006-11-04 Evan ChengChanges to use operand constraints to process two-addre...
2006-11-04 Chris Lattnerencode BLR predicate info for the JIT
2006-11-04 Chris LattnerGo through all kinds of trouble to mark 'blr' as having...
2006-11-04 Evan ChengFixed some spiller bugs exposed by the recent two-addre...
2006-11-03 Chris LattnerDescribe PPC predicates, which are a pair of CR# and...
2006-11-03 Chris Lattnerinitial steps to getting the predicate on PPC::BLR...
2006-11-03 Chris Lattnerremove dead var
2006-11-03 Chris Lattnerremove dead/redundant vars
2006-11-03 Chris Lattnerremove redundant/dead vars
2006-11-03 Chris Lattnerremove dead vars
2006-11-03 Andrew LenharthThe wrong parameter was being tested to deturmine i32...
2006-11-03 Chris Lattneradd a note
2006-11-03 Chris LattnerFix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handlin...
2006-11-03 Chris Lattnerthis will work better
2006-11-03 Chris LattnerFix the build on xcode < 2.4
2006-11-03 Andrew LenharthSplit the External and Intrinsic handling into seperate...
2006-11-03 Evan ChengFix comments.
2006-11-03 Evan ChengRename
2006-11-03 Reid SpencerRemove dead variable. Fix 80 column violations.
2006-11-03 Rafael Espindolarevert previous patch
2006-11-03 Evan ChengAdded DAG combiner transformation to generate pre-index...
2006-11-03 Evan ChengAdded isPredecessor.
2006-11-03 Evan ChengProper check for two-addressness.
2006-11-03 Evan ChengDead code.
2006-11-03 Reid SpencerRemove some dead code.
2006-11-03 Rafael Espindolaadd createCFGSimplificationPass to ARMTargetMachine...
2006-11-03 Rafael Espindolaassert.h -> cassert
2006-11-03 Chris Lattnerremove dead code
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warnings.
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warnings
2006-11-03 Reid SpencerMake CBackend -pedantic clean.
2006-11-02 Reid SpencerMake CodeGen libs -pedantic clean.
2006-11-02 Rafael Espindola#include <assert.h>
2006-11-02 Chris Lattnerfix a bug reid noticed
2006-11-02 Jim Laskey1. Hash not quite right for DIEValues.
2006-11-02 Reid SpencerRemove unused variable.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Jim LaskeyGeneral clean up of teh dwarf writer.
2006-11-02 Rafael Espindolamove ARMCondCodeToString to ARMAsmPrinter.cpp
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-11-02 Reid SpencerRemove unused variable.
2006-11-02 Reid SpencerRemove unused variables.
2006-11-02 Reid SpencerRemove a function prototype that is no longer needed...
2006-11-02 Reid SpencerGet rid of unused variable.
2006-11-02 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris LattnerImplement the getRegForInlineAsmConstraint method for...
2006-11-02 Chris LattnerAllow the getRegForInlineAsmConstraint method to return...
2006-11-01 Evan ChengRename
2006-11-01 Evan ChengTwo-address instructions no longer have to be A :=...
2006-11-01 Devang PatelThere can be more than one PHINode at the start of...
2006-11-01 Evan ChengAdded getTiedToSrcOperand() to check for two-address...
2006-11-01 Evan ChengClean up.
2006-11-01 Devang PatelHandle PHINode with only one incoming value.
2006-11-01 Evan ChengCopyFromReg starts a live range so its use should not...
2006-11-01 Reid SpencerMake ScalarEvolution actually use a ZeroExtend expressi...
2006-11-01 Chris Lattnergive branch folding a simple heuristic to decide which...
2006-11-01 Chris LattnerFix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and...
2006-11-01 Rafael Espindolaprint null values in bss
2006-11-01 Rafael Espindolaimplement zextload bool and truncstore bool
2006-11-01 Evan ChengAdd a printSetLabel that takes two id's.
2006-11-01 Chris LattnerFactor gep instructions through phi nodes.
2006-11-01 Chris LattnerTurn a phi of many loads into a phi of the address...
2006-11-01 Evan ChengFix ldmxcsr JIT encoding.
2006-11-01 Chris LattnerFix a bug in the previous patch
2006-11-01 Chris LattnerFold things like "phi [add (a,b), add(c,d)]" into two...
2006-11-01 Evan ChengPrint jumptable index.
2006-11-01 Reid SpencerRemove unnecessary sign conversions made possible by...
2006-11-01 Reid SpencerFix a bug in the interpreter where divides of unmatched...
2006-11-01 Chris Lattnermake tail merging more aggressive. If two blocks share...
2006-11-01 Chris Lattnerenable branch folding with an option
2006-11-01 Evan ChengAdd constraints to Instruction class.
2006-10-31 Andrew Lenharthmore shotenning
2006-10-31 Chris LattnerCompile CodeGen/PowerPC/fp-branch.ll to:
2006-10-31 Chris Lattnerlook through isunordered to inline it into branch blocks.
2006-10-31 Evan ChengNuke dead code.
2006-10-31 Chris Lattnerallow the address of a global to be used with the ...
2006-10-31 Chris Lattnerimplement the 'c' inline asm modifier character
2006-10-31 Chris Lattnerhandle global address constant sdnodes
2006-10-31 Andrew LenharthLet us play simplify the td file (and fix a few missed...
2006-10-31 Chris Lattnerhandle "st" as "st(0)"
2006-10-31 Chris LattnerTargetLowering::isOperandValidForConstraint
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Chris Lattnergeneralize the fix for PR977 to also fix
2006-10-31 Chris LattnerFix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBl...
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-31 Rafael Espindolaadd support for calling functions when the caller has...
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-31 Chris LattnerTurn an assert into an error message. This is commonly...
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
next