.. |
ADT
|
Factor code out of APInt to form a isUIntN helper function.
|
2010-11-03 00:38:40 +00:00 |
Analysis
|
Introduce DIBuilder. It is intended to be a front-end friendly interface to emit debuggging information entries in LLVM IR.
|
2010-11-04 15:01:38 +00:00 |
Assembly
|
|
|
Bitcode
|
Remove tabs.
|
2010-10-06 07:19:18 +00:00 |
CodeGen
|
In the calling convention logic, ValVT is always a legal type,
|
2010-11-04 10:49:57 +00:00 |
CompilerDriver
|
llvmc: Allow multiple output languages.
|
2010-09-21 14:59:42 +00:00 |
Config
|
Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
|
2010-10-22 18:45:12 +00:00 |
ExecutionEngine
|
Fix the cleanup process of exception information in JIT. Now JIT
|
2010-10-21 08:57:29 +00:00 |
MC
|
MC'ize the '.code 16' and '.thumb_func' ARM directives.
|
2010-11-05 22:08:08 +00:00 |
Support
|
Add v5 and v7 ARM CPU subtype values.
|
2010-11-05 17:48:05 +00:00 |
System
|
System: Add llvm_execute_on_thread, which does what it says.
|
2010-11-04 01:26:25 +00:00 |
Target
|
Simplify uses of MVT and EVT. An MVT can be compared directly
|
2010-11-03 12:17:33 +00:00 |
Transforms
|
Let the -inline-threshold command line argument take precedence over the
|
2010-11-02 23:40:26 +00:00 |
AbstractTypeUser.h
|
|
|
Argument.h
|
|
|
Attributes.h
|
Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op
|
2010-10-25 15:37:09 +00:00 |
AutoUpgrade.h
|
Auto-upgrade the magic ".llvm.eh.catch.all.value" global to
|
2010-09-10 18:51:56 +00:00 |
BasicBlock.h
|
|
|
CallGraphSCCPass.h
|
|
|
CallingConv.h
|
Add ret instruction to PTX backend
|
2010-09-25 07:46:17 +00:00 |
CMakeLists.txt
|
|
|
Constant.h
|
Remove apparently unnecessary forward declaration.
|
2010-09-14 01:18:15 +00:00 |
Constants.h
|
Prune includes.
|
2010-09-14 20:49:00 +00:00 |
DerivedTypes.h
|
fix a bug I introduced back in the hayday of version #2.
|
2010-09-20 03:58:32 +00:00 |
Function.h
|
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
|
2010-10-23 08:10:43 +00:00 |
GlobalAlias.h
|
|
|
GlobalValue.h
|
|
|
GlobalVariable.h
|
GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals.
|
2010-10-19 16:47:23 +00:00 |
GVMaterializer.h
|
|
|
InitializePasses.h
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
InlineAsm.h
|
Mult-alt constraint incremental development step 3.
|
2010-10-29 23:37:38 +00:00 |
InstrTypes.h
|
|
|
Instruction.def
|
|
|
Instruction.h
|
|
|
Instructions.h
|
It is confusing to call a random-access iterator 'InputIterator'.
|
2010-10-27 07:39:54 +00:00 |
IntrinsicInst.h
|
|
|
Intrinsics.h
|
|
|
Intrinsics.td
|
Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any
|
2010-10-19 23:27:08 +00:00 |
IntrinsicsAlpha.td
|
|
|
IntrinsicsARM.td
|
|
|
IntrinsicsCellSPU.td
|
|
|
IntrinsicsPowerPC.td
|
|
|
IntrinsicsX86.td
|
The pshufw instruction came about in MMX2 when SSE was introduced. Don't place
|
2010-10-04 20:24:01 +00:00 |
IntrinsicsXCore.td
|
|
|
LinkAllPasses.h
|
Reference RegionPass to stop it being eliminated.
|
2010-10-25 15:36:50 +00:00 |
LinkAllVMCore.h
|
|
|
Linker.h
|
|
|
LLVMContext.h
|
Remove the experimental AliasAnalysis::getDependency interface, which
|
2010-09-14 21:25:10 +00:00 |
Metadata.h
|
After Dan's recent commit this is no longer true.
|
2010-09-14 20:32:58 +00:00 |
Module.h
|
|
|
OperandTraits.h
|
|
|
Operator.h
|
Avoid warnings about implicit conversions to `bool' in MSVC. This time
|
2010-09-25 20:27:36 +00:00 |
Pass.h
|
Add RegionPass support.
|
2010-10-20 01:54:44 +00:00 |
PassAnalysisSupport.h
|
|
|
PassManager.h
|
|
|
PassManagers.h
|
Add RegionPass support.
|
2010-10-20 01:54:44 +00:00 |
PassRegistry.h
|
Attempt to fix valgrind complaining about (benign) leaks in pass registration by having PassRegistry
|
2010-10-20 22:22:30 +00:00 |
PassSupport.h
|
Attempt to fix valgrind complaining about (benign) leaks in pass registration by having PassRegistry
|
2010-10-20 22:22:30 +00:00 |
SymbolTableListTraits.h
|
|
|
Type.h
|
Add x86MMX a few more places.
|
2010-09-15 00:52:23 +00:00 |
TypeSymbolTable.h
|
Add missing include.
|
2010-09-14 21:25:38 +00:00 |
Use.h
|
|
|
User.h
|
|
|
Value.h
|
|
|
ValueSymbolTable.h
|
|
|