oota-llvm.git
2004-02-26 John CriswellRegression tests for PR258 and PR259.
2004-02-26 John CriswellFixes for PR258 and PR259.
2004-02-26 Chris LattnerBe a good little compiler and handle direct calls effic...
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
2004-02-26 John CriswellModified the default pathname for Povray.
2004-02-26 Chris LattnerSince LLVM uses structure type equivalence, it isn...
2004-02-26 Chris LattnerAnnotations are evil. This makes Value not derive...
2004-02-26 Chris Lattneradd note
2004-02-26 Chris LattnerUse a map instead of annotations
2004-02-26 Chris LattnerMake TargetData no longer use annotations!
2004-02-26 Chris LattnerEliminate copy-and-paste comments
2004-02-26 Chris Lattnerremove obsolete comment
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2004-02-26 Chris Lattnerturn things like:
2004-02-26 Chris LattnerNo need to clear the map here, it will always be empty
2004-02-26 Chris LattnerFix a bug in the densemap that was killing the local...
2004-02-26 Alkis EvlogimenosRemove .micro references as those files no longer exist...
2004-02-26 Chris LattnerFix typeo. grow() cannot shrink storage. clear()...
2004-02-26 Chris LattnerFix typo
2004-02-26 Chris LattnerThe node doesn't have to be _no_ node flags, it just...
2004-02-26 Chris LattnerAdd _more_ functions
2004-02-26 Chris LattnerWe have this snazzy link-time optimizer. How about...
2004-02-26 Chris LattnerFix some warnings, some of which were spurious, and...
2004-02-26 Misha BrukmanInstructions to call and return from functions.
2004-02-26 Brian GaekeOne B00g fixed.
2004-02-25 Alkis EvlogimenosTemporarily comment out asserts as they break things...
2004-02-25 Alkis EvlogimenosFix typo. I wonder how this actually worked.
2004-02-25 Alkis EvlogimenosComplete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT...
2004-02-25 Chris LattnerTwo changes:
2004-02-25 Chris LattnerNew testcase
2004-02-25 Chris LattnerWhen building local graphs, clone the initializer for...
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...
next