oota-llvm.git
2006-01-28 Jeff CohenUse union instead of reinterpret_cast.
2006-01-28 Jeff CohenFix recognition of Intel CPUs.
2006-01-28 Chris LattnerIs64Bit reflects the capability of the chip, not an...
2006-01-28 Chris LattnerFix a bunch of JIT failures with the new isel
2006-01-28 Jeff CohenImprove X86 subtarget support for Windows and AMD.
2006-01-28 Chris LattnerUse the new "UpdateNodeOperands" method to simplify...
2006-01-28 Chris Lattnersilence a warning
2006-01-28 Chris Lattneradd another method variant
2006-01-28 Chris Lattneradd another variant
2006-01-28 Chris Lattneradd some methods for updating nodes
2006-01-28 Chris LattnerAdd some methods
2006-01-28 Chris Lattnerminor tweaks
2006-01-28 Chris Lattnermove a bunch of code, no other change.
2006-01-28 Chris Lattnerremove a couple more now-extraneous legalizeop's
2006-01-28 Chris Lattnerfix a bug
2006-01-28 Chris LattnerSeveral major changes:
2006-01-28 Chris LattnerFix a bug in my elimination of ISD::CALL this morning...
2006-01-28 Chris Lattnermake this work on non-native hosts
2006-01-28 Chris Lattneradd a note about how we should implement this FIXME...
2006-01-28 Chris LattnerEliminate the need for ExpandOp to set 'needsanotherite...
2006-01-28 Chris LattnerInstead of making callers of ExpandLibCall legalize...
2006-01-28 Chris LattnerEliminate the need to do another iteration of the legal...
2006-01-28 Chris Lattnerremove this method I just added, now is not the time.
2006-01-28 Chris Lattnerremove method I just added
2006-01-28 Chris Lattneradd a new callback
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-28 Nate BegemanAdd a couple more things to the readme.
2006-01-28 Nate BegemanAdd a missing case to the dag combiner.
2006-01-28 Chris LattnerRemove the ISD::CALL and ISD::TAILCALL nodes
2006-01-28 Chris LattnerThe 'target-independent' ISD::CALL isn't. Nuke it...
2006-01-28 Chris LattnerRemove some dead code
2006-01-27 Chris LattnerSwitch to AlphaISD::CALL instead of ISD::CALL
2006-01-27 Chris LattnerUse PPCISD::CALL instead of ISD::CALL
2006-01-27 Chris LattnerUse V8ISD::CALL instead of ISD::CALL
2006-01-27 Evan ChengA bit of wisdom from Chris on the last entry.
2006-01-27 Evan ChengAT&T assembly convention: registers are in lower case.
2006-01-27 Evan ChengUse Intel assembly syntax to look for ST
2006-01-27 Chris Lattnerinitialize member vars
2006-01-27 Chris Lattnerinitialize all instance vars
2006-01-27 Chris LattnerMake llvm.frame/returnaddr not crash on ppc
2006-01-27 Jeff CohenTeach tablegen to generate code that is VC++ warning...
2006-01-27 Evan Cheng(store (op (load ...)), ...)
2006-01-27 Chris Lattner* Eliminate FAKE_SOURCES
2006-01-27 Evan ChengAdded notes about a x86 isel deficiency.
2006-01-27 Chris LattnerRemove out of date comment
2006-01-27 Chris LattnerRemove the only use of FAKE_SOURCES
2006-01-27 Chris LattnerRemove FAKE_SOURCES
2006-01-27 Evan ChengAdded a temporary option -enable-x86-sse to enable...
2006-01-27 Evan ChengBye bye Pattern ISel, hello DAG ISel.
2006-01-27 Evan ChengX86 dag isel is now (soon) the default.
2006-01-27 Evan ChengThese are fp stack test cases.
2006-01-27 Evan ChengXFAIL tailcall test cases until it's implemented.
2006-01-27 Nate BegemanRemove TLI.LowerReturnTo, and just let targets custom...
2006-01-27 Jim LaskeyUsing bit size of integers instead of ambiguous "long...
2006-01-27 Evan ChengA better workaround
2006-01-27 Jim LaskeySorry - really folowing convention.
2006-01-27 Chris Lattnerforce sse/3dnow off until they work. This fixes all...
2006-01-27 Jim LaskeyFollowing convention.
2006-01-27 Chris LattnerUnbreak the JIT with SSE
2006-01-27 Andrew Lenharthfix build
2006-01-27 Chris LattnerFix build error that is apparently only a warning with...
2006-01-27 Jim LaskeyForgot the version number.
2006-01-27 Jim LaskeyImprove visibility/correctness of operand indices in...
2006-01-27 Jim LaskeyCatch up on some of the file addition/deletions.
2006-01-27 Reid SpencerFix auto-upgrade of intrinsics to work properly with...
2006-01-27 Reid SpencerA test case for ensuring that conversion of old-format...
2006-01-27 Reid SpencerThis now passes.
2006-01-27 Evan Chengx86 CPU detection and proper subtarget support
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerUse printInlineAsm to, well, print inline asm's.
2006-01-27 Chris LattnerStub out a method
2006-01-27 Chris Lattneradd a method
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-27 Chris LattnerPHI and INLINEASM are now builtin instructions provided...
2006-01-27 Chris LattnerIf we want to emit things in enum order, use getInstruc...
2006-01-27 Chris LattnerThere is at least a 'noitinerary' itinerary now
2006-01-27 Chris LattnerAdd a default NoItinerary class for targets to use.
2006-01-27 Chris LattnerDon't emit JIT code for these instructions
2006-01-26 Chris LattnerTeach the scheduler to emit the appropriate INLINEASM...
2006-01-26 Chris LattnerAdd a common INLINEASM opcode
2006-01-26 Chris LattnerTeach the dag selectors to select InlineAsm nodes.
2006-01-26 Jim LaskeyDropped DwarfWriter::
2006-01-26 Chris Lattnerinitial selectiondag support for new INLINEASM node...
2006-01-26 Chris LattnerAdd new INLINEASM node
2006-01-26 Jim LaskeyUse global information to fill out Dwarf compile units.
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2006-01-26 Chris LattnerImplement a method for inline asm support
2006-01-26 Chris Lattneradd some methods for case-insensitive string compares
2006-01-26 Jim LaskeyUpdate files lists.
2006-01-26 Jim LaskeyUse find instead of lower_bounds.
2006-01-26 Chris LattnerAdd a method for inline asm support.
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-26 Jim LaskeyAdd support to find existing entries.
2006-01-26 Chris LattnerImprove compatibility with VC2005, patch by Morten...
2006-01-26 Andrew Lenharthdynamically allocate plugin space as needed
2006-01-26 Evan ChengAnother folding problem: if a node r/w chain or flag...
2006-01-26 Andrew LenharthPass plugins on to children when optimizing.
2006-01-26 Andrew LenharthRemember plugins should someone like bugpoint want...
2006-01-26 Andrew Lenharthadded a couple test cases, including the new vaarg...
2006-01-26 Jeff CohenTeach Visual Studio about X86 subtargets.
next