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
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
4
-19
/
+46
*
[ms-inline asm] Make sure we fail gracefully on parse errors. Parse errors
Chad Rosier
2012-12-12
1
-2
/
+9
*
Make naming consistent, add comments and sanity asserts
Eli Bendersky
2012-12-12
1
-24
/
+27
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-0
/
+5
*
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-12
1
-2
/
+6
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-0
/
+3
*
Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation,
Eli Bendersky
2012-12-11
1
-3
/
+2
*
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
1
-1
/
+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
*
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-07
1
-9
/
+16
*
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
2
-9
/
+9
*
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
6
-54
/
+52
*
Add separate statistics for Data and Inst fragments emitted during relaxation.
Eli Bendersky
2012-12-07
1
-1
/
+5
*
Some common functionality from WinCOFFStreamer::EmitAssignment can be now
Eli Bendersky
2012-12-07
1
-3
/
+1
*
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
5
-28
/
+5
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
4
-54
/
+8
*
Split MCELFStreamer into a header file.
Logan Chien
2012-12-07
1
-107
/
+63
*
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
1
-8
/
+42
*
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
1
-31
/
+6
*
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-06
1
-6
/
+31
*
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-05
1
-1
/
+1
*
Try to unbreak the build on hosts that don't transitively pull in a definitio...
Benjamin Kramer
2012-12-05
1
-2
/
+2
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
2
-0
/
+15
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+2
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
3
-5
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
25
-95
/
+85
*
MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()
Daniel Dunbar
2012-12-01
1
-7
/
+21
*
Add the rest of the experimental fission sections to MC.
Eric Christopher
2012-11-30
1
-0
/
+13
*
Add brief support for the fission .debug_info.dwo section for
Eric Christopher
2012-11-28
1
-0
/
+5
*
Add comments.
Eric Christopher
2012-11-28
1
-0
/
+4
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-0
/
+2
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
4
-0
/
+58
*
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-24
1
-13
/
+0
*
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
1
-20
/
+12
*
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
2
-41
/
+66
*
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
1
-46
/
+29
*
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-24
2
-26
/
+36
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
4
-0
/
+47
*
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
1
-0
/
+4
*
Emit relocations from .debug_aranges to .debug_info for asm files
Alexey Samsonov
2012-11-14
1
-9
/
+19
*
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-09
1
-1
/
+3
*
Fix for PR14264 cause by commit r167237 which did not take into account a
Kevin Enderby
2012-11-05
1
-1
/
+3
*
Add support for generating dwarf debugging info with assembly files
Kevin Enderby
2012-11-01
1
-2
/
+19
*
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
1
-5
/
+10
*
[ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetof
Chad Rosier
2012-10-26
1
-6
/
+0
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
2
-26
/
+10
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
2
-5
/
+21
*
[ms-inline asm] Create a register operand, rather than a memory operand when we
Chad Rosier
2012-10-24
1
-2
/
+2
*
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
1
-0
/
+14
[next]