LLVM sdisel normalize bit extraction of the form:
[oota-llvm.git] / include /
2012-12-19 Benjamin KramerRemove edis remnant.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Jakob Stoklund OlesenAdd an MF argument to MachineInstr::addOperand().
2012-12-19 Chad RosierRemove superfluous brief command from getAsString.
2012-12-19 Patrik HagglundChange AsmOperandInfo::ConstraintVT to MVT, instead...
2012-12-19 Rafael EspindolaRevert 170545 while I debug the ppc failures.
2012-12-19 Benjamin KramerMake TargetLowering::getTypeConversion more resilient...
2012-12-19 Rafael EspindolaAdd r170095 back.
2012-12-19 Evgeniy Stepanov[msan] Add track-origins argument to the pass constructor.
2012-12-19 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-19 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-19 Patrik HagglundChange TargetLowering::getRepRegClassCostFor, getIndexe...
2012-12-19 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-19 Benjamin KramerMapVector: Add lookup().
2012-12-19 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-19 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-19 Bill WendlingInline hasFunctionOnlyAttrs into its only use.
2012-12-19 Bill WendlingInline the only use of the hasParameterOnlyAttrs method.
2012-12-19 Bill WendlingInline the 'hasIncompatibleWithVarArgsAttrs' method...
2012-12-19 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-18 Kevin EnderbyAdd to the disassembler C API an option to print the...
2012-12-18 Jakob Stoklund OlesenRemove MachineInstr::setIsInsideBundle().
2012-12-18 Jakob Stoklund OlesenUse bidirectional bundle flags to simplify important...
2012-12-18 Jakob Stoklund OlesenDon't allow the automatically updated MI flags to be...
2012-12-18 Jakob Stoklund OlesenTighten up the splice() API for bundled instructions.
2012-12-18 Jakob Stoklund OlesenAdd an assertion for a likely ilist::splice() contract...
2012-12-18 Jakob Stoklund OlesenTighten the insert() API for bundled instructions.
2012-12-18 Eli BenderskyCleanup comment and formatting
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Jakob Stoklund OlesenTighten up the erase/remove API for bundled instructions.
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-17 Michael IlsemanRemove trailing whitespace
2012-12-17 Nick KledzikUse different trait techniques to be compatible with g++
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-17 Duncan SandsFix typo that results in new landing pads not getting...
2012-12-17 Duncan SandsFix comment typo.
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-14 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-13 Chris Lattnerfix comment.
2012-12-13 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-13 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-13 NAKAMURA TakumiJITEventListener.h: Use llvm-config.h instead of config.h.
2012-12-13 Eric ChristopherRevert "Add a funciton to get the segment name of a...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-13 Rafael EspindolaAdd a funciton to get the segment name of a section.
2012-12-13 Rafael EspindolaRename isPowerOfTwo to isKnownToBeAPowerOfTwo.
2012-12-13 Michael IlsemanPattern matching code for intrinsics.
2012-12-13 Eric ChristopherRemove extraneous debugging code.
2012-12-13 Eric ChristopherAdd a way of printing out an arbitrary label name for...
2012-12-13 Michael Ilsemanm_CombineOr and m_CombineAnd pattern combinators
2012-12-13 Jakob Stoklund OlesenExpress prepend and append in terms of a more generic...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-12 Benjamin KramerYAMLIO: Remove all of the template instantiation hacks...
2012-12-12 Nick KledzikAlignedCharArrayUnion is erroring with non-clang compilers
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-12-12 Eli BenderskyMake naming consistent, add comments and sanity asserts
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Rafael EspindolaThe TargetData is not used for the isPowerOfTwo determi...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-12 Nadav RotemLoopVectorizer: When -Os is used, vectorize only loops...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...
2012-12-12 Michael IlsemanPattern matchers for floating point values
2012-12-12 Michael IlsemanRemove FIXMEs surrounding Constant[Data]Vectors, instead
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-11 Tom StellardAdd R600 backend
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-11 Rafael EspindolaUse an ArrayRef instead of a std::vector&.
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Chandler CarruthHolding my nose and moving the accumulation routine...
2012-12-11 Chandler CarruthHoist the GEP constant address offset computation to...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-11 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-11 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-11 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassCostFor, getIndexe...
2012-12-11 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-11 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-11 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 NAKAMURA Takumillvm/Target/TargetMachine.h: Remove two dependent headers.
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-10 Lang HamesDefer call to InitSections until after MCContext has...
next