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
/
lib
/
MC
/
MCAssembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-4
/
+25
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-82
/
+114
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-28
/
+75
*
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
1
-5
/
+6
|
\
|
*
Move assert above first use of variable that we'd be asserting on.
Eric Christopher
2013-08-07
1
-2
/
+2
|
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
1
-3
/
+4
*
|
Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612
Stephen Hines
2013-06-12
1
-2
/
+4
|
\
\
|
|
/
|
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
1
-2
/
+4
*
|
Merge remote-tracking branch 'upstream/master' into merge-20130502
Stephen Hines
2013-05-02
1
-0
/
+30
|
\
\
|
|
/
|
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-1
/
+32
|
*
Remove unused method and default values.
Rafael Espindola
2013-04-09
1
-2
/
+1
*
|
Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226
Stephen Hines
2013-03-05
1
-20
/
+70
|
\
\
|
|
/
|
*
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-11
1
-7
/
+7
|
*
[MC] Bundle alignment: Invalidate relaxed fragments
Derek Schuff
2013-02-05
1
-7
/
+8
|
*
[MC] bundle alignment: prevent padding instructions from crossing bundle boun...
Derek Schuff
2013-01-31
1
-4
/
+20
|
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
1
-1
/
+2
|
*
Optimize the memory usage of MC bundling, by creating a new type of fragment
Eli Bendersky
2013-01-15
1
-2
/
+34
*
|
Update LLVM for merge to r171905.
Stephen Hines
2013-01-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'upstream/master' into merge-llvm
Stephen Hines
2013-01-21
1
-124
/
+244
|
\
\
|
|
/
|
*
Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize
Eli Bendersky
2013-01-08
1
-3
/
+2
|
*
Rename statistic for instruction fragments -> relaxable
Eli Bendersky
2013-01-08
1
-3
/
+3
|
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-24
/
+24
|
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-5
/
+29
|
*
Fix an unitialized member variable that may have caused sporadic failures
Eli Bendersky
2012-12-20
1
-1
/
+2
|
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-7
/
+74
|
*
Add more reset methods to make all objects that the backend may use for outpu...
Pedro Artigas
2012-12-14
1
-0
/
+5
|
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-0
/
+13
|
*
Make naming consistent, add comments and sanity asserts
Eli Bendersky
2012-12-12
1
-24
/
+27
|
*
Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation,
Eli Bendersky
2012-12-11
1
-3
/
+2
|
*
Cleanup formatting, comments and naming.
Eli Bendersky
2012-12-10
1
-21
/
+21
|
*
This patch adds statistics for other non-DWARF fragments emitted by
Eli Bendersky
2012-12-10
1
-2
/
+13
|
*
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
1
-1
/
+1
|
*
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
1
-40
/
+35
|
*
Add separate statistics for Data and Inst fragments emitted during relaxation.
Eli Bendersky
2012-12-07
1
-1
/
+5
|
*
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-05
1
-1
/
+1
|
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
|
*
Tidy up. Minor formatting.
Jim Grosbach
2012-09-18
1
-3
/
+2
|
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-1
/
+1
|
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-1
/
+1
*
|
Merge branch 'upstream' into merge-2012_09_10
Stephen Hines
2012-09-10
1
-0
/
+8
|
\
\
|
|
/
|
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
|
*
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-29
1
-0
/
+6
*
|
Merge branch 'upstream' into merge_2
Stephen Hines
2012-08-23
1
-2
/
+3
|
\
\
|
|
/
|
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
1
-2
/
+3
*
|
Merge with LLVM upstream r160668 (Jul 24th 2012)
Shih-wei Liao
2012-08-03
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
|
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-1
/
+1
*
|
Restore to use private and LLVM coding style
TDYa127
2012-03-19
1
-4
/
+4
*
|
Integrated linker.
Shih-wei Liao
2012-03-17
1
-2
/
+8
|
/
[next]