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
/
include
/
llvm
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-0
/
+3
*
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
1
-0
/
+13
*
Cleanup formatting, comments and naming.
Eli Bendersky
2012-12-10
2
-6
/
+8
*
Fix Windows build breakage.
Logan Chien
2012-12-08
1
-2
/
+1
*
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
2
-8
/
+14
*
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
1
-45
/
+50
*
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
2
-1
/
+1
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
1
-0
/
+35
*
Split MCELFStreamer into a header file.
Logan Chien
2012-12-07
1
-0
/
+109
*
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
1
-1
/
+17
*
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
1
-11
/
+0
*
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-06
1
-0
/
+11
*
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-05
1
-6
/
+3
*
Remove unused methods
Eli Bendersky
2012-12-05
1
-4
/
+0
*
Remove the non-const getInst accessor. It wasn't being used, and isn't very
Eli Bendersky
2012-12-05
1
-3
/
+0
*
Try to unbreak the build on hosts that don't transitively pull in a definitio...
Benjamin Kramer
2012-12-05
1
-0
/
+1
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
1
-1
/
+12
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+2
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
15
-20
/
+20
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-0
/
+3
*
Add the rest of the experimental fission sections to MC.
Eric Christopher
2012-11-30
1
-1
/
+16
*
Add an MCPhysReg typedef to replace naked uint16_t.
Jakob Stoklund Olesen
2012-11-29
1
-7
/
+11
*
Add brief support for the fission .debug_info.dwo section for
Eric Christopher
2012-11-28
1
-0
/
+7
*
Rearrange ordering of sections.
Eric Christopher
2012-11-28
1
-9
/
+10
*
Move and comment accessor routines.
Eric Christopher
2012-11-28
1
-12
/
+15
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-1
/
+3
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
1
-4
/
+2
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
1
-0
/
+70
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
2
-5
/
+25
*
Further cleanups. Thanks for Sean Silva for noticing it.
Rafael Espindola
2012-11-25
1
-24
/
+12
*
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
1
-42
/
+35
*
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
1
-16
/
+16
*
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
1
-0
/
+1
*
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-24
1
-16
/
+88
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
2
-2
/
+3
*
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
1
-1
/
+5
*
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-09
1
-0
/
+1
*
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-11-06
1
-0
/
+4
*
MCRegisterClass should be returned by const ref, not by value.
Lang Hames
2012-10-26
1
-1
/
+1
*
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
2
-8
/
+16
*
Fix anonymous namespace issue introduced by r166714:
Kaelyn Uhrain
2012-10-25
1
-2
/
+0
*
[ms-inline asm] Perform field lookups with the dot operator.
Chad Rosier
2012-10-25
1
-0
/
+2
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-1
/
+35
*
Add 'const' qualifier on member functions not changing its fields.
Michael Liao
2012-10-25
1
-3
/
+3
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
1
-0
/
+3
*
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
1
-0
/
+4
*
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
2
-1
/
+4
*
[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...
Eli Friedman
2012-10-22
1
-3
/
+0
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
1
-1
/
+8
*
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
1
-0
/
+5
[prev]
[next]