projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
DebugInfo: Remove DIScope
[oota-llvm.git]
/
lib
/
MC
/
2015-04-20
Rafael Espindola
Look past locals in comdats.
tree
|
commitdiff
2015-04-17
Rafael Espindola
Compute A-B when A or B is weak.
tree
|
commitdiff
2015-04-17
Rafael Espindola
Compute A-B if both A and B are in the same comdat...
tree
|
commitdiff
2015-04-17
Rafael Espindola
Move AliasedSymbol to MachObjectWriter.
tree
|
commitdiff
2015-04-17
Rafael Espindola
Add a proper fix for pr23025.
tree
|
commitdiff
2015-04-17
Benjamin Kramer
[mc] Clean up emission of byte sequences
tree
|
commitdiff
2015-04-17
Rafael Espindola
Don't walk aliases from global to local symbols in...
tree
|
commitdiff
2015-04-17
Rafael Espindola
Write relocation sections contiguously.
tree
|
commitdiff
2015-04-15
Rafael Espindola
Write section and section table entries in the same...
tree
|
commitdiff
2015-04-15
Richard Trieu
Change range-based for-loops to be -Wrange-loop-analysi...
tree
|
commitdiff
2015-04-14
Rafael Espindola
Use the ability to pwrite to simplify the ELF writer.
tree
|
commitdiff
2015-04-14
Rafael Espindola
Use raw_pwrite_stream in the object writer/streamer.
tree
|
commitdiff
2015-04-14
Petar Jovanovic
Re-enable target-specific relocation table sorting...
tree
|
commitdiff
2015-04-12
Petr Hosek
[MC] Write padding into fragments when -mc-relax-all...
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-04-09
Rafael Espindola
Simplify use of formatted_raw_ostream.
tree
|
commitdiff
2015-04-09
Rafael Espindola
Define a function with "... llvm::func...".
tree
|
commitdiff
2015-04-09
Rafael Espindola
Nothing inherits from the asm streamer.
tree
|
commitdiff
2015-04-08
Rafael Espindola
Remove unused variable.
tree
|
commitdiff
2015-04-08
Rafael Espindola
Write the section header in the end.
tree
|
commitdiff
2015-04-08
NAKAMURA Takumi
ELFObjectWriter.cpp: Prune obsolete \param since r23434...
tree
|
commitdiff
2015-04-07
Rafael Espindola
Delete commented code. Don't repeat name in comment.
tree
|
commitdiff
2015-04-07
Rafael Espindola
Don't subtract the header size just to add it back.
tree
|
commitdiff
2015-04-07
Rafael Espindola
Remove dead code. NFC.
tree
|
commitdiff
2015-04-07
Rafael Espindola
Remove intermediate variables.
tree
|
commitdiff
2015-04-07
Rafael Espindola
Remove unused argument.
tree
|
commitdiff
2015-04-06
Rafael Espindola
Use a comma after the unique keyword.
tree
|
commitdiff
2015-04-06
Rafael Espindola
Remove unnecessary uses of AliasedSymbol.
tree
|
commitdiff
2015-04-06
Rafael Espindola
Be consistent when deciding if a relocation is needed.
tree
|
commitdiff
2015-04-06
Rafael Espindola
Store the sh_link of ARM_EXIDX directly in MCSectionELF.
tree
|
commitdiff
2015-04-06
Rafael Espindola
Simplify this function a bit. NFC.
tree
|
commitdiff
2015-04-06
Rafael Espindola
Simplify mapping from relocation sections to relocated...
tree
|
commitdiff
2015-04-04
Rafael Espindola
Don't mix overload and default values.
tree
|
commitdiff
2015-04-04
Rafael Espindola
Implement unique sections with an unique ID.
tree
|
commitdiff
2015-04-03
Peter Collingbourne
MC: For variable symbols, maintain MCSymbol::Section...
tree
|
commitdiff
2015-04-02
Peter Collingbourne
Revert r233595, "MC: For variable symbols, maintain...
tree
|
commitdiff
2015-04-02
Craig Topper
Don't print an error message when looking up the schedu...
tree
|
commitdiff
2015-03-31
David Majnemer
[WinEH] Generate .xdata for catch handlers
tree
|
commitdiff
2015-03-31
Craig Topper
Make llc use getHostCPUFeatures when 'native' is specif...
tree
|
commitdiff
2015-03-31
Eric Christopher
Replace the MCSubtargetInfo parameter with a Triple...
tree
|
commitdiff
2015-03-30
Eric Christopher
Rename const char *Triple argument to TT to avoid shado...
tree
|
commitdiff
2015-03-30
Peter Collingbourne
MC: For variable symbols, maintain MCSymbol::Section...
tree
|
commitdiff
2015-03-30
Yaron Keren
Remove more superfluous .str() and replace std::string...
tree
|
commitdiff
2015-03-30
Rafael Espindola
Save a std::string.
tree
|
commitdiff
2015-03-30
Rafael Espindola
Special case the creation of relocation sections.
tree
|
commitdiff
2015-03-28
Craig Topper
Convert feature strings to lowercase even if they have...
tree
|
commitdiff
2015-03-28
Craig Topper
Update comment to match code behavior.
tree
|
commitdiff
2015-03-27
Rafael Espindola
Add two small structs for readability in place of std...
tree
|
commitdiff
2015-03-27
Akira Hatanaka
[MCInstPrinter] Enable MCInstPrinter to change its...
tree
|
commitdiff
2015-03-27
Rafael Espindola
Close unique sections when switching away from them.
tree
|
commitdiff
2015-03-26
Rafael Espindola
Fix PR23025.
tree
|
commitdiff
2015-03-25
Rafael Espindola
clang-format bits of code to make another patch readable.
tree
|
commitdiff
2015-03-25
Rafael Espindola
Fix fixup evaluation when deciding what to relocate...
tree
|
commitdiff
2015-03-25
Rafael Espindola
Fix warning on non-assert build.
tree
|
commitdiff
2015-03-25
Rafael Espindola
Produce an error instead of asserting on invalid .sleb1...
tree
|
commitdiff
2015-03-24
Rafael Espindola
Don't be over eager in evaluating a subtraction with...
tree
|
commitdiff
2015-03-24
Rafael Espindola
Reset the CFA offset at the start of every FDE.
tree
|
commitdiff
2015-03-24
Michael Kuperstein
Revert "Use std::bitset for SubtargetFeatures"
tree
|
commitdiff
2015-03-24
Michael Kuperstein
Use std::bitset for SubtargetFeatures
tree
|
commitdiff
2015-03-23
Rafael Espindola
Refactor how passes get a symbol at the end of a section.
tree
|
commitdiff
2015-03-23
Rafael Espindola
Update variable name and reuse existing variable. NFC.
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
tree
|
commitdiff
2015-03-23
Yaron Keren
Add missing ELFObjectWriter::reset() override, like...
tree
|
commitdiff
2015-03-20
Rafael Espindola
Don't declare all text sections at the start of the .s
tree
|
commitdiff
2015-03-19
Rafael Espindola
Split the object streamer callback in one per file...
tree
|
commitdiff
2015-03-18
Rafael Espindola
Add a default implementation of createObjectStreamer.
tree
|
commitdiff
2015-03-18
Sid Manning
Add support for .ifnes psuedo-op.
tree
|
commitdiff
2015-03-18
Yaron Keren
Remove many superfluous SmallString::str() calls.
tree
|
commitdiff
2015-03-17
Rafael Espindola
Centralize the handling of unique ids for temporary...
tree
|
commitdiff
2015-03-17
Yaron Keren
Remove LookupSymbol(StringRef) and optimize LookupSymbo...
tree
|
commitdiff
2015-03-17
Yaron Keren
Teach Twine to support SmallString.
tree
|
commitdiff
2015-03-16
David Blaikie
Fix uses of reserved identifiers starting with an under...
tree
|
commitdiff
2015-03-16
Gabor Horvath
Fix build failure on MSVC compilers.
tree
|
commitdiff
2015-03-16
Gabor Horvath
[llvm] Replacing asserts with static_asserts where...
tree
|
commitdiff
2015-03-15
Frederic Riss
[MCDwarf] Do not emit useless line table opcode.
tree
|
commitdiff
2015-03-13
Daniel Sanders
Recommit r232027 with PR22883 fixed: Add infrastructure...
tree
|
commitdiff
2015-03-12
Jingyue Wu
[NVPTXAsmPrinter] do not print .align on function headers
tree
|
commitdiff
2015-03-11
Rafael Espindola
Don't print labels that on ELF are never used.
tree
|
commitdiff
2015-03-11
Rafael Espindola
Print section start labels when first switching to...
tree
|
commitdiff
2015-03-10
Rafael Espindola
Add missing section symbol to COFF's .debug_types.dwo.
tree
|
commitdiff
2015-03-10
Rafael Espindola
Create symbols marking the start of a section earlier.
tree
|
commitdiff
2015-03-10
Rafael Espindola
Move a non-trivial virtual function out of line.
tree
|
commitdiff
2015-03-10
Rafael Espindola
clang-format code that is about to change.
tree
|
commitdiff
2015-03-09
David Blaikie
Simplify expressions involving boolean constants with...
tree
|
commitdiff
2015-03-07
Benjamin Kramer
Make constant arrays that are passed to functions as...
tree
|
commitdiff
2015-03-05
Rafael Espindola
Use the generic Lfunc_begin label on ppc.
tree
|
commitdiff
2015-03-05
Reid Kleckner
Replace llvm.frameallocate with llvm.frameescape
tree
|
commitdiff
2015-03-04
Rafael Espindola
Expand variables when evaluating absolute expressions.
tree
|
commitdiff
2015-03-04
Davide Italiano
[MC][Target] Implement support for R_X86_64_SIZE{32...
tree
|
commitdiff
2015-03-04
Pete Cooper
Remove MCStreamer include which isn't used here. NFC
tree
|
commitdiff
2015-03-04
Pete Cooper
This file should always have included MCAssembler and...
tree
|
commitdiff
2015-03-04
Pete Cooper
Remove MCStreamer.h include from MCContext.h and explic...
tree
|
commitdiff
2015-03-02
Paul Robinson
Remove useless .debug_macinfo section setup.
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Make some non-constant static variables non-static...
tree
|
commitdiff
2015-02-27
Rafael Espindola
Centralize handling of the eh_begin and eh_end labels.
tree
|
commitdiff
2015-02-26
Frederic Riss
[MC] Use the non-EH register mapping in the debug_frame...
tree
|
commitdiff
2015-02-25
NAKAMURA Takumi
Fix UTF8 chars to ASCII.
tree
|
commitdiff
2015-02-22
David Majnemer
COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF...
tree
|
commitdiff
2015-02-22
David Majnemer
COFF: Consistently format the DWARF sections
tree
|
commitdiff
2015-02-19
Benjamin Kramer
MC: Allow multiple comma-separated expressions on the...
tree
|
commitdiff
next