Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
03236be44af1d98eb8daa57e8eb8b7bdd7884523
/
lib
/
Target
03236be
Rather than having printMemOperand change the way memory operands are printed
by Akira Hatanaka
· 14 years ago
17a2f8e
Define class MipsMCInstLower.
by Akira Hatanaka
· 14 years ago
aa08ea0
Change visibility of MipsAsmPrinter.
by Akira Hatanaka
· 14 years ago
2091a0d
Define class MipsMCSymbolRefExpr.
by Akira Hatanaka
· 14 years ago
4d1abf1
Simplify MipsRegisterInfo::eliminateFrameIndex.
by Akira Hatanaka
· 14 years ago
4761a8d
Rewrite comment in English.
by Evan Cheng
· 14 years ago
963b03c
Rename attribute 'thumb' to a more descriptive 'thumb-mode'.
by Evan Cheng
· 14 years ago
d3ac47f
Reverse order of operands of address operand mem so that the base operand comes
by Akira Hatanaka
· 14 years ago
e280519
Add missing return statement.
by Akira Hatanaka
· 14 years ago
a850411
Update CMake library dependencies
by Oscar Fuentes
· 14 years ago
7f358da
Fix CMake build
by Douglas Gregor
· 14 years ago
375db7f
The VMLA instruction and its friends are not actually fused; they're plain old
by Cameron Zwarich
· 14 years ago
db06873
Sink feature IsThumb into MC layer.
by Evan Cheng
· 14 years ago
0ddff1b
Compute feature bits at time of MCSubtargetInfo initialization.
by Evan Cheng
· 14 years ago
b99e412
Use ArrayRef instead of a std::vector&.
by Bill Wendling
· 14 years ago
39dfb0f
Change some ARM subtarget features to be single bit yes/no in order to sink them down to MC layer. Also fix tests.
by Evan Cheng
· 14 years ago
6a6b8c3
Add a target hook to encode the compact unwind information.
by Bill Wendling
· 14 years ago
94ca42f
Factor ARM triple parsing out of ARMSubtarget. Another step towards making ARM subtarget info available to MC.
by Evan Cheng
· 14 years ago
78a9f13
Add ARM MC registry routines.
by Evan Cheng
· 14 years ago
ed5e355
Rename files for consistency.
by Evan Cheng
· 14 years ago
d1689ae
Mark ARM pseudo-instructions as isPseudo.
by Jim Grosbach
· 14 years ago
d378b32
Remove un-used encoding info from Pseudo MLAv5.
by Jim Grosbach
· 14 years ago
486dd90
Constify getCompactUnwindRegNum.
by Bill Wendling
· 14 years ago
b262799
createMCInstPrinter doesn't need TargetMachine anymore.
by Evan Cheng
· 14 years ago
d521f2d
Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a
by Kevin Enderby
· 14 years ago
68ae5b4
Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.
by Evan Cheng
· 14 years ago
af45b3d
Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use proper aliases for the pclmullqlqdq and friends. PR10269.
by Eli Friedman
· 14 years ago
bc20e4f
ARM estimateStackSize() needs to account for simplified call frames.
by Jim Grosbach
· 14 years ago
cbb1186
Remove accidentaly left node from previous iteration of the patch.
by Roman Divacky
· 14 years ago
b272332
Make the i64 and f64 be 64bit ABI aligned in the target description.
by Roman Divacky
· 14 years ago
d6b98e8
Remove unused array.
by Duncan Sands
· 14 years ago
0d3d956
Consistent diagnostic capitalization and redundant context elimination.
by Jakob Stoklund Olesen
· 14 years ago
d519de0
Include a source location when complaining about bad inline assembly.
by Jakob Stoklund Olesen
· 14 years ago
e3997d4
TargetConstant immediates won't be placed into registers so tighten
by Eric Christopher
· 14 years ago
385e930
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
by Evan Cheng
· 14 years ago
ce795dc
Add MCSubtargetInfo target registry stuff.
by Evan Cheng
· 14 years ago
adebeea
Calling-convention specifications for illegal types are no-ops. Simplify based on this.
by Eli Friedman
· 14 years ago
a760398
ARMv7M vs. ARMv7E-M support.
by Jim Grosbach
· 14 years ago
5b1b4489
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
by Evan Cheng
· 14 years ago
9421470
- Added MCSubtargetInfo to capture subtarget features and scheduling
by Evan Cheng
· 14 years ago
eb03c3b
Fix off-by-one error.
by Jim Grosbach
· 14 years ago
4db3cff
Hide the call to InitMCInstrInfo into tblgen generated ctor.
by Evan Cheng
· 14 years ago
efeedce
Pseudo-ize t2MOVCC[ri].
by Jim Grosbach
· 14 years ago
c4f24eb
Improve Mips back-end's handling of DBG_VALUE.
by Akira Hatanaka
· 14 years ago
5e653c9
Add support for the 'j' immediate constraint. This is conditionalized on
by Eric Christopher
· 14 years ago
d5dc9ec
Add support for the ARM 't' register constraint. And another testcase
by Eric Christopher
· 14 years ago
1070f82
We'll return a null RC by default if we can't match.
by Eric Christopher
· 14 years ago
89bd71f
Add support for the 'x' constraint.
by Eric Christopher
· 14 years ago
09b4467
Capitalize the unsigned part of the initializer.
by Eric Christopher
· 14 years ago
35e6d4d
Rename Pair to RCPair lacking any better naming ideas.
by Eric Christopher
· 14 years ago
2374cb8
Use the correct registers on X86_64.
by Bill Wendling
· 14 years ago
098c7ac
Fix a problem with fast-isel return values introduced in r134018.
by Jakob Stoklund Olesen
· 14 years ago
2a7b41b
Refact ARM Thumb1 tMOVr instruction family.
by Jim Grosbach
· 14 years ago
73744df
Add support for the 'h' constraint.
by Eric Christopher
· 14 years ago
5cd2791
Add target a target hook to get the register number used by the compact unwind
by Bill Wendling
· 14 years ago
a8cca80
Add a convenience typedef for std::pair<unsigned, const TargetRegisterClass*>.
by Eric Christopher
· 14 years ago
63b46fa
Thumb1 register to register MOV instruction is predicable.
by Jim Grosbach
· 14 years ago
1bd6221
Tweak error messages to match GCC. Should fix gcc.target/i386/pr30848.c
by Jakob Stoklund Olesen
· 14 years ago
ff97eb0
Pseudo-ize the Thumb tTPsoft instruction.
by Jim Grosbach
· 14 years ago
16f9924
Pseudo-ize the t2LDMIA_RET instruction.
by Jim Grosbach
· 14 years ago
4629d50
Pseudo-ize the Thumb tPOP_RET instruction.
by Jim Grosbach
· 14 years ago
dafc17e
Kill dead code.
by Jim Grosbach
· 14 years ago
41ca4b7
Size reducing SP adjusting t2ADDri needs to check predication.
by Jim Grosbach
· 14 years ago
4cc446b
Fix ARMSubtarget feature parsing.
by Evan Cheng
· 14 years ago
276365d
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
by Evan Cheng
· 14 years ago
ca0ede7
Recognize the xstorerng alias for VIA PadLock's xstore instruction.
by Joerg Sonnenberger
· 14 years ago
0a1509e
Make sure we use the correct register class here since we'll need to
by Eric Christopher
· 14 years ago
5d8aa34
Fix a small thinko for constant i64 lock/orq optimization where we
by Eric Christopher
· 14 years ago
f6fd909
Remove redundant Thumb2 ADD/SUB SP instruction definitions.
by Jim Grosbach
· 14 years ago
6531bdd
Always adjust the stack pointer immediately after the call.
by Jakob Stoklund Olesen
· 14 years ago
faff127
In the ARM global merging pass, allow extraneous alignment specifiers. This pass
by Cameron Zwarich
· 14 years ago
fa6f591
Remove getRegClassForInlineAsmConstraint from the ARM port.
by Eric Christopher
· 14 years ago
50cf9b3
Remove todo.
by Eric Christopher
· 14 years ago
74472b4
Refactor away tSpill and tRestore pseudos in ARM backend.
by Jim Grosbach
· 14 years ago
1e96564
Add a TODO for the Alpha port inline asm constraints.
by Eric Christopher
· 14 years ago
46b65f7
Move Alpha from getRegClassForInlineAsmConstraint to
by Eric Christopher
· 14 years ago
38d6426
Update comment for getRegForInlineAsmConstraint for Mips.
by Eric Christopher
· 14 years ago
1c24ba9
Move the Blackfin port away from getRegClassForInlineAsmConstraint by
by Eric Christopher
· 14 years ago
193f7e2
Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO comment
by Eric Christopher
· 14 years ago
314aff1
Remove getRegClassForInlineAsmConstraint for Mips.
by Eric Christopher
· 14 years ago
158bf50
Remove getRegClassForInlineAsmConstraint from sparc.
by Eric Christopher
· 14 years ago
ca42299
Move XCore from getRegClassForInlineAsmConstraint to
by Eric Christopher
· 14 years ago
d176af8
Use getRegForInlineAsmConstraint instead of custom defining regclasses
by Eric Christopher
· 14 years ago
c4a8430
Fix CMake build.
by NAKAMURA Takumi
· 14 years ago
ab8be96
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC.
by Evan Cheng
· 14 years ago
d5b03f2
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
by Evan Cheng
· 14 years ago
6844f7b
Hide more details in tablegen generated MCRegisterInfo ctor function.
by Evan Cheng
· 14 years ago
94b01f6
Add MCInstrInfo registeration machinery.
by Evan Cheng
· 14 years ago
22fee2d
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
by Evan Cheng
· 14 years ago
e837dea
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
by Evan Cheng
· 14 years ago
9bbe4d6
Clean up the handling of the x87 fp stack to make it more robust.
by Jakob Stoklund Olesen
· 14 years ago
118c9a0
Remove warning: 'c0' may be used uninitialized in this function.
by Chad Rosier
· 14 years ago
bdb226e
Implement ISD::VAARG lowering on PPC32.
by Roman Divacky
· 14 years ago
cee94d7
Fix cmake build.
by Rafael Espindola
· 14 years ago
adf7366
ARM Thumb2 asm syntax optional destination operand for binary operators.
by Jim Grosbach
· 14 years ago
6b8f1e3
ARM Assembly support for Thumb mov-immediate.
by Jim Grosbach
· 14 years ago
df8fe99
ARM Asm parsing of Thumb2 move immediate.
by Jim Grosbach
· 14 years ago
15993f8
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
by Evan Cheng
· 14 years ago
d1f0bbe
Add exception necessitated by 133938.
by Jim Grosbach
· 14 years ago
660a9ec
ARM assembly carry set/clear condition code aliases for 'hi/lo'
by Jim Grosbach
· 14 years ago
Next »