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-24 06:30:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1bda0541f0
llvm-6502
/
include
/
llvm
History
Dan Gohman
1bda0541f0
Comment MO_FPImmediate and doxygenate surrounding comments.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@61374
91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-23 18:20:16 +00:00
..
ADT
Add explicit this-> for some member function in templated base class.
2008-12-13 10:55:13 +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
Bitcode
Add support for writing LLVM IR to a specified BitstreamWriter.
2008-12-19 18:37:59 +00:00
CodeGen
Comment MO_FPImmediate and doxygenate surrounding comments.
2008-12-23 18:20:16 +00:00
CompilerDriver
Some enhancements for the 'case' expression.
2008-12-17 02:47:01 +00:00
Config
Debugger
ExecutionEngine
Support
newline at end of phile
2008-12-09 06:32:32 +00:00
System
Target
Clarify a comment.
2008-12-22 19:44:39 +00:00
Transforms
AbstractTypeUser.h
Argument.h
Attributes.h
Resubmit support for the 'nocapture' attribute.
2008-12-19 06:39:12 +00:00
AutoUpgrade.h
BasicBlock.h
fix grammar, thanks Duncan!
2008-12-11 11:44:49 +00:00
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
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
Add sub/mul overflow intrinsics. This currently doesn't have a
2008-12-09 22:08:41 +00:00
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h
Add -print-dbginfo pass that prints LLVM IR with comments inserted to show
2008-12-16 09:09:19 +00:00
LinkAllVMCore.h
Linker.h
Module.h
ModuleProvider.h
OperandTraits.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h