Add the extracted constant offset using GEP
[oota-llvm.git] / include /
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-05-23 Yaron KerenTypedef NumeredTypesMapTy is not used anywhere.
2014-05-23 Richard SmithAttempt to placate compilers that warn on casts between...
2014-05-22 Michael J. Spencer[Graph Writer] Limit the length of the graph name becau...
2014-05-22 Eric ChristopherMake these bool bitfields.
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-22 Saleem AbdulrasoolARM: introduce llvm.arm.undefined intrinsic
2014-05-22 Saleem AbdulrasoolMC: formalise some assertions into proper errors
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Eric ChristopherGroup the scheduling functions together.
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 Saleem AbdulrasoolMC: introduce ability to restrict recorded relocations
2014-05-21 Eric ChristopherRemove getTargetLowering from TargetPassConfig as the...
2014-05-21 Eric ChristopherMove MCOptions that aren't shared between programs...
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-21 Eric ChristopherThis command line option is only used in one place...
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Duncan P. N. Exon... GlobalValue: Automatically reset visibility when settin...
2014-05-20 Renato GolinAvoids DCE on write_register
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-19 Benjamin KramerFlip on vectorization of bswap intrinsics.
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-05-19 NAKAMURA TakumiWhitespace.
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-18 Benjamin KramerOptions: Use erase_if to remove Args from the list.
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: add support to build CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-17 David MajnemerMachO: Add comments describing section flags/attrs
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-05-16 Pete CooperUse a sized enum for MachineOperandType. No functional...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-16 Justin BognerProfileData: Allow multiple profiles in RawInstrProfReader
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Eric ChristopherMove more MC options into the MCTargetOptions structure.
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-15 Eric ChristopherMake the -L option for SaveTempLabels not be static...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Print relocation's offset as a hex...
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-15 Alp TokerFix typos
2014-05-15 Eric ChristopherRemove unused functions setting MCOptions from TargetMa...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Jay FoadUpdate the comments for ComputeMaskedBits, which lost...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-13 Rafael EspindolaStyle fix: The name of variables starts with an upper...
2014-05-13 Artyom SkrobovFix build failure with MSVC, following r208680
2014-05-13 Artyom Skrobovinclude/llvm/Support/Unicode.h didn't have re-include...
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-12 Pete CooperUse a logical not when inverting SetCC. This unfortuna...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-12 Rafael EspindolaMove EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaMove EH/Debug frame handling to the object streamer.
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-05-12 Rafael EspindolaRemove always true argument.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-05-12 Rafael EspindolaRemove MCUseCFI from TargetMachine.
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
2014-05-12 NAKAMURA TakumiReformat blank lines.
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-11 David BlaikieDebugInfo: Include lexical scopes in inlined subroutines.
2014-05-11 Simon Atanasyan[llvm-readobj] Print values of FLAGS and MIPS_FLAGS...
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Sebastian Popmove findArrayDimensions to ScalarEvolution
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-09 Rafael EspindolaRun clang-format in small sections of code to make...
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-09 Rafael EspindolaRemove trailing white space.
2014-05-09 Rafael EspindolaDon't indent inside a namespace. Don't duplicate a...
2014-05-09 Nick LewyckyprintCustom is only used in PseudoSourceValue, remove...
2014-05-09 Rafael EspindolaAdd missing linkage predicates.
2014-05-08 David BlaikieReapply r207876 (Try simplifying LexicalScopes ownershi...
2014-05-08 David BlaikieMissed formatting
2014-05-08 David BlaikieStringMap: Move assignment and move construction.
2014-05-08 David BlaikieStringMap: Replace faux-copyability with faux-movabilit...
2014-05-08 David BlaikieStringMap support for move-only values.
2014-05-08 Ed MasteAdd isOSFreeBSD triple test
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-08 Richard Smith[modules] Add missing #include.
next