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
/
CodeGen
/
ELFWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-14
1
-1
/
+13
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-1
/
+2
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-2
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-1
/
+2
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Get rid of a bunch of duplicated ELF enum values.
Eli Friedman
2010-07-16
1
-14
/
+14
*
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
1
-1
/
+1
*
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
1
-4
/
+2
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-2
/
+2
*
give Mangler access to TargetData.
Chris Lattner
2010-03-12
1
-1
/
+1
*
make the mangler take an MCContext instead of an MAI.
Chris Lattner
2010-03-12
1
-1
/
+1
*
change MCContext to always have an MCAsmInfo.
Chris Lattner
2010-03-11
1
-1
/
+1
*
remove dead #include, stupid symlinks.
Chris Lattner
2010-02-02
1
-1
/
+0
*
Remove a bunch of stuff around the edges of the ELF writer.
Chris Lattner
2010-02-02
1
-9
/
+0
*
remove a dead call.
Chris Lattner
2010-01-23
1
-4
/
+0
*
now that mangler is in libtarget, it can use MCAsmInfo instead of clients
Chris Lattner
2010-01-17
1
-1
/
+1
*
move the mangler into libtarget from vmcore.
Chris Lattner
2010-01-16
1
-1
/
+1
*
remove a couple of actively incorrect uses of getMangledName.
Chris Lattner
2010-01-16
1
-4
/
+6
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-1
/
+1
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
1
-7
/
+6
*
Fix ELF Writter related memory leaks
Bruno Cardoso Lopes
2009-09-01
1
-7
/
+18
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-2
/
+2
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-6
/
+5
*
*try* to use a better name to describe how common symbols are marked on the e...
Bruno Cardoso Lopes
2009-08-14
1
-1
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-7
/
+9
*
Remove hack used to strip unwanted chars from section name
Bruno Cardoso Lopes
2009-08-13
1
-98
/
+64
*
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-13
1
-16
/
+20
*
Move ConstantExpr handling to ResolveConstantExpr method and also
Bruno Cardoso Lopes
2009-08-10
1
-27
/
+84
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
1
-8
/
+12
*
ELF improvements:
Bruno Cardoso Lopes
2009-08-08
1
-53
/
+87
*
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-08-05
1
-77
/
+157
*
remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
Chris Lattner
2009-08-02
1
-1
/
+1
*
(re)introduce new simpler apis for creation sectionkinds.
Chris Lattner
2009-08-01
1
-8
/
+7
*
Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter
Chris Lattner
2009-08-01
1
-2
/
+8
*
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
1
-6
/
+6
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-2
/
+3
*
refactor section construction in TLOF to be through an explicit
Chris Lattner
2009-07-31
1
-0
/
+8
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
1
-1
/
+1
*
Handle null and file symbol on doInitialization
Bruno Cardoso Lopes
2009-07-28
1
-8
/
+7
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-2
/
+10
*
add module identifier to the elf object file
Bruno Cardoso Lopes
2009-07-27
1
-3
/
+8
*
Handle external symbols for ELF and add some static methods to ELFSym
Bruno Cardoso Lopes
2009-07-27
1
-21
/
+55
*
Eliminate SectionFlags, just embed a SectionKind into Section
Chris Lattner
2009-07-27
1
-7
/
+7
*
make SectionKind know whether a symbol is weak or not in addition
Chris Lattner
2009-07-26
1
-6
/
+8
*
rename Mergable -> Mergeable and Writable -> Writeable
Chris Lattner
2009-07-26
1
-6
/
+5
*
two files I missed in the last commit.
Chris Lattner
2009-07-26
1
-6
/
+6
*
simplify getSectionForMergableConstant to take a SectionKind.
Chris Lattner
2009-07-26
1
-4
/
+14
[next]