Fix broken build
[oota-llvm.git] / include /
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.
2014-05-07 Duncan P. N. Exon... GlobalValue: Assert symbols with local linkage have...
2014-05-07 Justin Bognerllvm-cov: Fix some funny indentation (NFC)
2014-05-07 Nico WeberLet OnDiskHashTable call the destructor of its Items.
2014-05-07 Matt ArsenaultFix using wrong result type for setcc.
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Ed MasteDebugInfo: Use enum instead of unsigned
2014-05-07 Daniel Sanders[tablegen] Add !listconcat operator with the similar...
2014-05-07 Zinovy Nis[BUG][REFACTOR]
2014-05-07 Tobias Grosser[C++11] Add NArySCEV->Operands iterator range
2014-05-07 Justin Bognerllvm-cov: Handle missing source files as GCOV does
2014-05-07 Justin Bognerllvm-cov: Implement --no-output
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getSection.
2014-05-06 David BlaikieRevert "Try simplifying LexicalScopes ownership again."
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getAlignment.
2014-05-06 Rafael EspindolaBe more strict about not allowing setSection on aliases.
2014-05-06 Owen AndersonFix some obvious Doxygen comment bugs.
2014-05-06 David BlaikieUpdate comment from a recent commit.
2014-05-06 David BlaikiePR19598: Provide the ability to RAUW a declaration...
2014-05-06 Eric ChristopherRevert "Walk back commits for unused function parameter...
2014-05-06 Duncan P. N. Exon... blockfreq: Move include to .cpp
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-05-06 Richard SmithRevert r208025, which made buildbots unhappy for unknow...
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileS...
2014-05-06 Richard SmithAdd llvm::function_ref (and a couple of uses of it...
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-05-05 Eric ChristopherWalk back commits for unused function parameters -...
2014-05-05 Argyrios Kyrtzidis[Support/MemoryBuffer] Introduce a boolean parameter...
2014-05-05 Eric ChristopherRemove unused argument from AddFeature.
2014-05-05 Eric ChristopherFix typo (also tab character).
2014-05-05 Rafael EspindolaRemove the -disable-cfi option.
2014-05-05 Simon AtanasyanAdd range access to ELFFile's sections collection.
2014-05-04 Chandler Carruth[LCG] Add the last (and most complex) of the edge inser...
2014-05-03 David MajnemerIR: Cleanup AttributeSet::get for AttrBuilder
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-03 Rafael EspindolaRename member variable to try to fix the bots.
2014-05-03 Rafael EspindolaMove LTOModule and LTOCodeGenerator to the llvm namespace.
2014-05-03 Rafael EspindolaStyle fix: don't duplicate the method names.
2014-05-03 Rafael EspindolaStyle update: don't duplicate comments, they were getti...
2014-05-03 Karthik BhatVectorize intrinsic math function calls in SLPVectorizer.
2014-05-02 David BlaikieTry simplifying LexicalScopes ownership again.
2014-05-02 Rafael EspindolaRemove dead declaration.
2014-05-02 Nico WeberTeach GlobalDCE how to remove empty global_ctor entries.
2014-05-01 Juergen Ributzka[Stackmaps] Pacify windows buildbot.
2014-05-01 Juergen Ributzka[Stackmaps] Add command line option to specify the...
2014-05-01 Juergen Ributzka[Stackmaps] Refactor serialization code. No functional...
2014-05-01 Juergen Ributzka[Stackmaps] Replace the custom ConstantPool class with...
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
2014-05-01 Chandler Carruth[LCG] Add some basic methods for querying the parent...
2014-05-01 Chandler Carruth[LCG] Fix a bad bug in the new fancy iterator scheme...
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-05-01 Richard SmithSpeculatively roll back r207724-r207726, which are...
2014-04-30 David BlaikieLexicalScopes: Use unique_ptr to manage ownership of...
2014-04-30 David BlaikieLexicalScopes: use unique_ptr to own LexicalScope objects.
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2014-04-30 Jay FoadRemove unused field hash_state::seed.
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Douglas GregorFix a use of uninitialized memory in SmallVector's...
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 NAKAMURA Takumiraw_ostream::operator<<(StringRef): Avoid potential...
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-30 Chandler Carruth[ADT] Provide some helpful static_asserts for using...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 David BlaikieFix MSVC build broken by r207580
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-29 Andrea Di Biagio[Windows] Fix assertion failure when passing 'nul'...
2014-04-29 Duncan P. N. Exon... BranchProb: Simplify printing code
2014-04-29 Duncan P. N. Exon... Support: Remove out-of-date comments
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale() (again)
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale()
2014-04-29 Duncan P. N. Exon... blockfreq: Remove BlockMass*BlockMass
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2014-04-29 Duncan P. N. Exon... Support: Simplify BranchProbability operators
2014-04-29 Diego NovilloAdd optimization remarks to the loop unroller and vecto...
2014-04-29 Yaron KerenUpdated the link to the correct URL.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-29 Chandler Carruth[ADT] Make the iterator adaptor utility a touch more...
next