Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
7aa944da8b4de0e532a5634a66f99f418d4bd0dc
/
llvm
/
lib
/
CodeGen
/
MachineModuleInfo.cpp
e95c6ad
Use 'static const char' instead of 'static const int'.
by Devang Patel
· 19 years ago
4122358
Fix build error.
by Lauro Ramos Venancio
· 19 years ago
09f162c
Do not use typeinfo to identify pass in pass manager.
by Devang Patel
· 19 years ago
6458e6a
Collect eh filter info.
by Jim Laskey
· 19 years ago
88dd2fd
Add structures used for collecting eh information.
by Jim Laskey
· 19 years ago
c3de9b4
Support for non-landing pad exception handling.
by Jim Laskey
· 19 years ago
ee23de6
Out of line function.
by Jim Laskey
· 19 years ago
5a1df97
rename files
by Jim Laskey
· 19 years ago
[Renamed (95%) from llvm/lib/CodeGen/MachineDebugInfo.cpp]
f9e5445
Make LABEL a builtin opcode.
by Jim Laskey
· 19 years ago
f6c63fe
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
by Jim Laskey
· 19 years ago
cddc9df
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
by Reid Spencer
· 19 years ago
542964f
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
by Reid Spencer
· 19 years ago
75b871f
For PR1043:
by Zhou Sheng
· 19 years ago
7601f2f
NULL names should pass validation.
by Jim Laskey
· 19 years ago
e63b651
For PR950:
by Reid Spencer
· 19 years ago
3c49edc
Change inferred cast creation calls to more specific cast creations.
by Reid Spencer
· 19 years ago
22e978a
Removing even more <iostream> includes.
by Bill Wendling
· 19 years ago
f523372
better check for version
by Jim Laskey
· 19 years ago
b5b1406
Change global descriptor names to provide name, full name and linkage name.
by Jim Laskey
· 19 years ago
6c38f0b
For PR950:
by Reid Spencer
· 19 years ago
62bbc9e
Now can re-enable debug label folding.
by Jim Laskey
· 19 years ago
21d4d89
Accidently reran commit.
by Jim Laskey
· 19 years ago
a919ba9
Missed a label map, reverting till covered.
by Jim Laskey
· 19 years ago
21ce53b
Missed a label map, reverting till covered.
by Jim Laskey
· 19 years ago
6ea4fae
1. Add a pass to fold debug label instructions so a debug info client can detect
by Jim Laskey
· 19 years ago
f39064c
D'oh - reversed logic.
by Jim Laskey
· 19 years ago
516cd40
Tighter data structure for deleted debug labels.
by Jim Laskey
· 19 years ago
5e1a340
More complete solution to deleting blocks and debug info.
by Jim Laskey
· 19 years ago
e0fc4df
For PR950:
by Reid Spencer
· 19 years ago
34136d0
add a method to remove a line # record.
by Chris Lattner
· 19 years ago
145f6b3
Do not leak all of the SourceLineInfo objects. Do not bother mallocing each
by Chris Lattner
· 19 years ago
13d3373
Clean up dump.
by Jim Laskey
· 19 years ago
b6ac11e
Adding C++ member support.
by Jim Laskey
· 19 years ago
194bef7
Fixed a bug handling void function types.
by Jim Laskey
· 19 years ago
6c72aa7
1. Support for c++ mangled names.
by Jim Laskey
· 19 years ago
0a9e837
Add support for function types.
by Jim Laskey
· 19 years ago
90cd68a
Handle versioning of compile unit.
by Jim Laskey
· 19 years ago
b2ff2d4
1. Revise vector debug support.
by Jim Laskey
· 19 years ago
19f964e
1. Support standard dwarf format (was bootstrapping in Apple format.)
by Jim Laskey
· 19 years ago
f0a7a1a
Change versioning to per debug info descriptor (merged with tag.)
by Jim Laskey
· 19 years ago
f67bec0
Place dwarf headers at earliest possible point. Well behaved when skipping
by Jim Laskey
· 19 years ago
709eaac
Expand some code with temporary variables to rid ourselves of the warning
by Reid Spencer
· 20 years ago
2d7298c
Foundation for call frame information.
by Jim Laskey
· 20 years ago
8374e9c
More bulletproofing of DebugInfoDesc verify.
by Jim Laskey
· 20 years ago
6e792f9
Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll.
by Jim Laskey
· 20 years ago
84c2f0a
How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.
by Jim Laskey
· 20 years ago
2b74656
Generate local variable and scope information and equivalent dwarf forms.
by Jim Laskey
· 20 years ago
71050ba
Expand subprogram and added block descriptor.
by Jim Laskey
· 20 years ago
b8e1555
1. Use null for serialized empty strings.
by Jim Laskey
· 20 years ago
f0fc6bb
back out my previous hack
by Chris Lattner
· 20 years ago
c44be2c
temporary hack to get the build working again, apparently a header
by Chris Lattner
· 20 years ago
4b0e1d9
Move bit field endianness to backend.
by Jim Laskey
· 20 years ago
2698f0d
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
by Jim Laskey
· 20 years ago
2370265
libstdc++-v3 was failing to build. Needed to handle composite types with empty
by Jim Laskey
· 20 years ago
313570f
Use "llvm.metadata" section for debug globals. Filter out these globals in the
by Jim Laskey
· 20 years ago
69effa2
Switch to using a numeric id for anchors.
by Jim Laskey
· 20 years ago
88f0fe1
Adding basic structure support.
by Jim Laskey
· 20 years ago
862001a
Support for enumerations.
by Jim Laskey
· 20 years ago
4e71db1
Switch back to using actual dwarf tags. Simplifies code without loss to other
by Jim Laskey
· 20 years ago
b9ac4cb
Basic array support.
by Jim Laskey
· 20 years ago
716edb9
Add const, volatile, restrict support. Add array of debug descriptor support.
by Jim Laskey
· 20 years ago
723d3e0
Add pointer and reference types. Added short-term code to ignore NULL types
by Jim Laskey
· 20 years ago
e5386d4
Added basic support for typedefs.
by Jim Laskey
· 20 years ago
69b9e26
DwarfWriter reading basic type information from llvm-gcc4 code.
by Jim Laskey
· 20 years ago
2fa33a9
Coordinate activities with llvm-gcc4 and dwarf.
by Jim Laskey
· 20 years ago
390c63e
Rename to better reflect usage (current and planned.)
by Jim Laskey
· 20 years ago
5995d01
Reorg for integration with gcc4. Old style debug info will not be passed though
by Jim Laskey
· 20 years ago
0458fb7
Goodbye nasty macro.
by Jim Laskey
· 20 years ago
b643ff5
Edit requests from Sabre.
by Jim Laskey
· 20 years ago
8526323
Changing model for the construction of debug information.
by Jim Laskey
· 20 years ago
ecd7e61
Fix build error that is apparently only a warning with some compilers.
by Chris Lattner
· 20 years ago
2b6efa9
Forgot the version number.
by Jim Laskey
· 20 years ago
f98fc84
Improve visibility/correctness of operand indices in "llvm.db" objects.
by Jim Laskey
· 20 years ago
0689dfa
Use global information to fill out Dwarf compile units.
by Jim Laskey
· 20 years ago
0bbdc55
Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.
by Jim Laskey
· 20 years ago
b996602
Adding basic support for Dwarf line number debug information.
by Jim Laskey
· 20 years ago
219d559
Applied some recommend changes from sabre. The dominate one beginning "let the
by Jim Laskey
· 20 years ago
0da76a6
Add unique id to debug location for debug label use (work in progress.)
by Jim Laskey
· 20 years ago
4431739
Extending MachineDebugInfo.
by Jim Laskey
· 20 years ago