This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-01 11:56:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
History
Eric Christopher
f84354bfb1
Typo.
...
llvm-svn: 141004
2011-10-03 15:49:16 +00:00
..
ARMException.cpp
Add MCObjectFileInfo and sink the MCSections initialization code from
2011-07-20 05:58:47 +00:00
AsmPrinter.cpp
Place this bracket according to the LLVM style.
2011-09-29 16:01:46 +00:00
AsmPrinterDwarf.cpp
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
2011-07-18 22:29:13 +00:00
AsmPrinterInlineAsm.cpp
Tidy up. Whitepsace.
2011-09-21 21:36:53 +00:00
CMakeLists.txt
Rewrite the CMake build to use explicit dependencies between libraries,
2011-07-29 00:14:25 +00:00
DIE.cpp
Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some
2011-07-29 03:49:23 +00:00
DIE.h
…
DwarfCFIException.cpp
Add MCObjectFileInfo and sink the MCSections initialization code from
2011-07-20 05:58:47 +00:00
DwarfCompileUnit.cpp
Fix emission of debug data for global variables. getContext() on DIGlobalVariables is not valid any more.
2011-09-26 17:40:42 +00:00
DwarfCompileUnit.h
Until now all debug info MDNodes referred to a root MDNode, a compile unit. This simplified handling of these needs in dwarf writer. However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL.
2011-08-16 22:09:43 +00:00
DwarfDebug.cpp
Typo.
2011-10-03 15:49:16 +00:00
DwarfDebug.h
Eliminate unnecessary forwarding function.
2011-08-18 23:17:55 +00:00
DwarfException.cpp
A typeid of zero means a cleanup, not a catch. This case occurs
2011-09-28 09:13:02 +00:00
DwarfException.h
Stub out support for Win64-style exceptions. Note that this is merely using
2011-05-27 23:47:32 +00:00
Makefile
…
OcamlGCPrinter.cpp
…
Win64Exception.cpp
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
2011-07-18 22:29:13 +00:00