oota-llvm.git
2006-03-12 Chris LattnerSeveral big changes:
2006-03-12 Chris LattnerDon't advance the hazard recognizer when there are...
2006-03-12 Chris LattnerChain operands aren't real uses: they don't require...
2006-03-12 Chris LattnerAs a pending queue data structure to keep track of...
2006-03-12 Chris LattnerMark llvm.stacksave as only reading memory, this fixes
2006-03-11 Chris Lattnerrename priorityqueue -> availablequeue. When a node...
2006-03-11 Chris LattnerMake CurrCycle a local var instead of an instance var
2006-03-11 Chris LattnerMove some methods around so that BU specific code is...
2006-03-11 Chris Lattnermerge preds/chainpreds -> preds set
2006-03-11 Chris Lattnerblr is a branch too
2006-03-11 Chris Lattneradd an example
2006-03-11 Chris Lattneradd a note
2006-03-11 Nate BegemanFix PR681 by using the standard Lengauer and Tarjan...
2006-03-11 Chris Lattnerfix pasto in generate assertion msg
2006-03-11 Evan ChengDoh!
2006-03-10 Evan ChengAdded a parameter to control whether Constant::getStrin...
2006-03-10 Chris Lattnerremove some dead code
2006-03-10 Chris Lattnerremove ShouldEmitDebugFunctions, a hack to support...
2006-03-10 Chris Lattnerscrape out bits of llvm-db
2006-03-10 Chris LattnerRemove UnixLocalInferiorProcess: debugging via the...
2006-03-10 Chris LattnerSimplify this testcase
2006-03-10 Chris Lattnerreorder these to make it work with static libraries
2006-03-10 Chris Lattnerteach the JIT to encode vector registers
2006-03-10 Chris LattnerFix another broken intrinsic.
2006-03-10 Chris Lattnerweak globals on darwin require an extra load, breaking...
2006-03-10 Chris LattnerFix incorrect definitions of these intrinsics, which...
2006-03-10 Chris LattnerMove simple-selector-specific types to the simple selector.
2006-03-10 Chris LattnerSimplify the interface to the schedulers, to not pass...
2006-03-10 Chris LattnerSimplify the interface to the schedulers, to not pass...
2006-03-10 Chris LattnerMove some simple-sched-specific instance vars to the...
2006-03-10 Chris Lattnerprune #includes
2006-03-10 Chris Lattnermove some simple scheduler methods into the simple...
2006-03-10 Chris LattnerMake EmitNode take a SDNode instead of a NodeInfo*
2006-03-10 Chris LattnerMove the VRBase field from NodeInfo to being a separate...
2006-03-10 Chris LattnerStore VRBase in a map, not in NodeInfo.
2006-03-10 Chris Lattnerno need to build groups anymore
2006-03-10 Chris LattnerCreate SUnits directly from the SelectionDAG.
2006-03-10 Chris LattnerPush PrepareNodeInfo/IdentifyGroups down the inheritanc...
2006-03-10 Chris Lattnermake some methods protected instead of private
2006-03-10 Chris LattnerTeach the latency scheduler some new tricks. In partic...
2006-03-10 Jeff CohenPut intrinsics.gen in its proper place.
2006-03-10 Chris Lattneradd an aggregate method for reinserting scheduled nodes...
2006-03-10 Chris LattnerFix an incorrect intrinsic description
2006-03-10 Jeff CohenFix VC++ build breakage.
2006-03-09 Chris LattnerAdding an intrinsic is simpler still.
2006-03-09 Chris Lattneruse autogenerated side-effect information
2006-03-09 Chris Lattnergenerate side-effect info
2006-03-09 Chris LattnerSimpler still
2006-03-09 Chris LattnerUse autogenerated mod/ref info for intrinsics.
2006-03-09 Chris LattnerParse mod/ref properties, autogen mod/ref information
2006-03-09 Chris LattnerIntrinsic adding is a little bit simpler now
2006-03-09 Chris LattnerUse the autogenerated intrinsic verifier
2006-03-09 Chris Lattnerparse intrinsic types
2006-03-09 Evan ChengAdd option -enable-x86-lsr to enable x86 loop strength...
2006-03-09 Chris LattnerUse the function name matcher autogenerated from the...
2006-03-09 Chris Lattnerautogenerate the function name recognizer
2006-03-09 Chris LattnerThis rule also depends on tblgen
2006-03-09 Chris Lattneradd a note
2006-03-09 Chris Lattneruse the enum list autogen'd from Intrinsics.td
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
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. ...
next