oota-llvm.git
2009-01-28 Mikhail GlushenkovClarify comment.
2009-01-28 Dan GohmanUse ValueType::bitsLT to simplify some code.
2009-01-28 Dan GohmanUse ZERO_EXTEND instead of ANY_EXTEND when promoting
2009-01-28 Bill WendlingComment fixes.
2009-01-28 Evan ChengSuppress a compile time warning.
2009-01-27 Dale JohannesenEmbalm my ideas of how things should work. Not that
2009-01-27 Devang PatelAdd type DIE into appropriate context DIE.
2009-01-27 Dale JohannesenAdd a DebugLoc field and some simple accessors.
2009-01-27 Dale JohannesenReorder args, constify.
2009-01-27 Bill WendlingAdd testcase for r63142.
2009-01-27 Anton KorobeynikovTreat [1 x i8] zeroinitializer as a C string, placing...
2009-01-27 Dan GohmanUse .empty() instead of comparing .size() with 0.
2009-01-27 Dale JohannesenUpdate to latest spelling.
2009-01-27 Dale JohannesenAdd DebugLoc field and simple accessors.
2009-01-27 Evan ChengRefine DebugLoc per review comments.
2009-01-27 Dan GohmanAdd an assertion to the form of SelectionDAG::getConsta...
2009-01-27 Dan GohmanReformat the allocation-order arrays to a more conventi...
2009-01-27 Dan GohmanDelete redundant return statements.
2009-01-27 Dan GohmanRespect the DisableRedZone flag on PowerPC.
2009-01-27 Dan GohmanSimplify findNonImmUse; return the result using the...
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
next