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
*
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
*
Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with
Rafael Espindola
2011-05-08
1
-2
/
+1
*
MCAsmLayout: Add support for computing the symbol offset of variables. Not
Daniel Dunbar
2011-04-29
1
-0
/
+27
*
Add a small temporary hack for producing identical eh_frame sections on OS X.
Rafael Espindola
2011-04-28
1
-1
/
+2
*
No relocation produces a SLEB or ULEB, make sure they are handled in MC.
Rafael Espindola
2011-04-26
1
-1
/
+3
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
1
-2
/
+4
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-1
/
+1
*
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
1
-3
/
+37
*
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
Rafael Espindola
2010-12-24
1
-12
/
+24
*
Assert that the AddrDelta expression is really constant and wrap it in a set
Rafael Espindola
2010-12-22
1
-1
/
+3
*
Use references and simplify.
Rafael Espindola
2010-12-22
1
-1
/
+1
*
Don't relax org or align. They change size as the relaxation happens, but they
Rafael Espindola
2010-12-21
1
-42
/
+27
*
Layout one section until no relaxations are done and then move to the next
Rafael Espindola
2010-12-21
1
-34
/
+41
*
Thumb's forced-PC-alignment requirement applies to the _total_ displacement, ...
Owen Anderson
2010-12-17
1
-2
/
+2
*
MC/Assembler: Strip out object writer arguments, now that it is always available
Daniel Dunbar
2010-12-17
1
-49
/
+36
*
MC/Assembler: Make the MCObjectWriter available through the lifetime of the
Daniel Dunbar
2010-12-17
1
-21
/
+11
*
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
1
-2
/
+2
*
Fix typo in r121875.
Owen Anderson
2010-12-15
1
-1
/
+1
*
Implement cleanups suggested by Daniel.
Owen Anderson
2010-12-15
1
-7
/
+11
*
Relax alignment fragments.
Rafael Espindola
2010-12-15
1
-29
/
+26
*
Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.
Rafael Espindola
2010-12-15
1
-2
/
+5
*
ARM Fixups relative to thumb functions need to have the low bit of the value
Jim Grosbach
2010-12-14
1
-0
/
+10
*
Fix an issue in some Thumb fixups, where the effective PC address needs to be...
Owen Anderson
2010-12-09
1
-2
/
+9
*
Layout each section independently. With the testcase in PR8711:
Rafael Espindola
2010-12-07
1
-58
/
+23
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-107
/
+15
*
Use references to simplify the code a bit.
Rafael Espindola
2010-12-06
1
-3
/
+3
*
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
1
-98
/
+38
*
Remove the getAddress getter, initialize Ordinal in the constructor and use
Rafael Espindola
2010-12-06
1
-0
/
+1
*
Add a getSymbolOffset method and use it in the ELF writer.
Rafael Espindola
2010-12-06
1
-0
/
+5
*
Once the layout is done we don't need to keep updating which fragments are
Rafael Espindola
2010-12-04
1
-13
/
+5
[next]