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
*
Fix typos.
Bruce Mitchener
2015-09-12
2
-4
/
+4
*
Use function attribute "stackrealign" to decide whether stack
Akira Hatanaka
2015-09-11
1
-9
/
+1
*
[X86] Make sure startproc/endproc are paired
David Majnemer
2015-09-11
1
-1
/
+1
*
[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.
Ahmed Bougacha
2015-09-11
1
-18
/
+17
*
[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.
Ahmed Bougacha
2015-09-11
1
-3
/
+3
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-6
/
+6
*
Fix SEH state numbering algorithm to handle cleanupendpads
Reid Kleckner
2015-09-10
1
-4
/
+9
*
Add an explicit 'inline' specifier to these static functions. GCC is
Chandler Carruth
2015-09-10
1
-14
/
+14
*
Debug Info: Allow a DIModule to appear as the scope of other entities.
Adrian Prantl
2015-09-10
1
-0
/
+2
*
[WinEH] Fix single-block cleanup coloring
Joseph Tremoulet
2015-09-10
1
-8
/
+9
*
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
1
-2
/
+2
*
Fix PR 24724 - The implicit register verifier shouldn't assume certain operand
Alex Lorenz
2015-09-10
1
-39
/
+16
*
[DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant foldi...
Silviu Baranga
2015-09-10
1
-11
/
+25
*
Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
1
-2
/
+2
*
[WinEH] Add codegen support for cleanuppad and cleanupret
Reid Kleckner
2015-09-10
4
-56
/
+82
*
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
2015-09-10
1
-2
/
+2
*
[SEH] Emit 32-bit SEH tables for the new EH IR
Reid Kleckner
2015-09-09
5
-79
/
+225
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
16
-58
/
+89
*
VirtRegMap: Improve addMBBLiveIns() using SlotIndex::MBBIndexIterator; NFC
Matthias Braun
2015-09-09
1
-25
/
+62
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
17
-42
/
+51
*
MachineVerifier: Check that SlotIndex MBBIndexList is sorted.
Matthias Braun
2015-09-09
1
-0
/
+17
*
Fix vector splitting for extract_vector_elt and vector elements of <8-bits.
Daniel Sanders
2015-09-09
2
-2
/
+20
*
SelectionDAG: Support Expand of f16 extloads
Matt Arsenault
2015-09-09
1
-1
/
+19
*
Fix typos / grammar
Matt Arsenault
2015-09-09
1
-26
/
+26
*
[WinEH] Avoid creating MBBs for LLVM BBs that cannot contain code
Reid Kleckner
2015-09-08
5
-57
/
+83
*
[WinEH] Emit prologues and epilogues for funclets
Reid Kleckner
2015-09-08
3
-30
/
+52
*
[WebAssembly] Support running without a register allocator in the default Cod...
Dan Gohman
2015-09-08
1
-16
/
+19
*
[SelectionDAG] Swap commutative binops before constant-based folding
Hal Finkel
2015-09-06
1
-6
/
+7
*
Typo. NFC.
Chad Rosier
2015-09-04
1
-1
/
+1
*
Sink COFF.h MC include into .cpp files
Reid Kleckner
2015-09-03
1
-0
/
+1
*
check for fastness before merging in DAGCombiner::MergeConsecutiveStores()
Sanjay Patel
2015-09-03
1
-11
/
+16
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
4
-9
/
+33
*
use "unpredictable" metadata in fast-isel when splitting compares
Sanjay Patel
2015-09-02
1
-1
/
+4
*
use "unpredictable" metadata in SelectionDAG when splitting compares
Sanjay Patel
2015-09-02
1
-4
/
+5
*
Optimization for Gather/Scatter with uniform base
Elena Demikhovsky
2015-09-02
1
-31
/
+43
*
[ARM][AArch64] Turn on by default interleaved access lowering
Silviu Baranga
2015-09-01
1
-1
/
+1
*
Distribute the weight on the edge from switch to default statement to edges g...
Cong Hou
2015-09-01
3
-21
/
+43
*
[DAGCombine] Fixup SETCC legality checking
Hal Finkel
2015-08-31
1
-11
/
+17
*
don't set a legal vector type if we know we can't use that type (NFCI)
Sanjay Patel
2015-08-31
1
-18
/
+12
*
generalize helper function of MergeConsecutiveStores to handle vector types (...
Sanjay Patel
2015-08-31
1
-14
/
+21
*
[DAGCombine] Use getSetCCResultType utility function
Hal Finkel
2015-08-31
1
-1
/
+1
*
[EH] Handle non-Function personalities like unknown personalities
Reid Kleckner
2015-08-31
5
-74
/
+13
*
[DAGCombine] Remove some old dead code for forming SETCC nodes
Hal Finkel
2015-08-31
1
-45
/
+0
*
Rework of the new interface for shrink wrapping
Kit Barton
2015-08-31
2
-21
/
+29
*
[AggressiveAntiDepBreaker] Check for EarlyClobber on defining instruction
Hal Finkel
2015-08-31
1
-0
/
+14
*
Support: Support LLVM_ENABLE_THREADS=0 in llvm/Support/thread.h.
Peter Collingbourne
2015-08-31
1
-2
/
+2
*
Revert "Revert "New interface function is added to VectorUtils Value *getSpla...
Renato Golin
2015-08-30
1
-17
/
+13
*
Revert "New interface function is added to VectorUtils Value *getSplatValue(V...
Renato Golin
2015-08-30
1
-13
/
+17
*
New interface function is added to VectorUtils
Elena Demikhovsky
2015-08-30
1
-17
/
+13
*
SelectionDAG: add missing ComputeSignBits case for SELECT_CC
Fiona Glaser
2015-08-29
1
-0
/
+5
[next]