aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-20Suppress build warning in -AssertsDaniel Dunbar
2009-08-20part of the previous commit for PIC16 ISR implementation.Sanjiv Gupta
2009-08-20Implement support for ISRs. Sanjiv Gupta
2009-08-20Reduce contention on the Attributes lock by using atomic operations for refer...Owen Anderson
2009-08-20Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson
2009-08-20Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by theSean Callanan
2009-08-20Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman
2009-08-20Add a comment explaining why llvm_unreachable_internal doesn't callDan Gohman
2009-08-20Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar
2009-08-20Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman
2009-08-20Clarify a few things in the inbounds description.Dan Gohman
2009-08-20Fixed header comment.Misha Brukman
2009-08-20Fix an obvious copy-n-paste bug.Evan Cheng
2009-08-20Use FileCheck for the test run where it's appropriate.Dale Johannesen
2009-08-20Various comment and whitespace cleanups.Dan Gohman
2009-08-20Update and fix some comments.Dan Gohman
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