- eaf6036 MachO: Emit a version-min load command when possible. by Jim Grosbach · 12 years ago
- 2fb5bc3 Remove the linker_private and linker_private_weak linkages. by Rafael Espindola · 12 years ago
- f3336bc Reject alias to undefined symbols in the verifier. by Rafael Espindola · 12 years ago
- 2cd3c1b Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change) by David Blaikie · 12 years ago
- b1f25f1 Replace PROLOG_LABEL with a new CFI_INSTRUCTION. by Rafael Espindola · 12 years ago
- 698a8ab Move some dwarf emission routines to AsmPrinterDwarf.cpp. by Eric Christopher · 12 years ago
- dcb96e1 80-column fixups. by Eric Christopher · 12 years ago
- 3b30cb4 Remove shouldEmitUsedDirectiveFor. by Rafael Espindola · 12 years ago
- 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
- 8377085 Always print the implicit .text at the start of an asm file. by Rafael Espindola · 12 years ago
- 442f784 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
- 7072073 Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can now by Adrian Prantl · 12 years ago
- e31563c Fix a type error that crept into r202313. by Adrian Prantl · 12 years ago
- 918b9a7 Debug info: Refactor AsmPrinter::EmitDwarfRegOp to make the control flow by Adrian Prantl · 12 years ago
- a3ad4e6 move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
- daeafb4 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
- 7e198ad Revert r201622 and r201608. by Daniel Jasper · 12 years ago
- 09dcc6a Fix PR18743. by Rafael Espindola · 12 years ago
- f6830f4 Generate the DWARF stack frame decode operations in the function prologue for ARM/Thumb functions. by Artyom Skrobov · 12 years ago
- 7199fd5 Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits. by Adrian Prantl · 12 years ago
- cbcd578 Reapply r201180 with an additional error path. by Adrian Prantl · 12 years ago
- 80b6fd0 Revert "Debug info: Emit values in subregisters that do not have a separate" by Adrian Prantl · 12 years ago
- c4fd6b7 whitespace by Adrian Prantl · 12 years ago
- a83cc8a Debug info: Emit values in subregisters that do not have a separate by Adrian Prantl · 12 years ago
- 15b2669 Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- fa0f728 Pass the Mangler by reference. by Rafael Espindola · 12 years ago
- 61acf5d Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it. by Rafael Espindola · 12 years ago
- a005342 Refactor logic into a function predicate. by Rafael Espindola · 12 years ago
- b4eec1d Remove support for not using .loc directives. by Rafael Espindola · 12 years ago
- 7b51496 Use the default values. by Rafael Espindola · 12 years ago
- 499a748 Remove a redundant call to hasRawTextSupport. by Rafael Espindola · 12 years ago
- f166f6c Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' by Timur Iskhodzhanov · 12 years ago
- b366f01 Revert r200340, "Add line table debug info to COFF files when using a win32 triple." by NAKAMURA Takumi · 12 years ago
- e6c13e4 Change MCStreamer EmitInstruction interface to take subtarget info by David Woodhouse · 12 years ago
- 2c65964 Add line table debug info to COFF files when using a win32 triple. by Timur Iskhodzhanov · 12 years ago
- 0e2ccb2 Simplify the logic for deciding when to initialize the sections. by Rafael Espindola · 12 years ago
- 0b69481 Add an emitRawComment function and use it to simplify some uses of EmitRawText. by Rafael Espindola · 12 years ago
- dee1057 WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations by David Majnemer · 12 years ago
- 7157bb7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
- 9d2e0df Revert "Decouple dllexport/dllimport from linkage" by Nico Rieck · 12 years ago
- e43aaf7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
- 1995b9f Handle bundled terminators in isBlockOnlyReachableByFallthrough. by Jakob Stoklund Olesen · 12 years ago
- d48cdbf Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
- 894843c Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
- 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
- 5887356 Make the llvm mangler depend only on DataLayout. by Rafael Espindola · 12 years ago
- 8458862 Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's by Eric Christopher · 12 years ago
- db9ee00 Remove weak vtables. No functional change. by Juergen Ributzka · 12 years ago
- 2b5a0c9 On ELF and COFF treat linker_private like private. by Rafael Espindola · 12 years ago
- 1b01849 on darwin<10, fallback to .weak_definition (PPC,X86) by David Fang · 12 years ago
- 3b0ce93 Remove incorrect comment and pointless cast. by Eric Christopher · 12 years ago
- 038a5e4 const on its own line is confusing. by Eric Christopher · 12 years ago
- 1cd1444 Reland 196270 "Generalize debug info / EH emission in AsmPrinter" by Timur Iskhodzhanov · 12 years ago
- b927161 Revert r196270, "Generalize debug info / EH emission in AsmPrinter" by NAKAMURA Takumi · 12 years ago
- 4c719cf Generalize debug info / EH emission in AsmPrinter by Timur Iskhodzhanov · 12 years ago
- 04867ce Convert two char* that are only ever used as booleans to bool. by Rafael Espindola · 12 years ago
- f4e6b29 Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- 61b3d0c Remove an always true parameter. by Rafael Espindola · 12 years ago
- 119f307 Rename DwarfException methods so the new names are consistent with DwarfDebug and the style guide by Timur Iskhodzhanov · 12 years ago
- f8da6aa Reformat const for readability. by Eric Christopher · 12 years ago
- 4929301 Error if we see an alias to a declaration. by Rafael Espindola · 12 years ago
- c900303 Use type form of getIntPtrType. by Matt Arsenault · 12 years ago
- 716e740 Remove linkonce_odr_auto_hide. by Rafael Espindola · 12 years ago
- 6f1b285 Produce .weak_def_can_be_hidden for some linkonce_odr values by Rafael Espindola · 12 years ago
- 251a1bd Debug Info: code clean up. by Manman Ren · 12 years ago
- e133ed8 Move getSymbol to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- 79858aa Add a helper getSymbol to AsmPrinter. by Rafael Espindola · 12 years ago
- b028774 Reduce casting and use a fully covered switch. by Rafael Espindola · 12 years ago
- b768912 Fix CodeGen for different size address space GEPs by Matt Arsenault · 12 years ago
- e9f45e2 Emit prefix data after debug and EH directives. by Peter Collingbourne · 12 years ago
- 0018a59 Add support for metadata representing .ident directives. by Rafael Espindola · 12 years ago
- 660597d Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom comments for implicit defs by Justin Holewinski · 12 years ago
- 7852705 Add support for aliases with linkonce_odr. by Rafael Espindola · 12 years ago
- 40dddd7 Rename DataLayout variables TD -> DL by Matt Arsenault · 12 years ago
- 089ed89 Fixed debug_aranges handling for common symbols. by Richard Mitton · 12 years ago
- 21101b3 Added support for generate DWARF .debug_aranges sections automatically. by Richard Mitton · 12 years ago
- 3fa50f9 Implement function prefix data as an IR feature. by Peter Collingbourne · 12 years ago
- 0e76fa7 Add an instruction deprecation feature to TableGen. by Joey Gouly · 12 years ago
- b78df50 AsmPrinter: Get rid of llvm$workaround$fake$stub$ by David Majnemer · 12 years ago
- b12cf01 Add a function object to compare the first or second component of a std::pair. by Benjamin Kramer · 12 years ago
- 33fae69 Make a few more things const. by Bill Wendling · 12 years ago
- 2d092f0 Use a reference instead of making an unnecessary copy. Also use 'const'. by Bill Wendling · 12 years ago
- fb849b0 For COFF only: dwarf debug info output a label reference as a section relative item only when it's one of dw_from strp, sec_offset, ref_addr or op_call_ref instead of going by size. by Carlo Kok · 12 years ago
- 7af8baf Using the integrated assembler we'd fail to change section to the by Eric Christopher · 12 years ago
- 4382da9 Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB (with fix for 64bits msvc) by Carlo Kok · 12 years ago
- 6fda3b4 Revert r187597, "Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB." by NAKAMURA Takumi · 12 years ago
- afcc620 Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB. by Carlo Kok · 12 years ago
- d3a34f8 Add 'const' qualifiers to static const char* variables. by Craig Topper · 12 years ago
- 6161b94 Initialize AsmPrinter::MF in the constructor by Hal Finkel · 12 years ago
- 418d1d1 Reapply an improved version of r180816/180817. by Adrian Prantl · 12 years ago
- 316c374 Initialize object file info before output streamer by Nico Rieck · 12 years ago
- 64e1af8 Remove address spaces from MC. by Rafael Espindola · 12 years ago
- 5fdd68e 80-column and tab character fixes. by Eric Christopher · 12 years ago
- 81a4dc7 DebugInfo: PR14763/r183329 correct the location of indirect parameters by David Blaikie · 12 years ago
- b735b4d DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineInstrs by David Blaikie · 12 years ago
- 0252265b Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions by David Blaikie · 12 years ago
- c9380db DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offset when it's zero by David Blaikie · 12 years ago
- 2dbebcf Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE comments if the display name is empty by David Blaikie · 12 years ago
- ba36601 Teach AsmPrinter how to print odd constants. by Quentin Colombet · 12 years ago
- 70b1400 Don't reach into the middle of TargetMachine and cache one of its ivars. by Bill Wendling · 12 years ago