aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2010-04-28remove some default arguments to EmitAlignment.Chris Lattner
2010-04-28Refactor. Devang Patel
2010-04-27Use isReg(), isImm() and isFPImm().Devang Patel
2010-04-27Check operand type first.Devang Patel
2010-04-27Ignore DBG_VALUE instructions that points to undef values.Devang Patel
2010-04-27Identify when a lexical scope is split in to multiple instruction ranges. Emi...Devang Patel
2010-04-27Do not count kill, implicit_def instructions as printed instructions.Evan Cheng
2010-04-27round zero-byte .zerofill directives up to 1 byte. ThisChris Lattner
2010-04-26add a comment in verbose-asm mode indicating why a noop is being generated.Chris Lattner
2010-04-26on darwin empty functions need to codegen into something of non-zero length,Chris Lattner
2010-04-26Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...Devang Patel
2010-04-26fix PR6921 a different way. Intead of increasing theChris Lattner
2010-04-26Revert r102300/102301, which serious broke objc apps.Chris Lattner
2010-04-25Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner
2010-04-23Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004,Dan Gohman
2010-04-22Add comment.Devang Patel
2010-04-22Adjust debug range offsets for isWeakForLinker() functions.Devang Patel
2010-04-22Rename InsnAfterLabelMap and InsnBeforeLabelMap.Devang Patel
2010-04-22Keep track of MCSymbol used to mark beginning of a function.Devang Patel
2010-04-22At this point Start and End are not null.Devang Patel
2010-04-21Add command line option to disable debug info printing in .s file. This optio...Devang Patel
2010-04-21Identify when a lexical scope is split in to multiple instruction ranges. Emi...Devang Patel
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-20Bill's change in r95336 broke empty aggregates embeddedChris Lattner
2010-04-20Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cppDan Gohman
2010-04-19Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel
2010-04-17Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman
2010-04-17Use const_cast instead of a C-style cast to cast away const.Dan Gohman
2010-04-16Add support to emit dwarf ranges.Devang Patel
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-15Add comment.Devang Patel
2010-04-14There is no need to track compile unit offsets if there is only one compile u...Devang Patel
2010-04-14Remove dead code.Devang Patel
2010-04-14Clear MachineInstr->MCSymbol maps at the end of a function.Devang Patel
2010-04-13Do not include types without any definition in pubtypes list.Devang Patel
2010-04-09Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.Devang Patel
2010-04-09Add a missing dependency to this library when building with CMake.Chandler Carruth
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-04-08Rename a function.Devang Patel
2010-04-08implicit defs get added to the end of machine instrs sometimes. Scan the who...Chris Lattner
2010-04-08One instruction may start (or end) multiple lexical scopes. Devang Patel
2010-04-08Remove dead code.Devang Patel
2010-04-08Delete out of date comment.Devang Patel
2010-04-08Refactor.Devang Patel
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer
2010-04-07introduce a new recoverable error handling API to LLVMContextChris Lattner
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-07tidy upChris Lattner
2010-04-07add a comment line that got droppedChris Lattner