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 patch ofr218493
David Xu
2014-09-26
1
-14
/
+0
*
Redundant store instructions should be removed as dead code
David Xu
2014-09-26
1
-0
/
+14
*
Move resetTargetOptions from taking a MachineFunction to a Function
Eric Christopher
2014-09-26
1
-1
/
+1
*
[MachineSink+PGO] Teach MachineSink to use BlockFrequencyInfo
Bruno Cardoso Lopes
2014-09-25
1
-6
/
+23
*
SelectionDAG: Remove #if NDEBUG from check for a post-isel hook
Tom Stellard
2014-09-25
1
-2
/
+0
*
Lower idempotent RMWs to fence+load
Robin Morisset
2014-09-25
1
-2
/
+43
*
Clear PreferredExtendType for in each function-specific state FunctionLowerin...
Jiangning Liu
2014-09-24
1
-0
/
+1
*
[X86] Make wide loads be managed by AtomicExpand
Robin Morisset
2014-09-23
1
-0
/
+29
*
Add AtomicExpandPass::bracketInstWithFences, and use it whenever getInsertFen...
Robin Morisset
2014-09-23
1
-38
/
+70
*
[MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is
Lang Hames
2014-09-23
2
-15
/
+0
*
Use SDValue bool operator to reduce code. No functional change.
Sanjay Patel
2014-09-23
1
-9
/
+6
*
MC: ReadOnlyWithRel section kinds should map to rdata in COFF
David Majnemer
2014-09-22
1
-4
/
+4
*
Refactor reciprocal square root estimate into target-independent function; NFC.
Sanjay Patel
2014-09-21
1
-17
/
+62
*
mop up: "Don’t duplicate function or class name at the beginning of the com...
Sanjay Patel
2014-09-21
3
-59
/
+45
*
mop up: "Don’t duplicate function or class name at the beginning of the com...
Sanjay Patel
2014-09-20
1
-25
/
+21
*
MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFF
David Majnemer
2014-09-20
1
-2
/
+2
*
Fix crash with an insertvalue that produces an empty object.
Peter Collingbourne
2014-09-20
1
-0
/
+6
*
Converting SpillPlacement's BlockFrequency threshold to a ManagedStatic to av...
Chris Bieneman
2014-09-19
1
-3
/
+4
*
Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...
David Blaikie
2014-09-19
2
-24
/
+37
*
Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.
Frederic Riss
2014-09-19
3
-12
/
+13
*
Optionally enable more-aggressive FMA formation in DAGCombine
Hal Finkel
2014-09-19
1
-5
/
+10
*
Optimize sext/zext insertion algorithm in back-end.
Jiangning Liu
2014-09-19
3
-8
/
+61
*
Omit DW_AT_frame_base under -gmlt for size
David Blaikie
2014-09-19
1
-3
/
+7
*
Describe the -gmlt optimization committed in the previous revision.
David Blaikie
2014-09-19
1
-0
/
+1
*
Omit all the extra static attributes on subprograms in -gmlt
David Blaikie
2014-09-19
1
-0
/
+3
*
Fix an it's vs. its typo.
Hans Wennborg
2014-09-19
1
-1
/
+1
*
Revert part of r218041.
Frederic Riss
2014-09-18
1
-0
/
+3
*
Always emit DW_AT_declaration attribute when the variable isn't a definition.
Frederic Riss
2014-09-18
1
-3
/
+3
*
Add a new pass FunctionTargetTransformInfo. This pass serves as a
Eric Christopher
2014-09-18
1
-3
/
+3
*
[X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass
Robin Morisset
2014-09-17
1
-52
/
+133
*
[CodeGenPrepare][AddressingModeMatcher] The promotion mechanism was expecting
Quentin Colombet
2014-09-16
1
-45
/
+55
*
Add back a fallback case for targets that do not or cannot implement getNoopF...
Owen Anderson
2014-09-16
1
-1
/
+5
*
Fix BasicTTI::getCmpSelInstrCost to deal with illegal vector types
Hal Finkel
2014-09-16
1
-1
/
+2
*
DebugInfo: Add comment describing the need to disable address pool usage in s...
David Blaikie
2014-09-15
1
-0
/
+5
*
Replace repeated null checks with an assert. NFC.
Sanjay Patel
2014-09-15
1
-18
/
+14
*
[FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.
Juergen Ributzka
2014-09-15
1
-0
/
+40
*
Replace dead links to "Hacker's Delight" with general references. NFC.
Sanjay Patel
2014-09-15
3
-10
/
+10
*
Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
2014-09-15
2
-15
/
+7
*
[CodeGenPrepare][AddressingModeMatcher] Fix a think-o for the sext(zext) -> z...
Quentin Colombet
2014-09-15
1
-7
/
+9
*
In DwarfEHPrepare, after all passes are run, RewindFunction may be a dangling
Yaron Keren
2014-09-14
1
-0
/
+5
*
Allow targets to custom legalize vector insertion and extraction.
Owen Anderson
2014-09-12
1
-0
/
+8
*
Remove an unnecessary restriction. MIsNeedChainEdge() should be checked even...
Owen Anderson
2014-09-12
1
-1
/
+1
*
Legalizer: Use the scalar bit width when promoting bit counting instrs on
Benjamin Kramer
2014-09-12
1
-5
/
+6
*
[CodeGenPrepare] Teach the addressing mode matcher how to promote zext.
Quentin Colombet
2014-09-11
1
-13
/
+56
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
9
-61
/
+43
*
Add DAG combine for shl + add of constants.
Matt Arsenault
2014-09-11
1
-32
/
+12
*
Combine fmul vector FP constants when unsafe math is allowed.
Sanjay Patel
2014-09-11
1
-6
/
+22
*
Build correct vector filled with undef nodes
David Xu
2014-09-11
1
-4
/
+20
*
Cleanup: Use the appropriate API for accessing the DIVariable of a
Adrian Prantl
2014-09-10
1
-1
/
+1
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-2
/
+2
[next]