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
/
X86
/
X86TargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+6
*
Add data.rel stuff
Anton Korobeynikov
2009-03-30
1
-6
/
+1
*
Recognize bswapl as bswap too.
Dan Gohman
2009-03-17
1
-2
/
+5
*
Recognize "bswapq" as an alternate spelling for the bswap instruction.
Dan Gohman
2009-03-17
1
-2
/
+2
*
Recognize inline asm for bswap on x86-64 GLIBC. This allows it
Dan Gohman
2009-01-21
1
-1
/
+11
*
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 3202.
Rafael Espindola
2008-12-19
1
-0
/
+10
*
Fix bug 3140.
Rafael Espindola
2008-12-03
1
-0
/
+3
*
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-11-03
1
-10
/
+9
*
Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...
Anton Korobeynikov
2008-10-05
1
-87
/
+84
*
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
1
-26
/
+26
*
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
1
-22
/
+26
*
Minor cleanup
Anton Korobeynikov
2008-09-24
1
-0
/
+2
*
Use crazy template-based inheritance instead of virtual one.
Anton Korobeynikov
2008-09-24
1
-26
/
+20
*
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
1
-3
/
+0
*
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
1
-8
/
+2
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-1
/
+2
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
1
-1
/
+1
*
Fix logic for not emitting no-dead-strip for some
Dale Johannesen
2008-09-09
1
-0
/
+1
*
Reapply 55901: Drop unused variable
Anton Korobeynikov
2008-09-08
1
-1
/
+0
*
Reapply 55900: We do support EH on x86-64!
Anton Korobeynikov
2008-09-08
1
-2
/
+1
*
Reverting r55898 to r55909. One of these patches was causing an ICE during th...
Bill Wendling
2008-09-08
1
-1
/
+3
*
Drop unused variable
Anton Korobeynikov
2008-09-08
1
-1
/
+0
*
We do support EH on x86-64!
Anton Korobeynikov
2008-09-08
1
-2
/
+1
*
Reduce heap trashing due to std::string construction / concatenation via cach...
asl
2008-08-16
1
-1
/
+1
*
Generalize
Anton Korobeynikov
2008-08-08
1
-2
/
+4
*
Fix a FIXME :)
asl
2008-07-19
1
-0
/
+2
*
Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code
asl
2008-07-19
1
-242
/
+11
*
Remove a FIXME: we really need to use const_data section on darwin for
Anton Korobeynikov
2008-07-09
1
-3
/
+4
*
Add FIXME for future checking.
Anton Korobeynikov
2008-07-09
1
-0
/
+2
*
Add missed section
Anton Korobeynikov
2008-07-09
1
-0
/
+1
*
Distinguish .const and .const_data on Darwin, when needed. This is somehow cr...
Anton Korobeynikov
2008-07-09
1
-1
/
+3
*
Weak stuff always goes to coalesced sections on Darwin
Anton Korobeynikov
2008-07-09
1
-2
/
+6
*
Add FIXME needed to be resolved later
Anton Korobeynikov
2008-07-09
1
-0
/
+1
*
Typo
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
First sketch of special section objects
Anton Korobeynikov
2008-07-09
1
-159
/
+97
*
Honour text sections
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Use isWeakForLinker() hook
Anton Korobeynikov
2008-07-09
1
-6
/
+2
*
Another bunch of hacks for named sections support
Anton Korobeynikov
2008-07-09
1
-10
/
+20
*
Typo
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Drop mergeable flag, if size is no suitable
Anton Korobeynikov
2008-07-09
1
-2
/
+8
*
Fix several bugs in named sections handling
Anton Korobeynikov
2008-07-09
1
-11
/
+9
*
Add hacky way to distinguish named and named sections. This will be generaliz...
Anton Korobeynikov
2008-07-09
1
-5
/
+32
[next]