Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • compiler
  • translator
  • IntermNode.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Simplify built-in function node initialization · e80825ef
    Olli Etuaho authored Feb 16, 2018
    Built-ins with no math op associated with them now have the op code
    EOpCallBuiltInFunction set. This makes initializing built-in function
    nodes simpler, since they can always get the op code from the function
    symbol.
    
    We also no longer look for functions in inner scopes, only from the
    global scope and from built-in functions.
    
    BUG=angleproject:2267
    TEST=angle_unittests
    
    Change-Id: I55a2642f34bb3c8b8f13183c95fa509ec3b9cfdb
    Reviewed-on: https://chromium-review.googlesource.com/923724Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    e80825ef
IntermNode.cpp 121 KB
EditWeb IDE
×

Replace IntermNode.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.