oota-llvm.git
2006-09-04 Chris LattnerFix some X86 JIT failures. This should really come...
2006-09-04 Chris Lattnerlli uses LinkAllCodegenComponents, so it needs this...
2006-09-04 Chris LattnerCorrect fix for a crasher on functions with live in...
2006-09-04 Chris LattnerHack around a regression I introduced yesterday
2006-09-04 Duraid Madinaforgot this
2006-09-04 Chris LattnerFix a build problem
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-04 Chris LattnerUpdate this to reflect llvm-config usage
2006-09-04 Chris LattnerRemove some dead makefilery
2006-09-04 Chris LattnerUse llvm-config to determine what to link in
2006-09-04 Chris LattnerUse llvm-config instead of magic JIT thing to link...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-09-04 Chris LattnerAllow things like --libs CBackend
2006-09-04 Chris LattnerSwitch to using llvm-config to build
2006-09-04 Chris LattnerBugfix for llvm-config support
2006-09-04 Chris LattnerMake LINK_COMPONENTS interact well with make clean
2006-09-04 Chris LattnerSwitch to using llvm-config to select components to...
2006-09-04 Chris LattnerAdd a new make option (LINK_COMPONENTS) which tools...
2006-09-04 Chris LattnerDocument build order dependencies. Make sure that...
2006-09-04 Chris Lattnernew file
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-04 Chris LattnerAdd accessor
2006-09-04 Chris LattnerAdd explicit doInitialization/doFinalization methods...
2006-09-04 Chris Lattnerremove #include
2006-09-04 Chris Lattnerrearrange targets to satisfy dependencies. Too bad...
2006-09-04 Chris LattnerIf a cycle exists, don't succeed building the second...
2006-09-04 Chris Lattnerremove message
2006-09-04 Chris LattnerRearrange library linkage order.
2006-09-03 Chris LattnerEliminate target name.
2006-09-03 Chris LattnerSimplify target construction.
2006-09-03 Chris LattnerRemove use of target::getName()
2006-09-03 Chris Lattnereliminate use of TM.getName()
2006-09-03 Rafael Espindolaadd the SETULT condition code
2006-09-03 Chris LattnerAvoid beating on the mi2i map when we know the answer...
2006-09-03 Chris Lattnerminor speedup
2006-09-03 Chris LattnerFix Regression/CodeGen/Generic/2006-09-02-LocalAllocCra...
2006-09-03 Chris LattnerTestcase (distilled from crafty) that crashed the local...
2006-09-03 Chris LattnerWhen deleting a machine instruction, make sure to remov...
2006-09-03 Chris LattnerMove two methods out of line, make them work when the...
2006-09-02 Chris LattnerCount the time for a pass to ReleaseMemory against...
2006-09-02 Owen AndersonMake this testcase actually recursive. I accidentally...
2006-09-02 Chris LattnerFix a typo pointed out by Gabor
2006-09-02 Owen AndersonMake ArgumentPromotion handle recursive functions that...
2006-09-02 Rafael Espindolaadd more condition codes
2006-09-02 Nick LewyckyImprove handling of SelectInst.
2006-09-02 Chris Lattnerimprove compat with certain versions of GCC (on cygwin?)
2006-09-02 Chris Lattneradd a prototype
2006-09-02 Chris LattnerIteration is required for some cases, even if they...
2006-09-02 Chris LattnerWhen joining two intervals where the RHS is really...
2006-09-02 Chris Lattnernew method
2006-09-01 Evan ChengAnother "cyclic DAG" test case.
2006-09-01 Evan ChengOops. Bad typo. Without the check of N1.hasOneUse(...
2006-09-01 Chris LattnerUse a couple of multiclass patterns to factor some...
2006-09-01 Chris Lattnerremove a bunch of comments
2006-09-01 Chris LattnerMake sure to clear CurDefmPrefix = 0, otherwise stuff...
2006-09-01 Chris LattnerMake this harder
2006-09-01 Chris LattnerFix a typo Jim pointed out, thanks!
2006-09-01 Chris Lattnerfix an assertion with multidefs. Def inside of multicl...
2006-09-01 Bill WendlingFixed formatting problem.
2006-09-01 Chris Lattnerdocument !strconcat
2006-09-01 Bill WendlingAdded documentation Fernando Magno Quintao Pereira...
2006-09-01 Chris LattnerDocument multiclasses and defm's
2006-09-01 Chris Lattnerregenerate
2006-09-01 Chris Lattnersimple multiclass example
2006-09-01 Chris LattnerAdd often-requested support for defining "multiclasses...
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-09-01 Evan ChengRemove extra spaces.
2006-09-01 Evan ChengLast check-in was a mistake...
2006-09-01 Evan Cheng*** empty log message ***
2006-09-01 Evan ChengAllow legalizer to expand ISD::MUL using only MULHS...
2006-09-01 Jim LaskeyCorrections.
2006-09-01 Evan ChengBetter comments.
2006-09-01 Evan ChengYikes. This requires checking apple gcc version.
2006-09-01 Chris LattnerPull some code out of a hot recursive function because...
2006-09-01 Chris Lattnerremove some particularly expensive assertions
2006-09-01 Chris LattnerReserve space in the ValueNumberInfo vector. This...
2006-09-01 Chris Lattneradd a simple reserve method.
2006-09-01 Chris LattnerIterative coallescing doesn't buy us anything (we get...
2006-09-01 Nick LewyckyDon't confuse canonicalize and lookup. Fixes predsimpli...
2006-08-31 Evan ChengDAG combiner fix for rotates. Previously the outer...
2006-08-31 Chris LattnerAdd a special case that speeds up coallescing a bit...
2006-08-31 Chris LattnerDelete copies as they are coallesced instead of waiting...
2006-08-31 Chris Lattneravoid calling the virtual isMoveInstr method endlessly...
2006-08-31 Chris LattnerAdd a note about C++ -> C with libstdc++
2006-08-31 Nick LewyckyThis program crashes the PredicateSimplifier. Not marke...
2006-08-31 Nick LewyckyProperties where both Values weren't in the union ...
2006-08-30 Chris LattnerBugfix for recent coallescer crash
2006-08-30 Chris LattnerFix a compiler crash bootstrapping llvm-gcc.
2006-08-30 Chris LattnerRestore source-level compatibility with clients of...
2006-08-30 Chris LattnerGuess what happens when asserts are disabled. :(
2006-08-30 Chris Lattnerfix 80 column issue
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-08-30 Nick LewyckyMove to using the EquivalenceClass ADT. Removes SynSets.
2006-08-29 Chris LattnerCode cleanups, no functionality change.
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-29 Chris Lattnernew testcase for pr687
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-08-29 Evan ChengMinor asm fix.
2006-08-29 Evan ChengThis is also a 32-bit only test. x86-64 would pass...
2006-08-29 Evan ChengFix test case so it passes on x86-64.
next