index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
AArch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't cache the instruction info and register info objects.
Bill Wendling
2013-06-07
6
-28
/
+22
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-6
/
+6
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-6
/
+6
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-3
/
+4
*
AArch64: clarify -help message
Tim Northover
2013-05-28
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
3
-41
/
+41
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
3
-3
/
+3
*
Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
2013-05-24
1
-1
/
+1
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
1
-5
/
+5
*
AArch64: add CMake dependency to fix very parallel builds
Tim Northover
2013-05-18
1
-0
/
+2
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
2
-2
/
+2
*
Remove addFrameMove.
Rafael Espindola
2013-05-16
1
-11
/
+13
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
2
-4
/
+6
*
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-11
1
-5
/
+4
*
Remove unused argument.
Rafael Espindola
2013-05-10
1
-1
/
+1
*
AArch64: enable MCJIT and tests now that everything passes.
Tim Northover
2013-05-04
1
-1
/
+1
*
AArch64: implement first relocation required for MCJIT
Tim Northover
2013-05-04
1
-0
/
+6
*
Build system changes to enable MCJIT on AArch64
Tim Northover
2013-05-04
1
-1
/
+1
*
AArch64: assert code model is small for TLS accesses
Tim Northover
2013-05-04
1
-0
/
+2
*
AArch64: support literal pool access in large memory model.
Tim Northover
2013-05-04
1
-20
/
+48
*
AArch64: support large code model for jump-tables
Tim Northover
2013-05-04
1
-5
/
+18
*
AArch64: implement support for blockaddress in large code model
Tim Northover
2013-05-04
1
-11
/
+20
*
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
7
-14
/
+126
*
AArch64 InstrFormats:
Jia Liu
2013-04-28
1
-1
/
+1
*
AArch64: remove unnecessary check that RS is valid
Tim Northover
2013-04-23
1
-2
/
+3
*
AArch64: remove useless comment
Tim Northover
2013-04-20
1
-2
/
+0
*
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
1
-4
/
+0
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-4
/
+5
*
Fix undefined behavior in AArch64
David Majnemer
2013-04-11
1
-7
/
+11
*
AArch64: remove barriers from AArch64 atomic operations.
Tim Northover
2013-04-08
3
-145
/
+193
*
AArch64: implement ETMv4 trace system registers.
Tim Northover
2013-04-03
2
-0
/
+432
*
AArch64: switch patterns to be type-based rather than RegClass-based
Tim Northover
2013-04-03
1
-503
/
+492
*
AArch64: implement GICv3 system registers
Tim Northover
2013-03-28
2
-5
/
+141
*
Switch to LLVM support function abs64 to keep VS2008 happy.
Tim Northover
2013-03-27
1
-3
/
+3
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
1
-1
/
+1
*
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-15
1
-37
/
+46
*
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
1
-54
/
+1
*
AArch64: expand sincos operations, we don't support them.
Tim Northover
2013-03-08
1
-0
/
+3
*
AArch64: remove post-encoder method from FCMP (immediate) instructions.
Tim Northover
2013-02-28
3
-27
/
+30
*
AArch64: be more careful resorting to inefficient addressing for weak vars.
Tim Northover
2013-02-28
1
-5
/
+4
*
AArch64: don't drop GlobalAddress offset when handling extern_weak decls.
Tim Northover
2013-02-28
1
-4
/
+10
*
AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.
Tim Northover
2013-02-28
2
-23
/
+17
*
Typo
Francois Pichet
2013-02-24
1
-1
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
4
-42
/
+44
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-8
/
+8
*
Remove some unused private fields from the AArch64MCCodeEmitter. These
Chandler Carruth
2013-02-19
1
-7
/
+2
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
1
-2
/
+2
*
AArch64: Avoid shifts by 64, that's undefined behavior.
Benjamin Kramer
2013-02-17
1
-3
/
+3
*
AArch64: add branch fixup pass.
Tim Northover
2013-02-15
6
-0
/
+652
*
AArch64: remove ConstantIsland pass & put literals in separate section.
Tim Northover
2013-02-15
12
-1610
/
+83
[next]