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
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Use dwarf exception handling on MinGW
Martin Storsjo
2017-11-17
2
-3
/
+10
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
22
-38
/
+38
*
[ARM] 't' asm constraint should accept i32
Yi Kong
2017-11-16
1
-1
/
+1
*
[globalisel][tablegen] Generate rule coverage and use it to identify untested...
Daniel Sanders
2017-11-16
1
-4
/
+5
*
Add backend name to Target to enable runtime info to be fed back into TableGen
Daniel Sanders
2017-11-15
1
-4
/
+4
*
[ARM] Split Arm jump table branch into i12 and rs suffixed versions
Momchil Velikov
2017-11-15
5
-210
/
+33
*
[ARM, AArch64] Fix an assert message, Darwin isn't the only target supporting...
Martin Storsjo
2017-11-14
1
-1
/
+2
*
ARM: correctly update CFG when splitting BB to fix branch.
Tim Northover
2017-11-14
1
-0
/
+6
*
[ARM GlobalISel] Remove C++ code for G_CONSTANT
Diana Picus
2017-11-14
1
-22
/
+0
*
[ARM] Fix incorrect conversion of a tail call to an ordinary call
Momchil Velikov
2017-11-14
2
-36
/
+74
*
[arm] Fix Unnecessary reloads from GOT.
Evgeniy Stepanov
2017-11-13
9
-40
/
+41
*
[ARM] Place jump table as the first operand in additions
Momchil Velikov
2017-11-13
3
-10
/
+10
*
[llvm] Remove redundant return [NFC]
Mandeep Singh Grang
2017-11-12
1
-1
/
+0
*
[RegAlloc, SystemZ] Increase number of LOCRs by passing "hard" regalloc hints.
Jonas Paulsson
2017-11-10
2
-4
/
+5
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
11
-13
/
+13
*
[GlobalISel] Enable legalizing non-power-of-2 sized types.
Kristof Beyls
2017-11-07
1
-13
/
+58
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
3
-3
/
+3
*
[ARM GlobalISel] Move the check for Thumb higher up
Diana Picus
2017-11-03
1
-6
/
+6
*
[ARM] and, or, xor and add with shl combine
Sam Parker
2017-11-02
1
-7
/
+120
*
Revert r313618 "[ARM] Use ADDCARRY / SUBCARRY"
Roger Ferrer Ibanez
2017-11-01
2
-168
/
+20
*
[GlobalISel|ARM] : Allow legalizing G_FSUB
Javed Absar
2017-10-30
2
-8
/
+9
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-4
/
+5
*
Add a few missing headers for modularization/IWYU/etc
David Blaikie
2017-10-27
3
-0
/
+4
*
InstructionSelectorImpl.h: Modularize/remove ODR violations by using a static...
David Blaikie
2017-10-26
1
-2
/
+2
*
[ARM] Honor -mfloat-abi for libcall calling convention
Eli Friedman
2017-10-26
1
-9
/
+1
*
Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...
Yichao Yu
2017-10-26
1
-0
/
+2
*
[AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell ...
Craig Topper
2017-10-26
1
-1
/
+2
*
[AsmParser][TableGen] Make the generated mnemonic spell checker function a fi...
Craig Topper
2017-10-26
1
-1
/
+2
*
[ARM GlobalISel] Fix call opcodes
Diana Picus
2017-10-25
1
-4
/
+11
*
[ARM] OrCombineToBFI function
Sam Parker
2017-10-25
1
-92
/
+109
*
[ARM] Swap cmp operands for automatic shifts
Sam Parker
2017-10-25
1
-0
/
+6
*
ARMAddressingModes.h: Don't mark header functions as file local
David Blaikie
2017-10-24
1
-86
/
+63
*
[ARM] Error for invalid shift in memory operand
Oliver Stannard
2017-10-24
1
-1
/
+1
*
[ARM] Replace development diagnostics with normal DEBUG macro
Oliver Stannard
2017-10-24
1
-14
/
+9
*
[ARM] tSETEND needs IsThumb
Oliver Stannard
2017-10-24
1
-1
/
+1
*
[ARM] Remove tCPS alias which just crashed
Oliver Stannard
2017-10-24
1
-7
/
+0
*
[ARM] Allow unrolling of multi-block loops.
Sam Parker
2017-10-23
1
-16
/
+35
*
[ARM] Dynamic stack alignment for 16-bit Thumb
Momchil Velikov
2017-10-22
3
-16
/
+38
*
[ARM] Use post-RA MI scheduler when +use-misched is set
Eugene Leviant
2017-10-20
1
-1
/
+8
*
[ARM] Fix disassembly for conditional VMRS and VMSR instructions in ARM mode
Andre Vieira
2017-10-18
1
-2
/
+8
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
2
-2
/
+2
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
2
-4
/
+4
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
2
-4
/
+4
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
2
-2
/
+2
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
4
-24
/
+29
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-2
/
+1
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
4
-27
/
+38
*
[MC] Add another missing <memory> include left out of r315327.
Lang Hames
2017-10-10
1
-0
/
+1
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
7
-18
/
+25
[next]