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 the threshold added in r186434 (a re-apply of r185393) and updaated
Chandler Carruth
2014-10-02
2
-31
/
+27
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
2
-6
/
+6
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
2
-6
/
+6
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
18
-195
/
+269
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
18
-269
/
+195
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
18
-195
/
+269
*
Revert r216862 due to a performance regression
Jingyue Wu
2014-10-01
1
-9
/
+21
*
Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_bound
David Blaikie
2014-10-01
1
-6
/
+3
*
Omit DW_AT_inline under -gmlt to save a little more space.
David Blaikie
2014-09-30
1
-1
/
+2
*
DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more c...
David Blaikie
2014-09-30
2
-7
/
+5
*
Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...
David Blaikie
2014-09-30
2
-3
/
+3
*
Use the target-specified iteration count to opt out of any further refinement...
Sanjay Patel
2014-09-30
1
-60
/
+62
*
Split the estimate() interface into separate functions for each type. NFC.
Sanjay Patel
2014-09-30
1
-2
/
+2
*
[DAG] Check in advance if a build_vector has a legal type before attempting t...
Andrea Di Biagio
2014-09-30
1
-4
/
+4
*
Add MachineOperand::ChangeToFPImmediate and setFPImm
Matt Arsenault
2014-09-28
1
-7
/
+25
*
[AArch64] Redundant store instructions should be removed as dead code
James Molloy
2014-09-27
1
-0
/
+11
*
Refactor reciprocal and reciprocal square root estimate into target-independe...
Sanjay Patel
2014-09-26
1
-28
/
+142
*
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
[next]