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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
8
-29
/
+20
*
ValueTracking: Make computeKnownBits for Arguments a little more clear
David Majnemer
2015-01-03
1
-0
/
+3
*
[PowerPC] Add support for the CMPB instruction
Hal Finkel
2015-01-03
8
-8
/
+278
*
[asan] simplify the tracing code, make it use the same guard variables as cov...
Kostya Serebryany
2015-01-03
1
-25
/
+12
*
[X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...
Craig Topper
2015-01-03
3
-0
/
+22
*
[X86] Use 32-bit sign extended immediate for 64-bit LOCK_ArithBinOp with sign...
Craig Topper
2015-01-03
1
-6
/
+6
*
[PM] Fix some formatting where clang-format has improved recently.
Chandler Carruth
2015-01-02
1
-2
/
+2
*
Improved comments. No functional change intended.
Andrea Di Biagio
2015-01-02
1
-2
/
+2
*
[X86] Bring some better consistency to the naming of the move to/from %al/ax/...
Craig Topper
2015-01-02
2
-44
/
+41
*
InstCombine: Detect when llvm.umul.with.overflow always overflows
David Majnemer
2015-01-02
2
-7
/
+18
*
Analysis: Reformulate WillNotOverflowUnsignedMul for reusability
David Majnemer
2015-01-02
4
-53
/
+48
*
[X86] Make the instructions that use AdSize16/32/64 co-exist together without...
Craig Topper
2015-01-02
5
-144
/
+241
*
[SROA] Teach SROA to be more aggressive in splitting now that we have
Chandler Carruth
2015-01-02
1
-27
/
+54
*
[SROA] Make the computation of adjusted pointers not leak GEP
Chandler Carruth
2015-01-02
1
-10
/
+14
*
[SROA] Fix the loop exit placement to be prior to indexing the splits
Chandler Carruth
2015-01-02
1
-4
/
+8
*
[SROA] Fix two total think-os in r225061 that should have been caught on
Chandler Carruth
2015-01-01
1
-2
/
+2
*
[PowerPC] use UINT64_C instead of ul
Hal Finkel
2015-01-01
1
-4
/
+4
*
[SROA] Switch to using a more direct debug logging technique in one part
Chandler Carruth
2015-01-01
1
-4
/
+6
*
[SROA] Fix formatting with clang-format which I managed to fail to do
Chandler Carruth
2015-01-01
1
-48
/
+48
*
[SROA] Teach SROA how to much more intelligently handle split loads and
Chandler Carruth
2015-01-01
1
-2
/
+484
*
[PowerPC] Improve instruction selection bit-permuting operations (64-bit)
Hal Finkel
2015-01-01
2
-97
/
+868
*
InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
Sanjay Patel
2014-12-31
1
-0
/
+8
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
12
-228
/
+152
*
Reverting 225045 and 225043 and XFAIL multiline.ll on hexagon
Colin LeMahieu
2014-12-31
1
-1
/
+1
*
[Hexagon] Removing assertion to appease buildbot until I can reproduce the pr...
Colin LeMahieu
2014-12-31
1
-1
/
+0
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
12
-143
/
+223
*
[Hexagon] Changing an llvm_unreachable to an assertion and returning 0. Relo...
Colin LeMahieu
2014-12-31
1
-1
/
+2
*
[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...
Craig Topper
2014-12-31
2
-6
/
+35
*
[x86] Simplify detection of jcxz/jecxz/jrcxz in disassembler.
Craig Topper
2014-12-31
1
-16
/
+5
*
InstCombine: try to transform A-B < 0 into A < B
David Majnemer
2014-12-31
1
-0
/
+20
*
Revert "merge consecutive stores of extracted vector elements"
Alexey Samsonov
2014-12-31
1
-75
/
+4
*
[Hexagon] Adding accumulating add/sub, doubleword logic-not variants, doublew...
Colin LeMahieu
2014-12-31
1
-0
/
+111
*
[Hexagon] Adding double-logic on predicate instructions.
Colin LeMahieu
2014-12-30
1
-0
/
+60
*
[Hexagon] Adding newvalue compare and jumps.
Colin LeMahieu
2014-12-30
1
-17
/
+35
*
RTDyldMemoryManager.cpp: Make the reference to __morestack weak.
Peter Collingbourne
2014-12-30
1
-2
/
+4
*
DebugInfo: Omit is_stmt from line table entries on the same line.
David Blaikie
2014-12-30
2
-3
/
+5
*
[Hexagon] Adding postincrement register newvalue stores.
Colin LeMahieu
2014-12-30
1
-0
/
+30
*
[Hexagon] Removing old newvalue store variants. Adding postincrement immedia...
Colin LeMahieu
2014-12-30
2
-96
/
+90
*
[mips][microMIPS] Relocate with symbol for micromips symbols
Zoran Jovanovic
2014-12-30
1
-1
/
+5
*
[Hexagon] Adding indexed store new-value variants.
Colin LeMahieu
2014-12-30
2
-45
/
+100
*
[Hexagon] Adding indexed store of immediates.
Colin LeMahieu
2014-12-30
2
-48
/
+97
*
[Hexagon] Adding indexed stores.
Colin LeMahieu
2014-12-30
2
-81
/
+167
*
x86_64: Fix calls to __morestack under the large code model.
Peter Collingbourne
2014-12-30
3
-7
/
+48
*
[asan] change _sanitizer_cov_module_init to accept int* instead of int**
Kostya Serebryany
2014-12-30
1
-18
/
+34
*
[COFF] Don't try to add quotes to already quoted linker directives
Michael Kuperstein
2014-12-30
1
-1
/
+1
*
[Hexagon] Adding reg-reg indexed load forms.
Colin LeMahieu
2014-12-30
3
-85
/
+135
*
The __morestack function is only available on i386 and x86_64 architectures.
Peter Collingbourne
2014-12-30
1
-1
/
+4
*
Make the __morestack function available to the JIT memory manager under Linux.
Peter Collingbourne
2014-12-30
1
-0
/
+7
*
[Hexagon] Dropping old combine instructions without encodings.
Colin LeMahieu
2014-12-30
3
-79
/
+68
*
[Hexagon] Adding compare byte/halfword reg-reg/reg-imm forms. Adding compare...
Colin LeMahieu
2014-12-30
1
-55
/
+121
[prev]
[next]