LinuxLinks.com
Newbies What Next ? News Forums Calendar

Search





News Sections
Home
General News (3972/0)
Reviews (626/0)
Press Releases (464/0)
Distributions (187/0)
Software (741/0)
Hardware (520/0)
Security (192/0)
Tutorials (320/0)
Off Topic (180/0)


User Functions
Username:

Password:

Don't have an account yet? Sign up as a New User


Events
There are no upcoming events




LLVM

LLVM

The Low-Level Virtual Machine (LLVM) is a compiler infrastructure, a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs.

LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs).

The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends (based on GCC 4.0.1), a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X86, SparcV9, PowerPC, or it can produce C code.

The clang project is an effort to build a set of new 'LLVM native' front-end technologies for the LLVM optimizer and code generator.

 LLVM 2.8

Price
Free to download

Size
8.7MB
License

University of Illinois Open Source License

Developer
LLVM Developer Group

Website
llvm.org

System Requirements

Support Sites:
Documentation, FAQ, Wiki, Mailing Lists

Selected Reviews:

Features include:

  • Front-ends for C, C++, Objective-C, Fortran, etc based on the GCC 4.2 parsers. They support the ANSI-standard C and C++ languages to the same degree that GCC supports them. Additionally, many GCC extensions are supported
  • A stable implementation of the LLVM instruction set, which serves as both the online and offline code representation, together with assembly (ASCII) and bytecode (binary) readers and writers, and a verifier
  • A powerful pass-management system that automatically sequences passes (including analysis, transformation, and code-generation passes) based on their dependences, and pipelines them for efficiency
  • Includes an aggressive optimizer, including scalar, interprocedural, profile-driven, and some simple loop optimizations
  • A wide range of global scalar optimizations
  • A link-time interprocedural optimization framework with a rich set of analyses and transformations, including sophisticated whole-program pointer analysis, call graph construction, and support for profile-guided optimizations
  • An easily retargettable code generator, which currently supports X86, X86-64, PowerPC, PowerPC-64, ARM, Thumb, SPARC, Alpha, CellSPU, PIC16 MIPS, MSP430, SystemZ, and XCore
  • A Just-In-Time (JIT) code generation system, which currently supports X86, X86-64, PowerPC and PowerPC-64
  • Support for generating DWARF debugging information
  • A C back-end useful for testing and for generating native code on targets other than the ones listed above
  • A profiling system similar to gprof
  • A test framework with a number of benchmark codes and applications.
  • APIs and debugging tools to simplify rapid development of LLVM components
  • Supports a life-long compilation model, including link-time, install-time, run-time, and offline optimization
Return to Compilers Home Page

Bookmark and Share


Last Updated Saturday, April 09 2011 @ 08:41 AM EDT



Group Tests
All Group Tests

Top Free Software
6 Office Suites
6 Lean Desktops
6 Desktop Search
9 Project Management
9 Groupware Apps
14 File Managers
10 Databases
21 Backup Tools
21 DVD Tools
21 Window Managers
21 Productivity Tools
21 Financial Tools
21 Text Editors
21 Video Emulators
21 Home Emulators
42 Graphics Apps
6 CAD Apps
42 Scientific Apps
10 Web Browsers
42 Email Apps
12 Instant Messaging
10 IRC Clients
7 Twitter Clients
12 News Aggregators
11 VoIP Apps
11 Remote Display Apps
9 BitTorrent Apps
42 Best Games
42 More Games
21 More Games
42 Hot Games Part 1
42 Hot Games Part 2
42 Hot Games Part 3
10 Chess Apps
9 Educational Games
42 Audio Apps
42 Video Apps
6 Screencasting Apps
80 Security Apps
9 System Monitoring
6 Family History Apps
11 PDF Tools
6 Music Servers
6 Collection Managers
7 Calculator Apps
8 Geometry Apps
Free Console Apps
14 Multimedia
Programming
8 Compilers
9 IDEs
9 Debuggers
7 Revision Control Apps
6 Doc Generators
'Free' Proprietary
21 Closed-Source Apps
Top Commercial Apps
42 Games
Free Web Software
21 Web CMS
14 Wiki Engines
8 Blog Apps
6 eCommerce Apps
5 Human Resource Apps
10 ERP
10 CRM
6 Data Warehouse Apps
8 Business Intelligence

All Group Tests

Other Articles
Migrating from Windows
Back up your data
Distribution Guide
Distro Portal Pages
20 Free Linux Books
Running Linux Under Windows


Older Stories
Wednesday 12/07
  • Top Free Android Scientific Apps (0)
  • Top Free Android Web Browsers (0)

  • Monday 11/07
  • Top Free Android Photo Tools (0)

  • Wednesday 11/02
  • Top Free Android Email Tools (0)

  • Monday 10/24
  • Top Free Android SSH Tools (0)

  • Sunday 10/23
  • Top Free Android Audio Players (0)

  • Friday 10/14
  • Top Free Android E-book Readers (0)

  • Monday 10/10
  • 8 Best Free Linux Music Notation Software (0)

  • Sunday 10/02
  • 6 Commercial Android Video Players (0)

  • Tuesday 09/20
  • 10 Best Free Android File Managers (0)


  • Vote

    What do you find MOST attractive about Open Source software?

    Amount of customization
    Security
    Freedom provided
    Speed of development
    Quality
    Multiple versions
    Cost
    Potential to contribute
    Ability to modify code
    Results
    2986 votes | 2 comments

    Built with GeekLog and phpBB
    Comments to the webmaster are welcome
    Copyright 2009 LinuxLinks.com - All rights reserved