aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-20Add myself to the blame list.Benjamin Kramer
2009-08-20Correct ARM v7-A architecture name spelling and add note about hard float.Sandeep Patel
2009-08-20Don't try to build .bc version of libprofile if LLVMGCC isn't available.Daniel Dunbar
2009-08-20Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPEErick Tryzelaar
2009-08-20Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar
2009-08-20fix this back, thanks EliChris Lattner
2009-08-20Add some comments clarifying what appear to be the intent of variousDan Gohman
2009-08-20Reword a few comments for AnalyzeBranch and InsertBranch, and fixDan Gohman
2009-08-20Check for shared landing pads when assigning call site values. Invokes whichJim Grosbach
2009-08-20minor grammar tweakChris Lattner
2009-08-19Add an extra line to conform with preferred style.Dale Johannesen
2009-08-19Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug.Reid Kleckner
2009-08-19Fix a few places to check if TargetData is available before using it.Dan Gohman
2009-08-19Add a fast path for setName("") on an unnamed value.Daniel Dunbar
2009-08-19Loosen up the regex for this test so that it doesn't implicitlyDan Gohman
2009-08-19Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman
2009-08-19Update the release process some more. Lots of good details now.Tanya Lattner
2009-08-19Remove an unnecessary include. Now we won't have circular includeDavid Greene
2009-08-19AttrListPtr operations need to be atomic.Owen Anderson
2009-08-19Fix a bug in the over-index constant folding. When over-indexing anDan Gohman
2009-08-19Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen
2009-08-19Fixed error in CPPBackend from a contextification API change.Reid Kleckner
2009-08-19Switch IRBuilder to using Twine references for names.Daniel Dunbar
2009-08-19Add missing forward declaration.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Add a REQUIRES_FRAME_POINTER option to disable the frame pointerNicolas Geoffray
2009-08-19Add missing includes.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Get rid of a helgrind warning. If this is _actually_ a performance problem,Owen Anderson
2009-08-19Add missing includes.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Build runtime libraries by default.Daniel Dunbar
2009-08-19Add missing header.David Greene
2009-08-19Add triple parsing support for TCE.Eli Friedman
2009-08-19Unbreak GetBufferSize() on uninitialized streams. This fixes a problemDan Gohman
2009-08-19Tweak svn:ignoreDaniel Dunbar
2009-08-19Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar
2009-08-19Add min and max tests.Daniel Dunbar
2009-08-19Add SmallString::str (which returns a StringRef); this is more efficient thanDaniel Dunbar
2009-08-19Remove SmallString::append_*int* unit tests.Benjamin Kramer
2009-08-19Remove SmallString::append_*int* methods; how many copies of int -> strDaniel Dunbar
2009-08-19Change ValueSymbolTable to use raw_svector_ostream for string concatenation.Daniel Dunbar
2009-08-19Make this test platform neutral.Bill Wendling
2009-08-19Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar
2009-08-19Fix typoDaniel Dunbar