llvm-6502/include/llvm
Dan Gohman e7962c9897 Implement operators |=, &=, and ^= for SmallBitVector, and remove the
restriction in BitVector for |= and ^= that the operand must be the
same length.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95768 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-10 05:54:04 +00:00
..
ADT Implement operators |=, &=, and ^= for SmallBitVector, and remove the 2010-02-10 05:54:04 +00:00
Analysis Mention IndVarSimplify in the comment by getSmallConstantTripCount, as 2010-02-09 17:00:40 +00:00
Assembly
Bitcode
CodeGen fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. 2010-02-10 01:23:18 +00:00
CompilerDriver
Config Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. 2010-02-03 02:11:49 +00:00
ExecutionEngine Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. 2010-02-05 16:19:36 +00:00
MC MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the 2010-02-10 04:47:08 +00:00
Support Add support for TypeBuilder<const/volatile void*, false>. 2010-02-09 19:07:19 +00:00
System
Target move target-independent opcodes out of TargetInstrInfo 2010-02-09 19:54:29 +00:00
Transforms Pull these back out, they're a little too aggressive and time 2010-02-09 17:29:18 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h Adding missing methods for creating Add, Mul, Neg and Sub with NUW. 2010-02-02 12:53:04 +00:00
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
GVMaterializer.h
InlineAsm.h
InstrTypes.h Adding missing methods for creating Add, Mul, Neg and Sub with NUW. 2010-02-02 12:53:04 +00:00
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h Mention vAny and iPTRAny in a comment. 2010-02-09 16:59:14 +00:00
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h Pull these back out, they're a little too aggressive and time 2010-02-09 17:29:18 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h
Module.h
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h Flesh out the list of predicates, for those who like this style. I was 2010-02-08 19:36:51 +00:00
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h