oota-llvm.git
2004-02-25 Alkis EvlogimenosFix bugs found with recent addition of assertions in
2004-02-25 Chris LattnerSimplify the dead node elimination stuff
2004-02-25 Chris LattnerAdd a bunch more functions
2004-02-25 Chris LattnerTry harder to get symbol info
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2004-02-25 Brian GaekeGreat sparc renaming fallout IV: Sparc --> SparcV9.
2004-02-25 Alkis EvlogimenosDuh, forgot to close the parenthesis.
2004-02-25 Alkis EvlogimenosAdd assert to isPhysicalRegister and isVirtualRegister...
2004-02-25 Alkis EvlogimenosRemove asssert since it is breaking cases that it shoul...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-25 Chris LattnerAdd a new pass, run internalize first
2004-02-25 Chris LattnerAdd a new pass
2004-02-25 Chris LattnerAdd prototype
2004-02-25 Chris LattnerMy faith in programmers has been found to be totally...
2004-02-25 Misha BrukmanSparcV8 regs are really 32-bit, not 64! Thanks, Chris.
2004-02-25 Misha BrukmanClean up the tablegen descriptions for SparcV8.
2004-02-25 Misha BrukmanFix the SparcV8 register definitions that were imported...
2004-02-25 Misha BrukmanSparcV8 has different types of instructions, but F1...
2004-02-25 Brian GaekeNote that this test is currently expected to fail.
2004-02-25 Chris LattnerAdd an assertion
2004-02-25 Chris LattnerFix failures in 099.go due to the cfgsimplify pass...
2004-02-25 Brian GaekeSparcV8 skeleton
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2004-02-25 Chris LattnerAdd a bunch more functions used by perlbmk
2004-02-25 John CriswellUpdated to use llc to generate CBE code.
2004-02-25 Chris LattnerSubstantial improvements and cleanups for the release...
2004-02-25 Chris LattnerFix incorrect debug code
2004-02-25 Chris LattnerTeach the instruction selector how to transform 'array...
2004-02-25 Chris Lattner* Make the previous patch more efficient by not allocat...
2004-02-25 Chris LattnerAdd a helper to create an addressing mode given all...
2004-02-25 Chris Lattneradd an inefficient way of folding structure and constan...
2004-02-25 Chris LattnerImplement special case for storing an immediate into...
2004-02-25 Brian GaekeCygwin defines log2 as a macro. Undef it here IFF it...
2004-02-24 Brian Gaekesmall portability fix.
2004-02-24 Chris LattnerAdd support for 'rename'
2004-02-24 Chris LattnerMake the verifier a little more explicit about this...
2004-02-24 Chris LattnerAdd support for remove, fwrite, and fread
2004-02-24 John CriswellAdded the VTune tests.
2004-02-24 Brian GaekeFunctionLiveVarInfo.h moved: include/llvm/CodeGen ...
2004-02-24 Chris LattnerFix some unexpected fallout from the config.h changes...
2004-02-24 Chris LattnerFix a faulty optimization on FP values
2004-02-24 John CriswellFixed minor typos.
2004-02-24 Chris LattnerIf a block is made dead, make sure to promptly remove it.
2004-02-24 Alkis EvlogimenosMove machine code rewriter and spiller outside the...
2004-02-24 Chris LattnerImplement SimplifyCFG/switch_switch_fold.ll
2004-02-24 Chris LattnerNew testcase. Switch instructions that go to switch...
2004-02-24 Alkis EvlogimenosAdd predicates for checking if a virtual register has...
2004-02-24 Chris LattnerAdd some helpful methods for dealing with switch instru...
2004-02-24 Chris LattnerRearrange code a bit
2004-02-24 Chris LattnerImplement: test/Regression/Transforms/SimplifyCFG/switc...
2004-02-24 Chris LattnerThe simplifycfg pass should be able to turn stuff like:
2004-02-24 Chris LattnerWow, the description of the 'switch' instruction was...
2004-02-24 Chris Lattnerwe no longer include boost
2004-02-24 Chris LattnerHrm, my find must have been faulty. It didn't remove...
2004-02-24 Chris LattnerBoost is now unneeded, thanks to the fix for PR253...
2004-02-24 Chris LattnerNow that's a new feature!
2004-02-24 Chris LattnerUse the new LLVM is_class template instead of the boost...
2004-02-24 Chris LattnerCheck in a new type_traits header which provides the...
2004-02-24 Chris LattnerNoone cares about similarity to boost
2004-02-23 Alkis EvlogimenosMake enum private as it is an implementation detail.
2004-02-23 Alkis EvlogimenosRemove '4Virt' from member function names as it is...
2004-02-23 Alkis EvlogimenosRefactor VirtRegMap out of RegAllocLinearScan as the...
2004-02-23 Alkis EvlogimenosInclude Config/config.h for SHLIBEXT.
2004-02-23 Brian GaekeDataTypes.h is now output from configure, and shortened
2004-02-23 Brian GaekeAdd SUBSTing checks for sys/types.h and inttypes.h...
2004-02-23 Brian GaekeRegenerated with autoconf-2.57.
2004-02-23 Chris LattnerGenerate much more efficient code in programs like...
2004-02-23 Chris LattnerFix a small typeo in my checkin last night that broke...
2004-02-23 Brian GaekeRegenerated with autoheader-2.57.
2004-02-23 Brian GaekeRegenerated with autoconf-2.57.
2004-02-23 Brian GaekeChange test for pthreads to use AC_SUBST; add ThreadSup...
2004-02-23 Brian GaekeThreadSupport.h is now output from configure.
2004-02-23 Brian GaekeRemove check for slist
2004-02-23 Chris LattnerFix InstCombine/2004-02-23-ShiftShiftOverflow.ll
2004-02-23 Chris LattnerTest for the other way also
2004-02-23 Chris LattnerNew testcase
2004-02-23 Brian GaekeRenamed to hash_set.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed to hash_map.in; move to using autoconf substitu...
2004-02-23 Brian GaekeAdd include/Support/hash_map and include/Support/hash_s...
2004-02-23 Brian GaekeRegenerated using autoheader-2.57.
2004-02-23 Brian GaekeMove HASH_* checks to using AC_SUBST instead of AC_DEFI...
2004-02-23 Brian GaekeRegenerated using autoconf-2.57.
2004-02-23 Alkis EvlogimenosAdd number of spilled registers statistic.
2004-02-23 Chris LattnerFix bugs in finegrainification
2004-02-23 Chris LattnerFinegrainify namespacification
2004-02-23 Alkis EvlogimenosUse MachineBasicBlock::getParent().
2004-02-23 Alkis EvlogimenosRemove implementation of default constructor as it...
2004-02-23 Brian GaekeRenamed from include/Support/iterator. Doxygenify comme...
2004-02-23 Brian GaekeReplaced by include/Support/iterator.in.
2004-02-23 Brian GaekeRegenerated with autoheader-2.57.
2004-02-23 Brian GaekeAdd include/Support/iterator as an AC_OUTPUT file.
2004-02-23 Brian GaekeMake all iterator checks use AC_SUBST instead of AC_DEFINE.
2004-02-23 Brian GaekeRegenerated with autoconf-2.57.
2004-02-23 Alkis EvlogimenosRefactor rewinding code for finding the first terminato...
2004-02-23 Chris LattnerSimplify code a bit, don't go off the end of the block...
2004-02-23 Chris LattnerWe were forgetting to add FP_REG_KILL instructions...
2004-02-23 Chris LattnerImplement cast.ll::test14/15
2004-02-23 Chris LattnerAdd tests for casts that should be eliminated
2004-02-23 Chris LattnerRefactor some code. In the mul - setcc folding case...
next