index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
6
-11
/
+45
*
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-12-04
4
-5
/
+9
*
First step in fixing MC. Make it clear that we are avoiding a bug in the
Rafael Espindola
2010-12-03
1
-11
/
+8
*
Make EmitIntValue more efficient and more like what we do for leb128. The
Rafael Espindola
2010-12-03
3
-10
/
+20
*
Do with uleb the same trick we now do with dwarf line/address advances. This
Rafael Espindola
2010-12-03
3
-10
/
+20
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
9
-85
/
+116
*
It may not be an option to skip .debug_line if there are file reference in al...
Devang Patel
2010-12-03
2
-3
/
+21
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
5
-7
/
+17
*
Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addresses
Rafael Espindola
2010-12-02
1
-3
/
+11
*
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-12-02
4
-22
/
+5
*
Add EmitInstToFragment to the generic object streamer.
Rafael Espindola
2010-12-02
3
-34
/
+11
*
The sections that the ELF object writer has to create are very simple and
Rafael Espindola
2010-12-02
2
-40
/
+48
*
If tehre are not any line entry then do not try to emit .debug_line section.
Devang Patel
2010-12-02
1
-1
/
+1
*
Add support for binary encoding of ARM 'adr' instructions referencing constant
Jim Grosbach
2010-12-02
2
-3
/
+9
*
Remove unused argument.
Rafael Espindola
2010-12-01
1
-3
/
+2
*
Rename temporary symbols if they conflict with artificial symbols created
Rafael Espindola
2010-12-01
1
-10
/
+35
*
Add correct encodings for STRD and LDRD, including fixup support. Additional...
Owen Anderson
2010-12-01
1
-2
/
+2
*
Fix a mised reloc rename spot.
Jim Grosbach
2010-12-01
1
-2
/
+2
*
ARM/MC/ELF relocation "hello world" for movw/movt.
Jason W Kim
2010-12-01
1
-1
/
+97
*
Merge System into Support.
Michael J. Spencer
2010-11-29
6
-6
/
+6
*
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
2
-32
/
+9
*
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
1
-21
/
+0
*
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
4
-65
/
+19
*
Fixed verson of r120245.
Rafael Espindola
2010-11-28
4
-47
/
+26
*
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
4
-23
/
+54
*
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
4
-54
/
+23
*
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
5
-14
/
+4
*
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
8
-24
/
+31
*
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
1
-14
/
+9
*
Fix a comment.
Daniel Dunbar
2010-11-27
1
-2
/
+1
*
Reduce nesting.
Daniel Dunbar
2010-11-27
1
-20
/
+26
*
MC/Mach-O: Migrate more constants into MachOFormat.h.
Daniel Dunbar
2010-11-27
1
-104
/
+37
*
MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine
Daniel Dunbar
2010-11-27
1
-38
/
+24
*
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
1
-3
/
+2
*
Fix Whitespace.
Michael J. Spencer
2010-11-26
1
-14
/
+14
*
Factor some code to parseSectionFlags and fix the default type of a section.
Rafael Espindola
2010-11-25
1
-49
/
+58
*
Behave a bit more like gnu as and use the symbol (instead of the section)
Rafael Espindola
2010-11-24
2
-6
/
+18
*
Relocate with the symbol if the relocation is of kind NTPOFF.
Rafael Espindola
2010-11-24
1
-1
/
+2
*
Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly
Rafael Espindola
2010-11-24
1
-5
/
+13
*
If a symbol is used as tls, mark it as tls even if not declare as so. Probably
Rafael Espindola
2010-11-24
1
-0
/
+40
*
Invalidate the layout on any relaxation, not just Instructions. Bug found by ...
Rafael Espindola
2010-11-23
1
-9
/
+11
*
Reuse data fragments while lowering. Patch by David Meyer.
Rafael Espindola
2010-11-23
1
-26
/
+77
*
Fixed some style issues (no _, no spc after !)
Jason W Kim
2010-11-22
1
-6
/
+6
*
Make the <ARCH>ELFObjectWriter statics private
Jason W Kim
2010-11-22
1
-0
/
+3
*
Fix misplaced statics.
Jason W Kim
2010-11-22
1
-6
/
+5
*
Kill trailing whitespace
Jason W Kim
2010-11-22
1
-3
/
+3
*
Refactor the ELFRelocationEntry (pull up) and move the arch-specific statics ...
Jason W Kim
2010-11-22
1
-46
/
+54
*
Add basic CFI methods to the streamer interface.
Rafael Espindola
2010-11-22
3
-7
/
+125
*
Remove some #includes.
Rafael Espindola
2010-11-22
1
-0
/
+1
*
Implement ELF object file writing support for the MBlaze backend. Its not per...
Wesley Peck
2010-11-21
1
-2
/
+140
[next]