oota-llvm.git
2006-03-09 Chris Lattnersilly case insensitive file systems...
2006-03-09 Chris LattnerBuild intrinsics.gen from intrinsics.td
2006-03-09 Evan ChengAdd a test case for (store (op (load ..) ..) ..) folding.
2006-03-09 Chris LattnerUpdate these tests (which use autoupgrade) to run const...
2006-03-09 Chris Lattnerautoupgrade memcpy/memmove/memset with signed counts.
2006-03-09 Andrew Lenharththese are copies too
2006-03-09 Chris Lattnerremove some now-dead code
2006-03-09 Andrew Lenharthfcopysign for mixed mode
2006-03-09 Chris Lattnerback out my previous hack
2006-03-09 Andrew Lenharthrelax fcopysign
2006-03-09 Andrew Lenharthalpha and llvm have different oppinions on which arg...
2006-03-09 Chris Lattnerremove temporary option
2006-03-09 Jim LaskeyForgot this on last check in.
2006-03-09 Andrew LenharthAlpha Scheduling classes
2006-03-09 Chris Lattnertemporary hack to get the build working again, apparent...
2006-03-09 Andrew Lenharthfcopysign and get rid of dsnode cruft. custom PA runti...
2006-03-09 Andrew Lenharthfcopysign support
2006-03-09 Jim LaskeyMove bit field endianness to backend.
2006-03-09 Evan ChengTemporary hack to enable more (store (op (load ......
2006-03-09 Chris Lattneryes yes, enabled debug output is bad
2006-03-09 Chris Lattnerswitch the t-d scheduler to use a really dumb and trivi...
2006-03-09 Chris LattnerPull latency information for target instructions out...
2006-03-09 Chris Lattnerdon't copy all itinerary data
2006-03-09 Chris LattnerPriorityQueue is an instance var, use it.
2006-03-09 Chris Lattneradd some comments
2006-03-09 Chris LattnerRefactor the priority mechanism one step further: now...
2006-03-09 Chris LattnerMake the new and old front-ends more similar: now neith...
2006-03-09 Chris LattnerAdd support for 'special' llvm globals like debug info...
2006-03-09 Chris Lattnerfix a pasto
2006-03-09 Chris LattnerUse $(Verb) instead of @ so that VERBOSE=1 will print...
2006-03-09 Chris Lattnera couple of miscellaneous things.
2006-03-08 Chris LattnerFix a really annoying bug in bugpoint that made reducin...
2006-03-08 Chris LattnerAutomatically pass -emit-llvm to llvmgcc when using...
2006-03-08 Chris LattnerPass -emit-llvm automatically to %llvmgcc and %llvmg...
2006-03-08 Jim LaskeyAdd #line support for CBE.
2006-03-08 Chris LattnerFit to 80 columns.
2006-03-08 Chris LattnerAdd a helper method for running static ctors/dtors...
2006-03-08 Chris Lattneradd a new helper method.
2006-03-08 Chris Lattneradd a new helper method
2006-03-08 Jim LaskeyGet rid of the multiple copies of getStringValue. ...
2006-03-08 Duraid Madinadoo de doo
2006-03-08 Chris LattnerSplit the priority function computation and priority...
2006-03-08 Chris Lattnerswitch from an explicitly managed list of SUnits to...
2006-03-08 Chris LattnerShrinkify some fields, fit to 80 columns
2006-03-08 Chris Lattnerrevert the previous patch, didn't mean to check it...
2006-03-08 Chris Lattnerremove "Slot", it is dead
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-08 Jim Laskeylibstdc++-v3 was failing to build. Needed to handle...
2006-03-08 Chris LattnerFix a miscompilation of 188.ammp with the new CFE....
2006-03-08 Chris Lattneradd a note
2006-03-07 Evan ChengX86ISD::REP_STOS and X86ISD::REP_MOVS now produces...
2006-03-07 Evan ChengUse rep/stosl; and Count 0x3; rep/stosb for memset...
2006-03-07 Chris LattnerTwo things:
2006-03-07 Chris Lattnernew testcase that should have been added long ago.
2006-03-07 Jim LaskeyUse "llvm.metadata" section for debug globals. Filter...
2006-03-07 Jim LaskeySwitch to using a numeric id for anchors.
2006-03-07 Chris LattnerFix ConstantMerge/2006-03-07-DontMergeDiffSections...
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...
next