Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib /
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattner"Function"[0] == 'F', not 'M'
2003-10-20 Brian GaekeMinor leftover fixups from replaceMachineCodeForFunctio...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
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 LattnerReorder for minor efficiency gain
2003-10-20 Chris LattnerEmit x86 instructions for: A = B op C, where A and...
2003-10-20 Chris LattnerHrm, a relic from the past. How cute :)
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 LattnerEliminate unused class
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 LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-19 Chris LattnerFix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode...
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-18 Chris LattnerFix warning
2003-10-18 Chris Lattneradd support for new linkage types
2003-10-18 Chris LattnerFix PR#50
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics and instructions
2003-10-18 Chris LattnerADd support for the new varargs 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-18 Chris LattnerInterpret the new varargs intrinsics correctly
2003-10-18 Chris LattnerUpdated to emit the final 1.0 bytecode format. This...
2003-10-18 Chris Lattner* New revised variable argument handling support
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-10-17 Misha BrukmanChris says it's better to assert that TheModule is...
2003-10-17 Brian GaekeYou can't just blat the address into memory, you have...
2003-10-17 Misha BrukmanDon't release the Module, as that invalidates the Modul...
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 Misha BrukmanReturn the Module that we just materialized.
2003-10-17 Brian GaekeTidy up doxygen comment for getPointerToFunction().
2003-10-17 Brian GaekeRefactor running the JIT passes on a single function...
2003-10-17 Brian GaekeRemove extra blank line.
2003-10-17 Chris LattnerDo not crash on empty structures
2003-10-17 Chris LattnerTighten up handling of checks for shift instructions
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Brian GaekeFix typo in comment.
2003-10-16 Brian GaekeFix a typo in a comment, and zap a blank line.
2003-10-16 Misha BrukmanAdd separator between different types of readers.
2003-10-16 Misha BrukmanJIT.cpp:
2003-10-16 Misha Brukman* Reorder includes as per the style guide
2003-10-16 Chris LattnerMinor cleanups
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-16 Chris LattnerCompletely rewrite support for the Value::use_* list...
2003-10-16 Chris LattnerThis code does not require random access use_lists
2003-10-16 Chris LattnerEliminate using declaration
2003-10-15 Chris Lattner#include vector which we will need here soon
2003-10-15 Brian GaekeFix up error message.
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-15 Chris LattnerCleanup
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Misha BrukmanOrder #includes as per the style guide.
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-14 Chris LattnerActually return an error if something bad happens,...
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-14 Chris LattnerDo not move variable sized allocations to the top of...
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 LattnerLLI no longer has -abort-on-exception
2003-10-13 Chris LattnerUse the autoconf macro John wrote
2003-10-13 Chris LattnerWhoops, we inserted into the wrong set. What's up...
2003-10-13 Chris LattnerUse external df iterators to avoid revisiting blocks...
2003-10-13 Chris LattnerMake use of "external" depth-first iterators to avoid...
2003-10-13 Chris LattnerStop using "reverse depth first" order
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerSpeed up TypesEqual by specializing it for all of the...
2003-10-13 Chris LattnerAvoid calling getTypeSlot more
2003-10-13 Chris LattnerAvoid creating lots of pointless opaque types, with...
2003-10-13 Chris LattnerThis is a header file, hear me roar
2003-10-13 Chris Lattner* Remove extraneous #includes
2003-10-13 Chris LattnerWrap code at 80 columns
2003-10-13 Chris LattnerThis is a header file, thus it needs a -*-C++-*-
2003-10-13 Chris LattnerRegularize header file comments
2003-10-13 Chris LattnerRegularize header file comment, eliminate using's
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerCheckin an improvement contributed by Bill:
2003-10-13 Chris LattnerAdd support to the loop canonicalization pass to make...
2003-10-12 Chris LattnerMake getNumBackEdges more efficient
2003-10-12 Chris LattnerRename loop preheaders pass to loop simplify
2003-10-12 Chris LattnerFile is renamed to LoopSimplify.cpp
2003-10-12 Chris LattnerFirst step in renaming the preheaders pass to loopsimplify
2003-10-12 Chris LattnerThe preheader insertion pass only depends on the CFG...
2003-10-12 Chris LattnerRename method
next