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
...
*
Revert r237789 - [mips] The naming convention for private labels is ABI depe...
Daniel Sanders
2015-05-20
1
-1
/
+0
*
[mips] The naming convention for private labels is ABI dependant.
Daniel Sanders
2015-05-20
1
-0
/
+1
*
[StatepointLowering] Support of the gc.relocates for invoke statepoints.
Igor Laevsky
2015-05-20
3
-53
/
+78
*
Add a GCStrategy for CoreCLR
Swaroop Sridhar
2015-05-20
2
-0
/
+56
*
Remove a stale comment
Philip Reames
2015-05-19
1
-3
/
+0
*
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
2015-05-19
11
-298
/
+9
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
10
-21
/
+17
*
use 'auto *' for pointers; clearer usage, no deep copying
Sanjay Patel
2015-05-19
1
-2
/
+2
*
tidy up
Sanjay Patel
2015-05-19
1
-5
/
+5
*
use range-based for-loop
Sanjay Patel
2015-05-19
1
-7
/
+4
*
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
2015-05-19
11
-9
/
+298
*
RegisterCoalescer: Improve a comment.
Matthias Braun
2015-05-19
1
-6
/
+5
*
use range-based for loop
Sanjay Patel
2015-05-19
1
-5
/
+5
*
SelectionDAG: Cleanup and simplify FoldConstantArithmetic
Matthias Braun
2015-05-19
1
-100
/
+91
*
DAGCombiner: Factor common pattern into isOneConstant() function. NFC
Matthias Braun
2015-05-19
1
-35
/
+32
*
DAGCombiner: Factor common pattern into isAllOnesConstant() function. NFC
Matthias Braun
2015-05-19
1
-46
/
+43
*
DAGCombiner: Use isNullConstant() where possible
Matthias Braun
2015-05-19
1
-19
/
+13
*
Revert accidental change in r237633
Matthias Braun
2015-05-18
1
-1
/
+1
*
DAGCombiner: Factor common pattern into isNullConstant() function. NFC
Matthias Braun
2015-05-18
1
-71
/
+59
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
3
-7
/
+7
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
4
-11
/
+11
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
13
-40
/
+40
*
Preserve the order of READ_REGISTER and WRITE_REGISTER
Hal Finkel
2015-05-18
2
-5
/
+9
*
Revert r237579, as it broke windows buildbots
Oliver Stannard
2015-05-18
1
-1
/
+2
*
[LLVM - ARM/AArch64] Add ACLE special register intrinsics
Oliver Stannard
2015-05-18
1
-2
/
+1
*
[DAGCombine] Be more pedantic about use iteration in CombineToPreIndexedLoadS...
Hal Finkel
2015-05-18
1
-11
/
+12
*
MachineScheduler debug output clarity.
Andrew Trick
2015-05-17
1
-2
/
+3
*
RegisterPressureTracker: reword stale comments.
Andrew Trick
2015-05-17
2
-9
/
+13
*
[WinEH] Push unique_ptr through the Action interface.
Benjamin Kramer
2015-05-16
2
-38
/
+32
*
Correct indentation. NFC
Craig Topper
2015-05-16
1
-2
/
+2
*
MachineSink: Collect registers before clearing their killflags.
Matthias Braun
2015-05-16
1
-1
/
+10
*
[SDAGBuilder] Make the AArch64 builder happier.
James Molloy
2015-05-15
1
-4
/
+4
*
Add SDNodes for umin, umax, smin and smax.
James Molloy
2015-05-15
7
-9
/
+77
*
Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.
Akira Hatanaka
2015-05-15
2
-3
/
+10
*
Turn effective assert(0) into llvm_unreachable
Matthias Braun
2015-05-14
1
-3
/
+1
*
TargetSchedule: factor out common code; NFC
Matthias Braun
2015-05-14
1
-21
/
+17
*
Remove MCInstrItineraries includes in parts that don't use them anymore
Matthias Braun
2015-05-14
3
-3
/
+0
*
[CodeGen] Use standard -not gnueabi- naming for f16 libcalls on Darwin.
Ahmed Bougacha
2015-05-14
1
-0
/
+8
*
Revert r237046. See the testcase on the thread where r237046 was committed.
Nick Lewycky
2015-05-13
4
-56
/
+52
*
[DebugInfo] Debug locations for constant SD nodes
Sergey Dmitrouk
2015-05-13
1
-41
/
+76
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
2
-9
/
+13
*
CodeGen: ignore DEBUG_VALUE nodes in KILL tagging
Saleem Abdulrasool
2015-05-12
1
-0
/
+6
*
[Statepoints] Clean up statepoint argument accessors.
Pat Gavlin
2015-05-12
1
-22
/
+12
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
[Statepoints] Split the calling convention and statepoint flags operand to ST...
Pat Gavlin
2015-05-12
1
-22
/
+15
*
Reverse ordering of base and derived pointer during safepoint lowering.
Igor Laevsky
2015-05-12
1
-10
/
+12
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-1
/
+1
*
Fixing memory leak
Andrew Kaylor
2015-05-12
1
-0
/
+2
*
Refactoring gc_relocate related code in CodeGenPrepare.cpp
Sanjoy Das
2015-05-11
1
-7
/
+4
*
[WinEH] Handle nested landing pads that return directly to the parent function.
Andrew Kaylor
2015-05-11
1
-10
/
+104
[prev]
[next]