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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting Thumb2SizeReduction opt bisect change to fix failing buildbots.
Andrew Kaylor
2016-04-26
1
-2
/
+1
*
[CodeGenPrepare] don't convert an unpredictable select into control flow
Sanjay Patel
2016-04-26
1
-1
/
+2
*
Remove MinLatency in SchedMachineModel. NFC.
Junmo Park
2016-04-26
11
-14
/
+0
*
PM: Port GlobalOpt to the new pass manager
Justin Bogner
2016-04-26
5
-40
/
+61
*
PM: Convert the logic for GlobalOpt into static functions. NFC
Justin Bogner
2016-04-26
1
-66
/
+71
*
[X86] Use LivePhysRegs in X86FixupBWInsts.
Ahmed Bougacha
2016-04-26
1
-13
/
+19
*
Add check for "branch_weights" with prof metadata
Sanjay Patel
2016-04-25
1
-3
/
+7
*
[Sparc] Fix double-float fabs and fneg on little endian CPUs.
James Y Knight
2016-04-25
1
-12
/
+28
*
ARM: put correct symbol index on indirect pointers in __thread_ptr.
Tim Northover
2016-04-25
1
-1
/
+2
*
Fix build warning
Andrew Kaylor
2016-04-25
1
-1
/
+1
*
Add optimization bisect opt-in calls for AMDGPU passes
Andrew Kaylor
2016-04-25
7
-1
/
+19
*
Reformat LLVMConstPointerNull. NFC
Amaury Sechet
2016-04-25
1
-2
/
+1
*
Optimize store of "bitcast" from vector to aggregate.
Arch D. Robison
2016-04-25
1
-0
/
+60
*
[LVI] Make a precondition explicit rather than handling a case which never ha...
Philip Reames
2016-04-25
1
-1
/
+2
*
Add optimization bisect opt-in calls for ARM passes
Andrew Kaylor
2016-04-25
5
-2
/
+15
*
Add optimization bisect opt-in calls for AArch64 passes
Andrew Kaylor
2016-04-25
12
-0
/
+34
*
Add accidentally deleted "break"
Krzysztof Parzyszek
2016-04-25
1
-0
/
+1
*
[ORC] clang-format code that was touched in r267457. NFC.
Lang Hames
2016-04-25
5
-213
/
+189
*
ARM: put extern __thread stubs in a special section.
Tim Northover
2016-04-25
5
-2
/
+33
*
[ThinLTO] Introduce typedef for commonly-used map type (NFC)
Teresa Johnson
2016-04-25
3
-22
/
+12
*
[Hexagon] Few fixes for exception handling
Krzysztof Parzyszek
2016-04-25
3
-1
/
+13
*
Re-apply r267206 with a fix for the encoding problem: when the immediate of
Quentin Colombet
2016-04-25
1
-3
/
+14
*
Cleanup redundant expression in InstCombineAndOrXor.
Etienne Bergeron
2016-04-25
1
-2
/
+0
*
[ORC] Thread Error/Expected through the RPC library.
Lang Hames
2016-04-25
4
-26
/
+55
*
AMDGPU/SI: Optimize adjacent s_nop instructions
Matt Arsenault
2016-04-25
1
-0
/
+27
*
[libFuzzer] remove dead code
Kostya Serebryany
2016-04-25
2
-5
/
+2
*
AMDGPU: Implement addrspacecast
Matt Arsenault
2016-04-25
5
-71
/
+124
*
AMDGPU: Add queue ptr intrinsic
Matt Arsenault
2016-04-25
4
-3
/
+18
*
AMDGPU: Add DAG to debug dump
Matt Arsenault
2016-04-25
1
-2
/
+2
*
[LVI] Clarify comments describing the lattice values
Philip Reames
2016-04-25
1
-5
/
+10
*
[LVI] Split solveBlockValueConstantRange into two [NFC]
Philip Reames
2016-04-25
1
-31
/
+63
*
[Hexagon] Register save/restore functions do not follow regular conventions
Krzysztof Parzyszek
2016-04-25
4
-45
/
+51
*
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2016-04-25
5
-3
/
+468
*
[ValueTracking] Improve isImpliedCondition when the dominating cond is false.
Chad Rosier
2016-04-25
3
-8
/
+16
*
[lanai] Expand findClosestSuitableAluInstr check to consider offset register.
Jacques Pienaar
2016-04-25
1
-3
/
+6
*
[PR27390] [CodeGen] Reject indexed loads in CombinerDAG.
Marcin Koscielnicki
2016-04-25
2
-3
/
+10
*
[mips][microMIPS] Revert commit r267137
Hrvoje Varga
2016-04-25
4
-14
/
+3
*
[mips][microMIPS] Revert commit r266977
Zlatko Buljan
2016-04-25
4
-26
/
+9
*
Fix incorrect redundant expression in target AMDGPU.
Etienne Bergeron
2016-04-25
1
-1
/
+1
*
[WinEH] Update SplitAnalysis::computeLastSplitPoint to cope with multiple EH ...
David Majnemer
2016-04-25
2
-14
/
+12
*
[ARM] Add support for the X asm constraint
Silviu Baranga
2016-04-25
2
-0
/
+22
*
[AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax.
Artem Tamazov
2016-04-25
5
-3
/
+127
*
Test commit: modified comment. NFC
Anna Thomas
2016-04-25
1
-1
/
+1
*
Typo. NFC.
Chad Rosier
2016-04-25
1
-1
/
+1
*
[Hexagon] Correctly set "Flags" in ELF header
Krzysztof Parzyszek
2016-04-25
1
-3
/
+7
*
[GlobalOpt] Allow constant globals to be SRA'd
James Molloy
2016-04-25
1
-5
/
+9
*
[Coverage] Restore the correct count value after processing a nested region i...
Igor Kudrin
2016-04-25
1
-37
/
+58
*
[SCEV] Improve the run-time checking of the NoWrap predicate
Silviu Baranga
2016-04-25
1
-19
/
+63
*
[PowerPC] [PR27387] Disallow r0 for ADD8TLS.
Marcin Koscielnicki
2016-04-25
1
-2
/
+4
*
Run GlobalOpt before emitting the bitcode for ThinLTO
Mehdi Amini
2016-04-25
1
-0
/
+2
[next]