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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract printBSDMemberHeader.
Rafael Espindola
2015-07-09
1
-22
/
+25
*
[Hexagon] Add support for atomic RMW operations
Krzysztof Parzyszek
2015-07-09
4
-1
/
+130
*
[AArch64] Select SBFIZ or UBFIZ instead of left + right shifts
Arnaud A. de Grandmaison
2015-07-09
2
-20
/
+49
*
[ARM] Thumb1 3 to 2 operand convertion for commutative operations
Scott Douglass
2015-07-09
3
-3
/
+40
*
[ARM] Don't be overzealous converting Thumb1 3 to 2 operands
Scott Douglass
2015-07-09
2
-0
/
+17
*
[ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2
Scott Douglass
2015-07-09
2
-2
/
+16
*
[ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc)
Scott Douglass
2015-07-09
2
-42
/
+64
*
[ARM] Add ADD tests for Thumb2 narrowing (nfc)
Scott Douglass
2015-07-09
1
-1
/
+67
*
Test for 241794 (nest attribute in AArch64)
Renato Golin
2015-07-09
1
-0
/
+23
*
Add support for nest attribute to AArch64 backend
Renato Golin
2015-07-09
1
-0
/
+5
*
Add getSizeInBits function to the APFloat class
Tamas Berghammer
2015-07-09
2
-8
/
+19
*
Revert r241790: Fix shift legalization and lowering for big constants.
Pawel Bylica
2015-07-09
4
-62
/
+19
*
Fix shift legalization and lowering for big constants.
Pawel Bylica
2015-07-09
4
-19
/
+62
*
Extended syntax of vector version of getelementptr instruction.
Elena Demikhovsky
2015-07-09
9
-36
/
+152
*
[LAA] Fix line break in comment
Adam Nemet
2015-07-09
1
-1
/
+1
*
[LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeeded
Adam Nemet
2015-07-09
1
-6
/
+17
*
llvm-readobj: Fix an unused variable after r241764
Justin Bogner
2015-07-09
1
-2
/
+3
*
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
Adrian Prantl
2015-07-09
8
-102
/
+27
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
42
-306
/
+28
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
16
-113
/
+120
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
25
-68
/
+68
*
Make getByValTypeAlignment() taking DataLayout as an argument
Mehdi Amini
2015-07-09
8
-11
/
+16
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
25
-143
/
+192
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
72
-1326
/
+1568
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
19
-190
/
+61
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
16
-104
/
+113
*
Silence a warning, trying to unbreak the build after r241765.
Davide Italiano
2015-07-09
1
-1
/
+1
*
Fix typename issues.
Michael J. Spencer
2015-07-09
1
-2
/
+2
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
8
-27
/
+102
*
[CodeView] Add support for emitting column information
David Majnemer
2015-07-09
9
-50
/
+259
*
[LAA] Fix misleading use of word 'consecutive'
Adam Nemet
2015-07-09
1
-3
/
+3
*
MIR Serialization: Serialize the 'undef' register machine operand flag.
Alex Lorenz
2015-07-08
5
-2
/
+52
*
[SLPVectorizer] Try different vectorization factors for store chains
Sanjay Patel
2015-07-08
6
-31
/
+76
*
RegisterPressure: Add PressureDiff::dump()
Matthias Braun
2015-07-08
2
-0
/
+14
*
[LAA] Revert a small part of r239295
Adam Nemet
2015-07-08
2
-6
/
+62
*
Run clang-format before making changes to StackMaps. NFC.
Juergen Ributzka
2015-07-08
2
-59
/
+59
*
Revert part of "Disallow Archive::child_iterator that don't point to an archi...
Rafael Espindola
2015-07-08
2
-2
/
+2
*
[x86] enable machine combiner reassociations for scalar single-precision mult...
Sanjay Patel
2015-07-08
4
-8
/
+31
*
Don't reject an archive with just a symbol table.
Rafael Espindola
2015-07-08
3
-1
/
+5
*
Disallow Archive::child_iterator that don't point to an archive.
Rafael Espindola
2015-07-08
5
-7
/
+6
*
[LoopVectorizer] Rename BypassBlock to VectorPH, and CheckBlock to NewVectorP...
Michael Zolotukhin
2015-07-08
1
-46
/
+46
*
[LoopVectorizer] Restructurize code for emitting RT checks. NFCI.
Michael Zolotukhin
2015-07-08
1
-18
/
+22
*
[LoopVectorizer] Remove redundant variables PastOverflowCheck and OverflowChe...
Michael Zolotukhin
2015-07-08
1
-11
/
+2
*
[LoopVectorizer] Move some code around to ease further refactoring. NFCI.
Michael Zolotukhin
2015-07-08
1
-16
/
+13
*
[LoopVectorizer] Remove redundant variable LastBypassBlock. NFC.
Michael Zolotukhin
2015-07-08
1
-14
/
+12
*
MIR Parser: Remove redundant TODO comment. NFC.
Alex Lorenz
2015-07-08
1
-2
/
+0
*
Add tests for the NVPTXLowerAggrCopies pass.
Eli Bendersky
2015-07-08
1
-0
/
+34
*
MIR Serialization: Serialize the 'killed' register machine operand flag.
Alex Lorenz
2015-07-08
5
-4
/
+55
*
Add missing dependency to Hexagon target.
Diego Novillo
2015-07-08
1
-0
/
+1
*
[X86][SSE] Vector shift test cleanup. NFC.
Simon Pilgrim
2015-07-08
6
-1280
/
+1280
[next]