openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
The LLVM Compiler Infrastructure
Settings
|
Report Duplicate
295
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 22 hours
ago.
Sep 02, 2024 — Sep 02, 2025
Showing page 18,351 of 18,362
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use extra operand for instructions that set a CC register that was not explicit before.
Vikram S. Adve
More...
about 24 years ago
Also, move burg rule to Makefile.common.
Vikram S. Adve
More...
about 24 years ago
And add rule to create a .cpp source file from burg input file!
Vikram S. Adve
More...
about 24 years ago
Better still, lets move pathname for Burg to Makefile.common.
Vikram S. Adve
More...
about 24 years ago
Add path and options for burg.
Vikram S. Adve
More...
about 24 years ago
Use full pathname for burg.
Vikram S. Adve
More...
about 24 years ago
Allow numOperands of -1 for variable #operands.
Vikram S. Adve
More...
about 24 years ago
Simplify command line options, and add option for printing machine instructions without debugging info.
Vikram S. Adve
More...
about 24 years ago
Had used the wrong option.
Vikram S. Adve
More...
about 24 years ago
Added tree nodes for Phi instructions.
Vikram S. Adve
More...
about 24 years ago
Generate tree nodes for Phi instructions.
Vikram S. Adve
More...
about 24 years ago
Allow machine instructions with variable numbers of arguments. This is used only by Phi for now.
Vikram S. Adve
More...
about 24 years ago
Added dummy Phi instruction.
Vikram S. Adve
More...
about 24 years ago
Generate dummy Phi machine instruction, plus a bug fix for BrCond(boolreg).
Vikram S. Adve
More...
about 24 years ago
Added support for testing instruction selection on all but 2 tests.
Vikram S. Adve
More...
about 24 years ago
Added class MachineCodeForBasicBlock.
Vikram S. Adve
More...
about 24 years ago
Record machine instructions in the vector for each basic block.
Vikram S. Adve
More...
about 24 years ago
Added vector of machine instructions for the basic block.
Vikram S. Adve
More...
about 24 years ago
New test cases
Chris Lattner
More...
about 24 years ago
Remove some gross stuff
Chris Lattner
More...
about 24 years ago
Allow vararg method types with 0 fixed types
Chris Lattner
More...
about 24 years ago
Make error msg nicer
Chris Lattner
More...
about 24 years ago
Enable the elimination of method prototypes that are not referenced
Chris Lattner
More...
about 24 years ago
* Make sure that the size of the type field can also control the output instruction pattern.
Chris Lattner
More...
about 24 years ago
* Add calls to failure template so that it is actually possible to debug why bytecode parsing is failing. Just put a breakpoint in the failure templates.
Chris Lattner
More...
about 24 years ago
* Fix bugs
Chris Lattner
More...
about 24 years ago
* Enable the use of escaped literal strings * Unresolved variable names now have the correct line number for their error messages * Rename Def* to Value* * Check for symbol table collisions before inserting values * Remove the STRING keyword * Enable the use of string literals to initialize constant arrays * Enable the use of extended constants in more locations: eg ret [int] [4, 5] * Allow method prototypes to appear in the constant pool of the program * Support varargs methods better. Enable varargs methods with 0 fixed arguments * Allow the entire method prototype to optionally be specified in a call inst
Chris Lattner
More...
about 24 years ago
Modify var names to make it apparant that the code is really generic
Chris Lattner
More...
about 24 years ago
Changes to make test scripts more reliable
Chris Lattner
More...
about 24 years ago
Add test of string constants
Chris Lattner
More...
about 24 years ago
←
1
2
…
18347
18348
18349
18350
18351
18352
18353
18354
18355
…
18361
18362
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree