- 0c439eb Eliminate target hook IsEligibleForTailCallOptimization. by Evan Cheng · 15 years ago
- a3e8883 pull linkage emission code out to a new EmitLinkage function. by Chris Lattner · 15 years ago
- 5c86974 remove a noop function. by Chris Lattner · 15 years ago
- 43cda02 Fix inline cost predictions with SCIENCE. by Jakob Stoklund Olesen · 15 years ago
- b11caed now that enough stuff is constified, move function header printing by Chris Lattner · 15 years ago
- eec791a constify a bunch of dwarf stuff now that the registerinfo method is constified. by Chris Lattner · 15 years ago
- 30c6b75 constify a method argument. by Chris Lattner · 15 years ago
- 330186e Before existing NamedMDNode entry in the symbol table, remove any existing entry with the same name. by Devang Patel · 15 years ago
- 976ac62 Remve unnecessary include. by Devang Patel · 15 years ago
- 0fd7f9d Add extra element to composite type. This new element will be used to record c++ class that holds current class's vtable. by Devang Patel · 15 years ago
- cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 15 years ago
- 2e2563b Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. by Rafael Espindola · 15 years ago
- 6a315c3 eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform that has it. by Chris Lattner · 15 years ago
- b06f3ad Tweak the way appendModuleInlineAsm works, so you aren't obliged by Duncan Sands · 15 years ago
- 871384f Regenerate configure. by Torok Edwin · 15 years ago
- ee49ad7 Remove warning about non return on a non-void function. by Bill Wendling · 15 years ago
- f1214cb eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is by Chris Lattner · 15 years ago
- 3b131d7 Now that printPICJumpTableSetLabel is not overloaded, by Chris Lattner · 15 years ago
- 589c6f6 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 15 years ago
- beeb93e add a new MachineJumpTableInfo::getJTISymbol method, by Chris Lattner · 15 years ago
- 13e97a2 stub out a new target hook, need some refactoring before I can implement it. by Chris Lattner · 15 years ago
- 6bf1def rename printPICJumpTableEntry -> EmitJumpTableEntry, by Chris Lattner · 15 years ago
- f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 15 years ago
- b84822f make MachineFunction keep track of its ID and make by Chris Lattner · 15 years ago
- b8da4ac this hook should be const. by Chris Lattner · 15 years ago
- 85fe078 Add support for target-specific 32-bit custom-lowered jump table entries. by Chris Lattner · 15 years ago
- e685f23 Add MDNode::getIfExists(), an efficient way to determine if a value is used by metadata (since metadata does not appear in a value's use list) by Victor Hernandez · 15 years ago
- 071c62f Rearrange handling of jump tables. Highlights: by Chris Lattner · 15 years ago
- da63b3a add a method to get the alignment of an integer type even by Chris Lattner · 15 years ago
- 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 15 years ago
- 718fb59 mcstreamerize gprel32 emission. by Chris Lattner · 15 years ago
- 798d125 handle the _set_ symbol with an MCSymbol. by Chris Lattner · 15 years ago
- 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 15 years ago
- cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 15 years ago
- bfcb096 sink an arm specific method out of asmprinter into the ARMAsmPrinter and by Chris Lattner · 15 years ago
- a6594fc mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 15 years ago
- ed0ab15 add symbol attribute support for the ELF .type directive. by Chris Lattner · 15 years ago
- 0327429 Change Value::getUnderlyingObject to have the MaxLookup value specified as a by Bob Wilson · 15 years ago
- 99328ad emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 15 years ago
- 6559d76 all supported target now have aligned common support. by Chris Lattner · 15 years ago
- abb992d change the canonical form of "cond ? -1 : 0" to be by Chris Lattner · 15 years ago
- 187361b Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 15 years ago
- 9eb158d mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 15 years ago
- f9f93e4 resolve a fixme: the "nonexecutable stack directive" is actually by Chris Lattner · 15 years ago
- 152a29b mcize visibility directives. by Chris Lattner · 15 years ago
- a5ad93a move the various directive enums out of the MCStreamer class by Chris Lattner · 15 years ago
- 52492ac Change constantexpr global variable initializers to convert the constants by Chris Lattner · 15 years ago
- 3a9be0e mcstreamerize .no_dead_strip and .reference for static ctors/dtors. by Chris Lattner · 15 years ago
- 3924868 mcize jump table and constant pool entry labels, .local on elf, by Chris Lattner · 15 years ago
- 05f8453 emit .ascii and .asciz through MCStreamer. by Chris Lattner · 15 years ago
- 4cf202b remove one form of EmitString, just use EmitBytes instead. We must by Chris Lattner · 15 years ago
- 2e36993 Avoid using "Type" as the variable name. by Devang Patel · 15 years ago
- faca549 move "EOL" from asmprinter to dwarfprinter. It should eventually by Chris Lattner · 15 years ago
- 894d75a move uleb printing from asmprinter to dwarfprinter, mcize, by Chris Lattner · 15 years ago
- bb9078a move sleb printing out of asmprinter into dwarf printer, make clients by Chris Lattner · 15 years ago
- bc5201f Remove MetadataBase class because it is not adding significant value. by Devang Patel · 15 years ago
- 5d74e1f Added a Register token to AsmToken and the appropriate by Sean Callanan · 15 years ago
- 5635156 Filled out the skeleton of the TargetAsmLexer to behave by Sean Callanan · 15 years ago
- 0ad9c91 inline away the trivial AsmPrinter::EOL() method. by Chris Lattner · 15 years ago
- 0595324 inline AsmPrinter::PrintHex into its two trivial callers. by Chris Lattner · 15 years ago
- 523a508 change this to be a static function instead of a method on asmprinter. by Chris Lattner · 15 years ago
- 14ca177 Changes to fix buffering that I forgot to commit with previous patch. by Chris Lattner · 15 years ago
- 0fd90fd Convert some more random-comment-printing stuff to use by Chris Lattner · 15 years ago
- d79d9dc add a new MCAsmStreamer::GetCommentOS method to simplify stuff by Chris Lattner · 15 years ago
- d32c7cf rename addComment -> AddComment for consistency. by Chris Lattner · 15 years ago
- a46918d Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 15 years ago
- 86e2211 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 15 years ago
- 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 15 years ago
- e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
- 6eeb734 give PassNameParser a home. by Chris Lattner · 15 years ago
- 36fe198 add an out-of-line virtual method to CmpInst to give it a home. by Chris Lattner · 15 years ago
- 476e9bd elimiante the dynamic_cast's from opt. by Chris Lattner · 15 years ago
- 3660eca eliminate a bunch of dynamic_cast's. by Chris Lattner · 15 years ago
- 5e664b8 eliminate a bunch of dynamic_cast's. by Chris Lattner · 15 years ago
- 96dc115 Add two target hooks to determine whether two loads are near and should be scheduled together. by Evan Cheng · 15 years ago
- cf220d5 Add DenseMapInfo for signed long long. by Evan Cheng · 15 years ago
- be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 15 years ago
- c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 15 years ago
- a27f64f allow registering target lexers. by Chris Lattner · 15 years ago
- af0d301 stub out a new TargetAsmLexer interface. by Chris Lattner · 15 years ago
- 7979b72 Revert LoopStrengthReduce.cpp to pre-r94061 for now. by Dan Gohman · 15 years ago
- 3ec68f9 Store flags in bitfields instead of masking them into the pointer for the left child. This leads to some nice conceptually cleanups. by Ted Kremenek · 15 years ago
- 8767d32 Tidy up assertion syntax. No functionality change. by Ted Kremenek · 15 years ago
- 6c146ee DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up looking for them in use iterations and remove OnlyUsedByDbgInfoIntrinsics() by Victor Hernandez · 15 years ago
- f38a33c back this out for now. Growing Function is not good. by Jim Grosbach · 15 years ago
- 629bff6 struct/class mismatch. by Benjamin Kramer · 15 years ago
- 1548b86 remove a couple of asserts that use RTTI. by Chris Lattner · 15 years ago
- a10756e Re-implement the main strength-reduction portion of LoopStrengthReduction. by Dan Gohman · 15 years ago
- ac8b4bf eliminate dynamic_cast from the pass manager. by Chris Lattner · 15 years ago
- d0a0c38 Make sure that landing pad entries in the EH call site table are in the proper by Jim Grosbach · 15 years ago
- 79036e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 15 years ago
- 73e884b make findDebugLoc a class method by Dale Johannesen · 15 years ago
- cf495bc by David Greene · 15 years ago
- 2033097 add some new methods to adjust this pointers. Not used yet. by Chris Lattner · 15 years ago
- 61186cd add a helper method. by Chris Lattner · 15 years ago
- f8526cb Move per-function inline threshold calculation to a method. by Jakob Stoklund Olesen · 15 years ago
- ea3cb40 inline and radically simplify printDataDirective. It will eventually by Chris Lattner · 15 years ago
- 2dd245c signficant cleanups to EmitGlobalConstant (including streamerization by Chris Lattner · 15 years ago
- 1658202 give createAsmStreamer an 'isLittleEndian' argument. by Chris Lattner · 15 years ago
- 8eeba35 revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 15 years ago