summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetObjectFile.cpp
Commit message (Expand)AuthorAge
* Restore condition incorrectly changed in r96289 to the older state.Joerg Sonnenberger2014-04-30
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-02
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-01
* Remove heavy and unused #inclues from X86TargetObjectFile.cpp.Jakub Staszak2013-01-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Rename to match other X86_64* names.Bill Wendling2012-06-26
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* Prune some includesCraig Topper2012-03-27
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Remove an unused variable from this function introduced in r130637,Chandler Carruth2011-05-01
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Remove unnecessary argument.Rafael Espindola2011-04-27
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-27
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-22
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-15
* use Mang->getSymbol() Chris Lattner2010-03-15
* Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointingBill Wendling2010-03-15
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-11
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-10
* It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov2010-02-21
* Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson2010-02-19
* Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov2010-02-19
* Use pointer-wide encoding for LSDA and FDE on Darwin.Anton Korobeynikov2010-02-17
* Fix a silly darwin-only typo introduced during merge.Anton Korobeynikov2010-02-15
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner2010-02-08
* add an x86 implementation of MCTargetExpr forChris Lattner2010-02-08
* make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner2010-02-03
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-16
* Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner2009-09-18
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-17
* Big change #1 for personality function references:Chris Lattner2009-09-16