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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Don't try to detect C++ lambdas in other languages.
Daniel Jasper
2015-06-02
2
-0
/
+6
*
[mips][mcjit] Add support for R_MIPS_PC32.
Daniel Sanders
2015-06-02
2
-1
/
+11
*
Push constness through LoopInfo::isLoopHeader and clean it up a bit.
Benjamin Kramer
2015-06-02
4
-23
/
+10
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-06-02
12
-58
/
+358
*
clang-format: [JS] Fix incorrect line length calculation.
Daniel Jasper
2015-06-02
2
-2
/
+4
*
Change Intel(R) OpenMP* to LLVM* OpenMP* in libomp.rc.var
Jonathan Peyton
2015-06-02
1
-3
/
+3
*
clang-format: [JS] Array literal detection fix #3.
Daniel Jasper
2015-06-02
2
-2
/
+5
*
[mips] Add RuntimeDyld tests for currently supported O32 relocations.
Daniel Sanders
2015-06-02
1
-0
/
+40
*
[ASan] Fixed tests to pass on Darwin. Patch by Maria Guseva!
Yury Gribov
2015-06-02
4
-4
/
+8
*
Mark TestHelloWorld as XTIMEOUT for Linux
Tamas Berghammer
2015-06-02
1
-0
/
+1
*
clang-format: [JS] Fix another regression when detecting array literals.
Daniel Jasper
2015-06-02
2
-1
/
+7
*
AVX-512: Implemented VRANGESD and VRANGESS instructions for SKX Implemented D...
Elena Demikhovsky
2015-06-02
2
-0
/
+103
*
Skip TestChangeProcessGroup on FreeBSD for now
Ed Maste
2015-06-02
1
-0
/
+1
*
clang-format: [JS] Fix regression of detecting array literals.
Daniel Jasper
2015-06-02
2
-1
/
+8
*
Fix some places where we could call memmove(null,xxx,0) - which is UB
Marshall Clow
2015-06-02
1
-6
/
+14
*
AVX-512: Shorten implementation of lowerV16X32VectorShuffle()
Elena Demikhovsky
2015-06-02
2
-42
/
+88
*
[mips] Add support for dynamic stack realignment.
Vasileios Kalintiris
2015-06-02
10
-10
/
+442
*
In the case where we are copying/moving zero elements, do less work
Marshall Clow
2015-06-02
1
-2
/
+6
*
Implement uncaught_exceptions() to get a count, rather than a bool. Update th...
Marshall Clow
2015-06-02
3
-6
/
+46
*
Un-enable TestEvents test on linux
Pavel Labath
2015-06-02
1
-0
/
+2
*
Update for LLVM api change.
Rafael Espindola
2015-06-02
1
-4
/
+4
*
Simplify now that we always use an alignment of 2 for ELF files.
Rafael Espindola
2015-06-02
8
-185
/
+118
*
Make vim also output a helpful message in some error cases.
Manuel Klimek
2015-06-02
1
-0
/
+2
*
Remove error message when using the fallback style.
Manuel Klimek
2015-06-02
2
-3
/
+0
*
Revert "ARM: Thumb2 LDRD/STRD supports independent input/output regs"
Renato Golin
2015-06-02
4
-48
/
+30
*
[LLDB][MIPS] MIPS64 Branch instruction emulation for SW single stepping
Mohit K. Bhakkad
2015-06-02
2
-16
/
+1870
*
Change use of keyword 'or' to '||' as keyword not supported by visual studio...
Aidan Dodds
2015-06-02
1
-2
/
+2
*
[AArch64] Add v8.1a atomic instructions
Vladimir Sukharev
2015-06-02
10
-5
/
+694
*
[mips] [IAS] Reformat mips-expansions.s. NFC.
Toma Tabacu
2015-06-02
1
-33
/
+32
*
Enable TestEvents test on linux
Pavel Labath
2015-06-02
1
-1
/
+0
*
[mips] Test both %dtprel_hi and %dtprel_lo instead of testing %dtprel_hi twice.
Daniel Sanders
2015-06-02
1
-3
/
+3
*
[mips] Expand tabs in test/MC/Mips/mips-relocations.s
Daniel Sanders
2015-06-02
1
-11
/
+11
*
[mips] [IAS] Add support for the .set softfloat/hardfloat directives.
Toma Tabacu
2015-06-02
5
-0
/
+74
*
[Mips] Fix enumeral vs. non-enumeral warning in ternary. NFC
Denis Protivensky
2015-06-02
1
-5
/
+5
*
AVX-512: Implemented VFIXUPIMMSD and VFIXUPIMMSS instructions for KNL
Elena Demikhovsky
2015-06-02
3
-14
/
+230
*
revert 238809
Asaf Badouh
2015-06-02
10
-589
/
+31
*
AVX-512: Implemented GETEXP instruction for KNL and SKX
Asaf Badouh
2015-06-02
10
-31
/
+589
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-06-02
2
-22
/
+20
*
Fix typo in comment. NFC
Craig Topper
2015-06-02
1
-1
/
+1
*
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
2015-06-02
8
-37
/
+36
*
[TableGen] Use range-based for loops. NFC.
Craig Topper
2015-06-02
4
-33
/
+28
*
[RuntimeDydlELF] Use range-based loop.
Davide Italiano
2015-06-02
1
-5
/
+3
*
Add missing return statements in C++03 std::function
Eric Fiselier
2015-06-02
1
-0
/
+4
*
Add TODO items and remove use of 'noexcept' in C++03 test.
Eric Fiselier
2015-06-02
2
-2
/
+4
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
18
-56
/
+95
*
MC: Tidy up LOH naming a bit. NFC.
Jim Grosbach
2015-06-01
3
-9
/
+9
*
MC: Tidy up formatting a bit. NFC.
Jim Grosbach
2015-06-01
3
-55
/
+54
*
[Support] Simplify Triple::getOSVersion
David Majnemer
2015-06-01
1
-9
/
+1
*
[Basic] Transition getEnvironmentVersion from getOSVersion for android
David Majnemer
2015-06-01
1
-1
/
+1
*
[ADT] Add Triple::getEnvironmentVersion
David Majnemer
2015-06-01
2
-16
/
+49
[next]