oota-llvm.git
2009-01-27 Torok EdwinAPInt's countLeadingOnes() was broken for negative...
2009-01-27 Dan GohmanMake some comments doxygen-friendly.
2009-01-27 Owen AndersonMake the pre-split-limit option more useful by using...
2009-01-27 Evan ChengImplement multiple with overflow by 2 with an add instr...
2009-01-27 Evan ChengForgot this test case.
2009-01-27 Dan GohmanEliminate unnecessary operands-list traversals.
2009-01-27 Dan GohmanAdd a FrontendC testcase for the x86-64 Red Zone feature,
2009-01-27 Dan GohmanEnable the red zone on x86-64 by default.
2009-01-27 Devang PatelAssorted debug info fixes.
2009-01-27 Dan GohmanAdd a regression test for x86-64 red zone usage.
2009-01-27 Dan GohmanFix the Red Zone calculation for functions with frame...
2009-01-27 Dan GohmanAdd an svn:ignore property.
2009-01-26 Evan ChengNo need to keep size of DebugLocations vector separately.
2009-01-26 Dale JohannesenTestcase for 6522054.
2009-01-26 Scott MichelCellSPU:
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-26 Dan GohmanImplement Red Zone utilization on x86-64. This is currently
2009-01-26 Steve NaroffMore updates to VC proj...
2009-01-26 Owen AndersonReapply r63025 and r63026, with fixes for the failing...
2009-01-26 Duncan SandsFix PR3393, which amounts to a bug in the expensive
2009-01-26 Ted KremenekAdd method raw_fd_ostream::seek() for random access...
2009-01-26 Dan GohmanAt Nick Lewycky's request, rename this test with a...
2009-01-26 Bill WendlingAlso revert r63206
2009-01-26 Bill WendlingTemporarily revert r63025 until the testsuite failures...
2009-01-26 Dan GohmanFix the name of an argument.
2009-01-26 Anton KorobeynikovDuring bittest switch lowering emit shift in the test...
2009-01-26 Owen AndersonGet rid of a bunch of dead code now that interval recon...
2009-01-26 Owen AndersonFix an issue where LiveIntervals was trying to be smart...
2009-01-26 Evan ChengEnhance logic in X86DAGToDAGISel::PreprocessForRMW...
2009-01-26 Evan ChengSilence a bogus compiler warning.
2009-01-26 Steve NaroffUpdate VS project files.
2009-01-26 Roman LevensteinFix a bug in BitVector.h. All assignment operations...
2009-01-26 Evan ChengActually source file has already been uniquified into...
2009-01-26 Evan ChengAdd data structure to define and track debug location...
2009-01-26 Evan ChengLooks like comments were chopped off.
2009-01-26 Evan ChengLLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H...
2009-01-26 Mon P WangFixed optimization of combining two shuffles where...
2009-01-26 Dan GohmanTake the next steps in making SDUse more consistent...
2009-01-26 Scott MichelUntabify code.
2009-01-26 Scott MichelCellSPU:
2009-01-26 Nate BegemanFix a typo
2009-01-26 Nate BegemanDe-identifying per sabre review
2009-01-26 Nick LewyckyBuild libLTO on any platform so long as PIC is enabled.
2009-01-26 Nate BegemanAdd some documentation for address-space-based access...
2009-01-26 Chris LattnerHandle single-entry phi nodes gracefully in condprop.
2009-01-26 Chris LattnerFix PR3408 by making a non-obvious assumption very...
2009-01-26 Chris LattnerMore cleanups and simplifications, no functionality...
2009-01-26 Chris Lattnertidy asserts
2009-01-26 Nate BegemanMap address space 256 to gs; similar mappings could...
2009-01-26 Nate BegemanSupport pattern matching various x86 sse shifts.
2009-01-25 Chris Lattnersilence a warning when assertions are disabled.
2009-01-25 Torok Edwinshould have removed the + when manually applying a...
2009-01-25 Torok Edwinrevert this patch for now, because Codegen does still...
2009-01-25 Torok Edwintestcase for llvm-gcc part of PR3402.
2009-01-25 Torok EdwinIf user explicitly asks not to use SSE, don't force...
2009-01-25 Dan GohmanEliminate the loop that searches through each of the...
2009-01-25 Dan GohmanWhitespace tidiments.
2009-01-25 Dan GohmanMove the N->use_empty() assert from DeleteNode to
2009-01-25 Dan GohmanReality-check the FAQ entry for "Can I use LLVM to...
2009-01-25 Nick LewyckyStart generating arbitrary precision integer SCEVs...
2009-01-25 Nick LewyckyActually run the test in this directory.
2009-01-25 Nick LewyckyThe function that does nothing but call malloc is noali...
2009-01-25 Evan ChengPrivate linkage support for PPC / Darwin.
2009-01-25 Evan ChengTeach 2addr pass to be do more commuting. If both uses...
2009-01-24 Nate BegemanFix an indent and a typo.
2009-01-24 Dale JohannesenRevert previous change; even this mild and clearly
2009-01-24 Torok Edwinadd note about possible GEP improvement with fields...
2009-01-24 Dan GohmanAdd a PR comment to this test.
2009-01-24 Torok Edwintestcase for PR3381.
2009-01-24 Dan GohmanAdd more documentation mentioning the limitations due...
2009-01-24 Torok Edwinvoid* is represented as pointer to empty struct {}.
2009-01-24 Owen AndersonSome cleanups. No functional changes.
2009-01-24 Dale JohannesenImprove the inlining cost function a bit.
2009-01-24 Chris LattnerMake InstCombineStoreToCast handle aggregates more...
2009-01-24 Mike StumpPerform optional clang building.
2009-01-23 Evan ChengRefactor code. No functionality change.
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-23 Chris Lattnerhopefully address PR3379 by making the P modifier work...
2009-01-23 Devang PatelFix test case. Use valid file name and directory in...
2009-01-23 Gabor Greifuse CallSite::isCalle instead of slow getOperandNo
2009-01-23 Gabor GreifSimplify the logic of getting hold of a PHI predecessor...
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-23 Devang PatelEmpty DIType represents void. In this case no need...
2009-01-23 Dan GohmanFold x-0 to x in unsafe-fp-math mode. This comes up...
2009-01-23 Duncan SandsPatch to build llvm with srcdir != objdir from
2009-01-23 Chris Lattnerfix two more cases where we could let the NLPDI cache...
2009-01-23 Chris LattnerUnconditionally reset 'cache' to zero, even if we don...
2009-01-23 Evan ChengOnly check if coalescing is worthwhile when the result...
2009-01-23 Evan ChengUpdate test to reflect command line option name change.
2009-01-23 Owen AndersonStage two of fixing pre-alloc-splitting's code size...
2009-01-23 Evan ChengCross register class coalescing. Not yet enabled.
2009-01-23 Devang PatelCode did not follow associated comment. not a good...
2009-01-23 Devang PatelSet appropriate tag for the composite type.
2009-01-23 Chris Lattnera minor tweak to my previous patch, handle the invalida...
2009-01-23 Owen AndersonAdd an initial pass at dead spill/restore removal for...
2009-01-22 Chris Lattnerdo not sign extend characters input to isprint. This...
2009-01-22 Steve NaroffHandful of fixes to the VC project files.
2009-01-22 Bob WilsonFix a minor bug in DAGCombiner's folding of SELECT...
2009-01-22 Dan GohmanDon't create ISD::FNEG nodes after legalize if they...
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
next