oota-llvm.git
2004-11-19 Chris LattnerThis is a horrible hack to work around libstdc++ bugs :(
2004-11-19 Nate BegemanEliminate another 6k register copies that the register...
2004-11-19 Chris LattnerFix a bug in the checkin where I adjusted this code...
2004-11-19 Reid SpencerUndo last change as its unnecessary.
2004-11-19 Reid SpencerTest case for xpg4 style archive files.
2004-11-19 Reid SpencerTest reading of SVR4 style archives with llvm-ar
2004-11-19 Reid SpencerTest case for reading SVR4 style archives.
2004-11-19 Reid SpencerDon't save an iterator, just use post-increment.
2004-11-19 Reid SpencerSolaris built archives in SVR4 and XPG4 styles.
2004-11-19 Reid SpencerEliminate unsightly ;;
2004-11-19 Reid SpencerA test file that goes into the test archive.
2004-11-19 Reid SpencerMake a cast explicit.
2004-11-19 Reid SpencerMake findModulesDefiningSymbols modify its symbols...
2004-11-19 Reid SpencerReduce the amount of work in LinkInArchive by not searc...
2004-11-19 Reid SpencerObligatory DejaGnu/expect file.
2004-11-19 Nate BegemanGenerate fewer reg-reg copies for the register allocato...
2004-11-19 Tanya LattnerFixed a typo.
2004-11-19 Tanya LattnerAdded link to information on Statistic which is in...
2004-11-18 Chris LattnerDelete stoppoints that occur for the same source line.
2004-11-18 Chris LattnerAdd support for llvm.dbg.stoppoint
2004-11-18 Chris LattnerLine numbers are go for 1.4! :)
2004-11-18 Chris Lattnerlibpng is not even used by povray3.1 in the current...
2004-11-18 Chris LattnerAdd MMC
2004-11-18 Reid SpencerDuh, put tools in *bin* directory, not *tools* director...
2004-11-18 Chris LattnerRemove debugging code, unneuter this functionality
2004-11-18 Chris Lattnerremove debugging code
2004-11-18 Tanya LattnerFixed to fit in 80 columns.
2004-11-18 Reid SpencerAdd notes about makefile changes and llvm-ar.
2004-11-18 Tanya LattnerAdding option to llc for ModuloScheduling. By default...
2004-11-18 Chris LattnerThese methods are inlined
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-18 Chris LattnerCheck in hook that I forgot
2004-11-18 Reid SpencerFix PR456:\
2004-11-18 Reid SpencerInclude ltdl.h if we have it.
2004-11-18 Reid SpencerAdd checks for HAVE_LTDL_H and HAVE_LT_DLOPEN
2004-11-18 Reid SpencerChanges for testing presence of ltdl.h and lt_dlopen...
2004-11-18 Brian GaekeRewrite LoadArgumentsToVirtualRegs, making it match...
2004-11-18 Brian GaekeUpdate current expected failures list - expand it to...
2004-11-18 Nate BegemanEliminate another common source of moves that the regis...
2004-11-18 Nate BegemanWhen accessing the base register for global variables...
2004-11-18 Chris Lattner* There is no reason for SpillWeights to be an instance var
2004-11-18 Chris LattnerThere is no need to check to see if j overflowed in...
2004-11-18 Chris LattnerModerate head scratching reveals that this conditional...
2004-11-18 Nate BegemanClean up and fix cast codegen by removing cases that...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
2004-11-18 Chris LattnerFix a couple of bugs where we considered physregs past...
2004-11-18 Chris LattnerFix typeo
2004-11-18 Chris LattnerStart using the iterators in the fixed_ intervals to...
2004-11-18 Chris LattnerTake another .7 seconds off of linear scan time.
2004-11-18 Chris LattnerAdd a counter for the number of times linscan has to...
2004-11-18 Chris LattnerAdd ability to give hints to the overlaps routines.
2004-11-18 Chris Lattner* Improve comments/documentation substantially
2004-11-18 Chris LattnerAdd new advanceTo method
2004-11-18 Chris LattnerFix a minor bug in expiredAt. endNumber() is the first...
2004-11-18 Chris LattnerRename some methods, use 'begin' instead of 'start...
2004-11-18 Brian GaekeAllocate fewer registers and tighten up alignment restr...
2004-11-17 Brian GaekeUpdate to-do list.
2004-11-17 Brian GaekeUpdate list of failing SingleSource Benchmarks
2004-11-17 Brian GaekeWe were (somehow) getting the wrong branch opcode for...
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-17 Reid SpencerAdd a standards section.
2004-11-17 Reid SpencerFix PR458:
2004-11-17 Reid SpencerFix some things for Mac OSX archives:
2004-11-17 Reid SpencerMake sure we parse bytecode with a module identifier...
2004-11-17 Chris LattnerMake this more accurate
2004-11-17 Chris LattnerNew prototype for lowerpacked pass.
2004-11-17 Chris LattnerGeneralize this code to turn any cast-to-first-element...
2004-11-17 Chris LattnerSimplify conditional and fix LICM/2004-11-17-UndefIndex...
2004-11-17 Chris LattnerNew testcase that crashes licm
2004-11-17 Chris Lattner-disable-opt is not -O0, it's okay for it to disable...
2004-11-17 Reid SpencerAdjust long file name writing to match BSD 4.4 and...
2004-11-17 Reid SpencerDespite documentation to the contrary, Mac OSX and...
2004-11-16 Tanya LattnerAdded my own defMap. Only saving values that are not...
2004-11-16 Chris LattnerMinor cleanup and speedup. This reduces link-time...
2004-11-16 Chris LattnerMake this function work with non-abstract types.
2004-11-16 Chris LattnerDon't increment a dead iterator
2004-11-16 Chris LattnerEven with -disable-opt we should still internalize...
2004-11-16 Chris LattnerFix a major bug in the signed shr code, which apparentl...
2004-11-16 Reid Spencer* Use low-level unix I/O interface since we're on Unix.
2004-11-16 Chris LattnerSimplify the remapper by only needing one map, since...
2004-11-16 Reid SpencerMake the comment for LinkFiles a bit more precise and...
2004-11-16 Chris LattnerNew testcase for recent patch to SCCP, thanks to Nate...
2004-11-16 Chris LattnerDo not delete dead invoke instructions!
2004-11-16 Misha BrukmanErase non-applicable Unix comment, this is Win32
2004-11-16 Brian GaekeUpdate list of failing benchmarks
2004-11-16 Brian GaekeCorrect the implicit-defs information for indirect...
2004-11-16 Chris LattnerTake advantage of the fact that we are allowed to clobb...
2004-11-16 Reid SpencerFix typeo in comment.
2004-11-16 Reid SpencerRemove useless #include.
2004-11-16 Reid SpencerSimplify code.
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-11-16 Reid SpencerRemove dupliate buid of Signals.cpp
2004-11-16 Brian GaekeGive a better message for a common assertion failure.
2004-11-16 Reid SpencerAdd a comment to some code that at first glance just...
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
next