| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
it comes back, it will be largely a rewrite, so keeping the old codebase
in tree isn't helping anyone.
llvm-svn: 116190
|
|
|
|
|
|
|
| |
section kind. Previously, optimized nops were only used for MachO.
Also added tests for ELF and COFF.
llvm-svn: 115523
|
|
|
|
|
|
| |
- Of questionable utility, since in general anything which wants to do this should probably be within a target specific hook, which can rely on the sections being of the appropriate type. However, it can be useful for short term hacks.
llvm-svn: 103980
|
|
|
|
|
|
| |
to be fixed any time soon.
llvm-svn: 99888
|
|
|
|
|
|
| |
MCContext. There is still one leak left in PIC16Section (the Items vector).
llvm-svn: 99887
|
|
|
|
| |
llvm-svn: 98763
|
|
|
|
|
|
|
|
| |
variables. This pass can be invoked by llvm-ld or opt to traverse over the call graph
to detect what function frames and their automatic variables can be overlaid.
Currently this builds an archive , but needs to be changed to a loadable module.
llvm-svn: 84753
|
|
|
|
| |
llvm-svn: 84196
|
|
|
|
|
|
| |
PIC16Section class", it breaks globals.ll.
llvm-svn: 84184
|
|
|
|
|
|
| |
derived from MCSection.
llvm-svn: 84180
|
|
|
|
|
|
| |
the class it defines.
llvm-svn: 79081
|
|
|
|
| |
llvm-svn: 78871
|
|
|
|
|
|
|
|
| |
classes.
This totally optimizes PIC16 sections by not having an 'isdirective' bit anymore!! ;-)
llvm-svn: 78517
|
|
|
|
|
|
|
|
|
| |
2. Move section switch printing to MCSection virtual method which takes a
TAI. This eliminates textual formatting stuff from TLOF.
3. Eliminate SwitchToSectionDirective, getSectionFlagsAsString, and
TLOFELF::AtIsCommentChar.
llvm-svn: 78510
|
|
|
|
| |
llvm-svn: 78505
|
|
|
|
|
|
|
|
| |
--- Reverse-merging r78501 into '.':
U lib/Target/PIC16/PIC16TargetObjectFile.cpp
D lib/Target/PIC16/PIC16Section.h
llvm-svn: 78503
|
|
llvm-svn: 78501
|