Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
llvm
/
lib
/
CodeGen
/
MachineModuleInfoImpls.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
489993d
[MinGW] [X86] Add stubs for references to data variables that might end up imported from a dll
by Martin Storsjo
· 7 years ago
049ed12
[MachineModuleInfoImpls] Replace qsort with array_pod_sort
by Mandeep Singh Grang
· 8 years ago
149178d
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
9d24fb7
[WebAssembly] Use __stack_pointer global when writing wasm binary
by Sam Clegg
· 8 years ago
82607f5
[WebAssembly] Add support for using a wasm global for the stack pointer.
by Dan Gohman
· 9 years ago
d1294d9
Clear the stub map in getSortedStubs.
by Rafael Espindola
· 10 years ago
2a6a08b
Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree.
by Craig Topper
· 13 years ago
a810bdf
Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that
by Bill Wendling
· 16 years ago
ae4ccc1
Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there
by Anton Korobeynikov
· 16 years ago
082f484
make MachineModuleInfoMachO hold non-const MCSymbol*'s instead
by Chris Lattner
· 16 years ago
6f3d4e9
Don't sort the vector when it is empty. This should fix some expensive checking
by Benjamin Kramer
· 16 years ago
f3f54ff
add a new MachineModuleInfoMachO class, which is the per-module
by Chris Lattner
· 16 years ago