summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-22
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-22
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-22
* remove dead member.Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* Some dummy cost model for s390x:Anton Korobeynikov2009-08-22
* Make x86 test actually test x86 code generation. Fix the Eli Friedman2009-08-22
* Revert r79563Chris Lattner2009-08-21
* revert r79562 + r79563Chris Lattner2009-08-21
* revert r79631Chris Lattner2009-08-21
* revert 79631Chris Lattner2009-08-21
* Rename ARM "lane_cst" operands to "nohash_imm" since they are used forBob Wilson2009-08-21
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-21
* Add fcopysign instructionsAnton Korobeynikov2009-08-21
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-21
* Expand few nodes until someone will be crazy enough to implement them nativel...Anton Korobeynikov2009-08-21
* Typo :(Anton Korobeynikov2009-08-21
* Correct instruction names for subtract-with-borrowAnton Korobeynikov2009-08-21
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-21
* Fix a problem noticed by gcc-4.4:Duncan Sands2009-08-21
* Fix -Asserts warning.Daniel Dunbar2009-08-21
* Fix a typoAnton Korobeynikov2009-08-21
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-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 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
* Remove #include <iostream>.Bill Wendling2009-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
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-20
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-20
* part of the previous commit for PIC16 ISR implementation.Sanjiv Gupta2009-08-20
* Implement support for ISRs. Sanjiv Gupta2009-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
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-20
* Update and fix some comments.Dan Gohman2009-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
* 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