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
...
*
Unbreak the build from r239740.
Sanjoy Das
2015-06-15
1
-4
/
+4
*
[CodeGen] Add a pass to fold null checks into nearby memory operations.
Sanjoy Das
2015-06-15
4
-0
/
+270
*
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
Sanjoy Das
2015-06-15
1
-1
/
+1
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
2
-0
/
+115
*
[MachineSink] Improve runtime performance. NFC.
Arnaud A. de Grandmaison
2015-06-15
1
-35
/
+59
*
AsmPrinter.cpp: Avoid crashes for targeting like "arm-mingw32". CurrentFnSym ...
NAKAMURA Takumi
2015-06-14
1
-1
/
+2
*
Reformat.
NAKAMURA Takumi
2015-06-14
1
-5
/
+3
*
[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
Simon Pilgrim
2015-06-13
1
-0
/
+3
*
hoist loop-invariant; NFCI
Sanjay Patel
2015-06-13
1
-3
/
+2
*
remove function names from comments and clean up; NFC
Sanjay Patel
2015-06-13
1
-58
/
+40
*
[SelectionDAG] Added assertions + UNDEF handling for BSWAP node creation.
Simon Pilgrim
2015-06-13
1
-0
/
+8
*
remove unnecessary casts; NFCI
Sanjay Patel
2015-06-13
1
-3
/
+2
*
[DAGCombiner] Added BSWAP vector constant folding support.
Simon Pilgrim
2015-06-13
2
-0
/
+13
*
Stripped trailing whitespace. NFC.
Simon Pilgrim
2015-06-13
1
-5
/
+5
*
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-13
2
-2
/
+2
*
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
2015-06-13
2
-12
/
+13
*
[WinEH] Put finally pointers in the handler scope table field
Reid Kleckner
2015-06-11
1
-14
/
+13
*
[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
Reid Kleckner
2015-06-11
1
-3
/
+18
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-3
/
+3
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-3
/
+2
*
Generalize emitAbsoluteSymbolDiff.
Rafael Espindola
2015-06-11
1
-19
/
+1
*
Revert "Fix merges of non-zero vector stores"
Reid Kleckner
2015-06-11
1
-19
/
+6
*
Fix merges of non-zero vector stores
Matt Arsenault
2015-06-11
1
-6
/
+19
*
remove function names from comments; NFC
Sanjay Patel
2015-06-11
1
-15
/
+13
*
[LiveVariables] Improve isLiveOut runtime performances. NFC.
Arnaud A. de Grandmaison
2015-06-11
1
-31
/
+8
*
[PHIElim] Use ranges and const-ify, NFC.
Arnaud A. de Grandmaison
2015-06-11
1
-12
/
+11
*
Remove MachineModuleInfo::UsedFunctions as it has no users.
Pete Cooper
2015-06-11
2
-18
/
+0
*
punctuation policing; NFC
Sanjay Patel
2015-06-10
1
-5
/
+5
*
[WinEH] _except_handlerN uses 0 instead of 1 to indicate catch-all
Reid Kleckner
2015-06-10
1
-6
/
+4
*
fix typo in comment; NFC
Sanjay Patel
2015-06-10
1
-1
/
+1
*
[StatepointLowering] Reuse stack slots across basic blocks
Igor Laevsky
2015-06-10
1
-66
/
+115
*
Remove safeseh debug print and remove extra braces
Reid Kleckner
2015-06-10
1
-5
/
+2
*
[WinEH] Emit .safeseh directives for all 32-bit exception handlers
Reid Kleckner
2015-06-10
1
-0
/
+8
*
Fix -Wsign-compare warning in WinException.cpp
Reid Kleckner
2015-06-10
1
-1
/
+2
*
[RegisterScavenger] Fix handling of predicated instructions
Tobias Edler von Koch
2015-06-09
1
-7
/
+3
*
[WinEH] Add 32-bit SEH state table emission prototype
Reid Kleckner
2015-06-09
5
-11
/
+125
*
Revert "[DWARF] Fix a few corner cases in expression emission"
David Blaikie
2015-06-09
3
-33
/
+9
*
[DWARF] Fix a few corner cases in expression emission
Keno Fischer
2015-06-09
3
-9
/
+33
*
Implement computeKnownBits for min/max nodes
Matt Arsenault
2015-06-09
1
-1
/
+22
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-3
/
+4
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-7
/
+8
*
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
Akira Hatanaka
2015-06-08
2
-2
/
+24
*
Fix assertion failure in global-merge with unused ConstantExpr
Oliver Stannard
2015-06-08
1
-0
/
+2
*
[DAGCombiner] Added CTLZ vector constant folding support.
Simon Pilgrim
2015-06-08
2
-2
/
+4
*
[DAGCombiner] Added CTTZ vector constant folding support.
Simon Pilgrim
2015-06-08
2
-2
/
+4
*
[DAGCombiner] Added CTPOP vector constant folding support.
Simon Pilgrim
2015-06-07
2
-2
/
+3
*
Move the code in TargetPassConfig::addPass that inserts machine printer pass to
Akira Hatanaka
2015-06-05
1
-16
/
+18
*
DAGCombiner: don't duplicate (fmul x, c) in visitFNEG if fneg is free
Fiona Glaser
2015-06-05
1
-1
/
+2
*
Simplify code; NFC.
Andrea Di Biagio
2015-06-05
1
-7
/
+7
*
Statepoint: Fix handling of Far Immediate calls
Swaroop Sridhar
2015-06-04
1
-11
/
+0
[prev]
[next]