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
*
Masked Load/Store - fixed a bug in type legalization.
Elena Demikhovsky
2015-01-08
3
-3
/
+107
*
Fix include ordering, NFC.
Michael Kuperstein
2015-01-08
1
-1
/
+1
*
Move SPAdj logic from PEI into the targets (NFC)
Michael Kuperstein
2015-01-08
2
-11
/
+34
*
[RegAllocGreedy] Introduce a late pass to repair broken hints.
Quentin Colombet
2015-01-08
3
-2
/
+212
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
5
-33
/
+40
*
RegisterCoalescer: Do not remove IMPLICIT_DEFS if they are required for subra...
Matthias Braun
2015-01-08
1
-1
/
+7
*
RegisterCoalescer: Fix valuesIdentical() in some subrange merge cases.
Matthias Braun
2015-01-07
1
-90
/
+81
*
LiveInterval: Implement feedback by Quentin Colombet.
Matthias Braun
2015-01-07
1
-25
/
+32
*
Update a comment.
Adrian Prantl
2015-01-07
1
-0
/
+2
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-19
/
+14
*
More FMA folding opportunities.
Olivier Sallenave
2015-01-07
1
-1
/
+133
*
Debug info: Allow aggregate types to be described by constants.
Adrian Prantl
2015-01-07
1
-2
/
+5
*
Test commit
Olivier Sallenave
2015-01-07
1
-0
/
+1
*
Add a missing file from 225365
Philip Reames
2015-01-07
1
-0
/
+54
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
4
-0
/
+50
*
New method SDep::isNormalMemoryOrBarrier() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
2015-01-07
1
-5
/
+6
*
Fix typos in comment and option help texts.
Jonas Paulsson
2015-01-07
1
-3
/
+3
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
1
-0
/
+54
*
SelectionDAGBuilder: move constant initialization out of loop
Mehdi Amini
2015-01-06
1
-15
/
+19
*
[CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.
Andrea Di Biagio
2015-01-06
1
-6
/
+35
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
9
-595
/
+8
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
3
-4
/
+5
*
[PowerPC/BlockPlacement] Allow target to provide a per-loop alignment preference
Hal Finkel
2015-01-03
1
-3
/
+4
*
Revert "merge consecutive stores of extracted vector elements"
Alexey Samsonov
2014-12-31
1
-75
/
+4
*
DebugInfo: Omit is_stmt from line table entries on the same line.
David Blaikie
2014-12-30
1
-1
/
+3
*
x86_64: Fix calls to __morestack under the large code model.
Peter Collingbourne
2014-12-30
2
-1
/
+18
*
[COFF] Don't try to add quotes to already quoted linker directives
Michael Kuperstein
2014-12-30
1
-1
/
+1
*
Refactor duplicated code.
Rafael Espindola
2014-12-29
1
-54
/
+0
*
[CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz...
Andrea Di Biagio
2014-12-28
1
-0
/
+141
*
Scalarizer for masked load and store intrinsics.
Elena Demikhovsky
2014-12-28
1
-40
/
+274
*
Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is ...
Timur Iskhodzhanov
2014-12-26
1
-3
/
+16
*
Silence GCC's -Wparentheses warning
David Majnemer
2014-12-25
1
-1
/
+1
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-5
/
+7
*
CodeGen: Error on redefinitions instead of asserting
David Majnemer
2014-12-24
1
-5
/
+11
*
CodeGen: Allow aliases to be overridden by variables
David Majnemer
2014-12-24
1
-0
/
+2
*
MC: Label definitions are permitted after .set directives
David Majnemer
2014-12-24
1
-0
/
+2
*
LiveInterval: Remove accidentally committed debug code.
Matthias Braun
2014-12-24
1
-10
/
+0
*
LiveInterval: Introduce createMainRangeFromSubranges().
Matthias Braun
2014-12-24
2
-7
/
+226
*
RegisterCoalescer: With subrange liveness there may be no RedefVNI for unused...
Matthias Braun
2014-12-24
1
-3
/
+6
*
LiveRangeEdit: Check for completely empy subranges after removing ValNos.
Matthias Braun
2014-12-24
1
-0
/
+1
*
LiveIntervalAnalysis: Fix performance bug that I introduced in r224663.
Matthias Braun
2014-12-24
1
-2
/
+2
*
Debug Info: In symmetry to DW_TAG_pointer_type, do not emit the byte size
Adrian Prantl
2014-12-24
1
-1
/
+2
*
Always assert in DAGCombine and not only when -debug is enabled
Mehdi Amini
2014-12-23
1
-5
/
+6
*
[DagCombine] Improve DAGCombiner BUILD_VECTOR when it has two sources of elem...
Michael Kuperstein
2014-12-23
1
-12
/
+22
*
Make musttail more robust for vector types on x86
Reid Kleckner
2014-12-22
1
-0
/
+56
*
[CodeGenPrepare] Handle properly the promotion of operands when this does not
Quentin Colombet
2014-12-22
1
-3
/
+7
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-5
/
+0
*
CodeGen: minor style tweaks to SSP
Saleem Abdulrasool
2014-12-21
1
-13
/
+15
*
Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
2014-12-21
1
-9
/
+26
*
CodeGen: constify and use range loop for SSP
Saleem Abdulrasool
2014-12-20
1
-8
/
+4
[next]