oota-llvm.git
2003-08-15 Chris LattnerAdjust level, build things in parallel
2003-08-15 Chris Lattnerinitial checkin, adjust LEVEL
2003-08-15 Chris LattnerInitial checkin of README
2003-08-15 Chris LattnerInitial checkin of runtime/GCCLibraries makefile
2003-08-15 Chris LattnerUpdate readme
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-08-15 Chris LattnerDisable this library for now
2003-08-15 Chris LattnerSome of this gets hoisted up to Makefile.common
2003-08-15 Chris LattnerImplement BYTECODE_LIBRARY support
2003-08-15 Misha Brukman* Must save FP registers when calling CompilationCallba...
2003-08-14 Chris LattnerRemove extraneous cl:: namespace qualifiers
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-14 Chris LattnerSimplifications to Makefile.common, remove support...
2003-08-14 Chris LattnerDisable this support stuff, it doesn't work under linux...
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 Chris LattnerI just moved papi to a new directory
2003-08-14 Chris LattnerImplement a _REAL_ memory manager for the code generate...
2003-08-14 Misha BrukmanUsing `std::remove' requires `cstdio.h'.
2003-08-14 Misha Brukman* Enable SPEC testing in the `configure' script command...
2003-08-14 Misha BrukmanSince we now have TableGen editing modes for VIM and...
2003-08-14 Chris LattnerRestore 'nice name' to pass
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeAdd new method to FunctionPassManager to add ImmutableP...
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-14 Chris LattnerDramatically simplify how -time-passes works.
2003-08-13 Misha BrukmanUsing std::string requires `#include <string>', says...
2003-08-13 Chris LattnerFix FIXME by removing FIXME
2003-08-13 Chris LattnerThis file uses stable_sort
2003-08-13 Chris LattnerI must have missed these when eliminating the cast...
2003-08-13 Chris LattnerImplement instcombine optimizations:
2003-08-13 Chris LattnerAdd some more tests for: (A <setcc1> B) logicalop ...
2003-08-13 Brian GaekeX86 static backend: smacked
2003-08-13 Chris LattnerGeneralize some of the add tests to allow for reassocia...
2003-08-13 Chris LattnerAdd some tests for difficult reassociation cases
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-08-13 Brian GaekeaddPassesToJITCompile and addPassesToEmitMachineCode...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-08-13 Brian GaekeIn ExecutionEngine::getPointerToGlobal(), throw away...
2003-08-13 Brian GaekeaddPassesToJITCompile now takes a FunctionPassManager...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Chris LattnerAssign arguments different ranks so they get grouped...
2003-08-13 Chris LattnerImplement constant folding of casts from boolean consta...
2003-08-13 John CriswellRemoving the pool allocator from the main CVS tree.
2003-08-13 Chris LattnerImplement InstCombine/2003-08-12-AllocaNonNull.ll
2003-08-13 Chris LattnerDo not cannonicalize (X != 0) into (cast X to bool)
2003-08-13 Chris LattnerReorganize tests because we no longer cannonicalize...
2003-08-13 Chris LattnerUpdate test to represent new cannonicalization rules...
2003-08-13 Chris LattnerChange cannonicalization rules: add X,X is represented...
2003-08-13 Chris LattnerAdjust files for move of mapping info stuff into the...
2003-08-13 Chris LattnerMapping directory no longer exists
2003-08-13 Chris LattnerIncorporate mapping library into the sparc library
2003-08-13 Chris LattnerObsolete file
2003-08-13 Brian GaekeJust incorporating some notes I wrote for myself into...
2003-08-12 Vikram S. AdveMake MInst2LVSetBI and MInst2LVSetAI be hash_maps inste...
2003-08-12 Vikram S. AdveFor instructions in a delay slot of another instruction,
2003-08-12 Vikram S. AdveFor an instruction with delay slots, mark all live...
2003-08-12 Brian GaekeGive std::map<BasicBlock *, BasicBlock *> the short...
2003-08-12 Chris LattnerAllow pulling logical operations through shifts.
2003-08-12 Chris LattnerFix bug: Reassociate/2003-08-12-InfiniteLoop.ll
2003-08-12 Chris Lattnernew testcase
2003-08-12 Chris LattnerRight, instcombine cannot remove ((X >> C) << C) if...
2003-08-12 Chris LattnerNew testcases
2003-08-12 Chris LattnerReenable optimized build
2003-08-12 Chris LattnerAssign finer grained ranks, make sure to reassociate...
2003-08-12 Chris LattnerSimplify code
2003-08-12 Chris LattnerImplement testcases InstCombine/or.ll:test16/test17
2003-08-12 Chris LattnerNew testcases
2003-08-12 John CriswellMerged in changes between PRE11_ROOT and LLVM_PRE111...
2003-08-12 Brian GaekeAdd FunctionPassManager - it's like a PassManager,...
2003-08-12 Vikram S. AdveDisable emitting LLVM-to-MI maps, by default.
2003-08-12 Chris LattnerTestcase for feature we should support eventually
2003-08-12 Chris LattnerFix emission of instructions that directly reference...
2003-08-12 Chris LattnerMake LOC count more accurate by not including the table...
2003-08-12 Chris LattnerAdd support for the Any type. Minor fixes and enhancem...
2003-08-12 Chris LattnerRename DNVT_bool to DNVT_i1 to be consistent with type...
2003-08-12 Chris LattnerAdd support for basicblocks, setCC instructions, and...
2003-08-12 Chris LattnerAdd support for a bool argty
2003-08-12 Vikram S. AdveFix va_arg to generate LDDFi for floating point values...
2003-08-12 Sumant KowshikBug fix: Some nodes pointed to by globals may not be...
2003-08-12 Sumant KowshikMinor fix so that the program exits upon a poolfree...
2003-08-11 Chris LattnerIt is not an error if a rule does not match, it's just...
2003-08-11 Misha BrukmanInitial checkin of the LLEE, the (LL)VM (E)xecution...
2003-08-11 Chris LattnerAdd basic support for 16 and 32 bit function arguments!
2003-08-11 Chris Lattneradd frameidx support
2003-08-11 Chris LattnerAdd support for frameidx and literal immediates for...
2003-08-11 Chris LattnerAdd support for naming the destination of a "set" in...
2003-08-11 Chris LattnerAdd support for the Arg1 argument type
2003-08-11 Chris LattnerSort #includes, eliminate #include of "llvm/Type.h...
2003-08-11 Chris LattnerCygwin apparently works with %'s on registers!
2003-08-11 Brian GaekeIf we can't find INT64_MAX, set it to a reasonable...
2003-08-11 Chris LattnerWhoops, accidental checkin. :(
2003-08-11 Chris LattnerAdd a new -enable-cygwin-compatible-output argument...
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-08-11 Misha BrukmanAdded keyword `include', and a FIXME for hex and binary...
next