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
*
[MC][Target] Implement support for R_X86_64_SIZE{32,64}.
Davide Italiano
2015-03-04
1
-0
/
+2
*
Remove MCStreamer include which isn't used here. NFC
Pete Cooper
2015-03-04
1
-1
/
+0
*
This file should always have included MCAssembler and not MCStreamer. NFC
Pete Cooper
2015-03-04
1
-1
/
+1
*
Remove MCStreamer.h include from MCContext.h and explictly include it where n...
Pete Cooper
2015-03-04
2
-0
/
+2
*
Remove useless .debug_macinfo section setup.
Paul Robinson
2015-03-02
1
-12
/
+0
*
Make some non-constant static variables non-static or fully const.
Benjamin Kramer
2015-03-01
1
-1
/
+1
*
Centralize handling of the eh_begin and eh_end labels.
Rafael Espindola
2015-02-27
1
-0
/
+6
*
[MC] Use the non-EH register mapping in the debug_frame section.
Frederic Riss
2015-02-26
1
-4
/
+20
*
Fix UTF8 chars to ASCII.
NAKAMURA Takumi
2015-02-25
1
-1
/
+1
*
COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sections
David Majnemer
2015-02-22
1
-0
/
+25
*
COFF: Consistently format the DWARF sections
David Majnemer
2015-02-22
1
-45
/
+44
*
MC: Allow multiple comma-separated expressions on the .uleb128 directive.
Benjamin Kramer
2015-02-19
1
-9
/
+15
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
2
-19
/
+13
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
2
-13
/
+19
*
Add r228980 back.
Rafael Espindola
2015-02-17
4
-9
/
+34
*
Add r228889 back.
Rafael Espindola
2015-02-17
1
-31
/
+26
*
Add r228888 back.
Rafael Espindola
2015-02-17
1
-7
/
+3
*
Add r228886 back now that r229530 fixed the issue lldb was hitting.
Rafael Espindola
2015-02-17
1
-47
/
+45
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Format: Modernize using variadic templates.
Benjamin Kramer
2015-02-15
1
-3
/
+3
*
Revert a series of commits starting at r228886 which is triggering some
Chandler Carruth
2015-02-13
4
-104
/
+90
*
Add support for having multiple sections with the same name and comdat.
Rafael Espindola
2015-02-12
4
-9
/
+34
*
Learn that __DATA,__objc_classrefs is not atomized via symbols.
Rafael Espindola
2015-02-12
1
-0
/
+4
*
Invert the section relocation map.
Rafael Espindola
2015-02-11
1
-31
/
+26
*
Use the existing SymbolTableIndex instead of doing a lookup. NFC.
Rafael Espindola
2015-02-11
1
-7
/
+3
*
Create the Seciton -> Rel Section map when it is first needed. NFC.
Rafael Espindola
2015-02-11
1
-47
/
+45
*
Remove unused argument. NFC.
Rafael Espindola
2015-02-11
1
-8
/
+4
*
Unbreak buildbots
David Majnemer
2015-02-11
1
-1
/
+2
*
Don't recompute the entire section map just to add 3 entries. NFC.
Rafael Espindola
2015-02-11
1
-6
/
+6
*
MC, COFF: Align section contents to a four byte boundary
David Majnemer
2015-02-11
1
-2
/
+9
*
Remove unused argument. NFC.
Rafael Espindola
2015-02-11
1
-4
/
+2
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
2
-0
/
+6
*
MC: Calculate intra-section symbol differences correctly for COFF
David Majnemer
2015-02-09
1
-6
/
+11
*
MC: Emit COFF section flags in the "proper" order
David Majnemer
2015-02-07
1
-4
/
+4
*
Try to fix the build in MCValue.cpp
Reid Kleckner
2015-02-05
1
-1
/
+1
*
Fixup.
Sean Silva
2015-02-05
1
-2
/
+2
*
[MC] Remove various unused MCAsmInfo parameters.
Sean Silva
2015-02-05
3
-9
/
+8
*
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
[next]