- 3b9733f [MC] Move EH DWARF encodings from MC to CodeGen, NFC by Reid Kleckner · 7 years ago
- af7b183 Remove trailing space by Fangrui Song · 7 years ago
- 717390c Remove boolean argument from isSuitableFromBSS. by Eric Christopher · 7 years ago
- 9532fa4 Cleanups for getKindForGlobal: by Eric Christopher · 7 years ago
- 42e9b96 Remove an unneeded (& mislayered) include from Target/TargetLoweringObjectFile on a CodeGen header by David Blaikie · 7 years ago
- fe42bd5 Move TargetLoweringObjectFile from CodeGen to Target to fix layering by David Blaikie · 7 years ago
- a5bd543 Place undefined globals in .bss instead of .data by Eli Friedman · 8 years ago
- 3ac3c01 Remove redundant includes from lib/Target/*.cpp. by Michael Zolotukhin · 8 years ago
- e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
- 2600a67 Don't pass the code model to MC by Rafael Espindola · 8 years ago
- 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
- 13aa077 Add support for #pragma clang section by Javed Absar · 8 years ago
- 4d5ff6d Remove unnecessary conditions as suggested by clang-tidy. NFC by Gabor Horvath · 8 years ago
- 3bd3533 [TargetLowering] Simplfiy a bit. NFCI. by Davide Italiano · 9 years ago
- bc347f2 CodeGen: simplify TargetMachine::getSymbol interface. NFC. by Tim Northover · 9 years ago
- 80e2a2f Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject. by Peter Collingbourne · 9 years ago
- 6c1574b Trying to fix Mangler memory leak in TargetLoweringObjectFile. by Eric Liu · 9 years ago
- 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
- b85d8f4 [ARM] Add support for embedded position-independent code by Oliver Stannard · 9 years ago
- f62d1a8 Use isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
- 3cc0721 Simplify. NFC. by Rafael Espindola · 9 years ago
- 63b34cd IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
- 2dc6371 Don't pass a Reloc::Model to MC. by Rafael Espindola · 9 years ago
- b23b0ff [X86] Create mergeable constant pool entries for AVX by David Majnemer · 9 years ago
- 36935fd [X86] Use the correct alignment for COMDAT constant pool entries by David Majnemer · 10 years ago
- cfc74b7 Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
- 8dcaa9f Drop prelink support. by Rafael Espindola · 10 years ago
- 05f66f3 CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. by Peter Collingbourne · 10 years ago
- a5574d6 Remove DataLayout from TargetLoweringObjectFile, redirect to Module by Mehdi Amini · 10 years ago
- ffb22b8 Clean up redundant copies of Triple objects. NFC by Daniel Sanders · 10 years ago
- 0987211 Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
- ad0b09d Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
- 4a867c7 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
- 586c004 MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
- 7521964 Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
- 19696da MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
- 2a9bbcb Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 10 years ago
- 7605cdd COFF: Let globals with private linkage reside in their own section by David Majnemer · 10 years ago
- 76d3a99 Revert "COFF: Let globals with private linkage reside in their own section" by David Majnemer · 10 years ago
- 6526150 COFF: Let globals with private linkage reside in their own section by David Majnemer · 10 years ago
- 3b75cfe Add r228939 back with a fix. by Rafael Espindola · 11 years ago
- 821ec14 Revert "On ELF, put PIC jump tables in a non executable section." by Matthias Braun · 11 years ago
- c3c5d7c On ELF, put PIC jump tables in a non executable section. by Rafael Espindola · 11 years ago
- 8eeedf7 Put each jump table in an independent section if the function is too. by Rafael Espindola · 11 years ago
- 248a6cf Remove MergeableConst. by Rafael Espindola · 11 years ago
- 04bcc11 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
- 4c553e0 Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision by Lang Hames · 11 years ago
- 84acf09 Revert r224935 "Refactor duplicated code. No intended functionality change." by Lang Hames · 11 years ago
- 2a1c1c9 Refactor duplicated code. by Rafael Espindola · 11 years ago
- dc70865 Remove a bit of dead code. by Rafael Espindola · 11 years ago
- 9f85dcc Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
- 38d8be1 CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF by David Majnemer · 11 years ago
- 575fc08 Target: Replace getSection().empty() with hasSection() by David Majnemer · 11 years ago
- c848b1b [C++] Use 'nullptr'. Target edition. by Craig Topper · 11 years ago
- eb0eb5d Target: whitespace by Saleem Abdulrasool · 11 years ago
- 1decd56 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 11 years ago
- b4aafff move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
- 737c9f6 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
- 9a92586 Revert r201622 and r201608. by Daniel Jasper · 12 years ago
- 6880f0e Fix PR18743. by Rafael Espindola · 12 years ago
- 965e3bc Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- e09411d Pass the Mangler by reference. by Rafael Espindola · 12 years ago
- 1c2827c Revert r199871 and replace it with a simple check in the debug info by Eric Christopher · 12 years ago
- 80664e5 Add a variable to track whether or not we've used a unique section, by Eric Christopher · 12 years ago
- b56c57b Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
- e3b54e2 Don't assert with private type info variables. by Rafael Espindola · 12 years ago
- 8e0f67d Make the llvm mangler depend only on DataLayout. by Rafael Espindola · 12 years ago
- fac7a9e Remove the isImplicitlyPrivate argument of getNameWithPrefix. by Rafael Espindola · 12 years ago
- cce5873 Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- 93cf093 Move getSymbol to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- 716a94f by Ulrich Weigand · 12 years ago
- 59eaa38 DebugInfo: PR14728: TLS support by David Blaikie · 12 years ago
- 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 25efd6d Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 13 years ago
- 3574eca Move TargetData to DataLayout. by Micah Villmow · 13 years ago
- f2eed38 Typo. by Eric Christopher · 13 years ago
- 4e02f23 Prune some includes by Craig Topper · 13 years ago
- 7302d80 Remove some dead code and tidy things up now that vectors use ConstantDataVector by Chris Lattner · 14 years ago
- 29cc6cb C++, CBE, and TLOF support for ConstantDataSequential by Chris Lattner · 14 years ago
- 732f05c Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
- 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
- 8a8d479 Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 14 years ago
- 203576a Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
- e76a33b Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
- db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
- 9bc402c Fix up TargetLoweringObjectFile ctors to properly initialize fields. by Evan Cheng · 14 years ago
- 4c0c446 Use the presence of the __compact_unwind section to indicate that a target by Bill Wendling · 14 years ago
- 1a3ab63 Add a flag that indicates whether a target supports compact unwind info or not. by Bill Wendling · 14 years ago
- aa0a8f3 Add a __LD,__compact_unwind section. by Bill Wendling · 14 years ago
- 7d715df Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 14 years ago
- 087aad4 Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one by Bill Wendling · 14 years ago
- 5426a9e GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 14 years ago
- 60246a9 Remove unnecessary argument. by Rafael Espindola · 14 years ago
- 7afec9c Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and by Rafael Espindola · 14 years ago
- 4788c3e Remove unused arguments. by Rafael Espindola · 14 years ago
- 6144686 MSVC needs the return 0 to compile. by Francois Pichet · 14 years ago
- 30deafc Put each personality function in a section. This fixes the gnu ld warning: by Rafael Espindola · 14 years ago
- f0adba9 Add 129518 back with a fix for when we are producing eh just because of debug info. by Rafael Espindola · 14 years ago
- bcb8c6d Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" by NAKAMURA Takumi · 14 years ago