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
/
Target
/
XCore
/
XCoreISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[XCore] CombineSTORE - Use allowsMemoryAccess wrapper. NFCI.
Simon Pilgrim
2019-06-12
1
-9
/
+3
*
[XCore] LowerLOAD/LowerSTORE - Use allowsMemoryAccess wrapper. NFCI.
Simon Pilgrim
2019-06-12
1
-28
/
+14
*
Seperate volatility and atomicity/ordering in SelectionDAG
Philip Reames
2019-02-27
1
-0
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[XCore] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-8
/
+4
*
Set ADDE/ADDC/SUBE/SUBC to expand by default
Amaury Sechet
2018-06-01
1
-4
/
+0
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Use report_fatal_error for unsupported calling conventions
Alex Bradbury
2017-08-22
1
-2
/
+2
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-1
/
+2
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-2
/
+1
*
[KnownBits] Add wrapper methods for setting and clear all bits in the underly...
Craig Topper
2017-05-05
1
-1
/
+1
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-31
/
+29
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
Revert r300932 and r300930.
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
Revert "[AArch64] Improve code generation for logical instructions taking"
Akira Hatanaka
2017-04-20
1
-2
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-20
1
-2
/
+2
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
1
-0
/
+1
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-10
/
+10
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-70
/
+56
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-9
/
+11
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
1
-2
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-39
/
+24
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-2
/
+0
*
Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...
Craig Topper
2016-04-17
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-4
/
+6
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
1
-1
/
+0
*
[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.
Ahmed Bougacha
2016-02-09
1
-4
/
+2
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-2
/
+2
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
1
-2
/
+0
*
XCore: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+1
*
[TLI] Refactor "is integer division cheap" queries.
Michael Kuperstein
2015-08-19
1
-3
/
+0
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-6
/
+7
*
Change conditional to assert. NFC.
Pete Cooper
2015-07-15
1
-3
/
+2
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-8
/
+10
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-6
/
+4
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-34
/
+33
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-1
/
+1
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-1
/
+2
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+3
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-54
/
+61
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-61
/
+54
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-54
/
+61
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-2
/
+3
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+2
[next]