index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
Age
Commit message (
Expand
)
Author
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-15
Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...
Bill Wendling
2011-12-15
Another improvement to the implementation of .incbin directive by avoiding a
Kevin Enderby
2011-12-14
Improve the implementation of .incbin directive by replacing a loop by using
Kevin Enderby
2011-12-14
Add the .incbin directive which takes the binary data from a file and emits
Kevin Enderby
2011-12-14
Disable to review some failures.
Bill Wendling
2011-12-13
Relocation against a symbol, instead of against section. We had some extreme
Akira Hatanaka
2011-12-12
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
Add support for gnu_indirect_function.
Roman Divacky
2011-12-09
Handle reloc_signed_4byte in here. Not doing so was a regression from my
Rafael Espindola
2011-12-09
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in a
Rafael Espindola
2011-12-07
Darwin assembler improved relocs when w/o subsections_via_symbols.
Jim Grosbach
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-06
Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>
Bill Wendling
2011-12-06
Explicit symbols for gnu mimicing relocations. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-06
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
Tidy up. Hard tabs.
Jim Grosbach
2011-12-06
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-11-29
MachO doesn't support the protected visibility. Don't default to 'global' her...
Bill Wendling
2011-11-29
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-29
build: Update CMakeLists.txt.
Daniel Dunbar
2011-11-29
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
2011-11-28
Thumb2 only force the fixup thumb bit for data relocations.
Jim Grosbach
2011-11-28
Remove obsolete FIXME.
Jim Grosbach
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-15
Remove function printMipsSymbolRef.
Akira Hatanaka
2011-11-15
Tidy up. 80 columns.
Jim Grosbach
2011-11-14
Disable generation of compact unwind encodings. <rdar://problem/10441578>
Bob Wilson
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-11
Remove FIXME comment that should have been removed with r144351.
Bob Wilson
2011-11-11
Clients are responsible for initializing the targets, remove it from the disa...
Benjamin Kramer
2011-11-11
Reenable compact unwinding now that <rdar://problem/10430076> is fixed.
Bill Wendling
2011-11-11
Disable compact unwind generation until I can solve the codegen problems.
Bill Wendling
2011-11-10
build/MCDisassembler: Fix required libraries list of MCDisassembler to use
Daniel Dunbar
2011-11-09
Simplify code. No functionality change.
Benjamin Kramer
2011-11-09
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-08
Emit the compact unwind *if* we have a compact unwind encoding.
Bill Wendling
2011-11-08
MC/COFF: Correctly emit the size of an empty string table.
Michael J. Spencer
2011-11-07
Simplify some uses of utohexstr.
Benjamin Kramer
2011-11-07
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-06
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-11-05
Twinify.
Benjamin Kramer
2011-11-05
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-04
Add mips ELF relocation types. Patch by Jack Carter!
Bruno Cardoso Lopes
[next]