| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove printSuffixedName. | Chris Lattner | 2009-07-15 | 1 | -27/+5 |
| * | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 5 | -66/+81 |
| * | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 2 | -6/+6 |
| * | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 4 | -16/+16 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 36 | -153/+153 |
| * | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 4 | -16/+16 |
| * | eliminate extra space. | Edwin Török | 2009-07-14 | 1 | -1/+1 |
| * | rename getValueName -> getMangledName. These two files have very | Chris Lattner | 2009-07-14 | 1 | -11/+11 |
| * | Rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 3 | -5/+5 |
| * | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 2 | -4/+4 |
| * | Do not use Mangler to remove '1' from linkage name. | Devang Patel | 2009-07-14 | 1 | -13/+4 |
| * | Fix pr4544. When remating, make sure the destination register fits the instru... | Evan Cheng | 2009-07-14 | 1 | -0/+11 |
| * | Revert an accidental commit. | Evan Cheng | 2009-07-13 | 1 | -1/+1 |
| * | Use assertion. | Devang Patel | 2009-07-13 | 1 | -2/+4 |
| * | Cleanup the global emission and refactor some code | Bruno Cardoso Lopes | 2009-07-13 | 4 | -104/+110 |
| * | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman | 2009-07-13 | 1 | -0/+1 |
| * | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 1 | -2/+6 |
| * | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel | 2009-07-13 | 1 | -4/+9 |
| * | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
| * | revert rev. 75503 for now. | Devang Patel | 2009-07-13 | 2 | -19/+4 |
| * | Use Mangler to remove leading '1' from linkage names. | Devang Patel | 2009-07-13 | 2 | -4/+19 |
| * | Add infrastructure to allow post instruction printing action triggers. | David Greene | 2009-07-13 | 1 | -0/+13 |
| * | Match declaration to definition (missed a few). | Daniel Dunbar | 2009-07-13 | 1 | -3/+3 |
| * | Match declaration to definition. | Daniel Dunbar | 2009-07-13 | 2 | -2/+2 |
| * | Removed some junk code that snuck in to an earlier commit. | Lang Hames | 2009-07-13 | 1 | -5/+0 |
| * | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 7 | -14/+21 |
| * | Match declaration to definition. | Daniel Dunbar | 2009-07-12 | 1 | -1/+1 |
| * | remove llvm.part.set.* and llvm.part.select.*. They have never been | Chris Lattner | 2009-07-12 | 2 | -348/+0 |
| * | Fix assert(0) conversion, as suggested by Chris. | Edwin Török | 2009-07-12 | 4 | -20/+19 |
| * | Implement support for promotion of AND/OR/XOR on integer types. | Jakob Stoklund Olesen | 2009-07-12 | 1 | -8/+19 |
| * | Fix types in PromoteNode handling of CTPOP and friends. | Jakob Stoklund Olesen | 2009-07-12 | 1 | -3/+3 |
| * | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 30 | -98/+113 |
| * | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Edwin Török | 2009-07-11 | 23 | -156/+183 |
| * | Fix up support for OptionalDefOperand when it defaults to an actual register ... | Evan Cheng | 2009-07-11 | 1 | -4/+16 |
| * | Use CreateStackStoreLoad helper in more places. | Eli Friedman | 2009-07-11 | 2 | -36/+4 |
| * | Two-address pass should use findCommutedOpIndices to determine what registers... | Evan Cheng | 2009-07-11 | 1 | -3/+10 |
| * | Use findCommutedOpIndices to find the operands to commute. | Evan Cheng | 2009-07-10 | 1 | -3/+13 |
| * | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene | 2009-07-10 | 1 | -19/+0 |
| * | Avoid compiler warnings if assertions turned off. | Duncan Sands | 2009-07-10 | 1 | -0/+2 |
| * | Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd... | Evan Cheng | 2009-07-10 | 3 | -22/+60 |
| * | Eliminate an unnecessary include. | David Greene | 2009-07-10 | 1 | -2/+0 |
| * | Redesign this to avoid standard stream classes. This stream class | David Greene | 2009-07-09 | 1 | -0/+21 |
| * | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -1/+1 |
| * | Fix an apparent copy-and-paste problem in an error message. | Bob Wilson | 2009-07-09 | 1 | -1/+1 |
| * | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman | 2009-07-09 | 4 | -55/+24 |
| * | As Chris pointed out, we don't actually need to pass the context around here. | Owen Anderson | 2009-07-09 | 2 | -3/+3 |
| * | back out r75156 for now. | Chris Lattner | 2009-07-09 | 1 | -47/+0 |
| * | Add some classes to produce pretty-printed asm. We'll use these | David Greene | 2009-07-09 | 1 | -0/+47 |
| * | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 9 | -31/+43 |
| * | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng | 2009-07-09 | 1 | -1/+6 |