| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate uses of cerr() | Chris Lattner | 2009-08-23 | 8 | -43/+47 |
* | eliminate the last DOUTs from the targets. | Chris Lattner | 2009-08-23 | 12 | -164/+112 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 2 | -16/+16 |
* | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 12 | -71/+60 |
* | Forgot to update some CMakeLists. | Benjamin Kramer | 2009-08-22 | 12 | -12/+12 |
* | Update CMake build, unbreak linux build. | Benjamin Kramer | 2009-08-22 | 2 | -4/+1 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 23 | -184/+184 |
* | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 9 | -18/+18 |
* | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner | 2009-08-22 | 3 | -209/+0 |
* | revert 79764, my dependencies failed me again. | Chris Lattner | 2009-08-22 | 3 | -2/+5 |
* | remove dead member. | Chris Lattner | 2009-08-22 | 2 | -6/+2 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 73 | -276/+271 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 11 | -133/+1 |
* | Some dummy cost model for s390x: | Anton Korobeynikov | 2009-08-22 | 2 | -3/+13 |
* | Make x86 test actually test x86 code generation. Fix the | Eli Friedman | 2009-08-22 | 1 | -2/+5 |
* | Revert r79563 | Chris Lattner | 2009-08-21 | 2 | -177/+0 |
* | revert r79562 + r79563 | Chris Lattner | 2009-08-21 | 10 | -533/+280 |
* | revert r79631 | Chris Lattner | 2009-08-21 | 2 | -0/+0 |
* | revert 79631 | Chris Lattner | 2009-08-21 | 10 | -197/+8 |
* | Rename ARM "lane_cst" operands to "nohash_imm" since they are used for | Bob Wilson | 2009-08-21 | 5 | -18/+20 |
* | Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, | Bob Wilson | 2009-08-21 | 2 | -9/+74 |
* | Add fcopysign instructions | Anton Korobeynikov | 2009-08-21 | 1 | -0/+7 |
* | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson | 2009-08-21 | 1 | -47/+17 |
* | Expand few nodes until someone will be crazy enough to implement them nativel... | Anton Korobeynikov | 2009-08-21 | 1 | -2/+6 |
* | Typo :( | Anton Korobeynikov | 2009-08-21 | 1 | -2/+2 |
* | Correct instruction names for subtract-with-borrow | Anton Korobeynikov | 2009-08-21 | 1 | -2/+2 |
* | Handle 'r' inline asm constraint | Anton Korobeynikov | 2009-08-21 | 2 | -0/+45 |
* | Fix a problem noticed by gcc-4.4: | Duncan Sands | 2009-08-21 | 1 | -1/+1 |
* | Fix -Asserts warning. | Daniel Dunbar | 2009-08-21 | 1 | -2/+2 |
* | Fix a typo | Anton Korobeynikov | 2009-08-21 | 1 | -1/+1 |
* | Add a pass to do call graph analyis to overlay the autos and frame sections of | Sanjiv Gupta | 2009-08-21 | 10 | -8/+202 |
* | More cpp backend fixes. Now for FP stuff. | Anton Korobeynikov | 2009-08-21 | 1 | -3/+3 |
* | Fix some typos and use type-based isel for VZIP/VUZP/VTRN | Anton Korobeynikov | 2009-08-21 | 4 | -56/+56 |
* | Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu... | Anton Korobeynikov | 2009-08-21 | 3 | -9/+6720 |
* | Add nodes & dummy matchers for some v{zip,uzp,trn} instructions | Anton Korobeynikov | 2009-08-21 | 3 | -0/+51 |
* | Expand EXTRACT_SUBVECTOR | Anton Korobeynikov | 2009-08-21 | 1 | -0/+1 |
* | Provide vext.{16,32} | Anton Korobeynikov | 2009-08-21 | 2 | -13/+23 |
* | Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas... | Anton Korobeynikov | 2009-08-21 | 2 | -15/+34 |
* | Remove #include <iostream>. | Bill Wendling | 2009-08-21 | 1 | -1/+0 |
* | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 1 | -57/+0 |
* | Re-revert r79555. Apparently it's not just buildbot weirdness. | Owen Anderson | 2009-08-20 | 1 | -35/+52 |
* | Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn... | Owen Anderson | 2009-08-20 | 1 | -52/+35 |
* | --- Reverse-merging r79555 into '.': | Bill Wendling | 2009-08-20 | 1 | -35/+52 |
* | part of the previous commit for PIC16 ISR implementation. | Sanjiv Gupta | 2009-08-20 | 2 | -0/+178 |
* | Implement support for ISRs. | Sanjiv Gupta | 2009-08-20 | 10 | -280/+528 |
* | Make the StructType->StructLayout table private to TargetData, allowing us to... | Owen Anderson | 2009-08-20 | 1 | -52/+35 |
* | Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by the | Sean Callanan | 2009-08-20 | 1 | -2/+2 |
* | Fix an x86 code size regression: prefer RIP-relative addressing | Dan Gohman | 2009-08-20 | 1 | -0/+13 |
* | Fix an obvious copy-n-paste bug. | Evan Cheng | 2009-08-20 | 1 | -1/+1 |