index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-14
Revert "Add r224985 back with two fixes."
Rafael Espindola
5
-50
/
+46
2015-01-14
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
7
-7
/
+7
2015-01-14
Migrate ABIName to MCTargetOptions so that it can be shared between
Eric Christopher
1
-1
/
+6
2015-01-13
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
1
-0
/
+5
2015-01-13
Grammar and spelling.
Eric Christopher
1
-4
/
+4
2015-01-12
Add r224985 back with two fixes.
Rafael Espindola
5
-46
/
+50
2015-01-11
ARM: add support for segment base relocations (SBREL)
Saleem Abdulrasool
1
-0
/
+2
2015-01-09
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
3
-3
/
+55
2015-01-06
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
3
-59
/
+3
2015-01-06
Revert r225048: It broke ObjC on AArch64.
Lang Hames
5
-50
/
+46
2014-12-31
Add r224985 back with a fix.
Rafael Espindola
5
-46
/
+50
2014-12-31
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
5
-50
/
+46
2014-12-30
DebugInfo: Omit is_stmt from line table entries on the same line.
David Blaikie
1
-2
/
+2
2014-12-30
Remove doesSectionRequireSymbols.
Rafael Espindola
5
-46
/
+50
2014-12-29
Refactor duplicated code.
Rafael Espindola
3
-3
/
+59
2014-12-24
MC: Label definitions are permitted after .set directives
David Majnemer
1
-0
/
+5
2014-12-24
IAS: correct debug line info for asm macros
Saleem Abdulrasool
1
-4
/
+8
2014-12-24
MC: Don't emit .no_dead_strip on targets which don't support it
David Majnemer
1
-1
/
+5
2014-12-22
Fix Windows unwind info for functions in sections other than .text
Reid Kleckner
1
-33
/
+26
2014-12-22
Remove unused header. NFC.
Juergen Ributzka
1
-1
/
+0
2014-12-18
Instead of explicitely comparing both lowercase and uppercase variants.
Roman Divacky
1
-81
/
+1
2014-12-18
Add a corresponding '@LOCAL' parse to match r224415.
Justin Hibbits
1
-0
/
+1
2014-12-18
Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...
Kevin Enderby
1
-3
/
+3
2014-12-17
Add parsing of 'foo@local".
Justin Hibbits
1
-0
/
+1
2014-12-15
Changing a cast from unsigned to uint64_t, should be NFC in practice.
Aaron Ballman
1
-1
/
+1
2014-12-13
Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
1
-1
/
+2
2014-12-12
Clean up static analyzer warnings.
Michael Ilseman
3
-6
/
+11
2014-12-04
clang-formatted ranged loops and assignment, NFC.
Yaron Keren
1
-12
/
+12
2014-12-04
Allow target to specify prefix for labels
Matt Arsenault
3
-1
/
+3
2014-12-01
[NVPTX] Do not emit .weak symbols for NVPTX
Jingyue Wu
2
-1
/
+2
2014-11-27
Commit back the correct bits of r222760 (was r222538).
Rafael Espindola
1
-0
/
+6
2014-11-27
Revert "Reapply 222538 and update tests to explicitly request small code mode...
Rafael Espindola
1
-11
/
+0
2014-11-25
Reapply 222538 and update tests to explicitly request small code model
Joerg Sonnenberger
1
-0
/
+11
2014-11-22
Tidied up target triple OS detection. NFC
Simon Pilgrim
1
-1
/
+1
2014-11-21
Revert "Allow FDE references outside the +/-2GB range supported by PC relativ...
Duncan P. N. Exon Smith
1
-11
/
+0
2014-11-21
Allow FDE references outside the +/-2GB range supported by PC relative
Joerg Sonnenberger
1
-0
/
+11
2014-11-19
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2
-25
/
+18
2014-11-14
COFF: Add support for Dwarf accelerator tables.
Frederic Riss
1
-0
/
+21
2014-11-13
Fix a regression on the disassembling C API.
Rafael Espindola
1
-1
/
+1
2014-11-12
Add support for small-model PIC for PowerPC.
Justin Hibbits
1
-0
/
+1
2014-11-12
Remove the now unused StringRefMemoryObject.h.
Rafael Espindola
1
-1
/
+0
2014-11-12
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
1
-3
/
+2
2014-11-11
MC, COFF: Use relocations for function references inside the section
David Majnemer
2
-1
/
+19
2014-11-11
Add const. NFC.
Rafael Espindola
1
-1
/
+1
2014-11-11
speling.
Nico Weber
1
-1
/
+1
2014-11-07
Use a StringRefMemoryObject. NFC.
Rafael Espindola
1
-26
/
+3
2014-11-05
[mips64] Fix MIPS64 exception personality encoding
Petar Jovanovic
1
-0
/
+2
2014-11-04
Don't produce relocations for a difference in a section with no symbols.
Rafael Espindola
1
-5
/
+4
2014-11-03
Revert r221150, as it broke sanitizer tests
Oliver Stannard
4
-24
/
+12
2014-11-03
Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
4
-12
/
+24
[next]