Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-27Merge release notes from mainline.llvmorg-2.1.0release/2.1.xTanya Lattner
2007-09-21Merge from mainline for PR1693.Tanya Lattner
2007-09-21Merge into release for PR1690.Tanya Lattner
2007-09-21Remove loop index split test cases for release.Tanya Lattner
2007-09-20Merge -r42152:42153 svn/llvm-project/llvm/trunkEvan Cheng
2007-09-18Merge from mainline.Tanya Lattner
2007-09-18Merge from mainline. Tanya Lattner
2007-09-18Merge from mainline.Tanya Lattner
2007-09-18Merge from mainline: Fix PR1666, SPASS with the CBE and 254.gap with the CBE.Tanya Lattner
2007-09-18Merge from mainline because Owen said so.Tanya Lattner
2007-09-18Regenerated configure script to fix help strings.Tanya Lattner
2007-09-18Fix incorrect default values in help string.Tanya Lattner
2007-09-18Spell things correctly.Tanya Lattner
2007-09-18Disable LoopIndexSplitting for 2.1Tanya Lattner
2007-09-15Merge from mainline to fix make check error on x86.Tanya Lattner
2007-09-14Merge from mainline.Tanya Lattner
2007-09-14Merge from mainline. Tanya Lattner
2007-09-14Merge from mainline for PR1639Tanya Lattner
2007-09-14Merge from mainline for PR1652.Tanya Lattner
2007-09-14Set version numberTanya Lattner
2007-09-13Creating 2.1 release branch.Tanya Lattner
2007-09-13adjust to a change in the LLVM APIs, this is still very hackish untilChris Lattner
2007-09-13When dumping out errors about unsupported stuff, emit loc info.Chris Lattner
2007-09-13make the sourcemgr available through ASTContext.Chris Lattner
2007-09-13Added getNumDefs().Evan Cheng
2007-09-13Bug fixes.Evan Cheng
2007-09-13Remove dead code.Evan Cheng
2007-09-13Yet another getTargetNode variant.Evan Cheng
2007-09-13Initial support for multi-result patterns:Evan Cheng
2007-09-13Add ASTContext::StringMap<char> to unique selector names.Steve Naroff
2007-09-13Fixed a typo that's causing a missing kill marker.Evan Cheng
2007-09-13Minor space tightening.Ted Kremenek
2007-09-13Remove a FIXME. Replace a couple asserts with an appropriate errorSteve Naroff
2007-09-13Fixed recursion bug: should call Visit on child instead of VisitStmt.Ted Kremenek
2007-09-13Fixed logic bug in recursion to visiting child statements.Ted Kremenek
2007-09-12Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project.Ted Kremenek
2007-09-12Migrated LiveVariables to use the new DataflowStmtVisitor interface. The codeTed Kremenek
2007-09-12Added extensions (subclasses) to the StmtVisitor class thatTed Kremenek
2007-09-12add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner
2007-09-12Patch for building method declaration nodes. Also fixed a segfault in cocoa.m...Fariborz Jahanian
2007-09-12Change llvm.gcroot to not init the root to null at runtime, this preventsChris Lattner
2007-09-12Removed clang solution file for VC++, which didn't work properly because of h...Hartmut Kaiser
2007-09-12Fix the following bug submitted by Ted Kremenek:Steve Naroff
2007-09-12Generated files for previous patch.Dale Johannesen
2007-09-12Revise previous patch per review comments.Dale Johannesen
2007-09-12Compensate for partCount change in Bogus definitionDale Johannesen
2007-09-12Enable indirect encoding for the personality functionBill Wendling
2007-09-12Move dump out of class, use "\n" instead of endlDaniel Berlin
2007-09-12Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng
2007-09-12Fix date :)Anton Korobeynikov