oota-llvm.git
2007-01-06 Chris Lattnerno need to worry about int vs uint any more.
2007-01-06 Chris Lattnernew note
2007-01-06 Reid SpencerRegenerate
2007-01-06 Reid SpencerTest Case for PR1080.
2007-01-06 Reid SpencerFor PR1080:
2007-01-05 Evan ChengsetSetCCIsExpensive is gone.
2007-01-05 Evan ChengExpand fcopysign to the bitwise sequence if select...
2007-01-05 Evan Cheng- Remove isSetCCExpensive() etc. These are no longer...
2007-01-05 Devang Patel1) Remove old AnalysisResolver.
2007-01-05 Reid SpencerFix dependencies. The lexer depends on the grammar...
2007-01-05 Evan ChengUpdate test case.
2007-01-05 Reid SpencerFor PR1077:
2007-01-05 Reid SpencerRegenerate.
2007-01-05 Reid SpencerFor PR1077:
2007-01-05 Evan Cheng- FCOPYSIGN custom lowering bug. Clear the sign bit...
2007-01-05 Reid SpencerAdd an example to the trunc instruction to clarify...
2007-01-05 Evan ChengBug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old...
2007-01-05 Evan ChengCopyToReg source operand can be a register as well...
2007-01-05 Devang PatelRemove PassManagerT.h
2007-01-05 Devang PatelRemove old pass manager.
2007-01-05 Reid SpencerThis test case needs parameter attributes, manually...
2007-01-05 Reid SpencerGlobal variables are not renamed by llvm-upgrade any...
2007-01-05 Reid SpencerUpdate for change in parameter attribute syntax.
2007-01-05 Reid SpencerUpdate for change in parameter attributes syntax.
2007-01-05 Reid SpencerWrap long RUN: line.
2007-01-05 Reid SpencerGlobals are not renamed any more.
2007-01-05 Reid SpencerThis test case needs zext and sext attributes so manual...
2007-01-05 Reid SpencerChanges to parameter attribute syntax.
2007-01-05 Reid SpencerChanges to parameter attributes syntax.
2007-01-05 Reid SpencerGlobals are not being renamed any more.
2007-01-05 Reid SpencerThis test case has been translated to 2.0 assembly...
2007-01-05 Reid SpencerFix this to check for the correct error message.
2007-01-05 Reid SpencerThis tests for something that will become illegal soon...
2007-01-05 Reid SpencerBeef up this test case a little by introducing a global...
2007-01-05 Reid SpencerMake this test that we can drop the implementation...
2007-01-05 Reid SpencerFix the test case for the change in parameter attribute...
2007-01-05 Reid SpencerFor PR1077:
2007-01-05 Reid SpencerFor PR1077:
2007-01-05 Reid SpencerRegenerate
2007-01-05 Reid SpencerAdjust to new header file name.
2007-01-05 Reid SpencerMajor update of llvm-upgrade:
2007-01-05 Reid SpencerRegenerate.
2007-01-05 Reid SpencerChange the syntax for parameter attributes:
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...
next