projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ARM: consolidate frame pointer register knowledge
[oota-llvm.git]
/
lib
/
Target
/
AArch64
/
2014-05-17
Saleem Abdulrasool
Target: remove old constructors for CallLoweringInfo
tree
|
commitdiff
2014-05-16
Rafael Espindola
Revert "Implement global merge optimization for global...
tree
|
commitdiff
2014-05-16
Tim Northover
AArch64: disable printing of add/sub alias
tree
|
commitdiff
2014-05-16
Tim Northover
AArch64: disable printing of MOV -> MOVZ aliases
tree
|
commitdiff
2014-05-15
Jiangning Liu
Implement global merge optimization for global variables.
tree
|
commitdiff
2014-05-15
Tim Northover
TableGen/ARM64: print aliases even if they have syntax...
tree
|
commitdiff
2014-05-12
Tim Northover
TableGen: use PrintMethods to print more aliases
tree
|
commitdiff
2014-05-11
Hal Finkel
Pass the value type to TLI::getRegisterByName
tree
|
commitdiff
2014-05-11
Hal Finkel
Add 'override' to getRegisterByName in *ISelLowering.h
tree
|
commitdiff
2014-05-06
Renato Golin
Implememting named register intrinsics
tree
|
commitdiff
2014-04-29
Benjamin Kramer
AArch64: Mark vector long multiplication as expand.
tree
|
commitdiff
2014-04-29
Craig Topper
[C++11] Add 'override' keywords and remove 'virtual...
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-27
Craig Topper
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
tree
|
commitdiff
2014-04-27
Craig Topper
Convert SelectionDAG::getMergeValues to use ArrayRef.
tree
|
commitdiff
2014-04-26
Craig Topper
Convert getMemIntrinsicNode to take ArrayRef of SDValue...
tree
|
commitdiff
2014-04-26
Craig Topper
Convert SelectionDAG::getNode methods to use ArrayRef...
tree
|
commitdiff
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Target edition.
tree
|
commitdiff
2014-04-24
Reid Kleckner
Add 'musttail' marker to call instructions
tree
|
commitdiff
2014-04-24
Tim Northover
AArch64: print NEON lists with a space.
tree
|
commitdiff
2014-04-23
Evgeniy Stepanov
Create MCTargetOptions.
tree
|
commitdiff
2014-04-22
Kevin Enderby
Fix the assembler to print a better relocatable express...
tree
|
commitdiff
2014-04-22
Jiangning Liu
[AArch64] Enable global merge pass.
tree
|
commitdiff
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
tree
|
commitdiff
2014-04-22
Chandler Carruth
[cleanup] Fix two headers where we included a standard...
tree
|
commitdiff
2014-04-22
Chandler Carruth
[cleanup] Lift using directives, DEBUG_TYPE definitions...
tree
|
commitdiff
2014-04-21
Chandler Carruth
[Modules] Make Support/Debug.h modular. This requires...
tree
|
commitdiff
2014-04-18
Jiangning Liu
This commit allows vectorized loops to be unrolled...
tree
|
commitdiff
2014-04-18
Jiangning Liu
This is one of the optimizations ported from ARM64...
tree
|
commitdiff
2014-04-18
Jiangning Liu
This commit enables unaligned memory accesses of vector...
tree
|
commitdiff
2014-04-17
Chad Rosier
[AArch64] Implement the getCSRFirstUseCost API, mirrori...
tree
|
commitdiff
2014-04-16
Craig Topper
Convert SelectionDAG::getVTList to use ArrayRef
tree
|
commitdiff
2014-04-15
Nick Lewycky
Break PseudoSourceValue out of the Value hierarchy...
tree
|
commitdiff
2014-04-15
Lang Hames
[MC] Require an MCContext when constructing an MCDisass...
tree
|
commitdiff
2014-04-12
Chad Rosier
[AArch64] Implement the isLegalAddressingMode and getSc...
tree
|
commitdiff
2014-04-10
NAKAMURA Takumi
LLVMBuild.txt: Add missing dependencies.
tree
|
commitdiff
2014-04-09
Chad Rosier
[AArch64] Implement the isZExtFree APIs.
tree
|
commitdiff
2014-04-09
Chad Rosier
[AArch64] Implement the isTruncateFree API.
tree
|
commitdiff
2014-04-09
Alp Toker
Fix some doc and comment typos
tree
|
commitdiff
2014-04-04
Tim Northover
ARM64: handle v1i1 types arising from setcc properly.
tree
|
commitdiff
2014-04-04
Craig Topper
Make consistent use of MCPhysReg instead of uint16_t...
tree
|
commitdiff
2014-03-30
Stepan Dyatkovskiy
PR18929:
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-27
Logan Chien
[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
tree
|
commitdiff
2014-03-26
Christian Pirker
AArch64_BE function argument passing for ARM ABI
tree
|
commitdiff
2014-03-23
Nuno Lopes
remove a bunch of unused private methods
tree
|
commitdiff
2014-03-21
Chad Rosier
[AArch64] Add SchedRW lists to NEON instructions.
tree
|
commitdiff
2014-03-21
Kevin Qin
[AArch64] Remove .data_region directive from AArch64.
tree
|
commitdiff
2014-03-13
Tim Northover
AArch64: error when both positional & named operands...
tree
|
commitdiff
2014-03-12
Rafael Espindola
Try harder to evaluate expressions when printing assembly.
tree
|
commitdiff
2014-03-10
Tim Northover
AArch64: fix LowerCONCAT_VECTORS for new CodeGen.
tree
|
commitdiff
2014-03-10
Chandler Carruth
[AArch64] Fix a use of uninitialized memory introduced...
tree
|
commitdiff
2014-03-10
Chandler Carruth
[TTI] There is actually no realistic way to pop TTI...
tree
|
commitdiff
2014-03-07
Tim Northover
InstCombine: form shuffles from wider range of insert...
tree
|
commitdiff
2014-03-07
Rafael Espindola
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
tree
|
commitdiff
2014-03-07
Rafael Espindola
Simplify. No functionality change.
tree
|
commitdiff
2014-03-06
Chad Rosier
[AArch64] This is a work in progress to provide a machi...
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
tree
|
commitdiff
2014-03-04
Kevin Qin
[AArch64]Fix improper diagnostics about offset range...
tree
|
commitdiff
2014-03-04
Chad Rosier
Revert "[AArch64] This is a work in progress to provide...
tree
|
commitdiff
2014-03-03
Chad Rosier
[AArch64] This is a work in progress to provide a machi...
tree
|
commitdiff
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
tree
|
commitdiff
2014-03-02
Craig Topper
Switch all uses of LLVM_OVERRIDE to just use 'override...
tree
|
commitdiff
2014-03-02
Craig Topper
Switch all uses of LLVM_FINAL to just use 'final',...
tree
|
commitdiff
2014-02-24
Albrecht Kadlec
trivial test commit
tree
|
commitdiff
2014-02-24
Christian Pirker
Add AArch64 big endian Target (aarch64_be)
tree
|
commitdiff
2014-02-21
Kevin Qin
[AArch64] Add register constraints to avoid generating...
tree
|
commitdiff
2014-02-20
Oliver Stannard
AArch64: __va_list.__stack must be 8-byte aligned
tree
|
commitdiff
2014-02-20
Chad Rosier
[AArch64] Add support for TargetTransformInfo Analysis.
tree
|
commitdiff
2014-02-19
Christian Pirker
Test commit - remove the new line to lib/Target/AArch64...
tree
|
commitdiff
2014-02-19
Christian Pirker
Test commit - added a new line to lib/Target/AArch64...
tree
|
commitdiff
2014-02-18
Ana Pazos
[AArch64] Expanded sin, cos, pow with FP vector types...
tree
|
commitdiff
2014-02-18
Jiangning Liu
Fix a typo about lowering AArch64 va_copy.
tree
|
commitdiff
2014-02-14
Kevin Qin
[AArch64 NEON] Fix a bug to avoid using floating type...
tree
|
commitdiff
2014-02-14
Jiangning Liu
Enable AArch64 NEON by default.
tree
|
commitdiff
2014-02-14
Hao Liu
[AArch64]Fix the assertion failure caused by "v1i1...
tree
|
commitdiff
2014-02-13
Daniel Sanders
Re-commit: Demote EmitRawText call in AsmPrinter::EmitI...
tree
|
commitdiff
2014-02-13
Oliver Stannard
Add Cortex-A53 and Cortex-A57 cores to the AArch64...
tree
|
commitdiff
2014-02-13
Hao Liu
[AArch64]Fix the problems that can't select mul/add...
tree
|
commitdiff
2014-02-13
Hao Liu
[AArch64]Add support for spilling FPR8/FPR16.
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-02-10
Chad Rosier
[AArch64] Handle aliases of conditional branches withou...
tree
|
commitdiff
2014-02-10
Hao Liu
[AArch64]Implement the copy of two FPR8 registers by...
tree
|
commitdiff
2014-02-07
Jim Grosbach
X86: Resolve a long standing FIXME and properly isel...
tree
|
commitdiff
2014-02-04
Tim Northover
ARM & AArch64: merge NEON absolute compare intrinsics
tree
|
commitdiff
2014-02-03
Tim Northover
AArch64 & ARM: refactor crypto intrinsics to take scalars
tree
|
commitdiff
2014-02-03
Craig Topper
Remove unnecessary include of AArch64GenInstrInfo.inc...
tree
|
commitdiff
2014-01-30
Chad Rosier
[AArch64] Custom lower concat_vector patterns with...
tree
|
commitdiff
2014-01-29
Kevin Qin
[AArch64 NEON] Lower SELECT_CC with vector operand.
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-27
Kevin Qin
[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
tree
|
commitdiff
2014-01-27
Kevin Qin
Revert r199791.
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
next