aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-29[MinGW] [X86] Add stubs for references to data variables that might end up im...Martin Storsjo1-0/+1
2017-10-26[MachineModuleInfoImpls] Replace qsort with array_pod_sortMandeep Singh Grang1-10/+4
2017-10-10[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-3/+7
2017-06-16[WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg1-1/+0
2017-02-24[WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman1-0/+1
2015-04-07Clear the stub map in getSortedStubs.Rafael Espindola1-5/+4
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper1-2/+2
2010-03-10Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling1-5/+4
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov1-5/+6
2010-02-03make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner1-4/+4
2009-09-16Don't sort the vector when it is empty. This should fix some expensive checkingBenjamin Kramer1-1/+2
2009-09-16add a new MachineModuleInfoMachO class, which is the per-moduleChris Lattner1-0/+44