index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 3140.
Rafael Espindola
2008-12-03
1
-0
/
+1
*
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-11-03
1
-5
/
+2
*
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-29
1
-2
/
+2
*
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
1
-90
/
+98
*
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
1
-98
/
+90
*
Use crazy template-based inheritance instead of virtual one.
Anton Korobeynikov
2008-09-24
1
-90
/
+98
*
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
1
-3
/
+2
*
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
1
-6
/
+0
*
Get rid of duplicate char*/Section* stuff for TLS sections
Anton Korobeynikov
2008-09-24
1
-4
/
+2
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-5
/
+4
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
1
-4
/
+3
*
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
1
-8
/
+2
*
Fix logic for not emitting no-dead-strip for some
Dale Johannesen
2008-09-09
1
-0
/
+1
*
Add interface for section override. Use this for Sparc, since it should use n...
asl
2008-08-16
1
-4
/
+6
*
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
asl
2008-08-16
1
-0
/
+23
*
Reduce heap trashing due to std::string construction / concatenation via cach...
asl
2008-08-16
1
-1
/
+14
*
Undo most of r54519.
Evan Cheng
2008-08-08
1
-4
/
+4
*
It's not legal to output a GV in a coalesced section if it's used in an ARM P...
Evan Cheng
2008-08-08
1
-4
/
+4
*
Provide convenient helpers
Anton Korobeynikov
2008-08-07
1
-8
/
+2
*
Select section for constant pool entries
Anton Korobeynikov
2008-08-07
1
-0
/
+7
*
Provide default implementation of different small-sections related stuff
Anton Korobeynikov
2008-07-22
1
-3
/
+21
*
Basic support for small sections
Bruno Cardoso Lopes
2008-07-22
1
-0
/
+3
*
TargetAsmInfo::SectionForGlobal showed up in a profile. Simplify it a little.
Dan Gohman
2008-07-15
1
-5
/
+3
*
Use only 'subset' of flags
Anton Korobeynikov
2008-07-09
1
-11
/
+3
*
First sketch of special section objects
Anton Korobeynikov
2008-07-09
1
-22
/
+60
*
Use isWeakForLinker() hook
Anton Korobeynikov
2008-07-09
1
-6
/
+2
*
Fix several bugs in named sections handling
Anton Korobeynikov
2008-07-09
1
-2
/
+2
*
Add hacky way to distinguish named and named sections. This will be generaliz...
Anton Korobeynikov
2008-07-09
1
-41
/
+46
*
Use 'gnu.linkonce', where needed
Anton Korobeynikov
2008-07-09
1
-6
/
+9
*
Fix thinko
Anton Korobeynikov
2008-07-09
1
-4
/
+3
*
Provide section selection for X86 ELF targets
Anton Korobeynikov
2008-07-09
1
-0
/
+3
*
Provide general hook for section name calculation
Anton Korobeynikov
2008-07-09
1
-4
/
+35
*
Properly handle linkonce stuff
Anton Korobeynikov
2008-07-09
1
-0
/
+23
*
Provide skeletone code for calculation of section, where global should be emi...
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Use 'llvm-linkonce' consistently
Anton Korobeynikov
2008-07-09
1
-3
/
+3
*
Add default section name resolution routine
Anton Korobeynikov
2008-07-09
1
-0
/
+12
*
Constify
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Add code for default section falgs computation
Anton Korobeynikov
2008-07-09
1
-0
/
+63
*
Linux also does not require exception handling
Duncan Sands
2008-07-04
1
-1
/
+0
*
Darwin doesn't need exception handling information for the "move" info when
Bill Wendling
2008-07-01
1
-0
/
+1
*
Start refactoring of asmprinters: provide a TAI hook, which will select a 'se...
Anton Korobeynikov
2008-06-28
1
-0
/
+49
*
Add StringConstantPrefix to control what the
Dale Johannesen
2008-06-03
1
-0
/
+1
*
Output correct exception handling and frame info
Duncan Sands
2008-05-07
1
-1
/
+0
*
Add AsmPrinter support for emitting a directive to declare that
Dan Gohman
2008-05-05
1
-0
/
+1
*
Use enumeration for preffered EH dwarf encoding reason
Anton Korobeynikov
2008-02-29
1
-1
/
+1
*
Initialize TextAlignFillValue. Fix revision 47703.
Lauro Ramos Venancio
2008-02-28
1
-0
/
+1
*
Preparation step for some cleanup/generalization in EH information emission:
Anton Korobeynikov
2008-02-27
1
-0
/
+6
*
Missed file from previous checkin.
Dale Johannesen
2008-01-15
1
-0
/
+1
*
Emit unused EH frames for weak definitions on Darwin,
Dale Johannesen
2008-01-10
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
[next]