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
/
X86AsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Make `llc --help` output readable again
Roman Lebedev
2020-01-27
1
-7
/
+7
*
[BranchAlign] Add master --x86-branches-within-32B-boundaries flag
Philip Reames
2020-01-14
1
-2
/
+23
*
[X86AsmBackend] Move static function before sole use [NFC]
Philip Reames
2020-01-11
1
-34
/
+34
*
[X86AsmBackend] Be consistent about placing definitions out of line [NFC]
Philip Reames
2020-01-11
1
-49
/
+57
*
[NFC] Style cleanup
Shengchen Kan
2020-01-10
1
-9
/
+10
*
[X86] Keep cl::opts at top of file [NFC]
Philip Reames
2020-01-08
1
-34
/
+34
*
[BranchAlign] Compiler support for suppressing branch align
Philip Reames
2020-01-08
1
-2
/
+8
*
[X86] Move an enum definition into a header to simplify future patches [NFC]
Philip Reames
2020-01-06
1
-24
/
+15
*
[NFC] Make the type of X86AlignBranchBoundary compatible
Shengchen Kan
2020-01-02
1
-1
/
+1
*
More style cleanups following rG14fc20ca6282 [NFC]
Philip Reames
2019-12-20
1
-34
/
+28
*
Fix a memory leak introduced w/the instruction padding support in rG14fc20ca6282
Philip Reames
2019-12-20
1
-6
/
+6
*
Align branches within 32-Byte boundary (NOP padding)
Philip Reames
2019-12-20
1
-1
/
+286
*
[X86][MC] no error diagnostic for out-of-range jrcxz/jecxz/jcxz
Alexey Lapshin
2019-11-26
1
-6
/
+21
*
MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH
Pavel Labath
2019-09-24
1
-2
/
+2
*
[X86] Use isInt<8> to simplify some code. NFC
Craig Topper
2019-08-07
1
-1
/
+1
*
[X86] Support .reloc *, R_{386,X86_64}_NONE, *
Fangrui Song
2019-05-17
1
-7
/
+33
*
Add explicit dependencies on MCSection.h and MCDwarf.h to the .cpp
Eric Christopher
2019-04-12
1
-0
/
+1
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
1
-32
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Fix gcc7 -Wunused-but-set-variable warning. NFCI.
Simon Pilgrim
2019-01-09
1
-2
/
+0
*
[X86][Darwin] Emit compact-unwind for register-sized stack adjustments
Francis Visoiu Mistrih
2019-01-08
1
-10
/
+0
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-3
/
+6
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-22
/
+22
*
Fix ubsan bounds check failure.
Peter Collingbourne
2018-05-21
1
-1
/
+2
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-18
/
+17
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-9
/
+9
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-2
/
+1
*
[llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
George Rimar
2018-02-20
1
-0
/
+3
*
[X86] Emit 11-byte or 15-byte NOPs on recent AMD targets, else default to 10-...
Simon Pilgrim
2018-01-29
1
-4
/
+12
*
[X86] Move HasNOPL to a subtarget feature bit. Plumb MCSubtargetInfo through ...
Craig Topper
2018-01-10
1
-43
/
+38
*
Remove left-over debug printout from r321692
Hans Wennborg
2018-01-03
1
-1
/
+0
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-4
/
+7
*
[X86] Don't use NOPL when the assembler is passed an empty CPU string.
Craig Topper
2017-12-18
1
-1
/
+1
*
Revert part of r321026 "[X86] Don't use NOPL when the assembler is passed an ...
Craig Topper
2017-12-18
1
-1
/
+1
*
[X86] Don't use NOPL when the assembler is passed an empty CPU string. Update...
Craig Topper
2017-12-18
1
-1
/
+1
*
Remove redundant includes from lib/Target/X86.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
[X86] Limit NOPs to 7 bytes when 'slm' is spelled 'silvermont'.
Craig Topper
2017-11-13
1
-1
/
+1
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-7
/
+14
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-1
/
+1
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-1
/
+1
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-1
/
+2
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-3
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-1
/
+1
*
[LMT] Restrict nop length to one
Asaf Badouh
2016-12-01
1
-2
/
+2
*
X86: loosen an overly aggressive MachO assertion
Saleem Abdulrasool
2016-09-20
1
-2
/
+6
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-2
/
+4
*
Add missing include from previous commit
Nirav Dave
2016-07-11
1
-0
/
+1
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-30
/
+52
*
Add initial support for R_386_GOT32X.
Rafael Espindola
2016-07-06
1
-0
/
+2
[next]