summaryrefslogtreecommitdiffstats
path: root/stacker/lib/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Delete stacker project.SVN to Git Conversion2007-07-2211-7391/+0
| | | | (Commit inserted retroactively during svn2git conversion)
* Convert .cvsignore filesJohn Criswell2007-06-291-4/+0
| | | | llvm-svn: 37803
* Make this compile again by abandoning partially completed makefile work.Reid Spencer2007-04-051-1/+0
| | | | llvm-svn: 35682
* For PR789:Reid Spencer2007-03-291-0/+1
| | | | | | | | Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
* Add required header file.Reid Spencer2007-03-101-0/+1
| | | | llvm-svn: 35054
* Update for new ConstantInt interface, to prevent compiler warning.Reid Spencer2007-03-061-1/+1
| | | | llvm-svn: 34972
* Adjust to CallInst::CallInst interface changes.Reid Spencer2007-02-191-16/+24
| | | | llvm-svn: 34402
* Update for recent interface changes in GEP constructor.Reid Spencer2007-02-131-9/+12
| | | | llvm-svn: 34220
* For PR411:Reid Spencer2007-02-051-5/+5
| | | | | | Adjust to new Module interface for getFunction. llvm-svn: 33923
* For PR411:Reid Spencer2007-02-054-354/+508
| | | | | | | | | | This patch replaces the SymbolTable class with ValueSymbolTable which does not support types planes. This means that all symbol names in LLVM must now be unique. The patch addresses the necessary changes to deal with this and removes code no longer needed as a result. This completes the bulk of the changes for this PR. Some cleanup patches will follow. llvm-svn: 33918
* Make Stacker makefiles more compliant with LLVM standards.Reid Spencer2007-02-041-1/+8
| | | | | | Fix linkage problems after libLLVMTransforms.a was removed. llvm-svn: 33887
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-2/+4
| | | | | | | | | | | | This feature is needed in order to support shifts of more than 255 bits on large integer types. This changes the syntax for llvm assembly to make shl, ashr and lshr instructions look like a binary operator: shl i32 %X, 1 instead of shl i32 %X, i8 1 Additionally, this should help a few passes perform additional optimizations. llvm-svn: 33776
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
| | | | | | confusion with external linkage types. llvm-svn: 33663
* For PR1074:Reid Spencer2007-01-1712-0/+7220
Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
OpenPOWER on IntegriCloud