oota-llvm.git
2007-08-12 Reid SpencerRemove unused variables.
2007-08-12 Evan ChengNo need to remove dead range from soon-to-be-dead live...
2007-08-11 Chris Lattnerconstant fold ptrtoint(inttoptr) with target data when...
2007-08-11 Chris LattnerTransform a load from an undef/zero global into an...
2007-08-11 Chris Lattnerexpand a note
2007-08-11 Chris LattnerWith evan's explicit flag representation, hopefully...
2007-08-11 Reid SpencerNow that llvm-ld can accept - as input from stdin,...
2007-08-11 Reid SpencerFix a comment typo noticed by Sandro Magi.
2007-08-11 Bill Wendling64-bit SSSE3 ops that use MMX registers don't require...
2007-08-11 Evan ChengCode to maintain kill information during register coale...
2007-08-10 Christopher... Use subregs to improve any_extend code generation when...
2007-08-10 Christopher... Fix test so it passes.
2007-08-10 Christopher... Increase efficiency of sign_extend_inreg by using subre...
2007-08-10 Christopher... Edit README in light of previous LEA16 commit.
2007-08-10 Christopher... Add 2-addr to 3-addr promotion code that allows 32...
2007-08-10 Christopher... Move isSubRegOf into MRegisterInfo. Fix a missed move...
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-10 Devang PatelClone loop.
2007-08-10 Devang PatelAdd utility to clone loops.
2007-08-10 Devang PatelAdd #ifndef guard.
2007-08-10 Chris Lattneradd #ifndef guards
2007-08-10 Chris Lattneradd Value::getNameStart/getNameLen() accessors.
2007-08-10 Dan GohmanAdd a test script for counting lines. This can be used...
2007-08-10 Dan GohmanFix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VEC...
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-08-10 Bill WendlingFor kicks, I though it would be fun to use the correct...
2007-08-10 Chris Lattnermemcpy with zero length is hugely expensive, so avoid...
2007-08-10 Chris Lattnersmall speedup in the case where a smallvector is defaul...
2007-08-10 Bill WendlingAdding SSSE3 intrinsics.
2007-08-10 Chris Lattnerminor simplifications.
2007-08-10 Chris Lattneravoid copying strings.
2007-08-10 Devang PatelRemove unncessary duplication.
2007-08-10 Devang PatelCalculate exit and start value of true loop and false...
2007-08-10 Devang PatelExitCondition and Induction variable are loop constraints
2007-08-09 Chris Lattnerunbreak the build
2007-08-09 Evan ChengBug fix. ~1U marks the val# dead.
2007-08-09 Dale JohannesenPatch 10 for long double. Doing constants right needs...
2007-08-09 Evan ChengTemporarily backing out this change until we know why...
2007-08-09 Evan Chengdivb / mulb outputs to ah. Under x86-64 it's not legal...
2007-08-09 Chris Lattnerwhen we see a unaligned load from an insufficiently...
2007-08-09 Evan ChengGR16_ sub-register class should be GR8_, not GR8. That...
2007-08-09 Dale JohannesenUpdate per review comments.
2007-08-09 Owen AndersonMake NonLocal and None const in the right way. :-)
2007-08-09 Devang PatelTraverse loop blocks' terminators to find split candidates.
2007-08-09 Dale Johannesenlong double 9 of N. This finishes up the X86-32 bits
2007-08-09 Dale JohannesenFix arguments for some Altivec instructions. From...
2007-08-08 Scott MichelIf a target really needs to custom lower constants...
2007-08-08 Owen AndersonAdd more comments to memdep.
2007-08-08 Devang PatelAdd cost analysis.
2007-08-08 Owen AndersonMake memdep fit in 80 cols.
2007-08-08 Owen AndersonAdd one more comment.
2007-08-08 Owen AndersonCleanup and comment-ize the memdep header.
2007-08-08 Devang PatelPreserve dom info while processing one iteration loop.
2007-08-08 Owen AndersonChange the None and NonLocal markers in memdep to be...
2007-08-08 Reid SpencerSeparate program name from error message with a :
2007-08-08 Devang PatelClear split info.
2007-08-08 Reid SpencerTerminate an error message with a newline.
2007-08-08 Devang PatelHandle multiple split conditions.
2007-08-08 Reid SpencerMake it clear that getSTDIN returns null when stdin...
2007-08-08 Reid SpencerMake getSTDIN return null if the standard input is...
2007-08-08 Reid SpencerAllow the filename "-" to be a place holder for stdin...
2007-08-08 Owen AndersonGlobal values also don't undead-ify pointers in our...
2007-08-08 Owen AndersonMake handleEndBlock significantly faster with one trivi...
2007-08-08 Owen AndersonSmall improvement: if a function doesn't access memory...
2007-08-08 Owen AndersonAdd some comments, remove a dead argument, and simplify...
2007-08-08 Chris Lattnereliminate redundant conditions from the signless types...
2007-08-08 Chris LattnerHandle functions with no name better.
2007-08-08 Evan ChengAdding kill info to val#.
2007-08-08 Chris Lattnersignificantly speed up constant folding of calls (and...
2007-08-08 Chris LattnerSpeed up updateDFSNumbers with two observations:
2007-08-08 Owen AndersonA few more small cleanups.
2007-08-08 Evan ChengClean up and bug fix.
2007-08-08 Chris Lattnerreimplement dfs number computation to be significantly...
2007-08-08 Owen AndersonFirst round of cleanups from Chris' feedback.
2007-08-08 Evan Cheng- Each val# can have multiple kills.
2007-08-08 Devang PatelEmbrace patch review feedback.
2007-08-08 Evan ChengRemove a dead assertion.
2007-08-07 Evan Cheng- LiveInterval value#'s now have 3 components: def...
2007-08-07 Devang PatelFix new compare instruction's signness. Caught by Chris...
2007-08-07 Devang PatelFix comment.
2007-08-07 Owen AndersonDon't insert nearly as many redundant phi nodes.
2007-08-07 Dale JohannesenFix spelling of mtvscr and mfvscr.
2007-08-07 Dale JohannesenLong double patch 8 of N: make it partially work in
2007-08-07 Reid SpencerWho thought up this crazy formatting scheme?
2007-08-07 Reid SpencerOkay, over/back tags don't next.
2007-08-07 Devang PatelUse eraseFromParent().
2007-08-07 Reid SpencerTry an indent level for better formatting.
2007-08-07 Reid SpencerAdd the code generation options.
2007-08-07 David GreeneMake this code more efficient
2007-08-07 David GreeneFix comment typo
2007-08-07 David GreeneFix GLIBCXX_DEBUG error triggered by incrementing erase...
2007-08-07 David GreeneAdd a missing forward declaration.
2007-08-07 Reid SpencerRearrange options into sections and add the last floati...
2007-08-07 Reid SpencerAdd the -disable-excess-fp-precision option.
2007-08-07 Reid SpencerAdd another missing option.
2007-08-07 Reid SpencerAdd some more missing options.
2007-08-07 Reid SpencerRemove the -f option which is no longer supported,...
2007-08-07 Reid SpencerDescribe the global/local naming convention.
2007-08-07 Nick LewyckyAdd reference to problem report.
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
next