index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
7
-225
/
+96
*
Store the passed in CPU name string so that it can be accessed later.
Eric Christopher
2015-01-26
1
-1
/
+2
*
Add STB_GNU_UNIQUE to the ELF writer.
Rafael Espindola
2015-01-23
2
-3
/
+9
*
[pr21886] Change MCJIT/ELF to support MSVC C++ mangled symbol.
Rafael Espindola
2015-01-22
1
-9
/
+36
*
ARM: fail less catastrophically on invalid Windows input
Saleem Abdulrasool
2015-01-22
1
-2
/
+3
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
5
-46
/
+50
*
Produce errors when an assignment expression would use a common symbol.
Rafael Espindola
2015-01-19
1
-1
/
+11
*
unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer
David Blaikie
2015-01-18
2
-7
/
+5
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
2
-2
/
+2
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
5
-50
/
+46
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
7
-7
/
+7
*
Migrate ABIName to MCTargetOptions so that it can be shared between
Eric Christopher
2015-01-14
1
-1
/
+6
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-0
/
+5
*
Grammar and spelling.
Eric Christopher
2015-01-13
1
-4
/
+4
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
5
-46
/
+50
*
ARM: add support for segment base relocations (SBREL)
Saleem Abdulrasool
2015-01-11
1
-0
/
+2
*
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
2015-01-09
3
-3
/
+55
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
3
-59
/
+3
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
5
-50
/
+46
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
5
-46
/
+50
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
5
-50
/
+46
*
DebugInfo: Omit is_stmt from line table entries on the same line.
David Blaikie
2014-12-30
1
-2
/
+2
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
5
-46
/
+50
*
Refactor duplicated code.
Rafael Espindola
2014-12-29
3
-3
/
+59
*
MC: Label definitions are permitted after .set directives
David Majnemer
2014-12-24
1
-0
/
+5
*
IAS: correct debug line info for asm macros
Saleem Abdulrasool
2014-12-24
1
-4
/
+8
*
MC: Don't emit .no_dead_strip on targets which don't support it
David Majnemer
2014-12-24
1
-1
/
+5
*
Fix Windows unwind info for functions in sections other than .text
Reid Kleckner
2014-12-22
1
-33
/
+26
*
Remove unused header. NFC.
Juergen Ributzka
2014-12-22
1
-1
/
+0
*
Instead of explicitely comparing both lowercase and uppercase variants.
Roman Divacky
2014-12-18
1
-81
/
+1
*
Add a corresponding '@LOCAL' parse to match r224415.
Justin Hibbits
2014-12-18
1
-0
/
+1
*
Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
1
-3
/
+3
*
Add parsing of 'foo@local".
Justin Hibbits
2014-12-17
1
-0
/
+1
*
Changing a cast from unsigned to uint64_t, should be NFC in practice.
Aaron Ballman
2014-12-15
1
-1
/
+1
*
Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
2014-12-13
1
-1
/
+2
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
3
-6
/
+11
*
clang-formatted ranged loops and assignment, NFC.
Yaron Keren
2014-12-04
1
-12
/
+12
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
3
-1
/
+3
*
[NVPTX] Do not emit .weak symbols for NVPTX
Jingyue Wu
2014-12-01
2
-1
/
+2
*
Commit back the correct bits of r222760 (was r222538).
Rafael Espindola
2014-11-27
1
-0
/
+6
*
Revert "Reapply 222538 and update tests to explicitly request small code mode...
Rafael Espindola
2014-11-27
1
-11
/
+0
*
Reapply 222538 and update tests to explicitly request small code model
Joerg Sonnenberger
2014-11-25
1
-0
/
+11
*
Tidied up target triple OS detection. NFC
Simon Pilgrim
2014-11-22
1
-1
/
+1
*
Revert "Allow FDE references outside the +/-2GB range supported by PC relativ...
Duncan P. N. Exon Smith
2014-11-21
1
-11
/
+0
*
Allow FDE references outside the +/-2GB range supported by PC relative
Joerg Sonnenberger
2014-11-21
1
-0
/
+11
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
2
-25
/
+18
*
COFF: Add support for Dwarf accelerator tables.
Frederic Riss
2014-11-14
1
-0
/
+21
*
Fix a regression on the disassembling C API.
Rafael Espindola
2014-11-13
1
-1
/
+1
*
Add support for small-model PIC for PowerPC.
Justin Hibbits
2014-11-12
1
-0
/
+1
*
Remove the now unused StringRefMemoryObject.h.
Rafael Espindola
2014-11-12
1
-1
/
+0
[next]