oota-llvm.git
2006-03-07 Chris Lattnernew testcase
2006-03-07 Chris Lattneradd another missing store.
2006-03-07 Chris Lattneradd a couple more load/store instrs, add a newline...
2006-03-07 Jim LaskeyBitfield support.
2006-03-07 Evan ChengDon't generate silly matching code like this:
2006-03-07 Nate BegemanThis kinda sorta implements "things that have to lead...
2006-03-07 Chris Lattneradd some new instructions to the classifier. With...
2006-03-07 Chris Lattneradd some comments that describe what we model
2006-03-07 Chris LattnerImplement a very very simple hazard recognizer for...
2006-03-07 Chris LattnerFix some formatting, when looking for hazards, prefer...
2006-03-07 Chris Lattneradd a note
2006-03-07 Jeff CohenKeep VC++ building.
2006-03-07 Chris Lattneradd a note
2006-03-07 Evan Cheng- Emit subsections_via_symbols for Darwin.
2006-03-07 Evan ChengEnable Dwarf debugging info.
2006-03-07 Chris LattnerTeach the alignment handling code to look through const...
2006-03-06 Chris Lattnernew regression test
2006-03-06 Chris LattnerTeach instcombine to increase the alignment of memset...
2006-03-06 Chris Lattnerupdate file comment
2006-03-06 Evan ChengRemove some code that doesn't make sense
2006-03-06 Reid SpencerMake sure command line options are parsed before we...
2006-03-06 Evan ChengRemove SUnit::Priority1: it is re-calculated on demand...
2006-03-06 Chris LattnerHoist the HazardRecognizer out of the ScheduleDAGList...
2006-03-06 Chris LattnerHoist the HazardRecognizer out of the ScheduleDAGList...
2006-03-05 Chris LattnerComment fixes
2006-03-05 Chris LattnerDon't depend on the C99 copysign function, implement...
2006-03-05 Chris Lattnernew testcase I forgot to check in earlier
2006-03-05 Chris LattnerWhen a hazard recognizer needs noops to be inserted...
2006-03-05 Chris Lattneradd an emitnoop method
2006-03-05 Chris Lattnerimplement TII::insertNoop
2006-03-05 Chris Lattnercustom lowered nodes are legal too
2006-03-05 Chris Lattneradd a hook to insert a noop
2006-03-05 Chris LattnerImplement G5HazardRecognizer as a trivial thing that...
2006-03-05 Chris LattnerAdd basic hazard recognizer support. noop insertion...
2006-03-05 Andrew LenharthFor transforms the behave differently if main goes...
2006-03-05 Jeff CohenFix VC++ compilation error.
2006-03-05 Jim LaskeyBreathe some life into a comment.
2006-03-05 Chris LattnerSplit the list scheduler into top-down and bottom-up...
2006-03-05 Chris LattnerAdd a new scheduling type. This is, of course, a hack...
2006-03-05 Chris LattnerMove the available queue to being inside the ListSchedu...
2006-03-05 Chris Lattneradd a note
2006-03-05 Chris LattnerReinstate this now that the offending opposite xform...
2006-03-05 Chris LattnerDo not fold (add (shl x, c1), (shl c2, c1)) -> (shl...
2006-03-05 Chris Lattnerprint arbitrary constant pool entries
2006-03-05 Evan ChengBack out fold (shl (add x, c1), c2) -> (add (shl x...
2006-03-05 Chris LattnerAdd some simple copysign folds
2006-03-05 Chris LattnerCodegen copysign[f] into a FCOPYSIGN node
2006-03-05 Chris LattnerCopysign needs to be expanded everywhere. Note that...
2006-03-05 Chris LattnerAdd a copysign node
2006-03-05 Chris Lattneradd a note for something evan noticed
2006-03-05 Chris LattnerMake vector narrowing more effective, implementing
2006-03-05 Chris Lattnernew testcase for vector narrowing.
2006-03-04 Chris LattnerImplemented.
2006-03-04 Chris Lattnerfold (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2)
2006-03-04 Chris Lattnernew testcase
2006-03-04 Chris LattnerFix a crash compiling Obsequi
2006-03-04 Chris Lattnernew testcase
2006-03-04 Chris LattnerAdd factoring of multiplications, e.g. turning A*A...
2006-03-04 Chris LattnerAdd a note
2006-03-04 Chris LattnerRegenerate
2006-03-04 Chris LattnerDon't use invalidated iterators!
2006-03-04 Evan ChengAdd an entry
2006-03-04 Chris LattnerCanonicalize (X+C1)*C2 -> X*C2+C1*C2
2006-03-04 Chris Lattnernew testcase
2006-03-04 Evan ChengMEMSET / MEMCPY lowering bugs: we can't issue a single...
2006-03-04 Jeff CohenKeep Visual Studio happy.
2006-03-04 Chris LattnerBe more conservative with our symbolic alias analysis...
2006-03-04 Chris Lattnernew testcase
2006-03-04 Chris Lattneradd a note
2006-03-04 Evan ChengTypo
2006-03-04 Chris LattnerNew testcase, make sure nate doesn't vanish
2006-03-04 Chris LattnerSpec change: the size of a memset/memcpy/memmove is...
2006-03-03 Jim LaskeyAdded support for dwarf block data entries.
2006-03-03 Chris LattnerSilence a warning.
2006-03-03 Evan ChengAdd another test case for instruction scheduling.
2006-03-03 Chris LattnerUnbreak autouprade of llvm.sqrt, simplify some code.
2006-03-03 Jim LaskeyAdding basic structure support.
2006-03-03 Evan ChengAdd more vector NodeTypes: VSDIV, VUDIV, VAND, VOR...
2006-03-03 Evan ChengNumber of NodeTypes now exceeds 128.
2006-03-03 Evan ChengSDOperand::isOperand should not be a forwarding. It...
2006-03-03 Evan ChengAdded isOperand(N): true if this is an operand of N
2006-03-03 Evan ChengA bit more tweaking
2006-03-03 Chris LattnerFix pasteo
2006-03-03 Jeff CohenFix VC++ compilation errors.
2006-03-03 Chris Lattnerremove a bunch of long-dead testing code
2006-03-03 Chris Lattnerinitial checkin of the intrinsic description file
2006-03-03 Chris Lattnerinitial implementation of intrinsic parsing
2006-03-03 Robert BocchinoImplemented -quiet feature for analyze
2006-03-03 Evan ChengMove #include "llvm/CodeGen/AsmPrinter.h" to top since...
2006-03-03 Chris Lattnerremove out of date comment
2006-03-03 Chris Lattnerupdate comment
2006-03-03 Chris LattnerSplit the valuetypes out of Target.td into ValueTypes.td
2006-03-03 Chris Lattnerpass -Illvm/include to tblgen
2006-03-03 Chris LattnerSplit this out of Target.td
2006-03-03 Chris LattnerAdd support for "-Ifoo" in addition to "-I foo"
2006-03-03 Chris LattnerRegenerate
2006-03-03 Chris Lattneradd support for multiple include directories
2006-03-03 Chris LattnerChange this to work with renamed intrinsics.
2006-03-03 Chris LattnerUpgrade this to use the new intrinsic names
2006-03-03 Chris LattnerMake this work with renamed intrinsics.
next