Some of this gets hoisted up to Makefile.common
[oota-llvm.git] / lib /
2003-08-15 Misha Brukman* Must save FP registers when calling CompilationCallba...
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
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 LattnerImplement a _REAL_ memory manager for the code generate...
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 Chris LattnerFix FIXME by removing FIXME
2003-08-13 Chris LattnerThis file uses stable_sort
2003-08-13 Chris LattnerImplement instcombine optimizations:
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 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 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. 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 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 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 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 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-11 Chris LattnerAdd basic support for 16 and 32 bit function arguments!
2003-08-11 Chris Lattneradd frameidx support
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 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 Brian GaekePrint % signs before register names; turn off "noprefix...
2003-08-11 Vikram S. AdveRegister argument to va_start must be marked as defined!
2003-08-11 Chris LattnerAdd (ret int) expander so that we can at least write...
2003-08-11 Misha BrukmanConverted tabs to spaces.
2003-08-11 Misha BrukmanRemoved `-debug' so that spurious printouts of patterns...
2003-08-11 Chris LattnerRemove dead code
2003-08-11 Chris LattnerAdd patterns for multiply, and, or, and xor
2003-08-11 Chris Lattneradd support for more nodes
2003-08-11 Chris LattnerUntil the pattern matching instruction selector is...
2003-08-11 Chris LattnerFix handling of 'free' if it has absolutely no prototype
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-08-11 Chris LattnerAdd support for a pattern matching instruction selector...
2003-08-11 Chris LattnerBuild the SelectionDAG library
2003-08-11 Chris LattnerInitial checkin of SelectionDAG implementation. This...
2003-08-10 Chris LattnerMake imm be a leaf instead of a nonterminal
2003-08-07 Misha Brukmanclose() requires "unistd.h" .
2003-08-07 Misha BrukmanDoxygen-ify the comments by using '///' instead of...
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-07 Misha BrukmanImplement LLVM intrinsics `llvm.setjmp' and `llvm.longj...
2003-08-07 Vikram S. AdveFix assertion in MachineInstr::substituteValue().
2003-08-07 Vikram S. AdveFix sanity-checking in 'maskUnsigned' code to be more...
2003-08-07 John CriswellFixed a segfault in gccld.
2003-08-07 Chris LattnerUpdate tablegen interfaces
2003-08-07 Sumant KowshikAdded code for pool allocating only the pool-allocatabl...
2003-08-07 Chris LattnerThis register is never used, disable it.
2003-08-06 Misha BrukmanChanging command-line option formats to be more consist...
2003-08-06 Misha Brukman* Renamed option from `nopreselect' to `nopreopt' since...
2003-08-06 Misha BrukmanUse the registers g1 and g5 as temporaries for making...
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-08-06 Vikram S. Adve1. Bug fix: was using SLL instead of SLLX for ULongTy...
2003-08-06 Vikram S. AdveRemove conversion of fp-to-uint cast into a multi-step...
2003-08-06 Chris LattnerThe HAVE_JUMP code is dead, these intrinsics should...
2003-08-06 Chris LattnerRemove unnecessary use of NonCopyable
2003-08-06 Misha BrukmanSparcV9CodeEmitter.cpp:
2003-08-06 Chris LattnerCompletely eliminate the isVoid TSFlag, shifting over...
2003-08-06 Chris Lattneradd a pattern for RET, immediates no longer need to...
2003-08-06 Chris LattnerStart adding usefulness to the DAG node definitions...
2003-08-05 Chris LattnerUse a new local data structure instead of the MachineIn...
2003-08-05 Chris LattnerAdd a map
next