This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-18 10:31:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2182f1f932
llvm-6502
/
include
/
llvm
History
Gabor Greif
84fb959489
eliminate tabs from my previous commit
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@61695
91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-05 16:28:14 +00:00
..
ADT
Add several more unimplemented operator overloads to ilist_iterator
2009-01-04 03:22:42 +00:00
Analysis
Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_units to identify source file for various debug entities. Each llvm.dbg.compile_unit matches one file on the disk. However, the backend only supports one DW_TAG_compile_unit per .o file. The backend selects first compile_unit from the vector to construct DW_TAG_compile_unit entry, which is not correct in all cases.
2008-12-17 22:39:29 +00:00
Assembly
Reimplement the old and horrible bison parser for .ll files with a nice
2009-01-02 07:01:27 +00:00
Bitcode
Add support for writing LLVM IR to a specified BitstreamWriter.
2008-12-19 18:37:59 +00:00
CodeGen
Remove the code from the scheduler that commuted two-address
2009-01-03 18:01:46 +00:00
CompilerDriver
Some enhancements for the 'case' expression.
2008-12-17 02:47:01 +00:00
Config
Debugger
ExecutionEngine
Support
add #include guards, thanks Dan.
2009-01-04 01:28:00 +00:00
System
Target
Fix PR3274: when promoting the condition of a BRCOND node,
2009-01-01 15:52:00 +00:00
Transforms
Rename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-31 16:14:43 +00:00
AbstractTypeUser.h
implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder)
2008-12-27 07:47:40 +00:00
Argument.h
Don't analyze arguments already marked 'nocapture'.
2008-12-31 18:08:59 +00:00
Attributes.h
Add a new Attribute::getAlignmentFromAttrs method.
2008-12-31 08:41:38 +00:00
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
Reword the comment for ConstantInt's getLimitedValue.
2008-12-20 17:06:39 +00:00
DerivedTypes.h
Function.h
Add utility functions for marking parameters as noalias or nocapture.
2009-01-04 18:21:35 +00:00
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
move select validation logic into a shared place where the select ctor,
2008-12-29 00:12:50 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h
Rename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-31 16:14:43 +00:00
LinkAllVMCore.h
Linker.h
* Alphabetized system headers per the style guide
2009-01-02 20:26:30 +00:00
Module.h
Add a mechanism to specify attributes in getOrInsertFunction.
2009-01-04 22:54:40 +00:00
ModuleProvider.h
OperandTraits.h
Pass.h
* Alphabetized system headers per the style guide
2009-01-02 20:26:30 +00:00
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
eliminate tabs from my previous commit
2009-01-05 16:28:14 +00:00
User.h
Value.h
ValueSymbolTable.h