projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
AArch64: make register block rules apply to vector types too.
[oota-llvm.git]
/
lib
/
Target
/
AArch64
/
MCTargetDesc
/
2014-12-01
Akira Hatanaka
Fix capitalization. NFC.
tree
|
commitdiff
2014-11-26
Will Newton
Update AArch64 ELF relocations to ABI 1.0
tree
|
commitdiff
2014-11-03
Akira Hatanaka
Rename variables to conform to llvm coding standards.
tree
|
commitdiff
2014-11-03
Akira Hatanaka
[AArch64] Make function processLogicalImmediate more...
tree
|
commitdiff
2014-10-22
Chad Rosier
[AArch64] Add support for the .inst directive.
tree
|
commitdiff
2014-10-15
Rafael Espindola
Simplify handling of --noexecstack by using getNonexecu...
tree
|
commitdiff
2014-09-23
Oliver Stannard
Fix segfault in AArch64 backend with -g and -mbig-endian
tree
|
commitdiff
2014-08-15
Rafael Espindola
Remove HasLEB128.
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-10
Joerg Sonnenberger
If available, pass down the Fixup object to EvaluateAsR...
tree
|
commitdiff
2014-08-06
Chad Rosier
[AArch64] Fix OS ABI flag for aarch64-linux-gnu target.
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-23
Tim Northover
AArch64: remove arm64 triple enumerator.
tree
|
commitdiff
2014-07-18
David Peixotto
MC: support different sized constants in constant pools
tree
|
commitdiff
2014-06-25
Rafael Espindola
Move expression visitation logic up to MCStreamer.
tree
|
commitdiff
2014-06-25
Rafael Espindola
Simplify the visitation of target expressions. No funct...
tree
|
commitdiff
2014-06-24
Weiming Zhao
Resubmit commit r211533
tree
|
commitdiff
2014-06-23
Juergen Ributzka
Fix cmake build.
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-18
Craig Topper
Replace some assert(0)'s with llvm_unreachable.
tree
|
commitdiff
2014-06-10
Chad Rosier
[AArch64] Emit .ident compiler version attribute.
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-22
Kevin Enderby
Fix the assembler to print a better relocatable express...
tree
|
commitdiff
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
tree
|
commitdiff
2014-04-22
Chandler Carruth
[cleanup] Lift using directives, DEBUG_TYPE definitions...
tree
|
commitdiff
2014-03-29
Rafael Espindola
Completely rewrite ELFObjectWriter::RecordRelocation.
tree
|
commitdiff
2014-03-28
Rafael Espindola
Add const.
tree
|
commitdiff
2014-03-27
Rafael Espindola
Remove another unused argument.
tree
|
commitdiff
2014-03-27
Rafael Espindola
Remove unused argument.
tree
|
commitdiff
2014-03-21
Kevin Qin
[AArch64] Remove .data_region directive from AArch64.
tree
|
commitdiff
2014-03-12
Rafael Espindola
Try harder to evaluate expressions when printing assembly.
tree
|
commitdiff
2014-02-24
Christian Pirker
Add AArch64 big endian Target (aarch64_be)
tree
|
commitdiff
2014-02-13
Daniel Sanders
Re-commit: Demote EmitRawText call in AsmPrinter::EmitI...
tree
|
commitdiff
2014-02-12
Daniel Sanders
Revert r201237+r201238: Demote EmitRawText call in...
tree
|
commitdiff
2014-02-12
Daniel Sanders
Demote EmitRawText call in AsmPrinter::EmitInlineAsm...
tree
|
commitdiff
2014-01-28
David Woodhouse
Propagate MCSubtargetInfo through TableGen's getBinaryC...
tree
|
commitdiff
2014-01-28
David Woodhouse
Explictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
tree
|
commitdiff
2014-01-28
David Woodhouse
Change MCStreamer EmitInstruction interface to take...
tree
|
commitdiff
2014-01-26
Rafael Espindola
Pass a MCSubtargetInfo down to the TargetStreamer creation.
tree
|
commitdiff
2014-01-26
Rafael Espindola
Construct the MCStreamer before constructing the MCTarg...
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2013-12-02
Rafael Espindola
Refactor the setting of PrivateGlobalPrefix.
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-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-10-31
Chad Rosier
[AArch64] Add support for NEON scalar shift immediate...
tree
|
commitdiff
2013-10-16
Rafael Espindola
Add a MCAsmInfoELF class and factor some code into it.
tree
|
commitdiff
2013-10-08
Rafael Espindola
Add a MCTargetStreamer interface.
tree
|
commitdiff
2013-09-19
Richard Mitton
Added support for generate DWARF .debug_aranges section...
tree
|
commitdiff
2013-09-09
Bill Wendling
Generate compact unwind encoding from CFI directives.
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-06-18
Bill Wendling
Use pointers to the MCAsmInfo and MCRegInfo.
tree
|
commitdiff
2013-05-24
Ahmed Bougacha
MC: Disassembled CFG reconstruction.
tree
|
commitdiff
2013-05-13
Rafael Espindola
Remove the MachineMove class.
tree
|
commitdiff
2013-05-10
Rafael Espindola
Remove unused argument.
tree
|
commitdiff
2013-05-04
Tim Northover
AArch64: implement first relocation required for MCJIT
tree
|
commitdiff
2013-05-04
Tim Northover
AArch64: implement large code model access to global...
tree
|
commitdiff
2013-04-17
Peter Collingbourne
Add support for subsections to the ELF assembler. Fixes...
tree
|
commitdiff
2013-02-28
Tim Northover
AArch64: remove post-encoder method from FCMP (immediat...
tree
|
commitdiff
2013-02-19
Chandler Carruth
Remove some unused private fields from the AArch64MCCod...
tree
|
commitdiff
2013-02-18
David Blaikie
Use LLVM_DELETED_FUNCTION rather than '// do not implem...
tree
|
commitdiff
2013-02-14
Tim Northover
AArch64: add block comments where missing
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
Give explicit suffix to integer constant over 32-bits.
tree
|
commitdiff
2013-01-31
Tim Northover
Add AArch64 as an experimental target.
tree
|
commitdiff