.. |
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
|
CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was
|
2008-11-18 21:12:01 +00:00 |
Debugger
|
|
|
ExecutionEngine
|
DisableGVCompilation should not abort on internal GlobalValue's.
|
2008-12-09 07:31:49 +00:00 |
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
|
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
|
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
|
improve const correctness.
|
2008-11-27 08:39:18 +00:00 |
Instructions.h
|
move select validation logic into a shared place where the select ctor,
|
2008-12-29 00:12:50 +00:00 |
IntrinsicInst.h
|
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
|
2008-11-21 16:42:48 +00:00 |
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
|
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
|
Comment typeo fix, thanks Duncan!
|
2008-12-02 18:33:11 +00:00 |
ValueSymbolTable.h
|
|
|