summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Testcase for r79597.Bill Wendling2009-08-21
* Update error messages for '+'. Fix grammar and make the twoEric Christopher2009-08-21
* Fix trailing whitespace and 80-col violation.Eric Christopher2009-08-21
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-21
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-21
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-21
* Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson2009-08-20
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-20
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-20
* Use FileCheck even though this means testing for somethingDale Johannesen2009-08-20
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-20
* Attempt to comment this code more.Bill Wendling2009-08-20
* Suppress build warning in -AssertsDaniel Dunbar2009-08-20
* part of the previous commit for PIC16 ISR implementation.Sanjiv Gupta2009-08-20
* Implement support for ISRs. Sanjiv Gupta2009-08-20
* Reduce contention on the Attributes lock by using atomic operations for refer...Owen Anderson2009-08-20
* Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson2009-08-20
* Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by theSean Callanan2009-08-20
* Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman2009-08-20
* Add a comment explaining why llvm_unreachable_internal doesn't callDan Gohman2009-08-20
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-20
* Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman2009-08-20
* Clarify a few things in the inbounds description.Dan Gohman2009-08-20
* Fixed header comment.Misha Brukman2009-08-20
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-20
* Use FileCheck for the test run where it's appropriate.Dale Johannesen2009-08-20
* Various comment and whitespace cleanups.Dan Gohman2009-08-20
* Update and fix some comments.Dan Gohman2009-08-20
* Add myself to the blame list.Benjamin Kramer2009-08-20
* Correct ARM v7-A architecture name spelling and add note about hard float.Sandeep Patel2009-08-20
* Don't try to build .bc version of libprofile if LLVMGCC isn't available.Daniel Dunbar2009-08-20
* Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPEErick Tryzelaar2009-08-20
* Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar2009-08-20
* fix this back, thanks EliChris Lattner2009-08-20
* Add some comments clarifying what appear to be the intent of variousDan Gohman2009-08-20
* Reword a few comments for AnalyzeBranch and InsertBranch, and fixDan Gohman2009-08-20
* Check for shared landing pads when assigning call site values. Invokes whichJim Grosbach2009-08-20
* minor grammar tweakChris Lattner2009-08-20
* Add an extra line to conform with preferred style.Dale Johannesen2009-08-19
* Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug.Reid Kleckner2009-08-19
* Fix a few places to check if TargetData is available before using it.Dan Gohman2009-08-19
* Add a fast path for setName("") on an unnamed value.Daniel Dunbar2009-08-19
* Loosen up the regex for this test so that it doesn't implicitlyDan Gohman2009-08-19
* Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman2009-08-19
* Update the release process some more. Lots of good details now.Tanya Lattner2009-08-19
* Remove an unnecessary include. Now we won't have circular includeDavid Greene2009-08-19
* AttrListPtr operations need to be atomic.Owen Anderson2009-08-19
* Fix a bug in the over-index constant folding. When over-indexing anDan Gohman2009-08-19
* Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen2009-08-19
* Fixed error in CPPBackend from a contextification API change.Reid Kleckner2009-08-19