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
*
[SelectionDAG] Teach LegalizeVectorOps to not unroll CTLZ_ZERO_UNDEF and CTTZ...
Craig Topper
2015-12-27
1
-0
/
+14
*
[WinEH] Add comments explaining the EH tables
David Majnemer
2015-12-27
1
-31
/
+114
*
[CodeGen] Use generic printAsOperand machinery instead of hand rolling it
David Majnemer
2015-12-25
1
-3
/
+7
*
Use range-based for loops. NFC
Craig Topper
2015-12-24
1
-40
/
+32
*
[Statepoints] Use Indirect operands for spill slots
Philip Reames
2015-12-23
2
-5
/
+35
*
[MemOperands] Clarify code around dropping memory operands [NFC]
Philip Reames
2015-12-23
1
-1
/
+1
*
[MachineLICM] Fix handling of memoperands
Philip Reames
2015-12-23
1
-2
/
+12
*
[WinEH] Don't visit the same catchswitch twice
David Majnemer
2015-12-23
1
-7
/
+15
*
[GC] Make GCStrategy::isGCManagedPointer a type predicate not a value predica...
Philip Reames
2015-12-23
3
-7
/
+7
*
[BPI] Replace weights by probabilities in BPI.
Cong Hou
2015-12-22
1
-5
/
+6
*
Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
Manuel Jacob
2015-12-22
1
-3
/
+0
*
Typo. NFC.
Chad Rosier
2015-12-22
1
-1
/
+1
*
[ASMPrinter] Fix missing handling of DW_OP_bit_piece
Keno Fischer
2015-12-22
1
-0
/
+3
*
[MC, COFF] Support link /incremental conditionally
David Majnemer
2015-12-21
1
-0
/
+2
*
Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs)
Adrian Prantl
2015-12-21
1
-52
/
+36
*
Implemented Support of IA interrupt and exception handlers:
Amjad Aboud
2015-12-21
1
-0
/
+5
*
Remove unnecessary casts. NFC.
Manuel Jacob
2015-12-19
1
-6
/
+5
*
SelectionDAG: Cleanup integer bin op promotion functions.
Matt Arsenault
2015-12-19
2
-34
/
+17
*
Clean up the processing of dbg.value in various places
Keno Fischer
2015-12-19
2
-8
/
+26
*
Fix broken type legalization of min/max
Matt Arsenault
2015-12-19
2
-2
/
+20
*
Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...
Cong Hou
2015-12-18
1
-13
/
+0
*
Fix PR25838.
Cong Hou
2015-12-17
1
-0
/
+6
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-1
/
+1
*
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
2015-12-16
1
-2
/
+2
*
Set debugger tuning from TargetOptions (NFC)
Paul Robinson
2015-12-16
2
-38
/
+4
*
MachineScheduler: Add a target hook for deciding which RegPressure sets to
Tom Stellard
2015-12-16
1
-7
/
+19
*
[Packetizer] Add a check whether an instruction should be packetized now
Krzysztof Parzyszek
2015-12-16
1
-2
/
+3
*
Recommit LiveDebugValues pass after fixing a couple of minor issues.
Vikram TV
2015-12-16
4
-0
/
+408
*
Minor change to TailDuplication.cpp to turn on normalization when removing su...
Cong Hou
2015-12-16
1
-1
/
+1
*
[SelectionDAGBuilder] Adds support for landingpads of token type
Chen Li
2015-12-16
1
-0
/
+7
*
Speculative fix for windows build
Philip Reames
2015-12-16
1
-0
/
+1
*
[IR] Add support for floating pointer atomic loads and stores
Philip Reames
2015-12-16
1
-4
/
+92
*
Test commit: fixed spelling error in comment.
Wolfgang Pieb
2015-12-16
1
-1
/
+1
*
[WinEH] Make llvm.x86.seh.recoverfp work on x64
Reid Kleckner
2015-12-15
1
-1
/
+11
*
[WinEH] Use operand bundles to describe call sites
David Majnemer
2015-12-15
1
-18
/
+50
*
Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library calls
Michael Kuperstein
2015-12-15
3
-39
/
+27
*
Improve the successor list update in TailDuplication.cpp.
Cong Hou
2015-12-15
1
-6
/
+6
*
Type legalizer for masked gather and scatter intrinsics.
Elena Demikhovsky
2015-12-15
4
-83
/
+259
*
[ShrinkWrapping] Do not choose restore point inside loops.
Quentin Colombet
2015-12-15
1
-5
/
+21
*
[X86] Part 2 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-14
1
-1
/
+2
*
[Packetizer] Add AliasAnalysis as a parameter to the packetizer
Krzysztof Parzyszek
2015-12-14
1
-7
/
+11
*
Remove the successor probabilities normalization in tail duplication pass.
Cong Hou
2015-12-14
1
-1
/
+0
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
4
-50
/
+2
*
FastISel needs to remove dead code when it bails out.
Paul Robinson
2015-12-14
1
-2
/
+32
*
AMDGPU: Use generic bitreverse intrinsic
Matt Arsenault
2015-12-14
1
-1
/
+24
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
2
-3
/
+3
*
Fix a type issue in r255455. Should not use unsigned type as std::abs()'s tem...
Cong Hou
2015-12-13
1
-1
/
+1
*
Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC.
Cong Hou
2015-12-13
1
-1
/
+1
*
Add the missing header file <cstdint> needed by uint64_t
Cong Hou
2015-12-13
1
-0
/
+1
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
5
-10
/
+36
[next]