Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.
[oota-llvm.git] / lib /
2005-02-13 Chris LattnerMake sure to clear the LazyFunctionLoadMap after we...
2005-02-13 Chris LattnerDo not put internal symbols into the symbol table....
2005-02-13 Chris LattnerPrint something useful for gccld -v with an archive.
2005-02-13 Chris LattnerCorrect the recursive PHI node handling routines in...
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 Andrew Lenharthadded sign extend for boolean
2005-02-12 Chris LattnerAllow globals to be of different const'nesses when...
2005-02-12 Chris LattnerFix for testcase Transforms/IndVarsSimplify/2005-02...
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 Brukman* Fix spelling of `volatile'
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 LattnerUse new edge iterators to simplify some code.
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 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 LattnerInstead of initializing the volatile field, use accesso...
2005-02-05 Chris LattnerInitialize new field.
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 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 Andrew LenharthFP fixes
2005-02-03 Chris LattnerRefactor getFunctionArgumentsForCall out of mergeInGraph.
2005-02-02 Chris LattnerThis is no longer needed. Global variables with undef...
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 Andrew Lenharthmarked mem* as not supported
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-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 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 Chris LattnerFix test/Regression/Assembler/2005-01-31-CallingAggrega...
2005-02-01 Chris LattnerApparently := confuses makellvm
2005-02-01 Andrew Lenharthpecimise loads, put indirect call addr in right registe...
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 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 LattnerImplement the trivial cases in InstCombine/store.ll
2005-01-31 Chris LattnerImplement Transforms/InstCombine/cast-load-gep.ll,...
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 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 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 :(
next