oota-llvm.git
2005-12-26 Duraid MadinaHP aCC chokes on this, but it's not required anyway...
2005-12-26 Duraid MadinaMERRY CHRISTMAS EVERYONE!!! (what better way to spend...
2005-12-25 Andrew Lenharthadd br pattern, unify JSR and BSR ISel instrs, and...
2005-12-25 Duraid Madinaunbreak calls, a few more tests should run. Tomorrow...
2005-12-25 Duraid Madinawe don't feed our call instructions extra operands
2005-12-25 Andrew LenharthAll that just to lower div and rem
2005-12-25 Andrew Lenharthallow custom lowering to return null for legal results
2005-12-24 Andrew LenharthSupport Custom lowering of a few more operations.
2005-12-24 Andrew Lenharthsupport targetexternalsym
2005-12-24 Evan ChengLet the helper functions know about X86::FR32RegClass...
2005-12-24 Andrew LenharthAll addressing modes are now exposed. The only remaini...
2005-12-24 Andrew LenharthUnify the patterns for loads and stores. Now offset...
2005-12-24 Andrew LenharthLet's see if we can break things.
2005-12-24 Andrew Lenharthmove loads and stores over. Smart addr selection comming
2005-12-24 Nate BegemanFix one of the things in the todo file, and get a bit...
2005-12-23 Reid SpencerFor PR625:
2005-12-23 Evan Cheng* Removed the use of FLAG. Now use hasFlagIn and hasFla...
2005-12-23 Evan Cheng* Support for hasInFlag and hasOutFlag (on instructions...
2005-12-23 Jim LaskeyRemove redundant debug locations.
2005-12-23 Chris Lattnerthis test fails
2005-12-23 Chris Lattnerthis test is malformed
2005-12-23 Chris Lattnerunbreak the build :-/
2005-12-23 Chris Lattnernot a good idea
2005-12-23 Evan ChengMore X86 floating point patterns.
2005-12-23 Evan ChengOperand 1 of TRUNCSTORE can be any of integer and float...
2005-12-23 Evan ChengAllow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE...
2005-12-23 Chris Lattnerfix something-o
2005-12-23 Chris Lattnerimplement vaarg. Varargs now should work.
2005-12-23 Chris Lattnerimplement vastart. The dag isel compiles this:
2005-12-23 Chris Lattnerremove benchmark list, remove issues addressed by the...
2005-12-23 Chris LattnerSimplify store(bitconv(x)) to store(x). This allows...
2005-12-23 Chris Lattnerfold (conv (load x)) -> (load (conv*)x).
2005-12-23 Chris LattnerFold bitconv(bitconv(x)) -> x. We now compile this:
2005-12-23 Chris Lattnerconstant fold bits_convert in getNode and in the dag...
2005-12-23 Chris Lattnermake sure bit_convert's are expanded
2005-12-23 Chris Lattnermake sure bit_converts are expanded
2005-12-23 Jeff CohenGet bugpoint building with VC++ again.
2005-12-23 Chris Lattnerfix the int<->fp instructions, which apparently take...
2005-12-23 Chris LattnerUse BIT_CONVERT to simplify this code
2005-12-23 Chris LattnerSimplify some code by using BIT_CONVERT
2005-12-23 Chris LattnerFix a pasto
2005-12-23 Chris Lattnerfix a thinko in the bit_convert handling code
2005-12-23 Chris Lattnerimprove comment: mention vectors
2005-12-23 Chris Lattneradd very simple support for the BIT_CONVERT node
2005-12-23 Chris Lattneradd a new node
2005-12-22 Reid SpencerRevert previous patch. Additional tests fail.
2005-12-22 Chris Lattnerclean up .td file by using evan's new FLAG thing
2005-12-22 Chris Lattnerremove a dead node
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
next