| Commit message (Expand) | Author | Age | Files | Lines |
* | fix comment | Bruno Cardoso Lopes | 2009-07-27 | 1 | -1/+1 |
* | add module identifier to the elf object file | Bruno Cardoso Lopes | 2009-07-27 | 3 | -9/+26 |
* | Sink getSectionPrefixForUniqueGlobal down into the TAI | Chris Lattner | 2009-07-27 | 6 | -126/+155 |
* | remove dead code. | Chris Lattner | 2009-07-27 | 2 | -6/+3 |
* | Handle external symbols for ELF and add some static methods to ELFSym | Bruno Cardoso Lopes | 2009-07-27 | 4 | -46/+155 |
* | More DCE. | Evan Cheng | 2009-07-27 | 4 | -17/+1 |
* | convertToThreeAddress can't handle Thumb2 instructions (which don't have same... | Evan Cheng | 2009-07-27 | 1 | -10/+7 |
* | Initialize mdnNext. | Devang Patel | 2009-07-27 | 1 | -1/+1 |
* | Get rid of more dead code. | Evan Cheng | 2009-07-27 | 5 | -9/+1 |
* | Many of Daniel's fixes. | Sean Callanan | 2009-07-27 | 1 | -15/+14 |
* | Cosmetic change. | Evan Cheng | 2009-07-27 | 1 | -2/+4 |
* | Clean up. | Evan Cheng | 2009-07-27 | 2 | -5/+6 |
* | CMake configuration: find mkdtemp, mkstemp, mktemp. | Douglas Gregor | 2009-07-27 | 2 | -3/+6 |
* | Get rid of some more getOpcode calls. | Evan Cheng | 2009-07-27 | 6 | -33/+46 |
* | Fix build. | Mike Stump | 2009-07-27 | 1 | -0/+1 |
* | Following discussion on llvm-dev ("proposed new rule for getelementptr"), | Dan Gohman | 2009-07-27 | 1 | -0/+49 |
* | Remove duplicate entries while printing decls for external symbols. | Sanjiv Gupta | 2009-07-27 | 1 | -2/+23 |
* | CMake: make sure that the *.inc files for libSystem show up in the resulting | Douglas Gregor | 2009-07-27 | 1 | -0/+23 |
* | add an explanatory comment about why we drop these in readonly and | Chris Lattner | 2009-07-27 | 1 | -2/+6 |
* | Do not seed mstadata into the value map. | Devang Patel | 2009-07-27 | 1 | -25/+4 |
* | make COFF work like ELF and macho, by splitting out into its own | Chris Lattner | 2009-07-27 | 5 | -68/+113 |
* | don't create default text/data sections for all targets. | Chris Lattner | 2009-07-27 | 1 | -2/+0 |
* | Apparently alpha doesn't use ElfTargetAsmInfo (?) | Chris Lattner | 2009-07-27 | 1 | -0/+3 |
* | Thumb-2 does not have RSC. | David Goodwin | 2009-07-27 | 1 | -34/+1 |
* | Add ".w" suffix for wide thumb-2 instructions. | David Goodwin | 2009-07-27 | 48 | -166/+167 |
* | inline a method. | Chris Lattner | 2009-07-27 | 2 | -34/+25 |
* | apparently we have "windows" and "coff", which are different(?) | Chris Lattner | 2009-07-27 | 1 | -0/+3 |
* | sink text/data section creation down into the target-specific places that | Chris Lattner | 2009-07-27 | 2 | -1/+5 |
* | Test case to check that separate section is created for a global variable spe... | Sanjiv Gupta | 2009-07-27 | 1 | -0/+5 |
* | Change the assembly syntax for nsw, nuw, and exact, putting them | Dan Gohman | 2009-07-27 | 7 | -151/+131 |
* | Fix wording in comments. | Dan Gohman | 2009-07-27 | 2 | -2/+2 |
* | update testcase. | Chris Lattner | 2009-07-27 | 1 | -1/+1 |
* | 32-bit darwin targets support .literal16 too. | Chris Lattner | 2009-07-27 | 2 | -10/+4 |
* | Remove trailing slashes from include paths. Some versions of mingw don't like... | Benjamin Kramer | 2009-07-27 | 2 | -2/+2 |
* | Test commit: fix typo | Benjamin Kramer | 2009-07-27 | 1 | -1/+1 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 15 | -111/+108 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 24 | -239/+191 |
* | If CPSR is modified but the def is dead, then it's ok to fold the load / store. | Evan Cheng | 2009-07-27 | 1 | -2/+3 |
* | Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m... | Evan Cheng | 2009-07-27 | 7 | -31/+76 |
* | Generate a libcall for i8 multiply. | Sanjiv Gupta | 2009-07-27 | 2 | -0/+16 |
* | fixed incorrect lowering of ISD::SUB node. SUB has only one result value. | Sanjiv Gupta | 2009-07-27 | 1 | -5/+14 |
* | Use the right instructions to copy between GPR and the more strictive tGPR cl... | Evan Cheng | 2009-07-27 | 2 | -5/+12 |
* | Merge isLoadFromStackSlot into one since it behaves the same regardless of su... | Evan Cheng | 2009-07-27 | 3 | -49/+23 |
* | Just use a single isMoveInstr to catch all the cases. | Evan Cheng | 2009-07-27 | 3 | -32/+12 |
* | Rename tMOVhi2lor to tMOVgpr2tgpr. It's not moving from a high register to a ... | Evan Cheng | 2009-07-26 | 4 | -24/+24 |
* | Reorganize code a bit to reduce indentation. No visible functionality | Eli Friedman | 2009-07-26 | 1 | -287/+287 |
* | Fix libLTO: | Nick Lewycky | 2009-07-26 | 2 | -6/+13 |
* | Don't use llvm_report_error in libSystem, this is a layering violation. | Daniel Dunbar | 2009-07-26 | 1 | -2/+2 |
* | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner | 2009-07-26 | 16 | -51/+36 |
* | Refactor. Get rid of a few more getOpcode() calls. | Evan Cheng | 2009-07-26 | 6 | -18/+44 |