aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineModuleInfoImpls.cpp
AgeCommit message (Expand)Author
2017-10-26[MachineModuleInfoImpls] Replace qsort with array_pod_sortMandeep Singh Grang
2017-10-10[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-06-16[WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg
2017-02-24[WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman
2015-04-07Clear the stub map in getSortedStubs.Rafael Espindola
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2010-03-10Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2010-02-03make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner
2009-09-16Don't sort the vector when it is empty. This should fix some expensive checkingBenjamin Kramer
2009-09-16add a new MachineModuleInfoMachO class, which is the per-moduleChris Lattner