Delete unused helper functions.
[oota-llvm.git] / include /
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-21 Chandler CarruthMake the mem2reg interface use an ArrayRef as it keeps...
2013-07-20 Chandler CarruthUpdate mem2reg's comments to conform to the new doxygen...
2013-07-20 Matt ArsenaultRemove trailing whitespace, fix file path in comment
2013-07-20 Manman RenDebug Info Verifier: simplify DIxxx::Verify
2013-07-20 Matt ArsenaultFix size_t -> uint warnings with MSVC 64-bit build
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-19 Reid Kleckner[Option] Add inclusion and exclusion flags to option...
2013-07-19 Joey Gouly[ARMv8] Implement the NEON instructions VRINT{N, X...
2013-07-19 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-19 Rui UeyamaClarify comment for extension().
2013-07-18 Rui UeyamaRevert "COFFDumper: Dump data directory entries."
2013-07-18 Rui UeyamaCOFFDumper: Dump data directory entries.
2013-07-18 Hans WennborgFix -Wdocumentation warning
2013-07-18 Eric ChristopherRevert "Remove DIBuilder cache of variable TheCU and...
2013-07-18 Eric ChristopherEqual means ==, not !=. Thanks to Benjamin for catching.
2013-07-18 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-07-18 Joey Gouly[ARMv8] Add NEON instructions VCVT{A, N, P, M}.
2013-07-18 Rafael EspindolaRemove dead code.
2013-07-18 Rafael EspindolaFix a regression I introduced back in r178147.
2013-07-18 Adrian PrantlGet rid of the Dis/EnableDebugLocations() API.
2013-07-18 Eric ChristopherUpdate comment slightly.
2013-07-17 Eric ChristopherAdd comparison operators for DIDescriptors to fix c...
2013-07-17 Eric ChristopherAdd an explicit operator bool conversion to DIDescripto...
2013-07-17 Hans WennborgOptParser.td: typo
2013-07-17 Joey Gouly[ARMv8] Add support for the NEON instructions vmaxnm...
2013-07-17 Rafael EspindolaAdd simpler version of is_directory. It will be used...
2013-07-16 Manman RenAdd getModuleFlag(StringRef Key) to query a module...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Reid Kleckner[Support] Add a Unicode conversion wrapper from UTF16...
2013-07-16 Tim NorthoverARM: implement ldrex, strex and clrex intrinsics
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
2013-07-16 Rui Ueyama[Object/COFF] Add import_directory_table_entry.
2013-07-16 Rafael EspindolaAdd a version of sys::fs::status that uses fstat.
2013-07-16 Rui UeyamaCOFF: Add constants for optional data directory.
2013-07-16 Rafael EspindolaInstead friending status, provide windows and posix...
2013-07-16 NAKAMURA TakumiFix TimeValue::toWin32Time() to be symmetric to fromWin...
2013-07-15 Reid KlecknerRevert "[Option] Store arg strings in a set backed...
2013-07-15 Reid Kleckner[Option] Store arg strings in a set backed by a BumpPtr...
2013-07-14 Eric ChristopherAdd DW_AT_GNU_odr_signature to the set of dwarf attributes.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-13 Craig TopperRemove unneeded forward declarations.
2013-07-13 Chandler CarruthRevert commit r186217 -- this is breaking bots:
2013-07-12 Michael GottesmanFixed 80+ violation and added C++ to header.
2013-07-12 Bill WendlingUse the function attributes to pass along the stack...
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-12 Michael GottesmanFixed comment in header of Block Frequency Impl and...
2013-07-12 Benjamin KramerMark MDNode::getOperand as readonly.
2013-07-12 Shuxin YangStylistic change.
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-07-11 Benjamin KramerSync SmallBitVector with BitVector. Add unit tests...
2013-07-11 Michael GottesmanFixed up comments in TargetLowering.h to conform to...
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-11 Benjamin KramerUse move semantics if possible to construct ConstantRanges.
2013-07-10 Michael GottesmanChanged "mode: c++" => "C++" at the suggestion of Nick...
2013-07-10 Benjamin KramerUpdate doxygen comment to match renamed parameters.
2013-07-10 Rafael EspindolaUse status to implement file_size.
2013-07-10 Argyrios KyrtzidisRemove llvm/ADT/NullablePtr.h, there are no uses of...
2013-07-09 Peter CollingbourneImplement categories for special case lists.
2013-07-09 Peter CollingbourneIntroduce a SpecialCaseList ctor which takes a MemoryBu...
2013-07-09 Peter CollingbourneRename BlackList class to SpecialCaseList and move...
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-09 Michael GottesmanFixed up the comments in FastISel.h so that they confor...
2013-07-09 Michael GottesmanAdded "mode: c++" to FastISel.h header.
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Nadav RotemIRBuilder: add an assertion that checks if we try to...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-09 Rafael EspindolaAdd missing getters. They will be used in llvm-ar.
2013-07-09 Rafael EspindolaArchive members cannot be larger than 4GB. Return a...
2013-07-09 Rafael EspindolaWe never compare iterators from two archives. Assert...
2013-07-09 Rafael EspindolaAdd getHeader helper and move ToHeader to the cpp file.
2013-07-09 Rafael EspindolaCompute the size of an archive member in the constructor.
2013-07-09 Rafael EspindolaRemove declare but not implemented methods.
2013-07-09 Rafael EspindolaMove some code out of line. No functionality change.
2013-07-09 Eric ChristopherRevert "DebugInfo: remove unused helper function getDIC...
2013-07-08 Nadav RotemFix a bug in IRBuilder::ClearInsertionPoint. The IR...
2013-07-08 Manman RenDebugInfo: remove unused helper function getDIComposite...
2013-07-08 Manman RenRevert r185852.
2013-07-08 Matt ArsenaultFind xdot or xdot.py.
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-07-08 Argyrios Kyrtzidis[ADT/NullablePtr] Allow implicit conversion of Nullable...
2013-07-08 Reid KlecknerReland "Use Clang's __has_* macros in Compiler.h ....
2013-07-08 Shuxin Yang Fix a SCEV update problem.
2013-07-08 Quentin ColombetRevert: "Use Clang's __has_* macros in Compiler.h to...
2013-07-08 Rafael Espindolaclang-format this enum.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-08 Reid KlecknerAttempt to fix Compiler.h for some self-hosting bots
2013-07-08 Reid KlecknerUse Clang's __has_* macros in Compiler.h to test for...
2013-07-07 Nick LewyckyAdd missing per-argument doesNotAccessMemory accessors...
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-05 Jakob Stoklund OlesenRemove dead function.
2013-07-05 Rafael EspindolaRemove unique_file now that it is unused.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaAdd a higher level createTemporaryFile function.
2013-07-05 Richard Sandiford[SystemZ] Remove no-op MVCs
2013-07-05 Richard Sandiford[SystemZ] Clean up register scavenging code
2013-07-05 Rafael EspindolaUse the raw member names in Archive::Archive.
next