oota-llvm.git
2005-12-22 Chris Lattnerremove dead code
2005-12-22 Chris Lattnerfix handling of weak linkage
2005-12-22 Reid SpencerFix PR409:
2005-12-22 Chris Lattnersilence some bogus gcc warnings
2005-12-22 Reid SpencerFor PR351:
2005-12-22 Reid SpencerFor PR351:
2005-12-22 Chris LattnerFix test/Regression/Other/2002-01-31-CallGraph.ll after...
2005-12-22 Chris Lattnermove some random notes out of my email into someplace...
2005-12-22 Duraid Madinathis is a hack, which may or may not hang around. In...
2005-12-22 Duraid Madinawe can't do this directly in lowering, so we need this...
2005-12-22 Duraid Madinaoops, back this out
2005-12-22 Duraid Madinai need to do this to take over the earth
2005-12-22 Duraid Madinawe can't all have brains now, can we
2005-12-22 Duraid Madinathis should take care of calls to varadic functions...
2005-12-22 Duraid Madinawe need to emit the getf.d instruction in lowering...
2005-12-22 Chris Lattnercredit where credit is due
2005-12-22 Chris LattnerSeparate the call graph implementation from its interfa...
2005-12-22 Chris LattnerThe 81st column doesn't like code in it.
2005-12-22 Duraid MadinaI shoulda done this a *long* time ago (tm): implement...
2005-12-22 Duraid Madinakill SelectCALL() in the DAG isel, we handle this in...
2005-12-22 Reid SpencerFix documentation for the AlarmSetup function.
2005-12-22 Duraid Madinaupdate tablegen files - nothing to see here
2005-12-22 Reid SpencerFor PR351:
2005-12-22 Reid SpencerImplement a generic polled Alarm function. This merely...
2005-12-22 Evan ChengAttempt to fix a crash on WIN32.
2005-12-22 Evan ChengBye bye HACKTROCITY.
2005-12-22 Evan ChengAdded special flag node FLAG.
2005-12-22 Evan Cheng* Added support for FLAG - a special nameless flag...
2005-12-22 Reid SpencerFor PR678:
2005-12-22 Reid SpencerImplement PR679:
2005-12-22 Jeff CohenAdd new files to Visual Studio.
2005-12-22 Jeff CohenOh oh... Unix is case sensitive.
2005-12-22 Jeff CohenMake it compile with VC++.
2005-12-22 Reid SpencerAdd an eol at the end to shut gcc sup.
2005-12-22 Reid SpencerAdd an eol at the end to shut gcc up.
2005-12-21 Reid SpencerSome simple cleanups:
2005-12-21 Evan ChengAdded TargetLowering::isMaskedValueZeroForTargetNode...
2005-12-21 Evan ChengLefted out TargetLowering::
2005-12-21 Evan Cheng* Fix a GlobalAddress lowering bug.
2005-12-21 Evan ChengOops. Accidentally deleted RET pattern. It's still...
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-12-21 Jim LaskeySync up the project with my tweaks.
2005-12-21 Evan Cheng* Added support for X86 RET with an additional operand...
2005-12-21 Evan ChengAllows instructions which no explicit operands. e.g...
2005-12-21 Chris Lattneradd dwarfwriter to the xcode project
2005-12-21 Jim LaskeyStart of Dwarf framework.
2005-12-21 Jim LaskeyOops llvm namespace.
2005-12-21 Jim LaskeyStart of Dwarf framework code.
2005-12-21 Chris Lattnermake sure to relegalize all cases
2005-12-21 Chris Lattnerenable the gep isel opt
2005-12-21 Chris LattnerRegenerate
2005-12-21 Chris Lattnerallow logical operators on packed integral types
2005-12-21 Chris LattnerGet logical operations to like packed types, allow...
2005-12-21 Chris Lattnerfix a bug I introduced that broke recursive expansion...
2005-12-21 Chris Lattnerregenerate
2005-12-21 Chris LattnerImplement Regression/Assembler/2005-12-21-ZeroInitVector.ll
2005-12-21 Chris Lattnernew testcase
2005-12-21 Chris Lattneradd some nodes, forgot to commit this last night :(
2005-12-21 Chris LattnerThis was meant to go in
2005-12-21 Chris LattnerRewrite FP stackifier support in the X86InstrInfo.td...
2005-12-21 Chris LattnerWrap some long lines: no functionality change
2005-12-21 Chris LattnerEliminate some GCC warnings from the generated code
2005-12-21 Chris Lattnerremove dead code
2005-12-21 Reid SpencerDocument the new -post-link-opts option.
2005-12-21 Chris Lattnernew testcase, fails on X86 and probably others
2005-12-21 Reid SpencerImplement PR512:
2005-12-21 Reid SpencerDocument the new --enable-debug-runtime configure option.
2005-12-21 Reid SpencerImplement fix for PR471:
2005-12-21 Chris LattnerLower ConstantAggregateZero into zeros
2005-12-21 Evan ChengRemove ISD::RET select code. Now tblgen'd.
2005-12-21 Evan Cheng* Added lowering hook for external weak global address...
2005-12-21 Chris LattnerDon't emit a null terminator, nor anything after it...
2005-12-20 Evan ChengSSE2 floating point load / store patterns. SSE2 fp...
2005-12-20 Evan ChengFlip the meaning of FPContractions to reflect Requires...
2005-12-20 Evan ChengFix the semantic of Requires<[cond]> to mean if (!cond...
2005-12-20 Chris LattnerThis ugly patch works around a GCC bug where it is...
2005-12-20 Chris LattnerRun lower-switch after lower-invoke.
2005-12-20 Chris LattnerReserve G1 for frame offset stuff and use it to handle...
2005-12-20 Evan ChengAdded X86 readport patterns.
2005-12-20 Evan ChengNow support instructions with implicit write to non...
2005-12-20 Evan ChengAdded a hook to print out names of target specific...
2005-12-20 Patrick MeredithAdded a break that I meant to include originally, for...
2005-12-20 Chris LattnerFix a nasty latent bug in the legalizer that was trigge...
2005-12-20 Nate BegemanPattern-match return. Includes gross hack!
2005-12-20 Evan ChengLefted out a fix in the previous check in.
2005-12-19 Nate BegemanFix a couple of the FIXMEs, thanks to suggestion from...
2005-12-19 Nate BegemanConvert load/store over to being pattern matched
2005-12-19 Evan ChengX86 conditional branch support.
2005-12-19 Evan ChengPrint out opcode number if it's an unknown target node.
2005-12-19 Evan ChengFix another bug related to chain / flag.
2005-12-19 Evan ChengIt's essential we clear CodeGenMap after isel every...
2005-12-19 Chris LattnerFix a case where the DAG Combiner would accidentally...
2005-12-19 John CriswellAdded the llvm-kernel project to the list of automatica...
2005-12-19 John CriswellPrefix DSA specific options with dsa.
2005-12-19 John CriswellAdded an option to specify the names of heap freeing...
2005-12-19 John CriswellAdded a command line option that allows the user to...
2005-12-19 Jim LaskeyAmend comment.
2005-12-19 Jim LaskeyCreate a strong dependency for loads following stores...
2005-12-19 Chris LattnerFix pifft by correcting the case when a i64/f64 straddl...
2005-12-19 Evan ChengFixes for a number of bugs: save flag results in CodeGe...
next