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
*
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
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
1
-2
/
+4
*
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
*
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
*
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
*
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
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
1
-2
/
+3
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-1
/
+1
*
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-27
1
-2
/
+4
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-8
/
+4
*
Source information in 'expected relocatable expression' diagnostic.
Jim Grosbach
2012-01-27
1
-1
/
+1
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-5
/
+5
*
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
1
-9
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+10
*
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
1
-5
/
+2
*
Tidy up. Hard tabs.
Jim Grosbach
2011-12-06
1
-1
/
+1
*
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-06
1
-31
/
+31
*
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-29
1
-8
/
+8
*
Thumb2 only force the fixup thumb bit for data relocations.
Jim Grosbach
2011-11-28
1
-8
/
+8
*
Trailing whitespace.
Jim Grosbach
2011-10-26
1
-2
/
+2
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-2
/
+2
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
[next]