oota-llvm.git
2007-04-17 Chris Lattnermake getnext/getprev accessors private.
2007-04-17 Dan GohmanSpell doFinalization right, so that it is a proper...
2007-04-17 Chris Lattnermake next/prev accessors private
2007-04-17 Chris Lattnerbool on darwin/ppc is 4 bytes.
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris LattnerInstruction:: Next/Prev accessors are now private
2007-04-17 Chris Lattneradd a note
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris LattnerRemove use of Instruction::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getNext()
2007-04-17 Chris Lattnerremove use of Instruction::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getPrev(). Patch by...
2007-04-17 Chris Lattnereliminate a use of Instruction::getPrev(), patch by...
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-17 Jeff CohenMake it work on 64-bit systems.
2007-04-17 Jeff CohenFix build breakage on 64-bit systems.
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-17 Andrew LenharthUse this nifty Constraints thing and fix the inverted...
2007-04-17 Andrew Lenharththis is fixed
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-17 Chris Lattnerurr, yeah.
2007-04-17 Devang PatelRemove "ModulePasses requiring FunctionPasses" from...
2007-04-17 Chris LattnerSSE4 is apparently public now.
2007-04-16 Devang PatelAdd PR number for reference.
2007-04-16 Reid SpencerMake long line fit in 80 cols.
2007-04-16 Devang PatelFix
2007-04-16 Devang PatelNew test case.
2007-04-16 Reid SpencerFix problems in the PartSet lowering having to do with...
2007-04-16 Reid SpencerRegenerate
2007-04-16 Reid SpencerOkay, yes there *is* a getKeyLength method on ValueName...
2007-04-16 Jeff CohenIn the event that some really old non-Intel or -AMD...
2007-04-16 Reid SpencerFix this test from Duncan's experiment.
2007-04-16 Reid SpencerAlso validate that the code generation of IntrinsicLowe...
2007-04-16 Reid SpencerImplement @sext and @zext parameter attribute handling...
2007-04-16 Jeff CohenBefore assuming that the original code didn't work...
2007-04-16 Chris Lattnerrefix this
2007-04-16 Devang PatelDocument how, module pass can require function pass.
2007-04-16 Chris Lattneruse an x86 t-t for an x86 test. Thanks to Dan for...
2007-04-16 Chris Lattnerfix incorrectly upgraded test
2007-04-16 Reid SpencerFix 80 col violations.
2007-04-16 Chris LattnerWe shouldn't have tests for features we don't have...
2007-04-16 Chris Lattnerremove bogus test
2007-04-16 Duncan SandsSpelling fix.
2007-04-16 Chris LattnerMAke this test portable.
2007-04-16 Duncan SandsTest code quality for variable length array references.
2007-04-16 Duncan SandsCheck handling of arrays of variable sized components.
2007-04-16 Anton KorobeynikovHeal this test
2007-04-16 Chris Lattnerfix this test
2007-04-16 Devang PatelProivde getAnalysis<FPAnalysis>(Func) support.
2007-04-16 Devang PatelDo not assert during analysis implementation initializa...
2007-04-16 Devang PatelPrint and delete on the fly pass managers.
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerCheck length of string before we walk off the end of it.
2007-04-16 Devang PatelUpdate module pass manager to support module passes...
2007-04-16 Devang PatelGive each pass manager chance to manage lower level...
2007-04-16 Evan ChengFixes tests and remove xfail.
2007-04-16 Evan ChengOne more callee-saved register used.
2007-04-16 Evan ChengFix test.
2007-04-16 Devang PatelAdd getPotentialPassManagerType(). No functionality...
2007-04-16 Duncan SandsTestcase for C front-end crash.
2007-04-16 Duncan SandsTestcase for debug info emission for structure fields...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerUse a more optimal way to get the name of a function...
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Lauro Ramos... Fix hello.ll test.
2007-04-16 Lauro Ramos... Fix align test.
2007-04-16 Reid SpencerDon't return 0 if the len == 5, let the assert handle...
2007-04-16 Duncan SandsLook for site.exp in the build directory, not the sourc...
2007-04-16 Duncan SandsUse %s, not explicit name.
2007-04-16 Duncan SandsChange ne into !=.
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFix the syntax for these tests. Noticed by Duncan Sands.
2007-04-16 Reid SpencerSyntax upgrade and fix for PR1336.
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerWrap long line.
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Duncan SandsFix typos.
2007-04-16 Reid SpencerFix test/CodeGen/Generic/vector-constantexpr.ll
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerFor PR1328:
2007-04-16 Reid SpencerFor PR1328:
2007-04-16 Reid SpencerTest case for PR1328.
2007-04-16 Chris Lattnermake this test more portable.
2007-04-16 Chris Lattnerfix incorrectly upgraded test
2007-04-16 Chris Lattnerremove a bogus test
2007-04-16 Chris Lattnerupdate test
2007-04-16 Chris Lattnerfix incorrectly upgraded test, add PR#
2007-04-16 Reid SpencerThis needs to stay in the old bytecode format.
2007-04-16 Reid SpencerThis tests aren't particularly interesting. They are...
2007-04-16 Reid SpencerUpdate for 2.0 bytecode format.
2007-04-16 Reid SpencerFix an intrinsic name.
2007-04-16 Reid SpencerFor PR1336:
next