oota-llvm.git
2007-01-07 Chris Lattnerrelax type
2007-01-07 Chris Lattnerremove support for llvm.isunordered
2007-01-07 Chris Lattnerremove llvm.isunordered
2007-01-07 Chris Lattnerrelax type
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-07 Reid SpencerRegenerate.
2007-01-07 Reid SpencerUpgrade the llvm.isunordered intrinsics to "fcmp uno...
2007-01-07 Chris Lattnerprepare for adjustment to getOrInsertFunction method
2007-01-07 Chris Lattneradd some casts to support a change in the getOrInsertFu...
2007-01-07 Chris Lattnerrelax type
2007-01-07 Chris Lattnerrelax some types
2007-01-07 Chris Lattnerrelax types
2007-01-07 Chris Lattnerrelax some types
2007-01-07 Chris Lattnerremove support for old-style varargs upgrading
2007-01-07 Chris Lattnerthis is an overcomplex way to call exit :)
2007-01-07 Reid SpencerAdd a test case for PR1086
2007-01-07 Reid SpencerFor PR1086:
2007-01-07 Chris LattnerSimplify the testcase
2007-01-07 Chris LattnerFix PR1015 and Transforms/IndVarsSimplify/2007-01-06...
2007-01-07 Chris LattnerTestcase for PR1015
2007-01-07 Chris Lattnercast of int to bool no longer does a compare, rendering...
2007-01-07 Chris Lattneradd -debug output for -indvars.
2007-01-07 Reid SpencerUpdate the documentation for SymbolTable class.
2007-01-07 Anton KorobeynikovAs PR1085 was fixed, back out workaround
2007-01-07 Chris LattnerTestcase for PR1085
2007-01-07 Chris LattnerNew testcase for PR1084
2007-01-06 Chris LattnerAdd C wrappers for the LTO library (PR1081). Patch...
2007-01-06 Chris Lattnerfix typo
2007-01-06 Chris Lattnertestcase for pr1083
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'
next