Remove an unused variable.
[oota-llvm.git] / lib /
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.
2006-10-31 Evan ChengFix a typo which can break jumptables.
2006-10-31 Reid SpencerMake this compile again.
2006-10-31 Evan ChengApply Aton's LLVM patch for PR973: Linux ctors / dtors...
2006-10-30 Reid SpencerFix a problem introduced by a last-minute change (logic...
2006-10-30 Chris Lattnerfix miscompilation of llvm.isunordered, where we branch...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Chris Lattnerfix wonky indentation
2006-10-30 Devang PatelUpdate comment. Valid option is -debug-pass=Structures.
2006-10-30 Jim LaskeySwitch abbreviations to use the folding set.a.
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-30 Evan ChengLower jumptable to BR_JT. The legalizer can lower it...
2006-10-30 Evan ChengAdded a new SDNode type: BR_JT for jumptable branch.
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...
2006-10-29 Chris LattnerFix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash...
2006-10-29 Chris LattnerMake CanFallThrough more intelligent (so it can handle...
2006-10-29 Chris Lattnerfix Generic/2006-10-29-Crash.ll
2006-10-29 Chris LattnerFix a load folding issue that Evan noticed: there is...
2006-10-29 Jim LaskeyTry again.
2006-10-29 Jim LaskeyNot handling zero length strings.
2006-10-29 Evan ChengVLOAD is not the LoadSDNode opcode.
2006-10-29 Nick LewyckyRemove spurious case. EXTLOAD is not one of the node...
2006-10-28 Chris Lattnersplit critical edges more carefully and intelligently...
2006-10-28 Chris LattnerTeach branch folding to fold identical jump tables...
2006-10-28 Chris Lattnerconst'ify jump table stuff
2006-10-28 Chris Lattneradd an assert
2006-10-28 Chris Lattnerdon't print dead jump tables
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-28 Chris Lattnerimprove deletion of blocks that just contain branches...
2006-10-28 Chris Lattneradd another target hook for branch folding.
next