HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes
[oota-llvm.git] / lib / CodeGen / BranchFolding.cpp
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-01 Chris LattnerDereferencing end() is bad.
2004-07-31 Alkis EvlogimenosMake OptimizeBlock take a MachineFunction::iterator...
2004-07-31 Chris LattnerNext on a pointer increments the pointer, not an iterator
2004-07-31 Alkis EvlogimenosUse next() helper to make code more readable. Use
2004-07-31 Alkis EvlogimenosUse MachineFunction::iterator instead of a MachineBasic...
2004-07-31 Chris LattnerImplement a simple target-independent CFG cleanup pass