oota-llvm.git
2009-12-18 Victor HernandezFormalize MDNode's function-localness:
2009-12-18 Daniel DunbarFix Win32 Path.inc for API update.
2009-12-18 Dan GohmanRevert this use of NUW/NSW also. Overflow-undefined...
2009-12-18 Rafael EspindolaFix libstdc++ build on ARM linux and part of PR5770.
2009-12-18 Tilmann SchellerFix wrong frame pointer save offset in the 64-bit Power...
2009-12-18 Tilmann SchellerAdd support for calls through function pointers in...
2009-12-18 Mikhail GlushenkovMake 'set_option' work with list options.
2009-12-18 Eli FriedmanOptimize icmp of null and select of two constants even...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Dan GohmanRevert this use of NSW; this one isn't actually safe...
2009-12-18 Dan GohmanEliminte unnecessary uses of <cstdio>.
2009-12-18 Dan GohmanAdd utility routines for NSW multiply.
2009-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-12-18 Dan GohmanDelete an unused variable.
2009-12-18 Eric ChristopherFix typo.
2009-12-18 Dan GohmanPreserve NSW information in more places.
2009-12-18 Evan ChengRe-apply 91623 now that I actually know what I was...
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-12-18 Dan GohmanMinor code simplification.
2009-12-18 Dan GohmanWhitespace cleanups.
2009-12-18 Dan GohmanTidy up this testcase and add test for tailcall optimiz...
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-18 Dan GohmanRemove "tail" keywords. These calls are not intended...
2009-12-18 Dan GohmanDon't pass const pointers by reference.
2009-12-18 Dan GohmanUpdate a comment.
2009-12-18 John McCallPass the error string directly to llvm_unreachable...
2009-12-18 Jakob Stoklund... Add test case for the phi reuse patch.
2009-12-18 Dan GohmanReapply LoopStrengthReduce and IVUsers cleanups, exclud...
2009-12-18 Dan GohmanAdd an svn:ignore.
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-17 John McCallSundry dependent-name fixes flagged by clang++.
2009-12-17 Bill WendlingRevert accidental commit.
2009-12-17 Bill WendlingTurn off critical edge splitting for landing pads....
2009-12-17 Jeffrey YasskinRevert r91623 to unbreak the buildbots.
2009-12-17 Eli FriedmanAllow instcombine to combine "sext(a) >u const" to...
2009-12-17 Jeffrey YasskinDon't codegen available_externally functions. Fixes...
2009-12-17 Eli FriedmanMake the ptrtoint comparison simplification work if...
2009-12-17 Evan ChengRemove an unused option.
2009-12-17 Chris Lattnertabs -> spaces.
2009-12-17 Eli FriedmanSlightly generalize transformation of memmove(a,a,n...
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-12-17 Bill WendlingTemporarily revert 91337. It's causing testcase failures.
2009-12-17 Steve NaroffFix Windows build breakage...
2009-12-17 Ken DyckIntroduce EVT::getHalfSizedIntegerVT() for use in Expan...
2009-12-17 Chris Lattnerfinish cleaning up StructLayoutMap.
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-12-17 Eric ChristopherFix unused variable warning.
2009-12-17 Bob WilsonRe-revert 91459. It's breaking the x86_64 darwin boots...
2009-12-17 Evan ChengRemove debugging code.
2009-12-17 Jim GrosbachAdd more detail for getting started on Windows.
2009-12-17 Ken DyckIn LowerEXTRACT_VECTOR_ELT, force an i32 value type...
2009-12-17 Evan ChengRevert 91280-91283, 91286-91289, 91291, 91293, 91295...
2009-12-17 Mikhail GlushenkovRegenerate.
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-17 Mikhail GlushenkovRefactoring, no functionality change.
2009-12-17 Mikhail Glushenkovs/TokenizeCmdline/TokenizeCmdLine/
2009-12-17 Chandler CarruthUpdate CMake build to include HexDisassembler.cpp.
2009-12-17 Eli FriedmanAggressively flip compare constant expressions where...
2009-12-17 Bob WilsonFix a comment grammaro.
2009-12-17 Bob WilsonBIT_CONVERT nodes are used for vector types, too.
2009-12-17 Sean CallananTest harness for the LLVM disassembler. When invoked
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-16 Johnny ChenRenamed "tCMNZ" to "tCMNz" to be consistent with other...
2009-12-16 John McCallSilence a clang warning about the deprecated (but perfe...
2009-12-16 Daniel DunbarReapply r91392, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarReapply r91459, it was only unmasking the bug, and...
2009-12-16 Jim GrosbachMark STREX* as earlyclobber for the success result...
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-16 Bill WendlingRemove superfluous 'extern' variable that was causing...
2009-12-16 Jakob Stoklund... Reuse lowered phi nodes.
2009-12-16 Daniel DunbarFix one more missing this-> to placate that picky clang++.
2009-12-16 Daniel DunbarRevert "Reapply 91184 with fixes and an addition to...
2009-12-16 Daniel DunbarRevert "Initial work on disabling the scheduler. This...
2009-12-16 Chris Lattnerreapply my strstr optimization. I have reproduced...
2009-12-16 Chris Lattnerfix more missing this->'s to placate clang++
2009-12-16 Chris LattnerFix a missing this-> that clang++ notices.
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...
2009-12-16 Chris Lattnerremove use of SmallVector from Path::makeUnique. Path...
2009-12-16 Chris Lattnereliminate an extraneous use of SmallVector in a case...
2009-12-16 Chris Lattnerfactor out the grow() method for all pod implementation...
2009-12-16 Victor HernandezUse different name for argument and field
2009-12-16 Chris Lattnerpull destroy_range and uninitialized_copy up to the
2009-12-16 Chris Lattnersink most of the meat in smallvector back from SmallVec...
2009-12-16 Nick LewyckyMake this test pass on Linux.
2009-12-16 Chris Lattnersubstantial refactoring of SmallVector, now most code...
2009-12-16 Victor HernandezMDNodes that refer to an instruction are local to a...
2009-12-16 Johnny ChenAdd encoding bits for some Thumb instructions. Plus...
2009-12-16 Devang PatelXFAIL on ppc-darwin.
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-16 Chris Lattnerrevert my strstr optimization, I'm told it breaks x86...
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-12-16 John McCallEvery anonymous namespace is different. Caught by...
2009-12-16 John McCallExplicit template instantiations must happen in the...
2009-12-16 Bill WendlingHelpful comment added. Some code cleanup. No functional...
2009-12-16 Bill WendlingInitialize uninitialized variables.
2009-12-16 Bill WendlingInitialize uninitialized variables.
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-12-15 Bill WendlingSome command lines don't like numbers with leading...
2009-12-15 Bob WilsonReapply 91184 with fixes and an addition to the testcas...
2009-12-15 Daniel Dunbarlit: Improve error when gtest discovery fails.
next