aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-2110-8/+202
* More cpp backend fixes. Now for FP stuff.Anton Korobeynikov2009-08-211-3/+3
* Fix some typos and use type-based isel for VZIP/VUZP/VTRNAnton Korobeynikov2009-08-214-56/+56
* Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...Anton Korobeynikov2009-08-213-9/+6720
* Add nodes & dummy matchers for some v{zip,uzp,trn} instructionsAnton Korobeynikov2009-08-213-0/+51
* Expand EXTRACT_SUBVECTORAnton Korobeynikov2009-08-211-0/+1
* Provide vext.{16,32}Anton Korobeynikov2009-08-212-13/+23
* Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas...Anton Korobeynikov2009-08-212-15/+34
* Update CMakeLists.Benjamin Kramer2009-08-211-0/+3
* bug 4530: Make debug information static to it is preservered during bitcode l...Richard Pennington2009-08-211-2/+2
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-212-0/+398
* Remove #include <iostream>.Bill Wendling2009-08-211-1/+0
* Clean up the APInt function getDigit.Erick Tryzelaar2009-08-211-21/+19
* Update error messages for '+'. Fix grammar and make the twoEric Christopher2009-08-211-4/+5
* Fix trailing whitespace and 80-col violation.Eric Christopher2009-08-211-120/+121
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-211-30/+42
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-211-6/+11
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-211-57/+0
* Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson2009-08-201-35/+52
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-201-28/+34
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-201-52/+35
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-201-35/+52
* Attempt to comment this code more.Bill Wendling2009-08-201-27/+122
* Suppress build warning in -AssertsDaniel Dunbar2009-08-201-0/+1
* part of the previous commit for PIC16 ISR implementation.Sanjiv Gupta2009-08-202-0/+178
* Implement support for ISRs. Sanjiv Gupta2009-08-2010-280/+528
* Reduce contention on the Attributes lock by using atomic operations for refer...Owen Anderson2009-08-201-7/+7
* Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson2009-08-201-52/+35
* Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by theSean Callanan2009-08-201-2/+2
* Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman2009-08-201-0/+13
* Add a comment explaining why llvm_unreachable_internal doesn't callDan Gohman2009-08-201-0/+3
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-201-2/+2
* Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman2009-08-207-24/+24
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-201-1/+1
* Various comment and whitespace cleanups.Dan Gohman2009-08-203-14/+17
* Update and fix some comments.Dan Gohman2009-08-201-7/+7
* Check for shared landing pads when assigning call site values. Invokes whichJim Grosbach2009-08-201-20/+34
* Add an extra line to conform with preferred style.Dale Johannesen2009-08-191-1/+2
* Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug.Reid Kleckner2009-08-191-3/+5
* Fix a few places to check if TargetData is available before using it.Dan Gohman2009-08-191-2/+2
* Add a fast path for setName("") on an unnamed value.Daniel Dunbar2009-08-191-0/+4
* AttrListPtr operations need to be atomic.Owen Anderson2009-08-191-0/+4
* Fix a bug in the over-index constant folding. When over-indexing anDan Gohman2009-08-191-8/+24
* Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen2009-08-191-0/+12
* Fixed error in CPPBackend from a contextification API change.Reid Kleckner2009-08-191-3/+4
* Add missing forward declaration.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+1