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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switch from WriteEFlags to getEFlags in preparation for moving it
Rafael Espindola
2011-12-21
2
-9
/
+8
*
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
3
-208
/
+19
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
2
-7
/
+3
*
Small refactoring so that RelocNeedsGOT can stay in the target independent
Rafael Espindola
2011-12-21
2
-24
/
+16
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
3
-0
/
+18
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
7
-0
/
+51
*
Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...
Bill Wendling
2011-12-15
1
-2
/
+1
*
Another improvement to the implementation of .incbin directive by avoiding a
Kevin Enderby
2011-12-15
1
-5
/
+2
*
Improve the implementation of .incbin directive by replacing a loop by using
Kevin Enderby
2011-12-14
1
-4
/
+4
*
Add the .incbin directive which takes the binary data from a file and emits
Kevin Enderby
2011-12-14
1
-0
/
+49
*
Disable to review some failures.
Bill Wendling
2011-12-14
1
-1
/
+2
*
Relocation against a symbol, instead of against section. We had some extreme
Akira Hatanaka
2011-12-13
1
-2
/
+2
*
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
1
-0
/
+3
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
2
-2
/
+0
*
Add support for gnu_indirect_function.
Roman Divacky
2011-12-12
3
-3
/
+7
*
Handle reloc_signed_4byte in here. Not doing so was a regression from my
Rafael Espindola
2011-12-09
1
-0
/
+1
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
4
-0
/
+356
*
Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in a
Rafael Espindola
2011-12-09
1
-7
/
+18
*
Darwin assembler improved relocs when w/o subsections_via_symbols.
Jim Grosbach
2011-12-07
1
-1
/
+6
*
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-07
1
-1
/
+2
*
Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>
Bill Wendling
2011-12-06
1
-4
/
+1
*
Explicit symbols for gnu mimicing relocations. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-06
2
-0
/
+20
*
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
3
-3
/
+3
*
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-06
4
-34
/
+34
*
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
3
-2
/
+6
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
3
-16
/
+0
*
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-11-29
1
-0
/
+8
*
MachO doesn't support the protected visibility. Don't default to 'global' her...
Bill Wendling
2011-11-29
1
-1
/
+2
*
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-29
1
-8
/
+8
*
build: Update CMakeLists.txt.
Daniel Dunbar
2011-11-29
1
-0
/
+1
*
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
2011-11-29
1
-0
/
+280
*
Thumb2 only force the fixup thumb bit for data relocations.
Jim Grosbach
2011-11-28
1
-8
/
+8
*
Remove obsolete FIXME.
Jim Grosbach
2011-11-28
1
-2
/
+0
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
4
-6
/
+31
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-1
/
+3
*
Remove function printMipsSymbolRef.
Akira Hatanaka
2011-11-15
1
-35
/
+0
*
Tidy up. 80 columns.
Jim Grosbach
2011-11-15
5
-28
/
+34
*
Disable generation of compact unwind encodings. <rdar://problem/10441578>
Bob Wilson
2011-11-14
1
-1
/
+2
*
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
2
-18
/
+1
*
Remove FIXME comment that should have been removed with r144351.
Bob Wilson
2011-11-11
1
-1
/
+0
*
Clients are responsible for initializing the targets, remove it from the disa...
Benjamin Kramer
2011-11-11
4
-32
/
+1
*
Reenable compact unwinding now that <rdar://problem/10430076> is fixed.
Bill Wendling
2011-11-11
1
-1
/
+1
*
Disable compact unwind generation until I can solve the codegen problems.
Bill Wendling
2011-11-11
1
-1
/
+2
*
build/MCDisassembler: Fix required libraries list of MCDisassembler to use
Daniel Dunbar
2011-11-10
1
-1
/
+3
*
Simplify code. No functionality change.
Benjamin Kramer
2011-11-09
1
-8
/
+2
*
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-09
1
-12
/
+0
*
Emit the compact unwind *if* we have a compact unwind encoding.
Bill Wendling
2011-11-08
1
-1
/
+1
*
MC/COFF: Correctly emit the size of an empty string table.
Michael J. Spencer
2011-11-08
1
-0
/
+1
*
Simplify some uses of utohexstr.
Benjamin Kramer
2011-11-07
1
-3
/
+2
[prev]
[next]