projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update the branch weight metadata in JumpThreading pass.
[oota-llvm.git]
/
lib
/
MC
/
MCELFStreamer.cpp
2015-10-05
Rafael Espindola
Fix pr24486.
blob
|
commitdiff
|
raw
2015-09-20
Craig Topper
Cleanup places that passed SMLoc by const reference...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-13
Yaron Keren
Remove and forbid raw_svector_ostream::flush() calls.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-08
Benjamin Kramer
Fix some comment typos.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-17
Pete Cooper
Devirtualize and pack MCFragment to reduce memory usage.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-06
Colin LeMahieu
[MC] Common symbols weren't being checked for redeclara...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-04
Gabor Ballabas
Test commit access.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-04
Rafael Espindola
Remove MCELFSymbolFlags.h. It is now internal to MCSymb...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-03
Rafael Espindola
Convert BindingExplicitlySet into a MCSymbolELF field.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
Rafael Espindola
Merge MCELF.h into MCSymbolELF.h.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
Rafael Espindola
Create a MCSymbolELF.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-30
Jim Grosbach
MC: Clean up MCExpr naming. NFC.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Rafael Espindola
Remove getData.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Rafael Espindola
Remove the MCSymbolData typedef.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Rafael Espindola
Rename getOrCreateSymbolData to registerSymbol and...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Rafael Espindola
Pass MCSymbols to the helper functions in MCELF.h.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Rafael Espindola
Move common symbol related information from MCSectionDa...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Rafael Espindola
Move SymbolSize from MCSymbolData to MCSymbol.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Rafael Espindola
Remove a trivial forwarding function. NFC.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-27
Rafael Espindola
Rename and move getCurrentSectionData.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-27
Rafael Espindola
There is only one current section.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Rafael Espindola
Replace getOrCreateSectionData with registerSection.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Rafael Espindola
Have getCurrentSectionData return a MCSection.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Rafael Espindola
Pass a MCSection to getCurrentSectionData.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Rafael Espindola
Remove most uses of MCSectionData from MCAssembler.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-25
Rafael Espindola
Store a MCSection in MCFragment.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-25
Rafael Espindola
Move HasInstructions to MCSection.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-25
Rafael Espindola
Move bundle info from MCSectionData to MCSection.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-25
Rafael Espindola
Add a isBundleLocked helper to MCELFStreamer.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-21
Rafael Espindola
Stop forwarding (get|set)Aligment from MCSectionData...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-21
Rafael Espindola
Move alignment from MCSectionData to MCSection.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
Duncan P. N. Exon...
MC: Use MCSymbol in LocalCommon, NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-05-15
Jim Grosbach
MC: Update MCCodeEmitter naming. NFC.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-21
Derek Schuff
[MC] When using bundle aligment, align sections to...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-14
Rafael Espindola
Use raw_pwrite_stream in the object writer/streamer.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Petr Hosek
[MC] Write padding into fragments when -mc-relax-all...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Rafael Espindola
Split the object streamer callback in one per file...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-07
Benjamin Kramer
Make constant arrays that are passed to functions as...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-29
Rafael Espindola
Compute the ELF SectionKind from the flags.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-23
Rafael Espindola
Add STB_GNU_UNIQUE to the ELF writer.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-17
Rafael Espindola
Add back commits r219835 and a fixed version of r219829.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-17
Rafael Espindola
Revert commit r219835 and r219829.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Rafael Espindola
Correctly handle references to section symbols.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Derek Schuff
[MC] Make bundle alignment mode setting idempotent...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Rafael Espindola
Simplify handling of --noexecstack by using getNonexecu...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Rafael Espindola
Print a=b as an assignment.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-12
Rafael Espindola
Remove an always true argument.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-27
Rafael Espindola
Make getOrCreateSymbolData non virtual.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Kevin Enderby
Fix the assembler to print a better relocatable express...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-13
Craig Topper
[C++11] More 'nullptr' conversion or in some cases...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Zoran Jovanovic
Mark alias symbols as microMIPS if necessary. Differe...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Rafael Espindola
Look through variables when computing relocations.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Rafael Espindola
Always print the implicit .text at the start of an...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-04
Rafael Espindola
Use the default values.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-28
David Woodhouse
Explictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-28
David Woodhouse
Modify MCObjectStreamer EmitInstTo* interface
blob
|
commitdiff
|
raw
|
diff to current
2014-01-26
Rafael Espindola
Construct the MCStreamer before constructing the MCTarg...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-24
Rafael Espindola
Simplify the logic for deciding when to initialize...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-24
Rafael Espindola
Inline functions that are only called once.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-23
Rafael Espindola
InitToTextSection is redundant with InitSections. Remov...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-23
Rafael Espindola
Remove duplicated info on what .text, .data and .bss...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-04
David Peixotto
Add support for parsing ARM symbol variants on ELF...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
David Peixotto
ARM integrated assembler generates incorrect nop opcode
blob
|
commitdiff
|
raw
|
diff to current
2013-10-29
Joerg Sonnenberger
Move the STT_FILE symbols out of the normal symbol...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-16
Rafael Espindola
Move .ident handling to MCStreamer.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-08
Rafael Espindola
Add a MCTargetStreamer interface.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-19
Richard Mitton
Added support for generate DWARF .debug_aranges section...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Bill Wendling
Call generateCompactUnwindEncodings() right before...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-09
Saleem Abdulrasool
[CodeGen] prevent abnormal on invalid attributes
blob
|
commitdiff
|
raw
|
diff to current
2013-07-09
Ulrich Weigand
[PowerPC] Revert r185476 and fix up TLS variant kinds
blob
|
commitdiff
|
raw
|
diff to current
2013-07-02
Ulrich Weigand
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
blob
|
commitdiff
|
raw
|
diff to current
2013-07-02
Rafael Espindola
Remove address spaces from MC.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Ulrich Weigand
[PowerPC] Add support for TLS data relocations
blob
|
commitdiff
|
raw
|
diff to current
2013-06-21
Ulrich Weigand
[PowerPC] Support various tls-related modifiers
blob
|
commitdiff
|
raw
|
diff to current
2013-06-21
Ulrich Weigand
[PowerPC] Rename some more VK_PPC_ enums
blob
|
commitdiff
|
raw
|
diff to current
2013-04-17
Peter Collingbourne
Add support for subsections to the ELF assembler. Fixes...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-10
Peter Collingbourne
Use a scheme closer to that of GNU as when deciding...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-09
Nick Lewycky
We need a shndx if the number of sections breaks SHN_LO...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-26
Bill Schmidt
Fix PR15359.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-19
Jack Carter
ELF symbol table field st_other support,
blob
|
commitdiff
|
raw
|
diff to current
2013-02-15
Derek Schuff
If bundle alignment is enabled, do not add data to...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-31
Tim Northover
Add AArch64 as an experimental target.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-15
Eli Bendersky
Optimize the memory usage of MC bundling, by creating...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-14
Eli Bendersky
Expose an InitToTextSection through MCStreamer.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Eric Christopher
Last in the series of removing unnecessary '0' argument...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-08
Eli Bendersky
Renamed MCInstFragment to MCRelaxableFragment and added...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-07
Eli Bendersky
Add the align_to_end option to .bundle_lock in the...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Eli Bendersky
Aligned bundling support. Following the discussion...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-16
Reed Kotler
This patch is needed to make c++ exceptions work for...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Eli Bendersky
Refactor MCInstFragment and MCDataFragment to adhere...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Eli Bendersky
Lift EmitAssignment into MCObjectStreamer which gets...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Tim Northover
Added Mapping Symbols for ARM ELF
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Logan Chien
Split MCELFStreamer into a header file.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Adhemerval Zanella
PowerPC: add EmitTCEntry class for TOC creation
blob
|
commitdiff
|
raw
|
diff to current
2012-10-04
Benjamin Kramer
Hoist some grossly duplicated code from the COFF/ELF...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-13
Jim Grosbach
Assembler: Darwin variables defined via .set are no...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Evan Cheng
EmitZerofill should take a 64-bit size or else it's...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-18
Jim Grosbach
Refactor data-in-code annotations.
blob
|
commitdiff
|
raw
|
diff to current
next