summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mark module as deaddevOswald Buddenhagen2013-08-161964-1044888/+1
* Merge branch 'stable' into devSergio Ahumada2013-08-051-0/+1
|\
| * Fix for assert in V8 after a string is converted to a symbolDavid McFarland2013-07-311-0/+1
| * Bump MODULE_VERSION to 5.1.2Sergio Ahumada2013-07-231-1/+1
* | use QT_TARGET_ARCH to identify target architectureOswald Buddenhagen2013-07-311-11/+13
* | Disable qtjsbackend on iOS for top-level buildsSimon Hausmann2013-07-301-0/+5
* | [V8] Fix stack alignment corruption for MinGW32 buildjkummerow@chromium.org2013-07-124-1/+238
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-040-0/+0
|\|
| * Merge remote-tracking branch 'origin/release' into stablev5.1.1Frederik Gladhorn2013-06-280-0/+0
| |\
| | * [V8] Fix stack alignment corruption for MinGW32 buildv5.1.0-rc2v5.1.0Peter Varga2013-06-261-2/+5
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-2/+5
|\| |
| * | [V8] Fix stack alignment corruption for MinGW32 buildPeter Varga2013-06-251-2/+5
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-047-3/+46
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-05-315-1/+43
| |\|
| | * Fix and test for assert/crash in v8 inlining of local functions in qml modev5.1.0-rc1David McFarland2013-05-315-1/+43
| * | Bump MODULE_VERSION to 5.1.1Sergio Ahumada2013-05-291-1/+1
| |/
| * sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-251-1/+2
| * use readelf from cross-build toolchain in hardfloat testv5.1.0-beta1Oswald Buddenhagen2013-05-071-1/+1
* | [V8] MIPS: Polymorphism support for load IC.palfia@homejinni.com2013-05-133-48/+78
* | [V8] MIPS: Fixed ASSERT in commit r13807.palfia@homejinni.com2013-05-131-1/+1
* | [V8] MIPS: ES6 symbols: Implement Symbol intrinsic and basic functionalitypalfia@homejinni.com2013-05-135-5/+105
* | [V8] MIPS: Allocation Info Tracking, continued.mvstanton@chromium.org2013-05-137-19/+243
* | [V8] MIPS: Renamed "symbols" to "internalized strings" throughout the code ba...palfia@homejinni.com2013-05-138-102/+106
* | [V8] Use count-based profiling exclusivelySergio Martins2013-04-191-45/+7
* | [V8] Fix QNX build due to new CPU profiling methodsSergio Martins2013-04-191-0/+17
* | [V8] [QNX] Handle VFP32DREGS in OS::ArmCpuHasFeature()Sergio Martins2013-04-181-0/+4
* | [V8] V8_Fatal now prints C++ stack trace in debug mode.Sergio Martins2013-04-171-0/+3
* | [V8] Determine number of available cores on all platforms.Sergio Martins2013-04-171-0/+5
* | [V8] Removed RuntimeProfilerRateLimiter class and RuntimeProfiler::IsSomeIsol...Sergio Martins2013-04-171-2/+1
* | [V8] Fix MinGW build after V8 updatePeter Varga2013-04-121-1/+1
* | [V8] Include windows headers firstAndreas Holzammer2013-04-122-0/+10
* | [V8] Disable inline cache optimizationAndreas Holzammer2013-04-122-0/+9
* | [V8] Port to Windows Embedded Compact 7Andreas Holzammer2013-04-1211-24/+154
* | [V8] Implement some compiler intrinsic functionsAndreas Holzammer2013-04-121-4/+20
* | [V8] Undef various macros to not disturb V8Andreas Holzammer2013-04-123-0/+8
* | [V8] Rename PrintF to FPrintF for file callsAndreas Holzammer2013-04-129-351/+351
* | [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1Yuchen Deng2013-04-121-2/+2
* | [V8] Disable randomize hashes in V8Peter Varga2013-04-121-1/+1
* | [V8] Fix compilation with Intel CC.Thiago Macieira2013-04-121-1/+2
* | [V8] Add support for QNX platformSean Harmer2013-04-124-4/+1239
* | [V8] Add flag to avoid breakpoint relocationKai Koehne2013-04-125-0/+72
* | [V8] Fix warningsAaron Kennedy2013-04-121-11/+14
* | [V8] Remove execute flag from v8-debug.hAaron Kennedy2013-04-121-0/+0
* | [V8] Add new v8 api to check if a value is an error.Jedrzej Nowacki2013-04-123-0/+12
* | [V8] Allow a script to be flagged as "native"Aaron Kennedy2013-04-122-3/+4
* | [V8] Add custom object compare callbackAaron Kennedy2013-04-1214-27/+330
* | [V8] Allow access to the calling script dataAaron Kennedy2013-04-122-0/+16
* | [V8] Introduce a QML compilation modeAaron Kennedy2013-04-1260-170/+812
* | [V8] Generalize external object resourcesAaron Kennedy2013-04-129-42/+221
* | [V8] Add a "fallback" mode for named property interceptorsAaron Kennedy2013-04-127-32/+118