oota-llvm.git
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.
2009-01-02 Duncan SandsAdd tests for two types of traps that escape analysis
2009-01-01 Duncan SandsMention that this pass does escape analysis in the
2009-01-01 Duncan SandsFactorize (and generalize) the code promoting SELECT
2009-01-01 Misha Brukman* Quoted the executable 'runtest' to emphasize the...
2009-01-01 Duncan SandsRemove trailing spaces.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2009-01-01 Misha BrukmanOriginal patch by Talin.
2009-01-01 Misha Brukman* Removed gtest-all.cc; .cc files including other ...
2009-01-01 Misha BrukmanMoved Google Test code up one directory so that we...
2009-01-01 Bill WendlingFix comment.
2009-01-01 Bill WendlingAdd transformation:
2009-01-01 Bill WendlingSome compilers are picky about accessing the first...
2008-12-31 Duncan SandsLook through phi nodes and select instructions when
2008-12-31 Bill WendlingThis is not failing on Darwin for some reason. XFAIL...
2008-12-31 Duncan SandsDon't analyze arguments already marked 'nocapture'.
2008-12-31 Misha BrukmanFixed grammar and capitalization.
2008-12-31 Misha BrukmanAdd spacing between type and variable name.
2008-12-31 Misha BrukmanComment headers should extend to 80 chars.
2008-12-31 Misha BrukmanFix spacing to be uniform for parameters.
2008-12-31 Misha BrukmanRemoved extra spaces.
2008-12-31 Misha BrukmanImport of Google Test 1.2.1, with the non-essential...
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-31 Oscar FuentesCMake: Added some VC++ specific info to CMake.html.
2008-12-31 Chris LattnerAdd a new Attribute::getAlignmentFromAttrs method.
2008-12-31 Bill WendlingXFAIL test caused by r61493. Apparently, this is expected?
2008-12-31 Owen AndersonGet live interval reconstruction several steps closer...
2008-12-31 Chris Lattneradd a note
2008-12-31 Scott MichelXFAIL this for now until I can figure out what's going on.
2008-12-30 Scott MichelFix test erratum (which is wierd: works locally for...
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-29 Bill WendlingThe FDE initial location and address range data should...
2008-12-29 Misha Brukman* Updated TOC and fixed named anchors
2008-12-29 Misha BrukmanMinimize the width of the notes region: it will end...
2008-12-29 Misha BrukmanSimplified marking code regions with a single <pre...
2008-12-29 Duncan SandsMake stripPointerCasts and getUnderlyingObject
2008-12-29 Duncan SandsExperiments show that looking through phi nodes
2008-12-29 Misha BrukmanFixed spelling, removed trailing whitespace.
2008-12-29 Misha BrukmanCenter the legal note to give it even padding on left...
2008-12-29 Misha BrukmanCleanup: clarify llvm-gcc version and package name.
next