oota-llvm.git
2007-01-08 Jeff CohenUnbreak VC++ build.
2007-01-08 Reid SpencerParameter attributes are part of a FunctionType and...
2007-01-08 Reid SpencerXFAIL this test until PR1085 mystery is resolved.
2007-01-08 Devang PatelAdd PMStack, a Pass Manager stack.
2007-01-08 Devang PatelModules are consumed when they are merged together...
2007-01-08 Andrew LenharthAnd asm writing for packed struct initializers
2007-01-08 Andrew LenharthMake packed structs use packed initialiers for consistency
2007-01-08 Andrew LenharthPacked structs use packed struct initializers
2007-01-08 Chris Lattnertestcase for PR1097
2007-01-08 Reid SpencerComparison of primitive type sizes should now be done...
2007-01-08 Reid SpencerFor PR1097:
2007-01-08 Reid SpencerFor PR1090:
2007-01-08 Chris LattnerFully specify the type of the llvm.va* intrinsics....
2007-01-08 Chris Lattnerfix atexit. This is an overcomplex way of calling...
2007-01-08 Reid SpencerFix PR1090:
2007-01-08 Chandler CarruthBuild libLLVMlto on non-Darwin architectures. Resolves...
2007-01-08 Reid SpencerFix a bug in an assert that would never trigger.
2007-01-08 Chandler CarruthTesting commit, and adding an entry to CREDITS.TXT
2007-01-08 Reid SpencerConvert uses of getPrimitiveSize that should be getPrim...
2007-01-07 Reid Spencerllvm.isunordered.* are gone.
2007-01-07 Reid SpencerTypes should be const.
2007-01-07 Reid SpencerRedefinition of functions is no longer permitted.
2007-01-07 Chris Lattnerthe old trace values pass has been removed, remove...
2007-01-07 Chris Lattnerthis pass is unused
2007-01-07 Chris Lattnerremove an old instrumentation pass that is not used...
2007-01-07 Chris Lattnerllvm.isunordered is no longer alive.
2007-01-07 Chris Lattnerllvm 2.0 doesn't support llvm.isunordered.*
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.
next