oota-llvm.git
2007-01-05 Reid SpencerGive the assembler some input.
2007-01-05 Evan ChengTypo
2007-01-05 Evan ChengAdd a test case for SSE fcopysign using SSE bitwise...
2007-01-05 Evan ChengWith SSE2, expand FCOPYSIGN to a series of SSE bitwise...
2007-01-05 Chris LattnerImplement InstCombine/vec_shuffle.ll:%test7, simplifyin...
2007-01-05 Chris Lattnernew test
2007-01-05 Chris Lattnermanually upgrade this testcase
2007-01-05 Chris Lattnerfold things like a^b != c^a -> b != c. This implements...
2007-01-05 Chris Lattnernew testcase
2007-01-05 Chris Lattnerllvm upgrade doesn't accept 'define'
2007-01-05 Chris LattnerCompile X + ~X to -1. This implements Instcombine...
2007-01-05 Chris Lattnernew testcase
2007-01-05 Evan ChengGEP subscript is interpreted as a signed value.
2007-01-05 Reid SpencerCorrect the documentation for function declarations...
2007-01-04 Chris Lattneradd missing flags
2007-01-04 Chris Lattnerfix PowerPC/2007-01-04-ArgExtension.ll, a bug handling...
2007-01-04 Chris Lattnernew testcase
2007-01-04 Chris LattnerFix broken links, reported by Baptiste Lepilleur
2007-01-04 Evan ChengExpand fcopysign to a series of bitwise of operations...
2007-01-04 Chris Lattnerregenerate
2007-01-04 Chris LattnerIf we hit a parse error, emit something bad to the...
2007-01-04 Reid SpencerDocument this tool as experimental and list its deficie...
2007-01-04 Chris Lattnerremove the 'protected' workaround now that we don't...
2007-01-04 Chris Lattnerremove xfailed test that depends on obsolete argument...
2007-01-04 Reid SpencerRemove a manual renaming of a variable that was introdu...
2007-01-04 Reid SpencerClean up usage of "unsigned" and "signed" in the docume...
2007-01-04 Lauro Ramos... Add test for constructor and destructor sections.
2007-01-04 Lauro Ramos... Add extload(i1) test.
2007-01-04 Lauro Ramos... Add test for FCOPYSIGN.
2007-01-04 Lauro Ramos... Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64).
2007-01-04 Bill WendlingRemoved reference to "cnull" because typical users...
2007-01-04 Chris Lattnerding dong llvm-gcc3 is dead
2007-01-04 Chris Lattnergcc 4.1.1 on amd64 is broken
2007-01-04 Reid SpencerDeath to useless bitcast instructions!
2007-01-04 Reid SpencerDo not allow packed types for icmp and fcmp instructions.
2007-01-04 Reid Spencericmp and fcmp do not take packed type operands.
2007-01-04 Reid SpencerXFAIL this test until such time that code gen can handl...
2007-01-04 Reid SpencerRegenerate.
2007-01-04 Reid SpencerDisallow packed types in icmp/fcmp instructions. The...
2007-01-04 Chris LattnerNow that setcondinst has been eliminated, we can mark...
2007-01-04 Chris Lattnerfix typo
2007-01-04 Chris LattnerEnable a couple xforms for packed vectors (undef |...
2007-01-04 Chris Lattnerfix some bugs handling vectors, avoid host-specific...
2007-01-04 Chris LattnerAdd a new ConstantPacked::getAllOnesValue method
2007-01-04 Devang PatelEnable new pass manager, which was accidentally disabled.
2007-01-04 Reid SpencerAdd a test to ensure that we can assembly comparisons...
2007-01-04 Reid SpencerRegenerate.
2007-01-04 Reid SpencerPermit icmp and fcmp to have packed operands.
2007-01-04 Reid SpencerTest @zext and @sext fully as well as testing the ...
2007-01-03 Reid SpencerAdd a test case to test parameter attributes feature.
2007-01-03 Reid SpencerUpdate test cases that grepped for register names that...
2007-01-03 Reid SpencerRegenerate.
2007-01-03 Reid SpencerImplement many new type features including upreferences...
2007-01-03 Reid SpencerFinish implementation of variable renaming to handle...
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2007-01-03 Reid SpencerFix a configure warning noticed by Duncan Sands.
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.
next