oota-llvm.git
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...
2005-02-02 Alkis EvlogimenosAdd variable for bugpoint.
2005-02-01 Chris LattnerEliminate some duplicated debug code
2005-02-01 Chris LattnerEliminate self-recursion as a special case.
2005-02-01 Chris LattnerEliminate use of DSCallSiteIterator in key loop. This...
2005-02-01 Chris Lattnerremove dead method
2005-02-01 Andrew Lenharthfix FP arg passing bug, Add unsigned to/from int, fix...
2005-02-01 Andrew LenharthPrint the Constant pool
2005-02-01 Andrew LenharthMake cmov work right and loads for fp from constant...
2005-02-01 Andrew LenharthCorrect stack stuff for FP
2005-02-01 Andrew Lenharthtry to match alpha pattern
2005-02-01 Andrew Lenharthfix register names
2005-02-01 Chris LattnerSignficantly speed up printing by not emitting the...
2005-02-01 Chris LattnerFix some bugs andrew noticed legalizing memset for...
2005-02-01 Chris LattnerDo not revisit nodes in the SCC traversal. This speeds...
2005-02-01 Jeff CohenPut finishing touches on GettingStartedVS.html and...
2005-02-01 Chris LattnerFix test/Regression/Assembler/2005-01-31-CallingAggrega...
2005-02-01 Chris LattnerApparently := confuses makellvm
2005-02-01 Chris LattnerThis bug crashes the assembler, distilled from a testca...
2005-02-01 Andrew Lenharthpecimise loads, put indirect call addr in right registe...
2005-02-01 Chris LattnerUpdate speedup and shrinkage info
2005-02-01 Chris LattnerUpdates for new use list changes.
2005-02-01 Chris LattnerUpdate for API change.
2005-02-01 Chris LattnerAPI change.
2005-02-01 Chris LattnerAdjust to changes in APIs
2005-02-01 Chris LattnerHacks to make this ugly ugly code work with the new...
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2005-02-01 Chris LattnerFix a problem where we could infinitely recurse on...
2005-01-31 Misha BrukmanFix hyphenation in output comment
2005-01-31 Chris LattnerImplement InstCombine/cast.ll:test25, a case that occur...
2005-01-31 Chris LattnerNew testcase
2005-01-31 Jeff CohenAdd LLVM with Visual Studio overview
2005-01-31 Chris LattnerImplement the trivial cases in InstCombine/store.ll
2005-01-31 Chris LattnerNew testcase
2005-01-31 Chris LattnerRename these to start with %c, as they are the only...
2005-01-31 Chris LattnerImplement Transforms/InstCombine/cast-load-gep.ll,...
2005-01-31 Chris LattnerNew testcase
2005-01-31 Andrew Lenharthindirect call fix
2005-01-31 Andrew Lenharthfp to int and back conversion sequences
2005-01-31 Chris LattnerFix the regressions my User changes introduced. Appare...
2005-01-31 Chris LattnerRename variables to work with VC++'s hokey scoping...
2005-01-31 Chris LattnerFix some scary bugs that VC++ detected.
2005-01-30 Chris LattnerMake things more const-correct, adjust to changes in...
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-30 Andrew Lenharthadded fp extend and removed a forgotten assert in more...
2005-01-30 Jeff CohenSilence VC++ warnings about using 'this' in base member...
2005-01-30 Chris LattnerThis code is really unreachable.
2005-01-30 Chris LattnerFix warnings.
2005-01-30 Andrew Lenharthsupport for larger calls
2005-01-30 Chris LattnerImprove spelling
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Tanya LattnerMake this work on systems where size_t == unsigned...
2005-01-29 Tanya LattnerMake this work on systems where size_t is not the same...
2005-01-29 Chris LattnerUnbreak the build :(
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris Lattneradjust to ilist changes.
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerAdjust to changes in ilist
2005-01-29 Chris LattnerRename createNode -> createSentinal.
2005-01-29 Chris Lattnerclean up comments
2005-01-29 Chris LattnerThis has been deprecated for long enough, nuke it.
2005-01-29 Chris LattnerThis file was schizophrenic when it came to representin...
2005-01-29 Chris LattnerThere is no reason to include ostream here, include...
2005-01-29 Chris LattnerAfter reading in a bc file, trim the resultant buffer...
2005-01-29 Chris LattnerFinegrainify namespacification
2005-01-29 Andrew Lenharthfirst step towards a correct and complete stack. also...
2005-01-29 Chris LattnerDue to previous simplifications, we can simplify the...
2005-01-29 Chris LattnerProperly handle volatile.
2005-01-29 Chris LattnerRemove some useless map operations. Loads/stores that...
2005-01-29 Chris LattnerBefore doing expensive global analysis, check to make...
2005-01-29 Chris LattnerFix quotes.
2005-01-29 Jeff CohenUnbreak VC++ build
2005-01-29 Chris LattnerMinor simplification/speedup. Replaces a set lookup...
2005-01-29 Chris LattnerEliminate generality that is not buying us anything...
2005-01-29 Chris LattnerIf we see:
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-29 Jeff CohenUnbreak VC++ build
2005-01-29 Chris LattnerMake sure that we always grow a multiple of 2 operands.
2005-01-29 Chris Lattnernoteworthy.
2005-01-29 Chris LattnerAdjust to changes in instruction interfaces.
2005-01-29 Chris LattnerSwitchinst takes a hint for the number of cases it...
2005-01-29 Chris Lattnerswitchinst ctor now takes a hint for the number of...
2005-01-29 Chris LattnerAdjust Valuehandle to hold its operand directly in it.
2005-01-29 Chris LattnerFinegrainify namespacification.
2005-01-29 Chris Lattneradd namespace qualifier
2005-01-29 Chris LattnerAdjust to changes in User class and minor changes in...
2005-01-29 Chris LattnerAdjust to slight changes in instruction interfaces.
2005-01-29 Chris LattnerAdjust to changes in User class.
2005-01-29 Chris LattnerMerge InstrTypes.cpp into this file
2005-01-29 Chris LattnerAdjust to changes in User class. Aggregate constants...
2005-01-29 Chris LattnerThis file is now merged into Instructions.cpp
2005-01-29 Chris LattnerAdjust to changes in the User class.
2005-01-29 Chris LattnerAdjust to changes in the User class. Introduce a new...
next