oota-llvm.git
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Nick LewyckyTypo.
2006-12-30 Reid SpencerWhen compiling a C or C++ file to assembly, make the...
2006-12-29 Reid SpencerRegenerate.
2006-12-29 Reid SpencerFor PR950:
2006-12-29 Reid SpencerFor PR950:
2006-12-29 Reid SpencerRun llvm-upgrade on test to prepare for new assembly...
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-29 Rafael Espindolafix comment
2006-12-29 Reid SpencerMake a variable private now that the conditions requiri...
2006-12-29 Reid SpencerDoxygenify a comment.
2006-12-28 Reid SpencerPreview of new calling conventions: cextcc and csretext...
2006-12-28 Lauro Ramos... Define StaticCtorsSection and StaticDtorsSection for...
2006-12-28 Lauro Ramos... Implement SELECT_CC (f32/f64) for ARM.
2006-12-28 Rafael Espindolaremove duplicated line
2006-12-26 Lauro Ramos... This patch defines extloadi1 and fixes an internal...
2006-12-24 Reid SpencerCleanup ConstantFoldCompareInstruction:
2006-12-24 Reid SpencerFix some comments.
2006-12-24 Reid SpencerFor PR1066:
2006-12-23 Reid SpencerShut up some compilers that can't accurately analyze...
2006-12-23 Reid SpencerTest case for PR1065.
2006-12-23 Reid SpencerAdd some documentation to make Nick happy.
2006-12-23 Reid SpencerFor PR1065:
2006-12-23 Reid SpencerDon't overload var names.
2006-12-23 Reid SpencerFor PR950:
2006-12-22 Chris Lattneradd a simple fast-path for dead allocas
2006-12-22 Devang PatelEnable new pass manager. 2nd attempt.
2006-12-22 Devang PatelModulePass and ImmutablePass. Force out of line virtual...
2006-12-22 Chris Lattneradd a generic component to this test
2006-12-22 Chris Lattnerlet this pass for ppc/linux
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-22 Jim LaskeyNeed to walk the derived chain of typedefs to get actua...
2006-12-22 Evan ChengDebug dump error.
2006-12-22 Reid SpencerIgnore the LibDeps.txt.tmp file.
2006-12-22 Chris Lattneradd a note
2006-12-21 Chris LattnerFix for ARM weak symbols, patch by Lauro Ramos Venancio!
2006-12-21 Reid SpencerAdd a new variable, LLVMGCCLIBEXEC to get the libexec...
2006-12-21 Jim LaskeyGrandchildren are covered by protect.
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-21 Reid SpencerInteger constants now print out as signed values in...
2006-12-21 Reid SpencerJust print integer constants as signed values. The...
2006-12-21 Reid SpencerAdd a FIXME about signedness.
2006-12-21 Reid SpencerSimplify all the casting business and get rid of isSign...
2006-12-21 Reid SpencerRemove isSigned calls via foreknowledge of main's argum...
2006-12-21 Reid SpencerGet rid of a useless if statement whose then and else...
2006-12-21 Reid SpencerAdd some comments about things that can go away once...
2006-12-21 Devang PatelAt the beginning of run, initialize analyis info availa...
2006-12-21 Jim LaskeyThese tests all rely on using register mnemonics and...
2006-12-20 Jim LaskeyOops.
2006-12-20 Jim LaskeyOriginal patch was overly complicated.
2006-12-20 Chris LattnerFix Regression/Verifier/invoke-1.ll
2006-12-20 Jim LaskeyChanges to target powerpc for non-Darwin assemblers.
2006-12-20 Anton KorobeynikovFixed 80 cols & style violation
2006-12-20 Devang PatelEnable old pass manager. New pass manager causes CBE...
2006-12-20 Chris LattnerRevert the previous patch which was incorrect. This...
2006-12-20 Reid SpencerAdd some tests for negative constants to unsigned and...
2006-12-20 Reid SpencerAllow negative constants for unsigned integers and...
2006-12-20 Chris Lattnerhandle undef values much more carefully: generalize...
2006-12-20 Chris Lattnernew testcase
2006-12-20 Chris Lattnerfix a typo
2006-12-20 Evan ChenggetLoad() and getStore() calls missed SVOffset operand...
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 Chris Lattnerswitch statistics over to not use static ctors.
2006-12-19 Reid SpencerRemove documentation for isSigned and isUnsigned method...
2006-12-19 Chris Lattnerswitch statistic over, remove misspelt comment.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-19 Chris Lattnerelimiante Statistic static ctors
2006-12-19 John CriswellAdded operator methods to the Statistic class; some...
2006-12-19 Chris Lattnerremove static ctors from Statistic objects
2006-12-19 Reid SpencerUpdate this test because constant integers are always...
2006-12-19 Chris LattnerEliminate static ctors from Statistics
2006-12-19 Chris Lattnereliminate static ctors from Statistics
2006-12-19 Chris Lattnereliminate static ctor from example.
2006-12-19 Chris Lattnerremove dead statistic
2006-12-19 Chris Lattnerswitch more statistics over to STATISTIC, eliminating...
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
2006-12-19 Chris LattnerConvert more Statistic's over to STATISTIC
2006-12-19 Chris Lattnerupdate to reflect changes in statistic class.
2006-12-19 Chris LattnerSwitch over Transforms/Scalar to use the STATISTIC...
2006-12-19 Devang PatelEnable new pass manager.
2006-12-19 Evan ChengFix for PR1062 by Dan Gohman.
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-19 Reid SpencerNow that ConstantInt::isValueValidForType can handle...
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-19 Devang PatelNow, there is additional layer, referred in the comment,
2006-12-19 Reid SpencerFor PR950:
2006-12-19 Reid SpencerThis test needs to be upgraded for the forthcoming...
2006-12-19 Reid SpencerFix an example that used the old SetCondInst instruction.
next