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
/
Target
/
X86
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
2
-2
/
+21
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
2
-46
/
+83
*
Remove X86 .quad workaround for buggy GNU assembler on OpenBSD / Bitrig.
Brad Smith
2015-01-06
1
-5
/
+0
*
[X86] Simplify code a little by just summing flags instead of conditionally i...
Craig Topper
2015-01-05
1
-18
/
+7
*
[X86] Remove unnecessary redeclaration of a variable with the same assignment...
Craig Topper
2015-01-05
1
-1
/
+0
*
[X86] Remove a strange fixme referring to a hack that doesn't seem to exist s...
Craig Topper
2015-01-05
1
-3
/
+0
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
2
-83
/
+46
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
2
-46
/
+83
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
2
-83
/
+46
*
Refactor duplicated code.
Rafael Espindola
2014-12-29
2
-21
/
+2
*
[X86] Remove the single AdSize indicator and replace it with separate AdSize1...
Craig Topper
2014-12-24
2
-18
/
+19
*
Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
2014-12-19
1
-1
/
+3
*
x86: Emit LOCK prefix after DATA16
JF Bastien
2014-12-15
1
-4
/
+6
*
[CompactUnwind] Fix register encoding logic
Bruno Cardoso Lopes
2014-12-08
1
-1
/
+1
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
5
-11
/
+9
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-0
/
+2
*
Tidied up target triple OS detection. NFC
Simon Pilgrim
2014-11-22
1
-2
/
+1
*
Revert "ADT: correctly report isMSVCEnvironment for windows itanium"
Reid Kleckner
2014-11-17
1
-1
/
+1
*
ADT: correctly report isMSVCEnvironment for windows itanium
Saleem Abdulrasool
2014-11-17
1
-1
/
+1
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
1
-2
/
+2
*
Use uint64_t as the type for the X86 TSFlag format enum. Allows removal of th...
Craig Topper
2014-11-11
2
-61
/
+62
*
X86, MC: Tidy up some whitespace in GetRelocType
David Majnemer
2014-11-06
1
-1
/
+1
*
Fix a Mach-O assembler segfault for a subtraction expression with an undefine...
Kevin Enderby
2014-10-24
1
-4
/
+7
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-6
/
+3
*
Move getNonexecutableStackSection up to the base ELF class.
Rafael Espindola
2014-10-15
2
-8
/
+0
*
MC: Bit pack MCSymbolData.
Benjamin Kramer
2014-10-11
1
-1
/
+1
*
The MCAssembler.h include isn't used.
Yaron Keren
2014-09-12
1
-1
/
+0
*
[x32] Emit callq for CALLpcrel32
Pavel Chupin
2014-09-09
1
-1
/
+1
*
Follow-up for r217020: actually commit the fix for PR20800,
Alexander Potapenko
2014-09-03
1
-3
/
+22
*
CodeGen: indicate Windows unwind data format
Saleem Abdulrasool
2014-09-01
1
-0
/
+2
*
typo
Sanjay Patel
2014-08-29
1
-1
/
+1
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
1
-3
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
4
-8
/
+8
*
MC: split Win64EHUnwindEmitter into a shared streamer
Saleem Abdulrasool
2014-08-07
1
-2
/
+4
*
MC: virtualise EmitWindowsUnwindTables
Saleem Abdulrasool
2014-08-03
1
-0
/
+7
*
Add support for the X86 secure guard extensions instructions in assembler (SGX).
Kevin Enderby
2014-07-31
2
-39
/
+44
*
Update library dependencies.
NAKAMURA Takumi
2014-07-24
1
-1
/
+1
*
Finish inverting the MC -> Object dependency.
Rafael Espindola
2014-07-23
1
-1
/
+1
*
X86: drop relocations on __eh_frame sections globally.
Tim Northover
2014-07-22
1
-5
/
+4
*
[X86] AVX512: Use the TD version of CD8_Scale in the assembler
Adam Nemet
2014-07-17
2
-48
/
+11
*
[X86] AVX512: Move compressed displacement logic to TD
Adam Nemet
2014-07-17
1
-0
/
+4
*
MC: fix MCAsmInfo usage for windows-itanium
Saleem Abdulrasool
2014-07-17
1
-1
/
+2
*
[X86] Specify all TSFlags bit-offsets symbolically
Adam Nemet
2014-07-14
1
-3
/
+6
*
MC: make DWARF and Windows unwinding handling more similar
Saleem Abdulrasool
2014-07-13
1
-2
/
+2
*
[X86] AVX512: Improve readability of isCDisp8
Adam Nemet
2014-07-11
1
-3
/
+12
*
[X86] AVX512: Simplify logic in isCDisp8
Adam Nemet
2014-07-11
1
-6
/
+6
*
[x32] Add AsmBackend for X32 which uses ELF32 with x86_64 (the author is Pave...
Zinovy Nis
2014-07-10
1
-0
/
+14
*
[X86] Limit maximum nop length on Silvermont
Alexey Volkov
2014-07-04
1
-3
/
+4
*
CodeGen: rename Win64 ExceptionHandling to WinEH
Saleem Abdulrasool
2014-06-29
1
-2
/
+2
*
MC: rename EmitWin64EH routines
Saleem Abdulrasool
2014-06-29
1
-3
/
+3
[next]