oota-llvm.git
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-22 Reid SpencerShorten the rules, speed it up, correct library contruc...
2004-10-22 Reid SpencerRemove the unused SourceDir variable (use BUILD_SRC_DIR)
2004-10-22 Reid SpencerOne more file to remove now that we're not doing automake.
2004-10-22 Reid SpencerEliminate compilation warning on uninitialized variable.
2004-10-22 Chris Lattner*** empty log message ***
2004-10-22 Chris LattnerNew testcase. Check for the ability to promote a mallo...
2004-10-22 Chris LattnerFix a bug Nate noticed, where we miscompiled a simple...
2004-10-22 Reid SpencerRemove automake support.
2004-10-22 Reid SpencerWe won't use automake
2004-10-21 Misha BrukmanRemove debug code emitter from the JIT
2004-10-21 Alkis EvlogimenosMake this compile.
2004-10-21 Misha Brukman* Added basic support for JITing functions, basic block...
2004-10-20 Nate BegemanDon't clear or sign extend bool->int. This fires a...
2004-10-20 Brian GaekeExplain what this pass does.
2004-10-20 John CriswellSmall performance improvement in generated C code:
2004-10-19 Misha Brukman* Add baseline structural JIT code, but disable the...
2004-10-19 Chris LattnerHrm, some people complain when the compiler cheerfully...
2004-10-19 Misha BrukmanFix some grammar
2004-10-19 Misha BrukmanIf we're going to make the braces of functions line...
2004-10-19 Misha BrukmanRemove unnecessary spaces in function signature
2004-10-19 Brian GaekeSimplify mapping info generation. In particular, the...
2004-10-19 Misha Brukman* Fit constructor initializer on a single line
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Misha BrukmanMove code to redefine INT64_{MIN,MAX} on AIX/PowerPC...
2004-10-18 Nate BegemanInitial implementation of the strength reduction for...
2004-10-18 Misha Brukman* AIX on Power defines INT64_MIN and INT64_MAX in ways...
2004-10-18 Misha BrukmanAIX does not have mkdtemp() so emulate its behavior...
2004-10-18 Chris LattnerFix miscompilations in the SparcV9 backend that were...
2004-10-18 Chris LattnerImprove compatibility with VC++, patch contributed...
2004-10-18 Chris LattnerGet this file compiling with VC++, patch contributed...
2004-10-18 Reid SpencerDeclare a function in the correct namespace.
2004-10-18 Reid SpencerCorrection to allow compilation with Visual C++.
2004-10-18 Chris LattnerSimplify code by deleting instructions that preceed...
2004-10-18 Chris LattnerNew testcase
2004-10-18 Reid SpencerActually link all the analysis passes and their depende...
2004-10-18 Reid SpencerRemove extra comma.
2004-10-18 Reid SpencerActually link in all the analysis passes.
2004-10-18 Chris LattnerTurn store -> null/undef into the LLVM unreachable...
2004-10-18 Chris LattnerTurn things with obviously undefined semantics into...
2004-10-18 Chris LattnerMy friend the invoke instruction does not dominate...
2004-10-18 Chris LattnerFix a bug that occurs when the constant value is the...
2004-10-17 Chris LattnerPrint a semicolon for the unreacahble instruction....
2004-10-17 Chris LattnerGetting ADCE to interact well with unreachable instruct...
2004-10-17 Chris LattnerNew testcase that ADCE shouldn't crash on
2004-10-17 Chris LattnerFix Regression/Transforms/Inline/2004-10-17-InlineFunct...
2004-10-17 Chris LattnerNew testcase that crashes the inliner
2004-10-17 Nate BegemanPass -single_module option to gcc when linking dynamic...
2004-10-17 Nate BegemanGenerate correct stubs for weak-linked symbols
2004-10-17 Chris Lattnerfold gep undef, ... -> undef
2004-10-17 Chris LattnerRemove printout, realize that instructions in the entry...
2004-10-17 Chris LattnerWhen inserting PHI nodes, don't insert any phi nodes...
2004-10-17 Chris LattnerNew testcase, no PHI should be inserted.
2004-10-17 Chris LattnerEnhance hasConstantValue to ignore undef values in...
2004-10-17 Chris LattnerhasConstantValue will soon return instructions that...
2004-10-17 Chris LattnerThe first hunk corrects a bug when printing undef null...
2004-10-17 Chris LattnerDon't print stuff out from the code generator. This...
2004-10-17 Reid SpencerAdd HAVE_BZLIB_H and HAVE_ZLIB_H tests.
2004-10-17 Reid SpencerUpdate to reflect building zlib for LLVM
2004-10-17 Reid SpencerAdd missing targets for install/clean
2004-10-17 Reid SpencerMake the library name SparcV9 specific
2004-10-17 Reid SpencerConsolidate the definitions
2004-10-17 Reid SpencerPPC32GenCodeEmitter instead of PowerPCGenCodeEmitter
2004-10-17 Reid SpencerAdd runtime directories
2004-10-17 Reid SpencerSupport bytecode generation, GenCodeEmitter, etc.
2004-10-17 Reid SpencerAdd runtime directory, include Makefile_rules
2004-10-17 Chris LattnerRewrite support for cast uint -> FP. In particular...
2004-10-17 Chris LattnerUnify handling of constant pool indexes with the other...
2004-10-17 Chris LattnerGive the asmprinter the ability to print memrefs with...
2004-10-17 Chris Lattnerfold:
2004-10-17 Chris LattnerAll of these labels are off by one now that the unreach...
2004-10-17 Nate BegemanImplement bitfield insert by recognizing the following...
2004-10-17 Chris LattnerFix constant folding relational operators with undef...
2004-10-17 Chris LattnerReid added --version to the CommandLine lib. Don't...
2004-10-17 Chris LattnerI forgot that sparc no longer uses the shared asmwriter...
2004-10-17 Chris LattnerAdd support for unreachable and undef
2004-10-17 Reid SpencerInitial Makefile.am for building with automake
2004-10-17 Reid SpencerInitial Makefile.am for building with automake.
2004-10-17 Reid SpencerMake sure that for systems where the string functions...
2004-10-16 Chris LattnerImplement constant folding of undef values.
2004-10-16 Chris LattnerFix a type violation
2004-10-16 Nate BegemanFinally fix one of the oldest FIXMEs in the PowerPC...
2004-10-16 Chris LattnerKill the bogon that slipped into my buffer before I...
2004-10-16 Chris LattnerImplement InstCombine/getelementptr.ll:test9, which...
2004-10-16 Chris LattnerNew testcase, rework testcases to fail if there are...
2004-10-16 Misha Brukman* Add a space between words
2004-10-16 Chris LattnerDo not erroneously accept revision 6 bytecode files...
2004-10-16 Chris LattnerUpdate release notes
2004-10-16 Chris LattnerNew testcase
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris Lattnertestcases for undefined and unreachable
2004-10-16 Chris LattnerFix fix fix
2004-10-16 Chris LattnerAdd support for unreachable
2004-10-16 Chris LattnerAdd support for undef
2004-10-16 Chris LattnerAdd support for undef, unreachable, and function flags
2004-10-16 Chris LattnerParse undef and unreachable
2004-10-16 Chris LattnerAdd support
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris LattnerADd support for undef and unreachable
next