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
/
test
/
CodeGen
/
ARM
/
Windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-2
/
+2
*
[ARM] Add support for MSVC stack cookie checking
Martin Storsjo
2019-07-07
1
-0
/
+20
*
CodeGen: Set hasSideEffects = 0 on BUNDLE
Matt Arsenault
2019-07-03
1
-14
/
+7
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
2
-4
/
+4
*
RegAllocFast: Remove early selection loop, the spill calculation will report ...
Matt Arsenault
2019-03-19
1
-1
/
+1
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
1
-1
/
+1
*
[SchedModel] Fix for read advance cycles with implicit pseudo operands.
Jonas Paulsson
2018-10-30
3
-8
/
+8
*
[MinGW] [ARM] Add stubs for potential automatic dllimported variables
Martin Storsjo
2018-08-31
2
-2
/
+82
*
[ARM] Adjust AND immediates to make them cheaper to select.
Eli Friedman
2018-08-10
2
-3
/
+3
*
[ARM] Back up R4 and LR if calling the stack probe function
Martin Storsjo
2018-05-14
1
-1
/
+1
*
[ARM, AArch64] Check the no-stack-arg-probe attribute for dynamic stack probes
Martin Storsjo
2018-03-19
2
-0
/
+33
*
[CodeGen] Don't omit any redundant information in -debug output
Francis Visoiu Mistrih
2018-02-26
1
-1
/
+1
*
[CodeGen] Unify the syntax of MBB successors in MIR and -debug output
Francis Visoiu Mistrih
2018-02-09
1
-6
/
+6
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-1
/
+1
*
[ARM] Call __chkstk for dynamic stack allocation in all windows environments
Martin Storsjo
2018-01-24
2
-4
/
+3
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
2
-6
/
+6
*
[CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64
Reid Kleckner
2018-01-17
1
-29
/
+28
*
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
Puyan Lotfi
2018-01-10
1
-1
/
+1
*
[CodeGen] Don't print "pred:" and "opt:" in -debug output
Francis Visoiu Mistrih
2018-01-09
1
-1
/
+1
*
[CodeGen] Print external symbols as $symbol in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-24
/
+24
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
ARM: mark CPSR as clobbered for Windows VLAs
Saleem Abdulrasool
2017-08-17
1
-0
/
+13
*
Remove the default ARMSubtarget from the ARM TargetMachine.
Eric Christopher
2017-07-01
1
-10
/
+0
*
[ARM] Make -mcpu=generic schedule for an in-order core (Cortex-A8).
Kristof Beyls
2017-06-28
2
-8
/
+8
*
ARM: lower fpowi appropriately for Windows ARM
Saleem Abdulrasool
2016-11-06
1
-0
/
+57
*
CodeGen: further loosen -O0 CG for WoA division
Saleem Abdulrasool
2016-10-31
3
-26
/
+29
*
ARM: ensure that the Windows DBZ check is in range
Saleem Abdulrasool
2016-10-27
3
-36
/
+37
*
[GlobalMerge] Handle non-landingpad EH pads
Reid Kleckner
2016-10-19
1
-0
/
+48
*
Correct PrivateLinkage for COFF
Reid Kleckner
2016-10-13
2
-8
/
+8
*
[ARM] Reapply: Use __rt_div functions for divrem on Windows
Martin Storsjo
2016-10-07
1
-1
/
+1
*
Revert "[ARM] Use __rt_div functions for divrem on Windows"
Diana Picus
2016-10-06
1
-1
/
+1
*
[ARM] Use __rt_div functions for divrem on Windows
Martin Storsjo
2016-10-05
1
-1
/
+1
*
ARM: workaround bundled operation predication
Saleem Abdulrasool
2016-09-06
1
-0
/
+24
*
ARM: support high registers in __builtin_longjmp on WoA
Saleem Abdulrasool
2016-07-08
1
-5
/
+3
*
ARM: fix `-mlong-calls` for WoA
Saleem Abdulrasool
2016-07-05
1
-1
/
+1
*
ARM: correct TLS access on WoA
Saleem Abdulrasool
2016-06-07
1
-15
/
+29
*
ARM: support export directives for Windows
Saleem Abdulrasool
2016-05-14
1
-0
/
+75
*
ARM: fix __chkstk Frame Setup on WoA
Saleem Abdulrasool
2016-04-24
4
-9
/
+9
*
Fix llvm/test/CodeGen/ARM/Windows/dbzchk.ll not to check mixed output, take #2.
NAKAMURA Takumi
2016-04-22
1
-2
/
+2
*
test: split test into two runs
Saleem Abdulrasool
2016-04-22
1
-8
/
+9
*
ARM: fix test for Windows division
Saleem Abdulrasool
2016-04-22
1
-4
/
+4
*
ARM: restrict register class for WIN__DBZCHK
Saleem Abdulrasool
2016-04-21
1
-0
/
+47
*
fix checks: *_DAG -> *-DAG
Sanjay Patel
2016-03-28
1
-1
/
+1
*
ARM: maintain BB ordering when expanding WIN__DBZCHK
Saleem Abdulrasool
2016-03-25
2
-25
/
+64
*
ARM: fix optimised division on WoA
Saleem Abdulrasool
2016-03-25
1
-3
/
+32
*
ARM: Revert SVN r253865, 254158, fix windows division
Saleem Abdulrasool
2016-03-17
3
-81
/
+95
*
ARM: follow up improvements for SVN r263118
Saleem Abdulrasool
2016-03-10
1
-0
/
+1
[next]