summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-21
* Fix -Asserts warning.Daniel Dunbar2009-08-21
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-21
* Fix a typoAnton Korobeynikov2009-08-21
* Removed profiling test, lli not available on all platforms.Andreas Neustifter2009-08-21
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-21
* Fix build on platforms where stdint.h is not implicitly included in the stand...Benjamin Kramer2009-08-21
* More cpp backend fixes. Now for FP stuff.Anton Korobeynikov2009-08-21
* Fix some typos and use type-based isel for VZIP/VUZP/VTRNAnton Korobeynikov2009-08-21
* Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...Anton Korobeynikov2009-08-21
* Add simple cost model to perfect shuffle. Currently we're doing just greedy s...Anton Korobeynikov2009-08-21
* Add nodes & dummy matchers for some v{zip,uzp,trn} instructionsAnton Korobeynikov2009-08-21
* Expand EXTRACT_SUBVECTORAnton Korobeynikov2009-08-21
* Provide vext.{16,32}Anton Korobeynikov2009-08-21
* Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas...Anton Korobeynikov2009-08-21
* Whitespace cleanupAnton Korobeynikov2009-08-21
* Update CMakeLists.Benjamin Kramer2009-08-21
* bug 4530: Make debug information static to it is preservered during bitcode l...Richard Pennington2009-08-21
* Added tests for Profiling Infrastructure.Andreas Neustifter2009-08-21
* Make for 32-bit only.Bill Wendling2009-08-21
* Tweak svn:ignoreDaniel Dunbar2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21
* llvm-mc: Various section parsing fixes.Daniel Dunbar2009-08-21
* Probably should emit bitcode instead of text.Bill Wendling2009-08-21
* Don't install llvm-mc by default.Daniel Dunbar2009-08-21
* Remove #include <iostream>.Bill Wendling2009-08-21
* Clean up the APInt function getDigit.Erick Tryzelaar2009-08-21
* Correct for recent assert change.Bill Wendling2009-08-21
* 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