Added LLVM copyright notice to Makefiles.
[oota-llvm.git] / lib / Target /
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 Chris LattnerConvert this code from using annotations to using a...
2003-10-20 Brian GaekeGoodbye, AddRegNumToValues
2003-10-20 Chris LattnerRemove using declaration
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Brian GaekeMinor leftover fixups from replaceMachineCodeForFunctio...
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction() return void.
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-20 Chris LattnerApparently the dependencies are wrong for this file...
2003-10-20 Chris LattnerEmit x86 instructions for: A = B op C, where A and...
2003-10-20 Chris LattnerFurther cleanups and simplifications
2003-10-20 Chris LattnerEliminate code for pointer size and endianness emulation.
2003-10-20 Misha BrukmanThe Grammar Police was here.
2003-10-20 Chris Lattner* Rename X86::IMULr16 -> X86::IMULrr16
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-19 Chris Lattner* Multiplications by 2^X are turned into shifts. This...
2003-10-19 Chris LattnerAdd some new instructions. Wheee
2003-10-19 Chris Lattner.string adds an implicit zero at the end. This is...
2003-10-19 Chris LattnerFix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode...
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics and instructions
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics
2003-10-18 Chris LattnerUpdate the sparc backend to at least compile correctly...
2003-10-17 Brian GaekeYou can't just blat the address into memory, you have...
2003-10-17 Brian GaekeImplement replaceMachineCodeForFunction() for x86.
2003-10-17 Brian GaekeRefactor jump insertion code from CompilationCallback...
2003-10-17 Brian GaekeAdd prototype for replaceMachineCodeForFunction().
2003-10-17 Brian GaekeRemove extra blank line.
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Brian GaekeFix typo in comment.
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-15 Chris Lattner#include vector which we will need here soon
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-14 Chris LattnerOutput a contorted sequence of instructions to make...
2003-10-14 Chris LattnerDisable the leaf function optimization, which is appare...
2003-10-13 Chris LattnerDo not allow fallthroughs in switch statements. This...
2003-10-13 Brian GaekeRemove WordsEmitted statistic; there's already a non...
2003-10-13 Chris LattnerUse the autoconf macro John wrote
2003-10-13 Chris LattnerRegularize header file comments
2003-10-12 Chris Lattner* Spell "necessary" correctly
2003-10-12 Chris Lattner* Be TBAA safe
2003-10-10 Brian GaekeDon't include "Config/stdlib.h".
2003-10-10 Brian GaekeInclude <cstdio> instead of <stdio.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Misha Brukman* Doxygenified comments
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
next