oota-llvm.git
2007-01-03 Reid SpencerRemove the find_rule label from the output of flex...
2007-01-03 Chris Lattnerfix testcase. It's not safe to strictly evaluate a...
2007-01-03 Chris LattnerPrivate labels start with .L on linux, not just .
2007-01-03 Reid SpencerFix a comment that referred to the now defunct ubyte...
2007-01-03 Reid SpencerRemove two useless bit casts.
2007-01-03 Reid SpencerIt is no longer permissible to have undefined types...
2007-01-03 Reid SpencerFix this test case. It is no longer permissible to...
2007-01-03 Reid SpencerLegalizer doesn't do an ANY_EXTEND if we don't ask...
2007-01-03 Jim LaskeyNULL names should pass validation.
2007-01-03 Jim LaskeySilence warning.
2007-01-03 Anton KorobeynikovReally big cleanup.
2007-01-03 Evan ChengA bit more debugging printf's.
2007-01-03 Reid SpencerRestore previous behavior of defaulting to ZEXT. This...
2007-01-03 Reid SpencerTwo changes:
2007-01-03 Reid SpencerClean up from recent changes. Comment the new parameter...
2007-01-03 Reid SpencerFix this test cases to use parameter attributes for...
2007-01-03 Jim LaskeyVectors are not supported by ConstantInt::getAllOnesValue.
2007-01-02 Reid SpencerThis test case previously passed the assembler without...
2007-01-02 Reid SpencerRegenerate.
2007-01-02 Reid SpencerImplement checking for unresolved types in the argument...
2007-01-02 Evan ChengFix naming inconsistency.
2007-01-02 Evan Cheng- Fixing naming inconsistency: calleesave -> calleesaved.
2007-01-02 Evan ChengFix naming inconsistency: calleesave -> calleesaved.
2007-01-02 Evan ChengAdd virtual method spillCalleeSaveRegisters() and resto...
2007-01-02 Reid SpencerAdd a test case for abstract parameter and result types...
2007-01-02 Jim LaskeyPR1068 - Unbounded array debug info.
2007-01-02 Reid SpencerRegenerate.
2007-01-02 Reid SpencerPermit signed and unsigned integer constants to be...
2007-01-02 Reid SpencerFor PR1070:
2007-01-02 Reid SpencerFor PR1070:
2007-01-02 Reid SpencerManually upgrade this test case to make sure that the...
2007-01-02 Reid SpencerFor PR1070:
2007-01-02 Reid SpencerRegenerate.
2007-01-02 Reid SpencerFor PR1070:
2007-01-02 Reid SpencerReverse last patch, committed by accident.
2007-01-02 Reid SpencerFix this test case to be legal. There is no ubyte ...
2007-01-02 Reid SpencerAdd some convenience functions for getting the source...
2007-01-01 Reid SpencerBack out last revision now that llvm-upgrade can remove...
2007-01-01 Reid SpencerRegenerate.
2007-01-01 Reid SpencerFor PR1070:
2006-12-31 Reid SpencerFix a typo.
2006-12-31 Reid SpencerConvert the intrinsic function definitions to use llvm_...
2006-12-31 Reid SpencerFix a cut-and-paste bug for processing of InvokeInst...
2006-12-31 Reid SpencerRegenerate.
2006-12-31 Reid SpencerRemove an extra semi-colon.
2006-12-31 Reid SpencerFix a bug in comparison of GEP indices.
2006-12-31 Reid SpencerRemove documentation of non-existent cextcc and csretex...
2006-12-31 Reid SpencerAdd a missing colon. Noticed by Jeff Cohen.
2006-12-31 Rafael Espindolaimplement missing compares
2006-12-31 Reid SpencerFix a bug in getParamAttrs where an invalid value would...
2006-12-31 Reid SpencerOne more try on the table formatting.
2006-12-31 Reid SpencerClean up some typos and formatting.
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 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...
next