Add some accessor and query methods for retrieving Attribute objects and such.
[oota-llvm.git] / include /
2013-02-13 Bill WendlingAdd some accessor and query methods for retrieving...
2013-02-13 Craig TopperRemove unnecessary condtional assignment. The next...
2013-02-13 Chris Lattneruse memcpy instead of dubious union to type pun two...
2013-02-12 Bill WendlingAdd a default empty string to the 'value' of a string...
2013-02-12 Chad Rosier[ms-inline-asm] Implement align directive (which is...
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-02-12 Cameron ZwarichRenumber SlotIndexes locally when a new block is inserted.
2013-02-12 Cameron ZwarichAdd blocks to the LiveIntervalAnalysis RegMaskBlocks...
2013-02-12 David BlaikieDIBuilder: make the return type of createBasicType...
2013-02-11 Michael J. Spencer[Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
2013-02-11 Bill WendlingRename to something more sensible. No functionality...
2013-02-11 Justin Holewinski[NVPTX] Remove NoCapture from address space conversion...
2013-02-11 Tim NorthoverAArch64: Add basic relocation processing for llvm-dwarf...
2013-02-11 Cameron ZwarichFix some problems with the updating of SlotIndexes...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-10 Cameron ZwarichFix the unused but nearly correct method SlotIndexes...
2013-02-10 Bill WendlingAdd code for emitting the attribute groups.
2013-02-10 Bill WendlingAdd 'empty' query methods to the builder and use them...
2013-02-10 Chris Lattnerok, ok, stop fighting type punning warnings by just...
2013-02-10 Chris Lattnerhopefully "really" fix a type punning warning by defini...
2013-02-10 Chris Lattnerattempt to defeat a gcc warning that is breaking a...
2013-02-10 Bill WendlingAdd accessor for the LLVMContext.
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-02-09 Bill WendlingAdd a DenseMapInfo class for the AttributeSet.
2013-02-09 Jakub StaszakSimplify code.
2013-02-09 Jakub StaszakRemove unneeded #includes.
2013-02-09 Chris LattnerThis is the correct version of r174802.
2013-02-09 Chris LattnerFix a nasty off-by one error that only manifests with...
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-09 Chris Lattnerrecommit r173072 (preparing bitstream reader to read...
2013-02-09 Jakub StaszakRemove trailing spaces.
2013-02-09 Jakub StaszakRemove unneeded #includes.
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-02-09 Jakob Stoklund OlesenRemove the old liveness algorithm.
2013-02-08 Sergei LarinEnable *BasicBlockPass::createPrinterPass()
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-02-08 Bob WilsonRevert 172027 and 174336. Remove diagnostics about...
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-07 Michael J. Spencer[Object][ELF] Add a way to get the dynamic symbol table...
2013-02-07 Michael J. Spencer[Object][ELF] Add {begin,end}_elf_dynamic_symbols to...
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2013-02-07 Michael J. Spencer[Object][ELF] Fix crash on no dynamic section.
2013-02-07 Michael J. Spencer80-col
2013-02-07 Michael J. Spencer[Object][ELF] Do the actual devirtualization.
2013-02-07 Michael J. Spencer[Object][ELF] Devirtualize and simplify dynamic table...
2013-02-07 Owen AndersonFix CMake detection of various cmath functions, and...
2013-02-07 Owen AndersonConditionalize constant folding of math intrinsics...
2013-02-06 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-02-06 Bill WendlingImprove comment.
2013-02-06 Jim GrosbachAllow targets to add custom asm operand matching logic.
2013-02-06 Bill WendlingAdd a 'StringRef' version of hasAttribute.
2013-02-06 Bill WendlingAdd methods to merge an AttrBuilder into another builder.
2013-02-05 Bill WendlingAdd the target-dependent (string) attributes from the...
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-02-05 Eli BenderskyBe consistent about the field name - AddressSize, not...
2013-02-05 Andrew TrickRevert "[Support][ErrorOr] Add support for convertable...
2013-02-05 Bill WendlingConvert to storing the attribute's internals as enums...
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Jakob Stoklund OlesenRemove liveout lists from MachineRegisterInfo.
2013-02-05 Derek Schuff[MC] Bundle alignment: Invalidate relaxed fragments
2013-02-05 Eli BenderskyFormat comments & clean whitespace
2013-02-05 Eli BenderskyFix comment formatting
2013-02-05 Meador IngeSupport: ensure proper state in ErrorOr copy ctors...
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-02-05 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-02-05 Bill WendlingAdd target-dependent versions of addAttribute/removeAtt...
2013-02-05 Michael GottesmanChanged in comment cxx -> C++. Thanks Richard Smith!.
2013-02-05 Jack CarterThis patch changes a static_cast to dyn_cast
2013-02-05 Michael GottesmanAdd code to GlobalVariable.h so that global variables...
2013-02-04 Bill WendlingInitial cleanups of the param-attribute code in the...
2013-02-04 Benjamin KramerSelectionDAG: Teach FoldConstantArithmetic how to deal...
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2013-02-03 Michael GottesmanAdded instance variable/initializers/getter/setters...
2013-02-03 Michael J. Spencer[Object][Archive] Improve performance.
2013-02-03 Michael J. Spencer[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
2013-02-02 Bill WendlingRemove AttrBuilder::Raw().
2013-02-02 Manman RenCorrect indentation for dumping LexicalScope.
2013-02-01 Bill WendlingChange the AttributeImpl to hold a single Constant...
2013-02-01 Bill WendlingRemove one of the odious 'Raw' methods.
2013-01-31 Bill WendlingAdd iterators to the AttributeSet class so that we...
2013-01-31 Chandler CarruthFix a think-o in the condition here. =[ I would commit...
2013-01-31 Bill Wendlings/AttrBuilder::addAttributes/AttrBuilder::addAttribute...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Dan GohmanDocument another instsimplify assumption.
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-31 Bill WendlingRemove the Attribute::hasAttributes() function.
2013-01-31 NAKAMURA TakumiRevert r174026, "Remove Attribute::hasAttributes()...
2013-01-31 Dan GohmanMove isKnownNonNull out of AliasAnalysis.h and into...
2013-01-31 Bill WendlingRemove Attribute::hasAttributes() and make Attribute...
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
next