Add a new llvm::Allocator abstraction, which will be used by a container
[oota-llvm.git] / lib / VMCore /
2006-10-27 Reid SpencerMake the Value and Type methods print a newline so...
2006-10-26 Evan ChengSpeed up isCString()
2006-10-26 Evan ChengAdd isCString() - returns true if a ConstantArray is...
2006-10-26 Chris LattnerFix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Reid SpencerMake the makefile tell us when Intrinsics.gen is being...
2006-10-22 Chris LattnerChange keyword to datalayout
2006-10-20 Reid SpencerFor PR950:
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-10-15 Chris Lattnerlabel* is not a valid type, add an assertion.
2006-10-13 Chris LattnerFix another dtor issue. The function local statics...
2006-10-05 Chris LattnerAdd insertelement/extractelement helper ctors.
2006-10-04 Chris LattnergetFilename/getDirectory shouldn't abort if the global...
2006-09-30 Chris LattnerAdd a version of the globalvariable ctor that inserts...
2006-09-28 Chris LattnerMinor cleanups
2006-09-28 Chris LattnerNow that ConstantBool::True/False are gone, we can...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris Lattnersimplify code
2006-09-28 Chris Lattnerremove reference to dead method
2006-09-28 Chris LattnerUse the new ManagedStatic class to explicitly manage...
2006-09-23 Chris Lattneradd method, correct comment
2006-09-22 Devang Patelremove extra white spaces.
2006-09-22 Devang PatelUse iterative algorith to assign DFS number. This reduces
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-18 Chris Lattneradd a helper method
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-09-17 Chris LattnerAdd new SetCondInst::isRelational/isEquality methods...
2006-09-14 Devang PatelUndo previous check-in.
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Devang PatelAvoid recursion in assignDFSNumber(). Move def from...
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-09-04 Chris LattnerAdd explicit doInitialization/doFinalization methods...
2006-09-02 Chris LattnerCount the time for a pass to ReleaseMemory against...
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris LattnerSilence -Woverloaded-virtual warnings.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris LattnerWe no longer care whether something is an opt vs analys...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-21 Chris LattnerFix PR885
2006-08-01 Chris LattnerAdd dominates/properlyDominates queries to IDom.
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Jim LaskeyNo Need to live in the past.
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-07-20 Chris LattnerFix a race condition in the makefile andrew reported
2006-07-20 Chris LattnerFix PR835 so that touching tblgen in a way that doesn...
2006-07-19 Chris LattnerMove MVT::getVectorType out of line, it is large and...
2006-07-17 Jim LaskeyReduce the size of Constants.o by 25% by generalizing...
2006-07-14 Chris LattnerAdd a new helper, simplify ConstantExpr::getWithOperand...
2006-07-14 Chris LattnerAdd a new method for bugpoint to use
2006-07-11 Chris LattnerFix PR826, testcase here: Regression/Verifier/2006...
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-28 Chris LattnerUse hidden visibility to reduce codesize
2006-06-28 Chris LattnerUse hidden visibility to reduce the sizes of some ...
2006-06-21 Chris LattnerAdd more anonymous namespaces to make it clear that...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-06-19 Jim LaskeyHandle versioning of compile unit.
2006-06-16 Jim LaskeyForgot operands were hard coded for compile unit.
2006-06-14 Owen AndersonWhen asked not to delete useless PHIs, really don't...
2006-06-10 Chris LattnerAdd a missing assertion that would have helped out...
2006-06-08 Vladimir PrusRemove dead code.
2006-06-08 Vladimir PrusNew method BasicBlock::getFirstNonPHI.
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerAdd a virtual dtor to the InlineAsm class so that the...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-31 Reid SpencerMake the getNamedFunction and getNamedGlobal methods...
2006-05-30 Reid SpencerProvide a simpler interface for getting a ConstantArray...
2006-05-30 Reid SpencerUndo a patch that breaks llvm-as because the warning...
2006-05-30 Reid SpencerWrite the WARNING message to cout instead of cerr....
2006-05-30 Reid SpencerAdjust the interface to ConstantArray::get. The previous
2006-05-29 Vladimir PrusReset DEBUG_SYMBOL_TABLE back to 0.
2006-05-29 Vladimir PrusFix compile error when DEBUG_SYMBOL_TABLE is defined.
2006-05-29 Reid SpencerFix grammar in a comment.
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-19 Chris LattnerPrint csretcc calls like this:
2006-05-19 Chris Lattnerpretty print csretcc for calls
2006-05-19 Chris LattnerAsmprint csret nicely
2006-05-19 Chris Lattnercsret functions can be varargs (as can target cc's...
2006-05-18 Owen AndersonFix some think-o's in my last commit. Thanks to Chris...
2006-05-18 Owen AndersonChange Module to use TargetData-compatible strings...
2006-05-14 Chris Lattnerinverted logic, caught by coverity
2006-05-14 Chris Lattnerremove dead var
2006-05-10 Chris LattnerAdd an assertion for a common error
2006-05-03 Chris LattnerAdd assertions that verify that the actual arguments...
2006-04-21 Chris LattnerRemove a hack required by V9.
2006-04-14 Chris LattnerMove these ctors out of line
2006-04-14 Reid SpencerDon't print out the install command for Intrinsics...
2006-04-12 Reid SpencerDon't emit useless warning messages.
2006-04-08 Chris LattnerAdd constant replacement for insertelement/vectorshuffl...
2006-04-08 Chris LattnerUse the isValidOperands helper instead of duplicating...
2006-04-08 Chris LattnerAdd methods to check insertelement/extractelement instr...
next