Remove unused pass
[oota-llvm.git] / lib /
2004-09-14 Chris LattnerRemove a long-dead pass. Actually, this pass was never...
2004-09-14 Reid SpencerFix a compilation error.
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-14 Chris LattnerDon't print newlines between passes in the pass list.
2004-09-14 Chris LattnerDon't print newlines between each library in the deplib...
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-09-14 Reid SpencerImplement the GetLibraryPath function.
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-13 Chris LattnerChanges to make this work with Jason's patch. I checke...
2004-09-12 Misha BrukmanFix filename: Printer.cpp has become X86AsmPrinter.cpp
2004-09-12 Misha BrukmanUnbreak doxygen, according to Reid.
2004-09-12 Misha BrukmanFix code spacing/alignment
2004-09-11 Reid SpencerFix typo: sterror -> strerror
2004-09-11 Reid SpencerCorrect the dynamic lib suffix on Darwin.
2004-09-11 Reid SpencerProvide initial implementations of Memory and Process...
2004-09-11 Reid SpencerProvide a generic Unix implementation of the Memory...
2004-09-11 Reid SpencerProvide a generic unix implementation of the Process...
2004-09-11 Reid SpencerImplemented support for detecting file types by magic...
2004-09-11 Reid SpencerImplementation of Process concept for SUSv2 platforms.
2004-09-11 Reid SpencerConvert the Emitter to use the lib/System "Memory"...
2004-09-11 Reid SpencerImplement support for dependent libraries. The "source...
2004-09-11 Reid SpencerChange interface to use correct typedef so it will...
2004-09-11 Reid SpencerPrint the dependent libraries when dumping bytecode.
2004-09-10 Misha BrukmanRenamed file to SparcV8ISelSimple.cpp
2004-09-10 Brian GaekeRoll back constant printing changes until the problems...
2004-09-10 Alkis EvlogimenosAdd assertion descriptiosn on type mismatches when...
2004-09-09 Alkis EvlogimenosGrow the map on entry so that we don't crash if joinInt...
2004-09-08 Alkis EvlogimenosUse a shorter form to express implicit use/defs in...
2004-09-08 Alkis EvlogimenosA call instruction should implicitely define ST0 since...
2004-09-08 Brian GaekeThis file does not need <iostream>, I think.
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-06 Nate BegemanAdd 64 bit divide instructions, and use them
2004-09-05 Alkis EvlogimenosIndent to 2 spaces and cleanup excess whitespace.
2004-09-05 Alkis EvlogimenosIndent to 2 spaces.
2004-09-05 Misha Brukman* Change PPC32AsmPrinter => PowerPCAsmPrinter since...
2004-09-05 Misha BrukmanRenamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp...
2004-09-04 Nate BegemanInclude MathExtras.h to fix build breakage, thanks...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-09-03 Reid SpencerClean up some "clean:" targets so they use $(VERB)...
2004-09-03 Misha BrukmanOrder #includes alphabetically, local .h files first.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosWe don't need to sort the added vector as unhandled...
2004-09-02 Nate BegemanConvert remaining X-Form and Pseudo instructions over...
2004-09-02 Brian GaekeBack to compiling land for v8
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Alkis EvlogimenosBe a bit more efficient when processing the active...
2004-09-01 Alkis EvlogimenosGive a better assertion if we see a use before a def.
2004-09-01 Reid Spencermkdtemp doesn't exist on Cygwin. Use tempnam & mkdir...
2004-09-01 Reid SpencerMake CommandLine prefix error output with the name...
2004-08-31 Reid SpencerAdd support for FreeBSD
2004-08-31 Reid SpencerAdd support for Interix and FreeBSD
2004-08-31 Reid SpencerActually define PreventCoreFiles in the sys namespace.
2004-08-31 Reid SpencerAdd a new abstraction, SysConfig for platform independe...
2004-08-31 Alkis EvlogimenosMinor code clarity changes.
2004-08-31 Nate Begemanconvert M and MD form instructions to generated asm...
2004-08-30 Reid SpencerMove the GetTemporaryDirectory function from "generic...
2004-08-30 Reid SpencerAdd inclusion of assert.h
2004-08-30 Nate BegemanMove yet more instructions over to being printed by...
2004-08-30 Reid SpencerAbbreviate the long descriptions which are now in docs...
2004-08-30 Reid SpencerReduce the number of arguments in the instruction build...
2004-08-29 Nate BegemanConvert A-Form instructions to auto-generated asm writer
2004-08-29 Nate BegemanRegister sizes should be specified in bits
2004-08-29 Nate BegemanImprovements to int->float cast code for PPC-64
2004-08-29 Nate BegemanPut this change back in after testing from Reid proved...
2004-08-29 Reid SpencerAdd a declaration of environ global for Darwin
2004-08-29 Reid SpencerAdd an assert to cature null Operands. It is better...
2004-08-29 Reid SpencerSignals support has been moved to lib/System
2004-08-29 Reid SpencerMove a warning comment to where it should have been...
2004-08-29 Reid SpencerCorrect the vim: specification
2004-08-29 Reid SpencerInclude some additional header files.
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...
2004-08-29 Nate BegemanImplement the following missing functionality in the...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-28 Alkis EvlogimenosRemove dead code.
2004-08-27 Alkis EvlogimenosNow that LiveIntervals::addIntervalsForSpills is fixed...
2004-08-27 Alkis EvlogimenosOnly update LiveVariables if it is available. addInterv...
2004-08-27 Alkis EvlogimenosBack out this change as it broke the build last night...
2004-08-27 Nate BegemanBack out change to divide getSpillSize by 8 until I...
2004-08-27 Alkis EvlogimenosThe linear scan variants do not require the LiveVariabl...
2004-08-27 Nate BegemanRegister sizes are in bits, not bytes
2004-08-27 Reid SpencerCorrectly compute the number of compaction tables.
2004-08-27 Reid SpencerPrevent an empty compaction table from being written...
2004-08-26 Reid SpencerAdd the CompactionTableIsEmpty function so that we...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2004-08-26 Reid SpencerFix a typo.
2004-08-26 Reid SpencerFirst cut at a README for lib/System explaining the...
2004-08-26 Reid SpencerAdd a README explaining the intended content of this...
2004-08-25 Brian GaekePrevious checkin broke printf(%a) support for fp consta...
2004-08-25 Brian GaekeNew version of Bill Wendling's PR33 patch.
2004-08-25 Reid SpencerFix documentation.
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
2004-08-25 Reid SpencerLicense for this library.
2004-08-24 Reid SpencerAdd a wrapper for extraction of the dependent libraries...
next