oota-llvm.git
2007-01-06 Chris Lattnerwow, the link was already broken :)
2007-01-06 Chris Lattneradd a note
2007-01-06 Chris LattnerDisable the macho writer until it is 100% functional...
2007-01-06 Chris Lattnerthis testcase is too large to be useful, and requires...
2007-01-06 Chris LattnerFix regressions in InstCombine/call-cast-target.ll...
2007-01-06 Anton Korobeynikovgcc often inserts it's own names for sections (e.g.
2007-01-06 Reid SpencerRegenerate for new bytecode file format.
2007-01-06 Reid SpencerFor PR411:
2007-01-06 Reid SpencerRegenerate.
2007-01-06 Reid SpencerAccomodate new name manglinge done by llvm-upgrade
2007-01-06 Reid SpencerFor PR1082:
2007-01-06 Reid SpencerCurrently, there is no fix for this.
2007-01-06 Reid SpencerTest case for PR1082, an llvm-upgrade bug.
2007-01-06 Reid SpencerAdd an option for getting the C compiler flags, --cflags.
2007-01-06 Chris Lattnerthis final call to canLosslesslyBitCastTo is dead,...
2007-01-06 Chris Lattnersimplify some more code now that there are not multiple...
2007-01-06 Chris Lattnereliminate some uses of canLosslesslyBitCastTo, this...
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...
next