index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ELFWriter.cpp
Age
Commit message (
Expand
)
Author
2010-04-15
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-08
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-03-12
give Mangler access to TargetData.
Chris Lattner
2010-03-12
make the mangler take an MCContext instead of an MAI.
Chris Lattner
2010-03-11
change MCContext to always have an MCAsmInfo.
Chris Lattner
2010-02-02
remove dead #include, stupid symlinks.
Chris Lattner
2010-02-02
Remove a bunch of stuff around the edges of the ELF writer.
Chris Lattner
2010-01-23
remove a dead call.
Chris Lattner
2010-01-17
now that mangler is in libtarget, it can use MCAsmInfo instead of clients
Chris Lattner
2010-01-16
move the mangler into libtarget from vmcore.
Chris Lattner
2010-01-16
remove a couple of actively incorrect uses of getMangledName.
Chris Lattner
2010-01-04
Change errs() to dbgs().
David Greene
2009-10-05
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-09-01
Fix ELF Writter related memory leaks
Bruno Cardoso Lopes
2009-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-14
*try* to use a better name to describe how common symbols are marked on the e...
Bruno Cardoso Lopes
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
Remove hack used to strip unwanted chars from section name
Bruno Cardoso Lopes
2009-08-13
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-10
Move ConstantExpr handling to ResolveConstantExpr method and also
Bruno Cardoso Lopes
2009-08-08
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
ELF improvements:
Bruno Cardoso Lopes
2009-08-05
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-08-02
remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
Chris Lattner
2009-08-01
(re)introduce new simpler apis for creation sectionkinds.
Chris Lattner
2009-08-01
Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter
Chris Lattner
2009-08-01
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-07-31
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
refactor section construction in TLOF to be through an explicit
Chris Lattner
2009-07-29
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-28
Handle null and file symbol on doInitialization
Bruno Cardoso Lopes
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-27
add module identifier to the elf object file
Bruno Cardoso Lopes
2009-07-27
Handle external symbols for ELF and add some static methods to ELFSym
Bruno Cardoso Lopes
2009-07-27
Eliminate SectionFlags, just embed a SectionKind into Section
Chris Lattner
2009-07-26
make SectionKind know whether a symbol is weak or not in addition
Chris Lattner
2009-07-26
rename Mergable -> Mergeable and Writable -> Writeable
Chris Lattner
2009-07-26
two files I missed in the last commit.
Chris Lattner
2009-07-26
simplify getSectionForMergableConstant to take a SectionKind.
Chris Lattner
2009-07-25
this is (unfortunately) several changes mixed together:
Chris Lattner
2009-07-22
remove the SelectSectionForMachineConst hook, replacing it with
Chris Lattner
2009-07-21
Support adding relocations for data sections, handling the cases where
Bruno Cardoso Lopes
2009-07-20
For PC relative relocations where symbols are defined in the same section they
Bruno Cardoso Lopes
2009-07-18
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-17
revert one of the loops to use indicies over iterators because there are vect...
Bruno Cardoso Lopes
2009-07-16
Fix coding style issues pointed by Bill.
Bruno Cardoso Lopes
[next]