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
*
Remove StringConstantPrefix now that the only user
Duncan Sands
2009-07-15
1
-1
/
+0
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-2
/
+2
*
As Chris pointed out, this doesn't actually need an LLVMContext to operate.
Owen Anderson
2009-07-13
1
-3
/
+3
*
Add infrastructure to allow post instruction printing action triggers.
David Greene
2009-07-13
1
-0
/
+1
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-3
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-2
/
+3
*
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-19
1
-7
/
+2
*
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
1
-0
/
+1
*
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
1
-2
/
+1
*
Reapply 68847.
Devang Patel
2009-04-13
1
-0
/
+2
*
Revert r68847. It breaks the build on non-Darwin targets, with this message
Dan Gohman
2009-04-11
1
-1
/
+0
*
Keep track of inlined functions and their locations. This information is coll...
Devang Patel
2009-04-11
1
-0
/
+1
*
Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...
Anton Korobeynikov
2009-03-30
1
-21
/
+6
*
Add data.rel stuff
Anton Korobeynikov
2009-03-30
1
-8
/
+35
*
Honour relocation behaviour stuff for ro objects
Anton Korobeynikov
2009-03-29
1
-3
/
+22
*
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-07
1
-2
/
+2
*
Treat [1 x i8] zeroinitializer as a C string, placing such stuff into
asl
2009-01-27
1
-2
/
+21
*
Make the Dwarf macro information section optional; CellSPU's assembler
Scott Michel
2009-01-26
1
-0
/
+1
*
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
1
-2
/
+0
*
squash warnings.
Devang Patel
2009-01-05
1
-0
/
+1
*
Linux wants the FDE initial location and address range to be forced to 32-bit.
Bill Wendling
2008-12-29
1
-0
/
+1
*
Darwin likes for the EH frame to be non-local.
Bill Wendling
2008-12-24
1
-0
/
+1
*
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
Bill Wendling
2008-12-24
1
-0
/
+1
*
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
[next]