index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineDebugInfo.cpp
Age
Commit message (
Expand
)
Author
2007-01-26
rename files
Jim Laskey
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-24
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
Jim Laskey
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-03
NULL names should pass validation.
Jim Laskey
2006-12-31
For PR950:
Reid Spencer
2006-12-12
Change inferred cast creation calls to more specific cast creations.
Reid Spencer
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-11-30
better check for version
Jim Laskey
2006-11-30
Change global descriptor names to provide name, full name and linkage name.
Jim Laskey
2006-11-27
For PR950:
Reid Spencer
2006-11-08
Now can re-enable debug label folding.
Jim Laskey
2006-11-07
Accidently reran commit.
Jim Laskey
2006-11-07
Missed a label map, reverting till covered.
Jim Laskey
2006-11-07
Missed a label map, reverting till covered.
Jim Laskey
2006-11-07
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-11-06
D'oh - reversed logic.
Jim Laskey
2006-10-24
Tighter data structure for deleted debug labels.
Jim Laskey
2006-10-23
More complete solution to deleting blocks and debug info.
Jim Laskey
2006-10-20
For PR950:
Reid Spencer
2006-10-17
add a method to remove a line # record.
Chris Lattner
2006-10-17
Do not leak all of the SourceLineInfo objects. Do not bother mallocing each
Chris Lattner
2006-10-13
Clean up dump.
Jim Laskey
2006-08-21
Adding C++ member support.
Jim Laskey
2006-07-13
Fixed a bug handling void function types.
Jim Laskey
2006-07-11
1. Support for c++ mangled names.
Jim Laskey
2006-06-20
Add support for function types.
Jim Laskey
2006-06-19
Handle versioning of compile unit.
Jim Laskey
2006-06-16
1. Revise vector debug support.
Jim Laskey
2006-06-15
1. Support standard dwarf format (was bootstrapping in Apple format.)
Jim Laskey
2006-06-14
Change versioning to per debug info descriptor (merged with tag.)
Jim Laskey
2006-06-14
Place dwarf headers at earliest possible point. Well behaved when skipping
Jim Laskey
2006-04-13
Expand some code with temporary variables to rid ourselves of the warning
Reid Spencer
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-03-28
More bulletproofing of DebugInfoDesc verify.
Jim Laskey
2006-03-27
Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll.
Jim Laskey
2006-03-26
How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.
Jim Laskey
2006-03-23
Generate local variable and scope information and equivalent dwarf forms.
Jim Laskey
2006-03-15
Expand subprogram and added block descriptor.
Jim Laskey
2006-03-14
1. Use null for serialized empty strings.
Jim Laskey
2006-03-09
back out my previous hack
Chris Lattner
2006-03-09
temporary hack to get the build working again, apparently a header
Chris Lattner
2006-03-09
Move bit field endianness to backend.
Jim Laskey
2006-03-08
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
Jim Laskey
2006-03-08
libstdc++-v3 was failing to build. Needed to handle composite types with empty
Jim Laskey
2006-03-07
Use "llvm.metadata" section for debug globals. Filter out these globals in the
Jim Laskey
2006-03-07
Switch to using a numeric id for anchors.
Jim Laskey
2006-03-03
Adding basic structure support.
Jim Laskey
[next]