| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
more than one place. No intended functionality change.
llvm-svn: 89024
|
|
|
|
| |
llvm-svn: 87036
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
U lib/CodeGen/AsmPrinter/DwarfException.cpp
U lib/CodeGen/AsmPrinter/DwarfException.h
--- Reverse-merging r82274 into '.':
U lib/Target/TargetLoweringObjectFile.cpp
G lib/CodeGen/AsmPrinter/DwarfException.cpp
These revisions were breaking everything.
llvm-svn: 82396
|
|
|
|
| |
llvm-svn: 82282
|
|
|
|
| |
llvm-svn: 81406
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Basically, this patch is working towards removing the hard-coded values that are
output for the CIE. In particular, the CIE augmentation and the CIE augmentation
size. Both of these should be calculated. In the process, I was able to make a
bunch of code simpler.
The encodings for the personality, LSDA, and FDE in the CIE are still not
correct. They should be generated either from target-specific callbacks (blech!)
or grokked from first-principles.
llvm-svn: 81404
|
|
|
|
|
|
| |
- Rename EmitFunctionDescriptionEntry to EmitFDE.
llvm-svn: 79981
|
|
|
|
|
|
| |
CIE and FDE in their names.
llvm-svn: 79969
|
|
|
|
| |
llvm-svn: 79763
|
|
|
|
|
|
|
|
|
| |
more properly belong. This allows removing the front-end conditionalized
SJLJ code, and cleans up the generated IR considerably. All of the
infrastructure code (calling _Unwind_SjLj_Register/Unregister, etc) is
added by the SjLjEHPrepare pass.
llvm-svn: 79250
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and short. Well, it's kinda short. Definitely nasty and brutish.
The front-end generates the register/unregister calls into the SjLj runtime,
call-site indices and landing pad dispatch. The back end fills in the LSDA
with the call-site information provided by the front end. Catch blocks are
not yet implemented.
Built on Darwin and verified no llvm-core "make check" regressions.
llvm-svn: 78625
|
|
|
|
|
|
|
| |
correct. But what are you going to do? I'll fix this in the future.
- Move another large loop into its own method.
llvm-svn: 77408
|
|
|
|
| |
llvm-svn: 77394
|
|
|
|
|
|
| |
change.
llvm-svn: 77393
|
|
|
|
| |
llvm-svn: 76228
|
|
|
|
| |
llvm-svn: 74215
|
|
|
|
|
|
| |
Again, no intendtional functionality change.
llvm-svn: 71854
|
|
though the classes have been marked with "VISIBILITY_HIDDEN".
llvm-svn: 71827
|