oota-llvm.git
2009-01-05 Misha BrukmanRenamed Google Test license file from COPYING to LICENS...
2009-01-05 Devang Patelsquash warnings.
2009-01-05 Dan GohmanA few more polygen grammar updates.
2009-01-05 Gabor Greifset standard ignores
2009-01-05 Bob WilsonFix spelling in some comments.
2009-01-05 Gabor Greifanother fix to my previous commit:
2009-01-05 Evan ChengFix misplaced right parentheses.
2009-01-05 Gabor Greifeliminate tabs from my previous commit
2009-01-05 Gabor GreifGet rid of the tagging functions and use PointerIntPair.
2009-01-05 Duncan SandsDon't spew bitcode to standard out if this test
2009-01-05 Torok EdwinThis test passes again, unXFAIL.
2009-01-05 Evan ChengAtom and Core i7 do not have same model number after...
2009-01-05 Chris Lattnerproduce the same diagnostics for vicmp constant exprs...
2009-01-05 Chris LattnerFix PR3281:crash08.ll with this diagnostic:
2009-01-05 Chris Lattnerreject PR3281:crash07.ll with:
2009-01-05 Chris Lattneralignment of 0 is not valid.
2009-01-05 Chris Lattnerreject undef/zero labels. This fixes PR3281:crash0...
2009-01-05 Chris Lattneradd checking intentionally elided for vfcmp/vicmp since...
2009-01-05 Chris Lattnerdiagnose PR3281:crash02.ll with:
2009-01-05 Chris Lattnerreject PR3281:crash01.ll with:
2009-01-05 Chris Lattnertighten up return type check
2009-01-05 Chris Lattnerfix PR3281:accepted0[02].ll: represent empty arrays...
2009-01-05 Chris LattnerPR3281:crash00.ll: produce this diagnostic instead...
2009-01-05 Dan GohmanHandle weak_extern in the JIT. This fixes
2009-01-05 Scott MichelCellSPU:
2009-01-05 Dan Gohmangc is not an obsolete keyword.
2009-01-05 Dan GohmanUpdate polygen grammar for recent language changes.
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Nick LewyckyMove the libcall annotating part from doFinalization...
2009-01-04 Dan GohmanA few more whitespace tidyments.
2009-01-04 Dan GohmanTidy whitespace.
2009-01-04 Bill WendlingRegenerate.
2009-01-04 Bill WendlingModify the unittests Makefiles so that they don't rebui...
2009-01-04 Dan GohmanThe .llx suffix is obsolete.
2009-01-04 Dan GohmanUpdate VIM LLVM IR syntax highlighting.
2009-01-04 Nick LewyckyAdd a mechanism to specify attributes in getOrInsertFun...
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-04 Nick LewyckyRun a post-pass that marks known function declarations...
2009-01-04 Chris Lattnerelf writer really wants the size of the global, not...
2009-01-04 Dan GohmanSet a few more vimrc indentation options.
2009-01-04 Nick LewyckyAdd utility functions for marking parameters as noalias...
2009-01-04 Bill WendlingXFAIL this test. The xform was removed.
2009-01-04 Bill WendlingRevert this transform. It was causing some dramatic...
2009-01-04 Dan GohmanAdd several more unimplemented operator overloads to...
2009-01-04 Bill WendlingThe llvm::ELFWriter::EmitGlobal() method is calling the
2009-01-04 Chris Lattneradd #include guards, thanks Dan.
2009-01-04 Dan GohmanUse softtabstop instead of redefining tabstop.
2009-01-04 Dan GohmanSwitch the vimrc file from smartindent to cindent,...
2009-01-03 Bill WendlingRevert r61598 as it does nothing.
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-03 Dan GohmanCommuteNodesToReducePressure() is now removed.
2009-01-03 Dan GohmanRemove the code from the scheduler that commuted two...
2009-01-03 Nick LewyckyAny void readonly functions are provably dead, don...
2009-01-03 Nuno Lopesimprove test and address Misha's comments
2009-01-03 Evan ChengAdd Intel processors core i7 and atom.
2009-01-03 Evan ChengFix PR3210: Detect more Intel processors. Patch by...
2009-01-03 Misha Brukman* Wrap command line flag in <tt>
2009-01-03 Nick LewyckyWe know it's always a SCEVConstant if it gets here...
2009-01-03 Bill WendlingSetting BUILD_ARCHIVE to 0 has the same effect as defin...
2009-01-03 Bill WendlingMake sure that 'ranlib' runs only after 'ar' is completed.
2009-01-03 Scott MichelCellSPU:
2009-01-02 Bill WendlingReassign the buffer to the pointer so that we don't...
2009-01-02 Misha BrukmanAlphabetized #includes.
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Misha BrukmanVerifyLineLength() actually takes a max length parameter.
2009-01-02 Misha BrukmanAdded some basic lint tools for C++ and generic lint...
2009-01-02 Scott Michel- Make copyRegToReg use the "LR" assembler synonym...
2009-01-02 Misha Brukman* Alphabetized system headers per the style guide
2009-01-02 Nick LewyckyDon't try to analyze this "backward" case. This is...
2009-01-02 Misha BrukmanSo *this* is where all the trailing whitespace in file...
2009-01-02 Daniel DunbarRemove comma at end of enumerator list.
2009-01-02 Daniel DunbarRemove bison specific Makefile bits for AsmParser.
2009-01-02 Misha BrukmanDeleted trailing whitespace; no functional changes.
2009-01-02 Misha Brukmanvimrc
2009-01-02 Misha BrukmanWe also removed gtest-all.cc from the distribution...
2009-01-02 Duncan SandsLoad tracking means that the value analyzed may
2009-01-02 Nuno Lopesfist short at a new unit test for ImmutableSets. no...
2009-01-02 Nuno Lopesmake 'make clean' remove test binaries as well
2009-01-02 Nuno Lopesignore build dirs
2009-01-02 Duncan SandsWhen calculating 'nocapture' argument attributes, allow
2009-01-02 Duncan SandsImprove comments and reorganize a bit - no functionality
2009-01-02 Duncan SandsDeleted too many properties: restore some.
2009-01-02 Chris LattnerFix a really horrible typo, which caused undefined...
2009-01-02 Duncan SandsRemove the "ignore" property on this directory.
2009-01-02 Chris Lattnerminor cleanups and comment improvements.
2009-01-02 Chris Lattneradd a #include to hopefully get the x86-64-linux buildb...
2009-01-02 Chris LattnerRemove lex/bison support from makefile.rules.
2009-01-02 Chris Lattnerupdate the cmakefile. This is a "best guess", I haven...
2009-01-02 Chris Lattnerlex and bison aren't needed to build llvm anymore.
2009-01-02 Chris Lattnernew non-ambiguous syntax.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengFix x86 CPU id detection to identify Penryn (and future...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2009-01-02 Nick LewyckyFix typo.
2009-01-02 Nick LewyckyRemove the cyclic part of this test, it was passing...
2009-01-02 Nick LewyckyMake adding nocapture a bit stronger. FreeInst is nocap...
2009-01-02 Bill WendlingDon't error out if ranlib fails.
2009-01-02 Chris Lattnerrename a file to follow naming conventions.
next