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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Always promote f16 if not legal
Oliver Stannard
2015-11-09
3
-13
/
+30
*
Erase unused FunctionDIs variables after r252219.
Yaron Keren
2015-11-07
2
-3
/
+0
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
3
-7
/
+7
*
DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) -> ...
Tom Stellard
2015-11-06
1
-1
/
+2
*
[ShrinkWrapping] Teach shrink-wrapping how to analyze RegMask.
Quentin Colombet
2015-11-06
1
-8
/
+38
*
MachineScheduler: Add regpressure information to debug dump
Matthias Braun
2015-11-06
3
-9
/
+36
*
[WinEH] Mark funclet entries and exits as clobbering all registers
Reid Kleckner
2015-11-06
2
-0
/
+28
*
Revert r252249 (and r252255, r252258), "[WinEH] Clone funclets with multiple ...
NAKAMURA Takumi
2015-11-06
1
-977
/
+14
*
Range-for some LiveIntervals code under review
Reid Kleckner
2015-11-06
1
-9
/
+7
*
Fix build warnings
Andrew Kaylor
2015-11-06
1
-4
/
+4
*
[WinEH] Clone funclets with multiple parents
Andrew Kaylor
2015-11-06
1
-14
/
+977
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
2
-7
/
+4
*
[WinEH] Fix funclet prologues with stack realignment
Reid Kleckner
2015-11-05
3
-14
/
+17
*
replace MachineCombinerPattern namespace and enum with enum class; NFCI
Sanjay Patel
2015-11-05
2
-16
/
+25
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-1
/
+1
*
Add new interfaces to MBB for manipulating successors with probabilities inst...
Cong Hou
2015-11-04
1
-0
/
+82
*
[StatepointLowering] Remove distinction between call and invoke safepoints
Igor Laevsky
2015-11-04
2
-24
/
+31
*
CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.
Peter Collingbourne
2015-11-03
1
-3
/
+28
*
[SelectionDAG] Use existing constant nodes instead of recreating them. NFC.
Simon Pilgrim
2015-11-03
1
-9
/
+6
*
Delete dead code.
Rafael Espindola
2015-11-03
1
-3
/
+0
*
[CodegenPrepare] Do not rematerialize gc.relocates across different basic blocks
Igor Laevsky
2015-11-03
1
-0
/
+8
*
[X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments
Michael Kuperstein
2015-11-03
1
-0
/
+3
*
RegisterPressure: Improve assert message
Matthias Braun
2015-11-03
1
-1
/
+2
*
RegisterPressure: Slightly nicer pressure diff dumping
Matthias Braun
2015-11-03
1
-1
/
+3
*
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
Matthias Braun
2015-11-03
4
-37
/
+27
*
[CGP] widen switch condition and case constants to target's register width (2...
Sanjay Patel
2015-11-02
1
-0
/
+47
*
revert r251849; need to move tests to arch-specific folders
Sanjay Patel
2015-11-02
1
-47
/
+0
*
[CGP] widen switch condition and case constants to target's register width
Sanjay Patel
2015-11-02
1
-0
/
+47
*
In MachineBlockPlacement, filter cold blocks off the loop chain when profile ...
Cong Hou
2015-11-02
1
-2
/
+46
*
Fix two issues in MergeConsecutiveStores:
James Y Knight
2015-11-02
1
-2
/
+15
*
[MachineVerifier] Analyze MachineMemOperands for mem-to-mem moves.
Jonas Paulsson
2015-10-29
1
-6
/
+25
*
Revert "ScheduleDAGInstrs: Remove IsPostRA flag"
Matthias Braun
2015-10-29
2
-19
/
+28
*
MachineScheduler: Fix typo in debug message
Matthias Braun
2015-10-29
1
-1
/
+1
*
ScheduleDAGInstrs: Remove IsPostRA flag
Matthias Braun
2015-10-29
2
-28
/
+19
*
MachineScheduler: Use ranged for and slightly simplify the code
Matthias Braun
2015-10-29
1
-11
/
+12
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
1
-4
/
+12
*
[ValueTracking] Use !range metadata more aggressively in KnownBits
Sanjoy Das
2015-10-28
1
-1
/
+1
*
[SelectionDAG] Don't inspect !range metadata for extended loads
Sanjoy Das
2015-10-28
1
-1
/
+2
*
Make the SelectionDAG graph printer use SDNode::PersistentId labels.
James Y Knight
2015-10-27
3
-11
/
+16
*
Use the 'arcp' fast-math-flag when combining repeated FP divisors
Sanjay Patel
2015-10-27
1
-5
/
+11
*
Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...
Cong Hou
2015-10-27
3
-21
/
+32
*
Do not use "else" when both branches return (NFC)
Mehdi Amini
2015-10-27
1
-2
/
+1
*
Fix llc crash processing S/UREM for -Oz builds caused by rL250825.
Steve King
2015-10-27
1
-5
/
+21
*
Fix indents. It's a follow up to r251353.
Ivan Krasin
2015-10-26
1
-2
/
+2
*
Move imported entities into DwarfCompilationUnit to speed up LTO linking.
Ivan Krasin
2015-10-26
4
-22
/
+14
*
Remove assert(false) in favor of asserting the if conditional it is contained...
David Blaikie
2015-10-26
1
-8
/
+5
*
[safestack] Fast access to the unsafe stack pointer on AArch64/Android.
Evgeniy Stepanov
2015-10-26
1
-0
/
+13
*
Scalarizer for masked.gather and masked.scatter intrinsics.
Elena Demikhovsky
2015-10-25
1
-1
/
+261
*
[X86] Use correct calling convention for MCU psABI libcalls
Michael Kuperstein
2015-10-25
1
-0
/
+3
*
Refactor: Simplify boolean conditional return statements in lib/CodeGen.
Rafael Espindola
2015-10-24
9
-60
/
+24
[next]