oota-llvm.git
2009-12-02 Owen AndersonCleanup/remove some parts of the lifetime region handli...
2009-12-02 Chris Lattnerfactor some code better.
2009-12-02 Chris Lattnerformatting cleanups.
2009-12-02 Chris Lattnertidy up, remove dependence on order of evaluation of...
2009-12-02 Chris Lattnermerge sext-2 into sext.ll
2009-12-02 Chris Lattnerrename test
2009-12-02 Chris Lattnerfilecheckize
2009-12-02 Mon P WangFixed an assertion failure for tracking sext of a vecto...
2009-12-01 Devang PatelAdd utility routine to create subprogram definition...
2009-12-01 Devang PatelReuse existing subprogram DIE.
2009-12-01 Chris Lattnerreturn more useful error messages by using strerror...
2009-12-01 Eric ChristopherUpdate per Bill's comments. Work in progress.
2009-12-01 Evan ChengFix PR5391: support early clobber physical register...
2009-12-01 Jim Grosbachtest case for IV-Users simplification loop improvement
2009-12-01 Chris Lattnerrename some variables.
2009-12-01 Chris Lattnertidy
2009-12-01 Dan GohmanAdd edge source labels to SelectionDAG graphs, now...
2009-12-01 Dan GohmanMinor cleanups.
2009-12-01 Dan GohmanTrim an unnecessary #include.
2009-12-01 Daniel DunbarDon't default warnings to ON on MSVC, the spew is enoug...
2009-12-01 Devang PatelClear function specific containers while processing...
2009-12-01 Jim GrosbachThumb1 exception handling setjmp
2009-12-01 Johnny ChenFor VLDM/VSTM (Advanced SIMD), set encoding bits Inst...
2009-12-01 Jakob Stoklund... Move PHIElimination::isLiveOut method to LiveVariables.
2009-12-01 Gabor Greiftypo
2009-12-01 Gabor Greifdemonstrate usage of Cases() mapping several strings...
2009-12-01 Mikhail GlushenkovAdd relocation model options.
2009-12-01 Mikhail GlushenkovTypo.
2009-12-01 Tobias GrosserFix copy paste bug
2009-12-01 Chris Lattnerfix 255.vortex again, third time's the charm.
2009-12-01 Chris Lattnerminimize this a bit more.
2009-12-01 Mikhail GlushenkovForward -save-temps to llvm-gcc.
2009-12-01 Chris Lattnermerge 2009-11-29-ReverseMap.ll into crash.ll
2009-12-01 Chris Lattnerfix PR5640 by tracking whether a block is the header...
2009-12-01 Mikhail GlushenkovSupport -[weak_]framework and -F in llvmc.
2009-12-01 Eric ChristopherRemove the gcc builtins from the intrinsics, we'll...
2009-12-01 Jakob Stoklund... Use CFG connectedness as a secondary sort key when...
2009-12-01 Eric ChristopherAdd a soft link so that in an apple style build we...
2009-12-01 Oscar FuentesAdd two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABL...
2009-12-01 Chris Lattnerfix PR5649 by making fib use the JIT instead of the...
2009-12-01 Dan GohmanAdd a comment about A[i+(j+1)].
2009-12-01 Bill WendlingRemove some validation errors.
2009-12-01 Bill WendlingSome formatting and spelling fixes.
2009-12-01 Dan GohmanDevang pointed out that this code should use DIScope...
2009-12-01 Evan ChengFix PR5614: parts of a physical register def may be...
2009-12-01 Devang PatelTest case for r90175.
2009-12-01 Johnny ChenFor VMOV (immediate), make some of the encoding bits...
2009-11-30 Devang PatelIf pointer type has a name then do not ignore the name.
2009-11-30 Oscar Fuentes* CMakeLists.txt: Adds warnings flags for g++. Fixes...
2009-11-30 Oscar Fuentes* cmake/modules/LLVMLibDeps.cmake: Updated library...
2009-11-30 Dan GohmanMinor whitespace fixes.
2009-11-30 Dan GohmanFix a minor inconsistency.
2009-11-30 Dan GohmanFix typos in comments.
2009-11-30 Jakob Stoklund... New virtual registers created for spill intervals shoul...
2009-11-30 Bill WendlingDebug info is disabled on PPC Darwin.
2009-11-30 Bob WilsonReprioritize tests for tail duplication to be aggressiv...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-30 Bob WilsonFix some more ARM unified syntax warnings.
2009-11-30 Benjamin KramerFix odd declaration.
2009-11-30 Tobias GrosserFix last DOTGraphTraits problems in CompilationGraph.
2009-11-30 Tobias GrosserRemove forgotten ShortNames in Trie and CompilationGraph
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-30 Tobias GrosserDo not point edge heads to source labels
2009-11-30 Tobias GrosserOnly print edgeSourceLabels if they are not empty
2009-11-30 Tobias GrosserSmall PostDominatorTree improvements
2009-11-30 Tobias GrosserRemove ":" after BB name in -view-cfg-only
2009-11-30 Eric ChristopherFirst pass at llvm.objectsize documentation.
2009-11-30 Nick LewyckyRevert r90107, fixing test/Transforms/GVN/2009-11-29...
2009-11-30 Nick LewyckyAdd a testcase for the current llvm-gcc build failure.
2009-11-30 Nick LewyckyRemove the 'simple jit' tutorial as it wasn't really...
2009-11-30 Mon P WangAdd test case for r90108
2009-11-30 Mon P WangAdded support to allow clients to custom widen. For...
2009-11-30 Chris Lattnerreapply r90093 with an addition of keeping the forward
2009-11-30 Nick LewyckyFix this test on 64-bit systems which seem to use i64...
2009-11-30 Nick LewyckyCommit r90099 made LLVM simplify one of these constant...
2009-11-29 Nick LewyckyTeach ConstantFolding to do a better job when folding...
2009-11-29 Benjamin KramerRevert r90089 for now, it's breaking selfhost.
2009-11-29 Chris Lattnerrevert this patch for now, it causes failures of:
2009-11-29 Chris LattnerFix a really nasty caching bug I introduced in memdep...
2009-11-29 Benjamin KramerFix two FIXMEs.
2009-11-29 Nick LewyckyDetabify.
2009-11-29 Benjamin KramerRemove dead returns.
2009-11-29 Kovarththanan... This patch ensures that Path::GetMainExecutable is...
2009-11-29 Daniel DunbarFix FileCheck crash when fuzzy scanning starting at...
2009-11-29 Chris Lattneradd testcases for the foo_with_overflow op xforms added...
2009-11-29 Chris Lattnermark all the 'foo with overflow' intrinsics as readnone.
2009-11-29 Chris Lattnerupdate and consolidate the load pre notes.
2009-11-29 Chris Lattneradd PR#
2009-11-29 Chris LattnerAdd a testcase for:
2009-11-29 Chris Lattneradd a testcase for
2009-11-29 Chris LattnerImplement PR5634.
2009-11-28 Nick LewyckyTeach memdep to look for memory use intrinsics during...
2009-11-28 Chris Lattnerreenable load address insertion in load pre. This...
2009-11-28 Chris LattnerEnhance InsertPHITranslatedPointer to be able to return...
2009-11-28 Chris Lattnerimplement a FIXME: limit the depth that DecomposeGEPExp...
2009-11-28 Chris Lattnerenable code to handle un-phi-translatable cases more...
2009-11-27 Chris Lattnerdisable value insertion for now, I need to figure out how
2009-11-27 Chris LattnerRework InsertPHITranslatedPointer to handle the recursi...
2009-11-27 Chris Lattnerrecursively phi translate bitcast operands too, for...
next