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
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-52
/
+117
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
1
-0
/
+21
|
\
|
*
Move the STT_FILE symbols out of the normal symbol table processing for
Joerg Sonnenberger
2013-10-29
1
-0
/
+21
*
|
Merge remote-tracking branch 'upstream/master' into merge-20130502
Stephen Hines
2013-05-02
1
-3
/
+9
|
\
\
|
|
/
|
*
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
*
|
Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226
Stephen Hines
2013-03-05
1
-15
/
+103
|
\
\
|
|
/
|
*
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
*
|
Merge remote-tracking branch 'upstream/master' into merge-llvm
Stephen Hines
2013-01-21
1
-86
/
+181
|
\
\
|
|
/
|
*
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
*
|
Merge branch 'upstream' into merge-2012_09_10
Stephen Hines
2012-09-10
1
-4
/
+4
|
\
\
|
|
/
|
*
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
*
|
Merge with LLVM upstream r160668 (Jul 24th 2012)
Shih-wei Liao
2012-08-03
1
-1
/
+43
|
\
\
|
|
/
|
*
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
*
|
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
1
-1
/
+0
|
\
\
|
|
/
|
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-1
/
+0
*
|
Restore to use private and LLVM coding style
TDYa127
2012-03-19
1
-6
/
+5
*
|
Integrated linker.
Shih-wei Liao
2012-03-17
1
-5
/
+16
|
/
*
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
[next]