summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* eliminate uses of cerr()Chris Lattner2009-08-238-43/+47
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-2312-164/+112
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-232-16/+16
* remove various std::ostream version of printing methods fromChris Lattner2009-08-2312-71/+60
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-2212-12/+12
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-222-4/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-2223-184/+184
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-229-18/+18
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-223-209/+0
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-223-2/+5
* remove dead member.Chris Lattner2009-08-222-6/+2
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-2273-276/+271
* Record variable debug info at ISel time directly.Devang Patel2009-08-2211-133/+1
* Some dummy cost model for s390x:Anton Korobeynikov2009-08-222-3/+13
* Make x86 test actually test x86 code generation. Fix the Eli Friedman2009-08-221-2/+5
* Revert r79563Chris Lattner2009-08-212-177/+0
* revert r79562 + r79563Chris Lattner2009-08-2110-533/+280
* revert r79631Chris Lattner2009-08-212-0/+0
* revert 79631Chris Lattner2009-08-2110-197/+8
* Rename ARM "lane_cst" operands to "nohash_imm" since they are used forBob Wilson2009-08-215-18/+20
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-212-9/+74
* Add fcopysign instructionsAnton Korobeynikov2009-08-211-0/+7
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-211-47/+17
* Expand few nodes until someone will be crazy enough to implement them nativel...Anton Korobeynikov2009-08-211-2/+6
* Typo :(Anton Korobeynikov2009-08-211-2/+2
* Correct instruction names for subtract-with-borrowAnton Korobeynikov2009-08-211-2/+2
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-212-0/+45
* Fix a problem noticed by gcc-4.4:Duncan Sands2009-08-211-1/+1
* Fix -Asserts warning.Daniel Dunbar2009-08-211-2/+2
* Fix a typoAnton Korobeynikov2009-08-211-1/+1
* 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
* Remove #include <iostream>.Bill Wendling2009-08-211-1/+0
* 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
* 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
* 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
* 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
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-201-1/+1
OpenPOWER on IntegriCloud