Added targets that force users to re-run autoconf when the script has been
[oota-llvm.git] / lib / Target /
2003-10-06 Brian GaekeAdd # of printed instructions statistic to both the...
2003-10-05 Chris LattnerAdd support for the Invoke instruction by using the...
2003-10-05 Chris LattnerInstead of hacking in custom support for Invoke/Unwind...
2003-10-05 Chris LattnerA couple of minor code cleanups.
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-10-01 Alkis EvlogimenosRevert previous change. For some reason this went into...
2003-10-01 Alkis EvlogimenosAdded command line option for linear scan allocator
2003-10-01 Misha BrukmanThe comment seems irrelevant as the pass has become...
2003-09-30 Chris LattnerMake sure to get the definition of getRegisterAllocator
2003-09-30 Chris LattnerRegisterAllocation.h is going away
2003-09-30 Chris Lattnerinclude passes.h which defines the interface this file...
2003-09-30 Brian GaekeAdd statistic for # of emitWord() calls.
2003-09-24 Brian GaekeUpdate head-of-file comment.
2003-09-24 Brian GaekeUntabify tabs in stuff I've recently added.
2003-09-24 Brian GaekeUse getRegClassID() instead of getRegClass()->getID...
2003-09-24 Brian GaekeRemove some unused methods of class IGNode.
2003-09-23 Misha BrukmanFixed spelling.
2003-09-23 Misha BrukmanFix spelling.
2003-09-23 Chris LattnerMove getAnalysisUsage method from header to .cpp file...
2003-09-21 Vikram S. AdveFix assertion so it doesn't not trip incorrectly.
2003-09-21 Brian GaekeUse C++ math header instead of C version.
2003-09-21 Brian GaekeErase now-unused prototypes.
2003-09-21 Brian GaekeRearrange #includes ... since there are fewer now I...
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeI tried to standardize the formatting and tidy up the...
2003-09-21 Brian GaekeConvert PhyRegAlloc into a proper pass.
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-18 Brian GaekeFix a typo in Sparc.cpp.
2003-09-18 Brian GaekeRename the pass creator fn to mimic the other creator...
2003-09-18 Brian GaekeFix (and properly doxygenify) some comments. Incorporate
2003-09-18 Brian GaekeMake the symbol prologue/epilogue stuff redundant with...
2003-09-17 Misha BrukmanFixed spelling.
2003-09-16 Brian GaekeFix typo in comment. Take out some random whitespace.
2003-09-16 Brian GaekeEdit comment for accuracy
2003-09-16 Vikram S. AdveFix longjmp case so that, along with the call to abort...
2003-09-16 Vikram S. AdveAdd flag to control whether or not delay slots are...
2003-09-15 Chris LattnerFix problems with programs that prototype printf to...
2003-09-15 Brian GaekeFix typos in comments.
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-10 Chris LattnerRemove a bunch of warnings from the CBE generated C...
2003-09-10 Chris Lattner"the one true solution for compatibility with GCC 3.3+"
2003-09-10 Chris LattnerBe a little more specific about what is begin generated...
2003-09-10 Chris LattnerOnly emit inter-field-padding if the amount of padding...
2003-09-10 John CriswellDon't explicitly use $SourceDir to find the tblgen...
2003-09-09 John CriswellUpdated to find source files using VPATH. This makes...
2003-09-09 Chris Lattner* Simplify printConstantValueOnly by moving the tail...
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-09-05 Misha BrukmanAdded some optimizations:
2003-09-01 Chris LattnerOptInfo is no longer required
2003-09-01 Chris LattnerNo longer provide an optinfo, noone uses it
2003-09-01 Chris LattnerInline simple comparison which is sparc specific anyway
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-09-01 Chris LattnerSimplify code a bit
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file is hopelessly out of date
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerPhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-09-01 Chris LattnerIGNode got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file just needs LiveRange.h not IGNode.h
2003-09-01 Chris LattnerNo longer include IGNode.h in the Sparc global header
2003-08-29 Misha Brukman* Use alloca() to force GCC not to eliminate frame...
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 Chris LattnerAdd support for the llvm.unwind intrinsic, which we...
2003-08-28 Chris LattnerFix really nasty bugs in the CWriter, handling invoke...
2003-08-28 Tanya LattnerRemoving README
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-27 Tanya LattnerAdded/removed header file
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-24 Chris LattnerSimplify code
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-24 Chris LattnerImplement: Jello/test-constantexpr.ll
2003-08-24 Chris LattnerAdd support for 'any' pointer size and endianness
2003-08-24 Chris LattnerImplement support for the unwind intrinsic in the CBE
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 Chris LattnerFix spello
2003-08-21 Chris LattnerChange all #include'd files to be :: rules instead...
2003-08-18 Chris LattnerAdd support for the sig(set|long)jmp intrinsics
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-17 Chris LattnerFix ABI issue: Longs really do need to be only 4 byte...
2003-08-16 Brian GaekeRename -emitmaps to -enable-maps
2003-08-15 Misha BrukmanNow that the JIT memory manager allocates as many bytes...
2003-08-15 Misha BrukmanFix register and parameter numbers in saving double...
2003-08-15 Chris LattnerRemove uses of the NonCopyable class, to make the doxyg...
2003-08-15 Chris LattnerAdjust to new API, add expandCall stub
2003-08-15 Chris LattnerAdd support for unconditional branches and for emitting...
2003-08-15 Chris LattnerAdd a bunch of new node types, including a new Void...
2003-08-15 Misha Brukman* Must save FP registers when calling CompilationCallba...
2003-08-14 Vikram S. AdveImprovement to the previous fix: branch following a...
2003-08-14 Chris LattnerStop annoying warnings about mismatched types with...
2003-08-14 Misha BrukmanSince we now have TableGen editing modes for VIM and...
2003-08-14 Chris LattnerRestore 'nice name' to pass
next