Add some SpecialCaseList unit tests.
[oota-llvm.git] / include /
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.
2013-07-04 Ahmed BougachaRemove use of asymmetric std::lower_bound comparator.
2013-07-04 Aaron BallmanChanging long to int for consistency.
2013-07-04 Aaron BallmanSupporting ssize_t on WIN64 with its proper size. ...
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-03 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-03 Jakob Stoklund OlesenAdd MachineBasicBlock::addLiveIn().
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-07-03 Eric ChristopherUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperReturn SmallVectorImpl& instead of SmallVector& in...
2013-07-03 Craig TopperAdd a space between type and variable name. No function...
2013-07-03 Michael GottesmanAdded posix function gettimeofday to LibFunc::Func...
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-02 Tobias GrosserFix typo in comment
2013-07-01 Richard TrieuFix up some asserts that are within an if statement...
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Jakob Stoklund OlesenRemove floating point computations form SpillPlacement...
2013-07-01 Ulrich Weigand[PowerPC] Fix 32-bit PowerPC TLS relocs
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-06-28 Preston Briggsextending the interface of Dependence slightly to suppo...
2013-06-28 Matt ArsenaultFix extra whitespace / formatting
2013-06-28 Jakob Stoklund OlesenTry to unbreak Linux buildbots.
2013-06-28 Jakob Stoklund OlesenMinimize precision loss when computing cyclic probabili...
2013-06-28 Richard TrieuFix broken asserts that never fire.
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-06-28 Rafael EspindolaDon't ask for a mode when we are not keeping the file.
2013-06-28 Matt ArsenaultFix typo
2013-06-27 Peter CollingbourneRename DIBuilder::createNullPtrType to createUnspecifie...
2013-06-27 Michael GottesmanRevert "Revert "[APFloat] Removed APFloat constructor...
2013-06-27 Michael GottesmanRevert "[APFloat] Removed APFloat constructor which...
2013-06-27 Chad RosierRemove unnecessary conditional checks.
2013-06-27 Michael Gottesman[APFloat] Removed APFloat constructor which initialized...
2013-06-27 Chad RosierImprove the compression of the tablegen DiffLists by...
2013-06-27 Argyrios Kyrtzidis[Support/Registry.h] Include llvm/Support/Compiler.h.
2013-06-27 Serge PavlovUse MCFillFragment for zero-initialized data.
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-26 Rafael EspindolaAdd a convenience functions that don't return if the...
2013-06-26 Rafael EspindolaAdd a simpler version of remove_all.
2013-06-26 Rafael EspindolaRemove sys::GetMainExecutable.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-26 Rafael EspindolaRemove PathWithStatus.
2013-06-25 Jakob Stoklund OlesenMerge isReachable into isBackedge.
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
next