| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 80 col violation. | Evan Cheng | 2009-07-25 | 1 | -1/+2 |
* | Convert a few more things to use raw_ostream. | Dan Gohman | 2009-07-25 | 6 | -44/+42 |
* | Get rid of a couple of unnecessary getOpcode calls. | Evan Cheng | 2009-07-25 | 2 | -2/+2 |
* | Teach ScalarEvolution to make use of no-overflow flags when | Dan Gohman | 2009-07-25 | 1 | -2/+37 |
* | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 3 | -23/+17 |
* | Instead of eagerly creating new SCEVs to replace all SCEVs that are | Dan Gohman | 2009-07-25 | 1 | -103/+56 |
* | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 7 | -41/+45 |
* | Another TODO. | Evan Cheng | 2009-07-25 | 1 | -0/+6 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 12 | -72/+74 |
* | 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 |
* | 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 | 1 | -0/+2 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 52 | -1179/+887 |
* | AliasAnalysis wants sizes in address-units, not bits. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Fix assert assembling zero-argument constant GEP. | Eli Friedman | 2009-07-24 | 1 | -2/+3 |
* | 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 | 1 | -1/+1 |
* | change SectionKindForGlobal from being a public (and | Chris Lattner | 2009-07-24 | 1 | -17/+9 |
* | Disable my constant island pass optimization (to make use soimm more effectiv... | Evan Cheng | 2009-07-24 | 2 | -4/+7 |
* | make SectionKindForGlobal target independent, and therefore non-virtual. | Chris Lattner | 2009-07-24 | 4 | -51/+72 |
* | 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 | 5 | -14/+14 |
* | make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ... | Chris Lattner | 2009-07-24 | 3 | -18/+30 |
* | 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 | 4 | -13/+20 |
* | 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 | 4 | -30/+31 |
* | 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 | 2 | -25/+28 |
* | 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 | 1 | -6/+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 | 6 | -8/+51 |
* | Move more to raw_ostream. | Daniel Dunbar | 2009-07-24 | 2 | -7/+8 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 3 | -71/+73 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 11 | -35/+35 |
* | Allow llvm_report_error to accept a Twine. | Daniel Dunbar | 2009-07-24 | 1 | -3/+12 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 16 | -474/+0 |
* | Update CMake | Daniel Dunbar | 2009-07-24 | 1 | -0/+1 |
* | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 1 | -0/+91 |
* | hoist section name uniquing logic up to the top-level SectionForGlobal | Chris Lattner | 2009-07-24 | 3 | -28/+26 |