oota-llvm.git
2006-12-10 Reid SpencerRegenerate.
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-10 Chris Lattnermake statistics and timing info print even if the JIT...
2006-12-10 Jim LaskeyReverting until finding the cause of secondary bugs.
2006-12-10 Jim Laskey__PPC64CompilationCallback code was allowing registers...
2006-12-10 Chris Lattnerfix PR1039 by making timing info be destroyed by llvm_s...
2006-12-10 Reid SpencerDon't bother with setting the path before running llvm...
2006-12-10 Reid SpencerFor PR739:
2006-12-10 Rafael Espindola.align is in bits
2006-12-09 Rafael Espindolafix test/Regression/CodeGen/X86/weak.ll
2006-12-09 Rafael Espindolause a . instead of a % in the grep expression
2006-12-09 Reid SpencerRegenerate.
2006-12-09 Reid SpencerFix test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll
2006-12-09 Reid SpencerFix the run line and make this test more specific.
2006-12-09 Reid SpencerAdd a check to catch an incorrect upgrade.
2006-12-09 Reid SpencerRegenerate.
2006-12-09 Reid SpencerWhen upgrading cast to bool to a setne, generate icmp...
2006-12-09 Reid SpencerToo soon to commit, revert.
2006-12-09 Reid SpencerNew test cases for regressions in the SetCC -> ICmp...
2006-12-09 Reid SpencerAllow the input of the test program to be specified.
2006-12-09 Evan ChengPreliminary soft float support.
2006-12-09 Evan ChengAdded option -soft-float to generate SW fp library...
2006-12-09 Bill WendlingFixed some formatting.
2006-12-09 Bill WendlingAnother example of using the llvm IO streams.
2006-12-09 Bill WendlingAdd documentation for how to use the new LLVM streams.
2006-12-09 Devang PatelAnalysis resolver now manages AnalysisImpls for the...
2006-12-09 Devang PatelTop level pass manager keeps track of other managers...
2006-12-09 Devang PatelUse analysis resolver to find the info.
2006-12-08 Devang PatelDo not drop ImmutablePasses on the floor.
2006-12-08 Devang PatelSet AnalysisResolver for the passes when they are inser...
2006-12-08 Devang PatelAdd AnalysisResolver_New.
2006-12-08 Devang PatelAdd AnalysisResolver_New. It is a replacement for existing
2006-12-08 Devang PatelKeep track of other pass managers, that are not directl...
2006-12-08 Devang PatelImplement top level FunctionPassManager::run(Function &F)
2006-12-08 Devang PatelDo not keep yet another list of pass managers in PassMa...
2006-12-08 Devang PatelRemove unused schedulePass() parameter.
2006-12-08 Devang PatelRemove unused getAnalysisPass and getAnalysisPassFromMa...
2006-12-08 Devang PatelImplement PMTopLevel::findAnalysisPass() and
2006-12-08 Rafael Espindola%progbits not @progbits
2006-12-08 Reid SpencerIncorporate any changes in the successor blocks into...
2006-12-08 Rafael Espindolaadd missing &&
2006-12-08 Rafael Espindolaadd \"aw\",@progbits" to ctors and dtors
2006-12-08 Chris LattnerChange the implementation of statistic to not need...
2006-12-08 Devang PatelDuring runOnModule() do initialization and finalization.
2006-12-08 Devang PatelReuse code. Directly use runOnFunction().
2006-12-08 Reid SpencerAdd the -ldl library option.
2006-12-08 Devang PatelImplement FunctionPassManager_New::FunctionPassManager_...
2006-12-08 Andrew Lenharthtest packed struct codegen on x86
2006-12-08 Evan ChengMove findTiedToSrcOperand to TargetInstrDescriptor.
2006-12-08 Andrew Lenharthpacked initializers too in the test
2006-12-08 Rafael Espindolafix truncstorei1
2006-12-08 Andrew Lenharthfeature test for packed structs
2006-12-08 Andrew LenharthHopefully these are the regenerated files
2006-12-08 Andrew LenharthPacked Structures
2006-12-08 Andrew LenharthA backwards compatible bc format for packed structs
2006-12-08 Reid SpencerThis test needs to be upgraded.
2006-12-08 Reid SpencerFor PR950:
2006-12-08 Andrew LenharthPacked Structure Definitions (docs)
2006-12-08 Evan ChengProper fix for PR1037: to determine is a VR is a modref...
2006-12-08 Evan ChengfindTiedToSrcOperand() changed.
2006-12-08 Evan ChengUse MI's TargetInstrDescriptor.
2006-12-08 Chris LattnerFix a bug introduced by the streams patch. DEBUG code...
2006-12-08 Reid SpencerRegenerate.
2006-12-08 Chris Lattnerthis warning is obsolete with llvmgcc3 being gone
2006-12-08 Chris Lattnerthis is an initial patch to switch the ppc64 jit over...
2006-12-08 Chris Lattneradd a note
2006-12-08 Devang PatelBasicBlockPassManager_New::runOnFunction()
2006-12-08 Devang PateldoInitialization and doFinalization for BasicBlockPassM...
2006-12-08 Devang PatelReimplement removeDeadPasses().
2006-12-07 Andrew LenharthSimplify a bit
2006-12-07 Devang Patelset Last User.
2006-12-07 Chris Lattnerfix incorrect encoding of rldicr, used by ppc64 functio...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Devang PatelMaintain level(or depth) of pass manager in pass manage...
2006-12-07 Devang PatelNew method, PMDataManager::collectRequiredAnalysisPasses()
2006-12-07 Rafael Espindolafix alignment
2006-12-07 Chris LattnerFix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64
2006-12-07 Chris Lattnernew testcase
2006-12-07 Devang PatelWhen new pass manager is created, initialize available...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Devang PatelPMDataManager does not maintain LastUser info.
2006-12-07 Chris Lattnerfix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64
2006-12-07 Chris Lattnernew testcase
2006-12-07 Devang PatelMake current pass info available _after_ removing info...
2006-12-07 Devang PatelAdd TODOs
2006-12-07 Devang PatelFix thinko.
2006-12-07 Devang PatelTop level manages schedule the pass immediately at...
2006-12-07 Devang PatelNow FunctionPassManagerImpl_New and PassManagerImpl_New...
2006-12-07 Devang PatelReimplement schedulePass interface. Move it into PMTopL...
2006-12-07 Devang PatelWhile initializing AvailableAnalysis info, make Immutab...
2006-12-07 Devang PatelAdd ImmutablePass into the list of info managed by...
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-07 Devang PatelIf pass reserves all analysis info then each info is...
2006-12-07 Devang PatelPass Managers themselves do not invalidate any analysis...
2006-12-07 Devang PatelAdd a handle to the top level pass manager in PMDataMan...
2006-12-07 Devang PatelCosmetic markers to divide code in separate chunks.
2006-12-07 Devang Patels/noteDownAvailableAnalysis/recordAvailableAnalysis
2006-12-07 Devang PatelAdd PMTopLevelManager. It is not used yet.
2006-12-07 Devang PatelRequiredAnalysis support is buggy and not used at the...
next