oota-llvm.git
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.
2008-12-29 Duncan SandsClarify a bit. Based on feedback by Talin.
2008-12-29 Duncan SandsAllow readnone functions to read (and write!) global
2008-12-29 Duncan SandsAdd braces, as suggested by a gcc warning.
2008-12-29 Scott Michel- Various '#if 0' cleanups.
2008-12-29 Scott MichelTeach LeaglizeDAG that i64 mul can be a libcall.
2008-12-29 Chris Lattnerselect constant exprs should have the same constraints...
2008-12-29 Chris Lattnermove select validation logic into a shared place where...
2008-12-28 Owen AndersonFix up kill/dead marking in the new live interval recon...
2008-12-28 Owen AndersonForgot to commit this file.
2008-12-28 Owen AndersonAdd prototype code for recomputing a live interval...
2008-12-27 Nick LewyckyCheck that the function prototypes are correct before...
2008-12-27 Chris Lattneradd testcase for type parsing.
2008-12-27 Chris Lattnerimplement simplify_type for PATypeHolder so that isa...
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-25 Chris Lattneradd PR #
2008-12-25 Chris LattnerAdd a simple pattern for matching 'bt'.
2008-12-25 Chris LattnerFix some JIT encodings.
2008-12-25 Chris LattnerBT memory operands load from their address operand.
2008-12-24 Chris LattnertranslateX86CC can never fail. Simplify it based on...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-24 Bill WendlingRevert the changes in this testcase until Anton can...
2008-12-24 Dan GohmanFix a compiler-abort on a testcase where the stack...
next