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
/
include
/
llvm
/
MC
/
MCAssembler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-8
/
+15
*
Remove unused method and default values.
Rafael Espindola
2013-04-09
1
-6
/
+5
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
1
-0
/
+10
*
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
1
-0
/
+12
*
Replace virtual hasFixups with explicit fragment type checks
Eli Bendersky
2013-01-16
1
-9
/
+2
*
Optimize the memory usage of MC bundling, by creating a new type of fragment
Eli Bendersky
2013-01-15
1
-16
/
+89
*
Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize
Eli Bendersky
2013-01-08
1
-1
/
+0
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-9
/
+14
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-7
/
+26
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-3
/
+84
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-0
/
+4
*
Cleanup formatting, comments and naming.
Eli Bendersky
2012-12-10
1
-1
/
+3
*
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
1
-8
/
+8
*
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
1
-45
/
+50
*
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-05
1
-6
/
+3
*
Remove unused methods
Eli Bendersky
2012-12-05
1
-4
/
+0
*
Remove the non-const getInst accessor. It wasn't being used, and isn't very
Eli Bendersky
2012-12-05
1
-3
/
+0
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-10
/
+0
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-4
/
+4
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-6
/
+6
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
1
-2
/
+2
*
Make the setInst method take its MCInst parameter by reference, a la Jim's
Lang Hames
2012-08-23
1
-1
/
+1
*
MCInstFragment constructor should take by-reference MCInst.
Jim Grosbach
2012-08-22
1
-1
/
+1
*
Fix an overzealous assertion. It is legitimate for a target to have multiple...
Owen Anderson
2012-07-05
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+42
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-1
/
+0
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+15
*
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
1
-1
/
+1
*
Tidy up. 80 columns.
Jim Grosbach
2011-12-06
1
-1
/
+2
*
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-06
1
-15
/
+15
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-6
/
+6
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-0
/
+4
*
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
1
-1
/
+32
*
Don't relax org or align. They change size as the relaxation happens, but they
Rafael Espindola
2010-12-21
1
-20
/
+3
*
Layout one section until no relaxations are done and then move to the next
Rafael Espindola
2010-12-21
1
-0
/
+2
*
MC/Assembler: Strip out object writer arguments, now that it is always available
Daniel Dunbar
2010-12-17
1
-21
/
+12
*
MC/Assembler: Make the MCObjectWriter available through the lifetime of the
Daniel Dunbar
2010-12-17
1
-3
/
+8
*
Relax alignment fragments.
Rafael Espindola
2010-12-15
1
-10
/
+15
*
ARM Fixups relative to thumb functions need to have the low bit of the value
Jim Grosbach
2010-12-14
1
-0
/
+18
*
Layout each section independently. With the testcase in PR8711:
Rafael Espindola
2010-12-07
1
-2
/
+1
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-19
/
+2
*
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
1
-0
/
+3
*
Remove the getAddress getter, initialize Ordinal in the constructor and use
Rafael Espindola
2010-12-06
1
-2
/
+0
*
Remember the contents of leb and dwarfline fragments when relaxing. This avoids
Rafael Espindola
2010-12-04
1
-13
/
+8
*
The sections that the ELF object writer has to create are very simple and
Rafael Espindola
2010-12-02
1
-3
/
+2
*
Remove unused argument.
Rafael Espindola
2010-12-01
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Relax dwarf line fragments. This fixes a crash in the included testcase.
Rafael Espindola
2010-11-07
1
-1
/
+11
[next]