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
/
ELFTargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-3
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-3
/
+4
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
1
-2
/
+2
*
Fix thinko: put stuff with both global and local relocations into data.rel{.r...
Anton Korobeynikov
2009-03-30
1
-3
/
+3
*
Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...
Anton Korobeynikov
2009-03-30
1
-0
/
+24
*
Add data.rel stuff
Anton Korobeynikov
2009-03-30
1
-0
/
+15
*
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-07
1
-3
/
+5
*
Treat [1 x i8] zeroinitializer as a C string, placing such stuff into
asl
2009-01-27
1
-2
/
+1
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+1
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-2
/
+2
*
squash warnings.
Devang Patel
2009-01-05
1
-0
/
+2
*
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-11-03
1
-5
/
+4
*
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-29
1
-1
/
+1
*
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
1
-4
/
+4
*
Cleanup
Anton Korobeynikov
2008-09-24
1
-1
/
+1
*
Get rid of duplicate char*/Section* stuff for TLS sections
Anton Korobeynikov
2008-09-24
1
-5
/
+5
*
Cleanup, no functionality change
Anton Korobeynikov
2008-09-24
1
-2
/
+2
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-2
/
+1
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
1
-2
/
+1
*
Reduce heap trashing due to std::string construction / concatenation via cach...
asl
2008-08-16
1
-1
/
+1
*
Undo most of r54519.
Evan Cheng
2008-08-08
1
-2
/
+1
*
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
-1
/
+2
*
Print section flags ok on platforms, which use '@' as comment string. Fix test.
Anton Korobeynikov
2008-08-07
1
-3
/
+9
*
Add assertion for easy debugging of missing stuff
Anton Korobeynikov
2008-08-07
1
-0
/
+2
*
Add hook for constant pool section selection for darwin.
Anton Korobeynikov
2008-08-07
1
-3
/
+1
*
Select section for constant pool entries
Anton Korobeynikov
2008-08-07
1
-3
/
+16
*
Tie small stuff to non-small by default on ELF platforms
Anton Korobeynikov
2008-07-22
1
-0
/
+5
*
Use better variable names
Anton Korobeynikov
2008-07-21
1
-3
/
+3
*
Don't use larger alignment.
Anton Korobeynikov
2008-07-21
1
-1
/
+1
*
Add TargetAsmInfo for all ELF-based targets
asl
2008-07-19
1
-0
/
+164