Be consistent in using class/struct to keep Visual Studio happy.
[oota-llvm.git] / include /
2006-01-24 Jeff CohenBe consistent in using class/struct to keep Visual...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class
2006-01-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-23 Chris LattnerAdd global scope asm support
2006-01-23 Andrew Lenharthanother couple selects
2006-01-23 Andrew Lenharthanother selectto
2006-01-23 Evan ChengSkeleton of the list schedule.
2006-01-23 Reid SpencerUpdate for including additional function tests.
2006-01-23 Evan ChengFactor out more instruction scheduler code to the base...
2006-01-23 Chris LattnerSpeedup and simplify pass registration by the observati...
2006-01-22 Chris LattnerThis only needs <iosfwd> not <iostream>
2006-01-22 Chris LattnerThis header should not pull in <iostream>
2006-01-22 Jeff CohenVisual Studio neurotic about inconsistent class/struct...
2006-01-21 Evan ChengDo some code refactoring on Jim's scheduler in preparat...
2006-01-21 Jim LaskeySimplify search for abbreviations.
2006-01-21 Jim LaskeyCorrect some simple errors.
2006-01-20 Jim LaskeyRight size integer values before emitting.
2006-01-20 Jim LaskeyReworked how Dwarf debug info entries and abbreviations...
2006-01-19 Reid SpencerMake sure that libm is used during config tests so...
2006-01-19 Reid SpencerFor PR696:
2006-01-19 Reid Spencer1. Documentation upgrade.
2006-01-19 Reid SpencerAdd a new interface function to AutoUpgrade for simulta...
2006-01-18 Jim LaskeyAdded minimum Dwarf aranges. Cleaned up some section...
2006-01-17 Jim LaskeyPastos.
2006-01-17 Jim LaskeyAdd frame work for additional dwarf sections. Comments...
2006-01-17 Robert BocchinoSupport for the insertelement operation.
2006-01-17 Robert BocchinoInstruction and constant expression definitions for...
2006-01-17 Evan ChengSuppress "no newline at end of file" warnings.
2006-01-17 Jim LaskeyMisc. errors.
2006-01-17 Jim LaskeyAdding basic support for Dwarf line number debug inform...
2006-01-17 Jim LaskeyReduce memory consumption and force (somewhat) access...
2006-01-17 Evan ChengYet another getTargetNode() variant. I promise one...
2006-01-16 Jim LaskeyRedundant inline keyword.
2006-01-16 Jim LaskeyUniqueVector template provides a means of enumerating...
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Chris LattnerRemove a never-working pass
2006-01-15 Chris LattnerInitialize DFSnum's to -1, in case a node is not reachable.
2006-01-15 Chris Lattneradd an assert, patch by Daniel Berlin
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-14 Chris LattnerTeach inline function how to update the callgraph when...
2006-01-14 Chris LattnerAdd CallGraph::getOrInsertFunction, to allow clients...
2006-01-14 Chris Lattneradd a dump method to CallGraph
2006-01-14 Jeff CohenFix generous source of VC++ truncation warnings.
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-14 Chris LattnerAdd a new InvalidateStructLayoutInfo method and some...
2006-01-13 Chris LattnerSimplify the implementations of classof using the new...
2006-01-13 Chris LattnerAdd some functionality to the IntrinsicInst class and...
2006-01-13 Chris LattnerAllow the code cloning interfaces to capture some impor...
2006-01-13 Chris LattnerProvide an interface for Targets to specify their stack...
2006-01-13 Chris Lattneradd stacksave/stackrestore nodes
2006-01-13 Chris Lattneradd new llvm.stacksave/llvm.stackrestore intrinsics
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-11 Chris LattnerSimple is good, CVS log is for history, not the silly...
2006-01-11 Chris LattnerSwitch loopinfo to using ETForest instead of DominatorS...
2006-01-10 Robert BocchinoAdded an instruction and constant expression for the...
2006-01-10 Reid SpencerFor PR411:
2006-01-10 Reid SpencerMake ValueSymbolTable (temporarily) a friend of Value...
2006-01-10 Reid SpencerFor PR521:
2006-01-09 Evan ChengNew getNode() variants.
2006-01-08 Reid SpencerAdd some documentation.
2006-01-08 Chris LattnerFix the build on platforms where <cassert> doesn't...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2006-01-08 Chris LattnerFix out of date comments, patch by Marco Matthies.
2006-01-05 Jim LaskeyGrammer correction.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jeff CohenBe consistent in using class vs struct to make VC+...
2006-01-04 Jim LaskeyAdd unique id to debug location for debug label use...
2006-01-04 Jim LaskeyAdd flag for debug presence.
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2006-01-04 Jim Laskey1. Make MachineDebugInfo a pass.
2006-01-04 Jim LaskeyMove MachineDebugInfo to module level location.
2006-01-04 Chris LattnerPatch #6's in Saem's refactor-the-passmanager patch...
2006-01-04 Chris Lattneradd a comment that I should have written a long time ago
2006-01-04 Chris Lattneradd a dump method to help debugging
2005-12-30 Nate Begemanadd support for generating v4i32 code
2005-12-28 Duraid Madinabe more polite in public headers
2005-12-28 Duraid Madinaundo yuletide naughtyness(tm)
2005-12-26 Duraid Madinamore standards compliance (damn, I can't wait for unord...
2005-12-26 Duraid MadinaI laugh at your dual-core G5s! Fear my precompiled...
2005-12-26 Duraid Madinai love xmas!!!! *;D*
2005-12-23 Chris Lattnerimprove comment: mention vectors
2005-12-23 Chris Lattneradd a new node
2005-12-22 Chris Lattnerremove a dead node
2005-12-22 Duraid Madinai need to do this to take over the earth
2005-12-22 Chris LattnerSeparate the call graph implementation from its interfa...
2005-12-22 Reid SpencerFix documentation for the AlarmSetup function.
2005-12-22 Reid SpencerImplement a generic polled Alarm function. This merely...
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 up.
2005-12-21 Evan ChengAdded TargetLowering::isMaskedValueZeroForTargetNode...
2005-12-21 Jim LaskeyOops llvm namespace.
2005-12-21 Jim LaskeyStart of Dwarf framework code.
2005-12-20 Evan ChengAdded a hook to print out names of target specific...
2005-12-18 Chris LattnerAdd an accessor
2005-12-17 Evan ChengYet another variant of getTargetNode().
2005-12-17 Jeff CohenFix VC++ level 4 warnings. Because a base class has...
2005-12-17 Jeff CohenFix VC++ level 4 warnings.
next