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
/
AArch64
/
Disassembler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
2
-2
/
+2
*
[AArch64] Add ARMv8.2-A UAO PSTATE bit
Oliver Stannard
2015-11-26
1
-1
/
+2
*
[MC layer][AArch64] llvm-mc accepts 4-bit immediate values for
Alexandros Lamprineas
2015-10-05
1
-0
/
+3
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-4
/
+5
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-5
/
+4
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-4
/
+5
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-5
/
+4
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-1
/
+1
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[AArch64] Add v8.1a atomic instructions
Vladimir Sukharev
2015-06-02
2
-1
/
+41
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-11
/
+11
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
2
-50
/
+50
*
[AArch64] Add v8.1a "Limited Ordering Regions" extension
Vladimir Sukharev
2015-04-16
1
-0
/
+8
*
[AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...
Vladimir Sukharev
2015-04-16
1
-1
/
+4
*
unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer
David Blaikie
2015-01-18
1
-7
/
+5
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
2
-6
/
+3
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
2
-14
/
+13
*
[AArch64] Allow access to all system registers with MRS/MSR instructions.
Tom Coxon
2014-10-01
1
-20
/
+4
*
[AArch64] Remove unnecessary whitespace. (Test commit)
Tom Coxon
2014-09-30
1
-2
/
+2
*
Fix left shifts of negative integers in AArch64 InstPrinter/Disassembler
Alexey Samsonov
2014-09-02
1
-3
/
+3
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
2
-4
/
+4
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-2
/
+2
*
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
*
AArch64: remove "arm64_be" support in favour of "aarch64_be".
Tim Northover
2014-07-23
1
-6
/
+2
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-2
/
+1
*
Remove outdated CMake MSVC workaround
Alp Toker
2014-06-08
1
-7
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
7
-0
/
+1911
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
4
-1614
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-8
/
+7
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-24
1
-1
/
+3
*
Remove unnecessary include of AArch64GenInstrInfo.inc from AArch64Disassemble...
Craig Topper
2014-02-03
1
-1
/
+0
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-4
/
+4
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
1
-1
/
+1
*
Whitespaces.
NAKAMURA Takumi
2013-12-10
1
-1
/
+0
*
[AArch64 NEON]Fix a assertion failure when disassemble SHLL instruction.
Kevin Qin
2013-11-29
1
-0
/
+36
*
[CMake] Let add_public_tablegen_target responsible to provide dependency to C...
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
[CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
AArch64: Fix a bug about disassembling post-index load single element to 4 ve...
Hao Liu
2013-11-28
1
-4
/
+4
*
Fixed a bug about disassembling AArch64 post-index load/store single element ...
Hao Liu
2013-11-25
1
-9
/
+14
*
Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
2013-11-19
1
-1
/
+428
*
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
Chad Rosier
2013-11-12
1
-0
/
+10
*
Implement AArch64 post-index vector load/store multiple N-element structure c...
Hao Liu
2013-11-05
1
-0
/
+108
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
1
-0
/
+52
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+72
[next]