projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Make TargetLowering::getPointerTy() taking DataLayout as an argument
[oota-llvm.git]
/
lib
/
Target
/
AArch64
/
AsmParser
/
2015-07-01
Arnaud A. de Grand...
[AArch64] Implement add/adds/sub/subs/cmp/cmn with...
tree
|
commitdiff
2015-06-30
Ranjeet Singh
Reverting r241058 because it's causing buildbot failures.
tree
|
commitdiff
2015-06-30
Ranjeet Singh
There are a few places where subtarget features are...
tree
|
commitdiff
2015-06-08
Ranjeet Singh
[AArch64] AsmParser should be case insensitive about...
tree
|
commitdiff
2015-06-02
Vladimir Sukharev
[AArch64] Add v8.1a atomic instructions
tree
|
commitdiff
2015-05-30
Jim Grosbach
MC: Clean up MCExpr naming. NFC.
tree
|
commitdiff
2015-05-28
Chad Rosier
Reuse Loc variable. NFC.
tree
|
commitdiff
2015-05-27
Rafael Espindola
Use operator<< instead of print in a few more places.
tree
|
commitdiff
2015-05-23
Benjamin Kramer
[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
tree
|
commitdiff
2015-05-18
Jim Grosbach
MC: Clean up method names in MCContext.
tree
|
commitdiff
2015-05-13
Jim Grosbach
MC: Modernize MCOperand API naming. NFC.
tree
|
commitdiff
2015-04-30
Tim Northover
AArch64: add BFC alias for the BFI/BFM instructions.
tree
|
commitdiff
2015-04-16
Vladimir Sukharev
[AArch64] Refactor AArch64NamedImmMapper to become...
tree
|
commitdiff
2015-04-07
Tim Northover
AArch64: disallow "fmov sD, #-0.0" during assembly.
tree
|
commitdiff
2015-03-27
Vladimir Sukharev
[AArch64] Don't store available subtarget features...
tree
|
commitdiff
2015-03-26
Vladimir Sukharev
[AArch64] Move initializations of AArch64NamedImmMapper...
tree
|
commitdiff
2015-03-16
David Blaikie
Fix uses of reserved identifiers starting with an under...
tree
|
commitdiff
2015-03-08
Benjamin Kramer
Make static variables const if possible. Makes them...
tree
|
commitdiff
2015-02-04
Frederic Riss
Fix some unnoticed/unwanted behavior change from r222319.
tree
|
commitdiff
2015-01-22
Tim Northover
AArch64: decode all MRS/MSR forms early to avoid saving...
tree
|
commitdiff
2015-01-03
Craig Topper
Minor cleanup to all the switches after MatchInstructio...
tree
|
commitdiff
2014-11-19
David Blaikie
Remove StringMap::GetOrCreateValue in favor of StringMa...
tree
|
commitdiff
2014-11-11
Rafael Espindola
MCAsmParserExtension has a copy of the MCAsmParser...
tree
|
commitdiff
2014-10-22
Chad Rosier
[AArch64] Add support for the .inst directive.
tree
|
commitdiff
2014-09-23
Jim Grosbach
AArch64: allow constant expressions for shifted reg...
tree
|
commitdiff
2014-08-29
Alexey Samsonov
Make isValidMCLOHType take unsigned instead of enum...
tree
|
commitdiff
2014-08-18
Tim Northover
TableGen: allow use of uint64_t for available features...
tree
|
commitdiff
2014-07-25
Benjamin Kramer
Run sort_includes.py on the AArch64 backend.
tree
|
commitdiff
2014-07-23
Tim Northover
AArch64: remove "arm64_be" support in favour of "aarch6...
tree
|
commitdiff
2014-07-18
David Peixotto
MC: support different sized constants in constant pools
tree
|
commitdiff
2014-07-17
Arnaud A. de Grand...
[AArch64] Cleanup AsmParser: no need to use dyn_cast...
tree
|
commitdiff
2014-07-10
Arnaud A. de Grand...
[AArch64] Add logical alias instructions to MC AsmParser
tree
|
commitdiff
2014-07-08
Arnaud A. de Grand...
Truncate the immediate in logical operation to the...
tree
|
commitdiff
2014-07-02
Saleem Abdulrasool
aarch64: support target-specific .req assembler directive
tree
|
commitdiff
2014-06-24
Weiming Zhao
Resubmit commit r211533
tree
|
commitdiff
2014-06-23
Rafael Espindola
This reverts commit r211533 and r211539.
tree
|
commitdiff
2014-06-23
Weiming Zhao
Fix PR20056: Implement pseudo LDR <reg>, =<literal...
tree
|
commitdiff
2014-06-19
Craig Topper
Convert some assert(0) to llvm_unreachable or fold...
tree
|
commitdiff
2014-06-10
Artyom Skrobov
Condition codes AL and NV are invalid in the aliases...
tree
|
commitdiff
2014-06-08
David Blaikie
AsmMatchers: Use unique_ptr to manage ownership of...
tree
|
commitdiff
2014-05-29
Artyom Skrobov
Add missing check when MatchInstructionImpl() reports...
tree
|
commitdiff
2014-05-24
Tim Northover
AArch64/ARM64: move ARM64 into AArch64's place
tree
|
commitdiff
2014-05-24
Tim Northover
AArch64/ARM64: remove AArch64 from tree prior to renami...
tree
|
commitdiff
2014-04-29
Craig Topper
[C++11] Add 'override' keywords and remove 'virtual...
tree
|
commitdiff
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Target edition.
tree
|
commitdiff
2014-04-23
Evgeniy Stepanov
Create MCTargetOptions.
tree
|
commitdiff
2014-03-30
Stepan Dyatkovskiy
PR18929:
tree
|
commitdiff
2014-03-04
Kevin Qin
[AArch64]Fix improper diagnostics about offset range...
tree
|
commitdiff
2014-02-24
Christian Pirker
Add AArch64 big endian Target (aarch64_be)
tree
|
commitdiff
2014-02-10
Chad Rosier
[AArch64] Handle aliases of conditional branches withou...
tree
|
commitdiff
2014-01-28
David Woodhouse
Change MCStreamer EmitInstruction interface to take...
tree
|
commitdiff
2014-01-20
Kevin Qin
[AArch64 NEON] Accept both #0.0 and #0 for comparing...
tree
|
commitdiff
2014-01-13
Saleem Abdulrasool
correct target directive handling error handling
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
Add proper dependencies to LLVMBuild.txt in llvm/lib.
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
Whitespaces.
tree
|
commitdiff
2013-11-28
NAKAMURA Takumi
[CMake] Let add_public_tablegen_target responsible...
tree
|
commitdiff
2013-11-28
NAKAMURA Takumi
[CMake] Prune include_directories() in llvm/lib/Target...
tree
|
commitdiff
2013-11-22
Hao Liu
Fix a Cygwin build failure caused by enum values starti...
tree
|
commitdiff
2013-11-22
Hao Liu
Revert last change by haoliu because of buildbot failure.
tree
|
commitdiff
2013-11-22
Hao Liu
Fix a Cygwin build failure caused by enum values starti...
tree
|
commitdiff
2013-11-19
Hao Liu
Implement AArch64 neon instructions class SIMD lsone...
tree
|
commitdiff
2013-11-19
Kevin Qin
implement MC layer of AArch64 neon instruction PMULL...
tree
|
commitdiff
2013-11-15
Alexey Samsonov
Hopefully fix uninitialized memory read in AArch64AsmPa...
tree
|
commitdiff
2013-11-09
Benjamin Kramer
Remove some unnecessary temporary strings.
tree
|
commitdiff
2013-11-05
Hao Liu
Implement AArch64 post-index vector load/store multiple...
tree
|
commitdiff
2013-10-31
Chad Rosier
[AArch64] Add support for NEON scalar shift immediate...
tree
|
commitdiff
2013-10-10
Hao Liu
Implement AArch64 vector load/store multiple N-element...
tree
|
commitdiff
2013-10-10
Rafael Espindola
Revert "Implement AArch64 vector load/store multiple...
tree
|
commitdiff
2013-10-10
Hao Liu
Implement AArch64 vector load/store multiple N-element...
tree
|
commitdiff
2013-09-13
Tim Northover
AArch64: use RegisterOperand for NEON registers.
tree
|
commitdiff
2013-09-12
Joey Gouly
Add an instruction deprecation feature to TableGen.
tree
|
commitdiff
2013-09-04
Hao Liu
Inplement aarch64 neon instructions in AdvSIMD(shift...
tree
|
commitdiff
2013-08-01
Tim Northover
AArch64: add initial NEON support
tree
|
commitdiff
2013-07-15
Craig Topper
Make some arrays 'static const'
tree
|
commitdiff
2013-07-02
Rafael Espindola
Remove address spaces from MC.
tree
|
commitdiff
2013-03-15
Eric Christopher
Silence anonymous type in anonymous union warnings.
tree
|
commitdiff
2013-02-20
Jim Grosbach
MCParser: Update method names per coding guidelines.
tree
|
commitdiff
2013-02-14
Tim Northover
AArch64: add block comments where missing
tree
|
commitdiff
2013-02-11
Tim Northover
AArch64: Simplify logic in deciding whether bfi is...
tree
|
commitdiff
2013-02-11
Tim Northover
Make use of DiagnosticType to provide better AArch64...
tree
|
commitdiff
2013-02-05
Tim Northover
Fix remaining StringRef abuse.
tree
|
commitdiff
2013-02-05
Tim Northover
Fix formatting in AArch64 backend.
tree
|
commitdiff
2013-02-05
Tim Northover
Remove cyclic dependency in AArch64 libraries
tree
|
commitdiff
2013-02-04
Tim Northover
Fix some abuses of StringRef
tree
|
commitdiff
2013-01-31
Tim Northover
Add AArch64 as an experimental target.
tree
|
commitdiff