oota-llvm.git
2009-01-21 Mikhail GlushenkovFix 'llvm-config --libs' output.
2009-01-21 Mikhail GlushenkovChange the hook API back to prevent memory leaks.
2009-01-21 Mikhail GlushenkovAllow hooks with arguments.
2009-01-21 Duncan SandsThis was causing invalid memory accesses when
2009-01-21 Duncan SandsLet's try to have our cake and eat it to: move
2009-01-21 Duncan SandsDon't rely on grep -w working.
2009-01-21 Sanjiv GuptaFixed build warnings. Restoring changes done in 62600...
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Owen AndersonI accidentally removed this check in an earlier commit...
2009-01-21 Sanjiv GuptaImplement LowerOperationWrapper for legalizer.
2009-01-21 Scott MichelCellSPU:
2009-01-21 Sanjiv GuptaAllow targets to legalize operations (with illegal...
2009-01-21 Evan ChengFavors generating "not" over "xor -1". For example.
2009-01-21 Dale JohannesenDisable on x86_64 until I figure out what's wrong.
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-21 Owen AndersonBe more aggressive about renumbering vregs after splitt...
2009-01-21 Devang PatelEncode member accessibility.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Devang PatelNeed compile unit to find location.
2009-01-20 Dale JohannesenCalls to fmod, it turns out, are constant-folded by
2009-01-20 Chris LattnerDon't bother running the assembler, we don't know that...
2009-01-20 Evan ChengFix PR3243: a LiveVariables bug. When HandlePhysRegKill...
2009-01-20 Duncan SandsFix typo. Patch by Alexei Svitkine.
2009-01-20 Bill WendlingUse "SINT_TO_FP" instead of "UINT_TO_FP" when getting...
2009-01-20 Devang PatelFix struct member's debug info.
2009-01-20 Evan ChengAdd test case for PR3154.
2009-01-20 Devang Patelindentation...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-20 Devang Patelzap white spaces.
2009-01-20 Devang PatelFix global variable's address in a DIE.
2009-01-20 Devang PatelEnable debug info for enums.
2009-01-20 Dale JohannesenAdd an IEEE remainder function, which is not
2009-01-20 Chris Lattnerimprove compatibility with various versions of graphviz...
2009-01-20 Chris Lattnereliminate use of uint32_t to improve compatibility...
2009-01-20 Chris LattnerEliminate use of uint32_t to improve compatibility...
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Duncan SandsCheck that the "don't barf on k8" fix is not
2009-01-20 Evan ChengSpacing
2009-01-20 Bill WendlingTemporarily XFAIL until this can be looked at. r62557...
2009-01-20 Duncan SandsIf a vector is empty, you're not allowed to access any
2009-01-20 Evan ChengRefactor code. No functionality change.
2009-01-20 Bill WendlingTestcase for limited precision stuff.
2009-01-20 Bill WendlingShift types need to match.
2009-01-20 Chris Lattneranother fix for PR3354
2009-01-20 Dan GohmanAdd a README entry noticed while investigating PR3216.
2009-01-20 Dan GohmanFix a dagcombine to not generate loads of non-round...
2009-01-20 Devang PatelDo not use DenseMap because the iterator is invalidated...
2009-01-20 Nick LewyckyRegenerate.
2009-01-20 Nick LewyckyMake the Interpreter use libffi if it's available....
2009-01-20 Evan ChengMake linear scan's trivial coalescer slightly more...
2009-01-19 Bill WendlingDoxygen-ify comments.
2009-01-19 Devang PatelVerify debug info.
2009-01-19 Chris LattnerFix a problem exposed by PR3354: simplifycfg was making...
2009-01-19 Dan GohmanRemove SDNode's virtual destructor. This makes it impos...
2009-01-19 Dale JohannesenMove & restructure test per review.
2009-01-19 Chris Lattnerconvert this to an unfoldable potentially trapping...
2009-01-19 Chris Lattnerimprove compatibility with cygwin, patch by Jay Foad!
2009-01-19 Chris Lattnerdiv/rem by zero and div/rem overflow are both undefined...
2009-01-19 Dan GohmanFix SelectionDAG::ReplaceAllUsesWith to behave correctl...
2009-01-19 Chris LattnerFix PR3353, infinitely jump threading an infinite loop...
2009-01-19 Dale Johannesencompile-time fmod was done incorrectly. PR 3316.
2009-01-19 Devang PatelDebugInfo is a lightweight APIs and consumers are expec...
2009-01-19 Devang PatelVerify Intrinsic::dbg_declare.
2009-01-19 Mike StumpAdd targets to support the installation of clang in...
2009-01-19 Evan ChengDIVREM isel deficiency: If sign bit is known zero,...
2009-01-19 Evan ChengFix 80 col violations.
2009-01-19 Evan ChengHandle ISD::DECLARE with PIC relocation model.
2009-01-19 Nick LewyckyPort this test from dejagnu to unit testing.
2009-01-19 Nick LewyckyFix typo, sentence fragment.
2009-01-19 Dan Villiom... Adding your's truly to CREDITS.TXT
2009-01-19 Bill WendlingTemporarily revert r62487. It's causing this error...
2009-01-19 Evan ChengMinor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_...
2009-01-19 Evan ChengNow not UINT_TO_FP is legal (it's marked custom), dag...
2009-01-19 Chris LattnerFix PR3016, a bug which can occur do to an invalid...
2009-01-19 Chris Lattnerreduce indentation by using 'continue', no functionalit...
2009-01-19 Chris LattnerFix some problems in SpeculativelyExecuteBB. Basically,
2009-01-18 Chris LattnerMake this a bit more explicit about which cases need the
2009-01-18 Chris LattnerFix rdar://6505632, an llc crash on 483.xalancbmk
2009-01-18 Sanjiv GuptaFew targets like PIC16 wants libcall generation for...
2009-01-18 Oscar FuentesCMake: Add lib/Analysis/CaptureTracking.cpp
2009-01-18 Duncan SandsBasicAliasAnalysis and FunctionAttrs were both
2009-01-18 Mon P WangSimplify extract element based on comments from Duncan...
2009-01-18 Nick LewyckyForgot this in the previous checkin: fopen now has...
2009-01-18 Nick LewyckyFix copy and pasted typos that prevented strtok_r,...
2009-01-18 Gabor Greifadd a comment
2009-01-17 Gabor Greifswitch over some other methods from indices to iterators
2009-01-17 Gabor Greifmake comparisons a bist faster
2009-01-17 Devang PatelRemove tabs.
2009-01-17 Devang PatelRefactor code
2009-01-17 Bill WendlingTestcase for last commit.
2009-01-17 Bill WendlingExtend thi
2009-01-17 Evan ChengFix MatchAddress bug that's preventing negative displac...
2009-01-17 Devang PatelAssign argument type to appropriate DIE.
2009-01-17 Devang PatelRemove dead code.
2009-01-17 Devang PatelDisable composite type debug info for now.
2009-01-17 Bill WendlingTemporarily revert my last change. It is causing a...
2009-01-17 Bill WendlingImplement a special algorithm for converting uint_to_fp...
2009-01-17 Oscar FuentesCMake: Add lib/Target/IA64/IA64Subtarget.cpp
2009-01-17 Gabor Greifspeed up iterative loop by using iterators. changes...
next