Remove the mblaze backend from llvm.
[oota-llvm.git] / include /
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-25 Bill WendlingAdd a way to add a kind-value string pair to an attribute.
2013-07-25 Richard SandifordFix a comment cut-&-pasto.
2013-07-25 Andrew TrickMI Sched: Register pressure heuristics.
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-07-25 Rafael EspindolaMake these methods const correct.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-24 Bill WendlingAdd helpful accessor methods to get the specified funct...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-24 Eric ChristopherRemove dead code.
2013-07-24 Eric ChristopherRemove unnecessary constructors as the default conversi...
2013-07-24 Eric ChristopherMore constructor cleanup.
2013-07-24 Eric ChristopherRemove one more of these.
2013-07-24 Eric ChristopherRemove more dead/weird/misleading code.
2013-07-24 Eric ChristopherRemove more seemingly unused code.
2013-07-23 Tom StellardDAGCombiner: Pass the correct type to TargetLowering...
2013-07-23 Eric ChristopherRemove unused function.
2013-07-23 Eric ChristopherKeep similar classes near each other. No functional...
2013-07-23 Eric Christopher80-column.
2013-07-23 Eli BenderskyExpand the comment on getOpenFileSlice a bit for more...
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-23 Ahmed BougachaRevert "Remove use of asymmetric std::lower_bound compa...
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-22 Matt ArsenaultFix typo (ponted -> pointed)
2013-07-22 Manman RenDebug Info Finder: add processScope to actually handle...
2013-07-22 Bill WendlingRecommit r186217 with testcase fix:
2013-07-22 Rafael EspindolaMark ELF's first symbol as format specific so that...
2013-07-22 Matt ArsenaultFix missing const
2013-07-22 Eric ChristopherFix typo.
2013-07-22 Jim GrosbachMC: mayAffectControlFlow() handling for variadic instru...
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
next