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
/
Target
/
X86
/
MCTargetDesc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
[X86] Add relaxtion logic for SBB instructions.
Quentin Colombet
1
-0
/
+8
2015-12-14
[X86] Add relaxtion logic for ADC instructions.
Quentin Colombet
1
-0
/
+8
2015-12-08
X86: produce more friendly errors during MachO relocation handling
Tim Northover
1
-32
/
+60
2015-12-05
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
1
-3
/
+3
2015-11-19
Alternative to long nops for X86 CPUs, by Andrey Turetsky
Alexey Bataev
1
-14
/
+32
2015-11-17
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
1
-3
/
+4
2015-11-11
Visibly fail if attempting to encode register AH,BH,CH,DH in a REX-prefixed i...
Douglas Katzman
1
-0
/
+7
2015-11-04
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2
-4
/
+22
2015-09-15
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
5
-67
/
+68
2015-09-15
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
5
-68
/
+67
2015-09-15
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
5
-67
/
+68
2015-09-15
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
5
-68
/
+67
2015-09-15
Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...
Daniel Sanders
1
-33
/
+36
2015-08-14
Add a target environment for CoreCLR.
Pat Gavlin
1
-1
/
+2
2015-08-12
80-cols; NFC
Sanjay Patel
1
-2
/
+2
2015-07-10
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
1
-3
/
+1
2015-07-06
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
1
-16
/
+12
2015-07-05
[X86] Fix incorrect/inefficient pushw encodings for x86-64 targets
Michael Kuperstein
1
-1
/
+0
2015-07-03
Return ErrorOr from getSymbolAddress.
Rafael Espindola
1
-2
/
+4
2015-07-03
Replace a few more MachO only uses of getSymbolAddress.
Rafael Espindola
1
-3
/
+2
2015-07-02
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2
-5
/
+13
2015-07-01
[X86] Avoid over-relaxation of 8-bit immediates in integer arithmetic instruc...
Michael Kuperstein
1
-24
/
+6
2015-06-30
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2
-2
/
+2
2015-06-30
Cleanup getRelocationAddend.
Rafael Espindola
1
-2
/
+1
2015-06-26
Rename getObjectFile to getObject for consistency.
Rafael Espindola
2
-2
/
+2
2015-06-25
Add an ELFSymbolRef type.
Rafael Espindola
1
-2
/
+2
2015-06-24
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
1
-1
/
+1
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
8
-12
/
+12
2015-06-22
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
1
-5
/
+1
2015-06-19
Improve error handling of getRelocationAddend.
Rafael Espindola
1
-1
/
+2
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
8
-12
/
+12
2015-06-19
Fix "the the" in comments.
Eric Christopher
1
-1
/
+1
2015-06-17
Move IsUsedInReloc from MCSymbolELF to MCSymbol.
Rafael Espindola
1
-1
/
+1
2015-06-16
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2
-2
/
+2
2015-06-10
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2
-13
/
+12
2015-06-10
Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.
Daniel Sanders
1
-3
/
+2
2015-06-10
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2
-8
/
+4
2015-06-06
Handle 16 bit PC relative relocations.
Rafael Espindola
1
-0
/
+1
2015-06-04
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
1
-8
/
+8
2015-06-04
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2
-4
/
+4
2015-06-04
MC: Remove obsolete MachO UseAggressiveSymbolFolding.
Jim Grosbach
1
-4
/
+2
2015-06-04
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
1
-2
/
+2
2015-06-01
Simplify another function that doesn't fail.
Rafael Espindola
1
-1
/
+1
2015-05-30
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
5
-33
/
+33
2015-05-29
Remove getData.
Rafael Espindola
1
-15
/
+10
2015-05-29
Remove the MCSymbolData typedef.
Rafael Espindola
1
-5
/
+5
2015-05-29
[WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86
Reid Kleckner
1
-0
/
+5
2015-05-28
Remove a trivial forwarding function. NFC.
Rafael Espindola
1
-5
/
+5
2015-05-26
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
1
-3
/
+3
2015-05-26
Stop using MCSectionData in MCMachObjectWriter.h.
Rafael Espindola
1
-11
/
+7
[next]