| Commit message (Expand) | Author | Age | Files | Lines |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 45 | -256/+302 |
* | ARM code emitter can't handle Thumb2 instructions yet. So don't even try. | Evan Cheng | 2009-07-25 | 1 | -4/+3 |
* | Tweak, raw_ostream is a ostream, not iostream replacement | Daniel Dunbar | 2009-07-24 | 1 | -3/+3 |
* | Fix build for GCC 4.0? | Daniel Dunbar | 2009-07-24 | 1 | -0/+1 |
* | Fix compile with 4.4 (I hope?); PR4617. | Daniel Dunbar | 2009-07-24 | 1 | -1/+1 |
* | Forward-declare raw_ostream. | Andreas Bolka | 2009-07-24 | 2 | -1/+3 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 67 | -1254/+960 |
* | CodingStandards: Emphasize use of raw_ostream more. | Daniel Dunbar | 2009-07-24 | 1 | -3/+24 |
* | AliasAnalysis wants sizes in address-units, not bits. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Forgot this test earlier. | Evan Cheng | 2009-07-24 | 1 | -0/+29 |
* | Fix these tests. | Evan Cheng | 2009-07-24 | 2 | -2/+2 |
* | Fix assert assembling zero-argument constant GEP. | Eli Friedman | 2009-07-24 | 2 | -2/+8 |
* | Uh. It would be useful to actually print the operand. | Evan Cheng | 2009-07-24 | 1 | -1/+1 |
* | fix some predicates | Chris Lattner | 2009-07-24 | 2 | -6/+5 |
* | change SectionKindForGlobal from being a public (and | Chris Lattner | 2009-07-24 | 2 | -23/+9 |
* | Disable my constant island pass optimization (to make use soimm more effectiv... | Evan Cheng | 2009-07-24 | 2 | -4/+7 |
* | Move insertps tests to sse41 combo test file, convert to filecheck | Eric Christopher | 2009-07-24 | 2 | -13/+31 |
* | make SectionKindForGlobal target independent, and therefore non-virtual. | Chris Lattner | 2009-07-24 | 6 | -54/+73 |
* | Add a workaround for Darwin assembler bug where it's not setting the thumb bi... | Evan Cheng | 2009-07-24 | 1 | -2/+20 |
* | we already know the sectionkind when invoking SelectSectionForGlobal, | Chris Lattner | 2009-07-24 | 8 | -17/+20 |
* | make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ... | Chris Lattner | 2009-07-24 | 4 | -22/+43 |
* | Fix this condition I accidentally inverted. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Add support for promoting SETCC operations. | Jakob Stoklund Olesen | 2009-07-24 | 5 | -15/+25 |
* | Make sure thumb2 jumptable entries are aligned. | Evan Cheng | 2009-07-24 | 3 | -15/+19 |
* | Clean up. | Evan Cheng | 2009-07-24 | 1 | -3/+1 |
* | Replace use of std::set with SmallPtrSet. | Evan Cheng | 2009-07-24 | 1 | -3/+5 |
* | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman | 2009-07-24 | 5 | -32/+33 |
* | Add specific classes for Add, Sub, and Mul, for convenience. | Dan Gohman | 2009-07-24 | 1 | -0/+51 |
* | start refactoring pic16 section selection logic. | Chris Lattner | 2009-07-24 | 2 | -16/+13 |
* | move ELF-specific code into ELFTargetAsmInfo. | Chris Lattner | 2009-07-24 | 4 | -26/+40 |
* | tidy up | Chris Lattner | 2009-07-24 | 1 | -3/+4 |
* | split the ELF-specific section flag inference-from-name code out | Chris Lattner | 2009-07-24 | 1 | -25/+32 |
* | make SectionFlagsForGlobal a private static function instead of a public | Chris Lattner | 2009-07-24 | 2 | -13/+6 |
* | move a method up in the file, GV is always non-null, so remove a check. | Chris Lattner | 2009-07-24 | 1 | -61/+62 |
* | There is no need to pass the name into lib/Target/TargetAsmInfo.cpp | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | remove a use of SectionFlagsForGlobal. | Chris Lattner | 2009-07-24 | 1 | -3/+4 |
* | Another getName -> getNameStr | Daniel Dunbar | 2009-07-24 | 1 | -1/+1 |
* | More move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -4/+3 |
* | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar | 2009-07-24 | 8 | -8/+67 |
* | Move more to raw_ostream. | Daniel Dunbar | 2009-07-24 | 2 | -7/+8 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 4 | -74/+77 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 12 | -36/+36 |
* | Allow llvm_report_error to accept a Twine. | Daniel Dunbar | 2009-07-24 | 2 | -3/+16 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 17 | -496/+0 |
* | Fix constructor types | Daniel Dunbar | 2009-07-24 | 1 | -2/+2 |
* | Update CMake | Daniel Dunbar | 2009-07-24 | 1 | -0/+1 |
* | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 3 | -0/+501 |
* | Convert a test to FileCheck. | Evan Cheng | 2009-07-24 | 1 | -4/+3 |
* | hoist section name uniquing logic up to the top-level SectionForGlobal | Chris Lattner | 2009-07-24 | 3 | -28/+26 |
* | Implement getSectionPrefixForUniqueGlobal to return null, indicating that | Chris Lattner | 2009-07-24 | 1 | -0/+6 |