oota-llvm.git
2005-02-13 Chris LattnerPrint something useful for gccld -v with an archive.
2005-02-13 Reid SpencerFix PR506:
2005-02-13 Chris LattnerCorrect the recursive PHI node handling routines in...
2005-02-13 Chris LattnerAdd a new replaceSymbolicValuesWithConcrete method...
2005-02-13 Andrew Lenharthnon-ieee arith crashes passes on alpha
2005-02-12 Andrew Lenharthtry to do better match for i32 adds
2005-02-12 Andrew Lenharthmake FP conversion more conservative (matches gcc)
2005-02-12 Andrew Lenharthoops, I was sure this had already gond though the night...
2005-02-12 Chris LattnerAdd note about broken GCC
2005-02-12 Andrew Lenharthadded sign extend for boolean
2005-02-12 Chris LattnerDocument the newly generalized model for constant globals.
2005-02-12 Chris LattnerAllow globals to be of different const'nesses when...
2005-02-12 Chris LattnerNew test, adjust other test.
2005-02-12 Chris LattnerReinstate this test, it is correct after all.
2005-02-12 Chris LattnerThis test is invalid
2005-02-12 Chris LattnerFix for testcase Transforms/IndVarsSimplify/2005-02...
2005-02-12 Chris Lattnernew testcase for PR504
2005-02-11 Chris LattnerActually, this testcase is invalid, the bug is in the...
2005-02-11 Chris LattnerNew testcase that manyoso found compiling QT 4.0.
2005-02-11 Chris LattnerSlightly expand on the instructions.
2005-02-11 Chris LattnerBug fixed
2005-02-11 Chris LattnerNew testcase for PR501
2005-02-11 Chris LattnerThe pool allocator is now the llvm-poolalloc module...
2005-02-10 Andrew Lenharthfix a bunch of regressions due to call behavior
2005-02-10 Alkis EvlogimenosLocalize globals if they are only used in main(). This...
2005-02-10 Tanya LattnerAdded new circuit finding alogrithm.
2005-02-10 Tanya LattnerAllow modsched and local scheduling to both be run.
2005-02-10 Andrew Lenharthso, if you beat on it, you too can talk emacs into...
2005-02-10 Andrew Lenharthfix fp branch
2005-02-10 Misha BrukmanGive props to Brian for V8 backend
2005-02-10 Misha Brukman* Fix spelling of `volatile'
2005-02-09 Chris LattnerThis will be moved elsewhere.
2005-02-09 Misha Brukman* Use doc_code style for blocks of code
2005-02-09 Misha BrukmanDo not mention colors in style names, we might want...
2005-02-09 Misha Brukman* Use an HTML list <ol> instead of custom superscripts...
2005-02-09 Misha BrukmanAdd style to display notes on a different background...
2005-02-09 Chris LattnerTurn footnotes into links, make the page validate.
2005-02-09 Chris LattnerIf needed, this should be in the 'how to compile the...
2005-02-09 Chris Lattnerthis should be incorporated into the build
2005-02-09 Misha Brukman* Separate superscript footnotes with a comma, otherwis...
2005-02-09 Chris LattnerAdd instructions for MINGW, contributed by Henrik Bach
2005-02-09 Chris LattnerDon't print a 'Total Execution Time' line for the ...
2005-02-09 Chris LattnerFix test/Regression/Assembler/2005-02-09-AsmWriterStore...
2005-02-09 Chris LattnerNew testcase that the asmwriter botches.
2005-02-09 Chris LattnerUse new edge iterators to simplify some code.
2005-02-09 Chris LattnerAdd some iterators that should have come in long ago
2005-02-09 Chris LattnerFix installation of configured headers when objdir...
2005-02-08 Andrew LenharthBranchCC, nifty
2005-02-07 Andrew Lenharthfix store issue and an FP conversion (segfault) issue
2005-02-07 Chris LattnerIndCallGraphMap is now a pointer to a new'd map.
2005-02-07 Chris LattnerHopefully fix the build on Darwin with GCC 3.3
2005-02-07 Andrew Lenharthcopytoreg fix
2005-02-07 Andrew Lenharthcopyfromreg fix
2005-02-07 Andrew Lenharthfix load bug
2005-02-07 Andrew Lenharthmore FP load store fixes and Load store simplifications
2005-02-07 Andrew Lenharthclean up load and stores alot
2005-02-07 Andrew Lenharthteach all loads and stores about the stack
2005-02-06 Andrew Lenharthprefer FP scratch registers and more check in LowerArgu...
2005-02-06 Andrew Lenharthfix oopso
2005-02-06 Andrew Lenharthsmarter loads and stores. can now handle base+offset.
2005-02-05 Andrew Lenharthfix build
2005-02-05 Andrew Lenharthclean up
2005-02-05 Andrew Lenharthfix f32 setcc, and fp select
2005-02-05 Andrew Lenharthadded ugly support for fp compares
2005-02-05 Misha BrukmanMake the rest of file header comments consistent in...
2005-02-05 Chris LattnerEliminate the explicit opcode field in ConstantExpr...
2005-02-05 Chris LattnerEliminate the explicit volatile fields in LoadInst...
2005-02-05 Chris LattnerInstead of initializing the volatile field, use accesso...
2005-02-05 Chris LattnerInitialize new field.
2005-02-05 Chris LattnerSubclassID is really a small field. Split it into...
2005-02-04 Chris LattnerAdd support for .cc and .hpp files. Patch contributed...
2005-02-04 Misha BrukmanMake file header comment consistent: extend the whole...
2005-02-04 Chris LattnerIf we have an indirect call site that calls N functions...
2005-02-04 Chris LattnerSplit mergeInGraph into two methods.
2005-02-04 Chris LattnerAdd some new members
2005-02-04 Chris Lattneradd new member
2005-02-04 Chris LattnerFix the Regression/Transforms/DSAnalysis/recursion...
2005-02-04 Chris LattnerFix a case where were incorrectly compiled cast from...
2005-02-04 Andrew Lenharthalignment
2005-02-04 Andrew Lenharthget alignment printing correctly and get rid of __main...
2005-02-04 Andrew Lenharthfix constant pointer outputing on 64 bit machines
2005-02-03 Misha Brukman* Fix broken link to directions to get llvm, llvm-gcc...
2005-02-03 Andrew LenharthFP fixes
2005-02-03 Chris LattnerRefactor getFunctionArgumentsForCall out of mergeInGraph.
2005-02-03 Chris LattnerAdd a new method.
2005-02-03 Misha Brukman* Clearly mark LLVM_LIB_SEARCH_PATH as being optional
2005-02-02 Chris LattnerThis is no longer needed. Global variables with undef...
2005-02-02 Misha Brukman* Instead of fixing the version numbers before every...
2005-02-02 Andrew LenharthStore fix
2005-02-02 Andrew Lenharthoops
2005-02-02 Andrew Lenharthprevent register allocator from using the stack pointer :)
2005-02-02 Andrew Lenharthfix loading of floats
2005-02-02 Jeff CohenPut libraries in a common directory
2005-02-02 Andrew Lenharthmarked mem* as not supported
2005-02-02 Jeff CohenAdd additional source of Win32 GNU utilities.
2005-02-02 Alkis EvlogimenosFix crash on MallocInsts of unsized types.
2005-02-02 Andrew Lenharthfix Load bug
2005-02-02 Chris LattnerFix yet another memset issue.
2005-02-02 Andrew Lenharthtry to make a bug bugpointable, add yet more constant...
2005-02-02 Andrew Lenharthbetter constant handling, should fix many remaining...
next