summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov2009-08-05
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-05
* lli doesn't need <iostream> anymore.Dan Gohman2009-08-05
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* No really, it's unused.Daniel Dunbar2009-08-04
* Provide target data from the module if the target machine doesn't have any.Daniel Dunbar2009-08-03
* Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.Nick Lewycky2009-08-03
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-03
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-03
* Make SectionKind::get() private.Chris Lattner2009-08-02
* update for API change.Chris Lattner2009-08-01
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-01
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-01
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-31
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* fix some more issues where we expected GetSection to do "get or create"Chris Lattner2009-07-31
* fix a bunch of failing tests now that MCContext::GetSection doesn't create se...Chris Lattner2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Handle NamedMDNode.Devang Patel2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Add a bugpoint flag to disable block extraction.David Goodwin2009-07-28
* Update CMakeListsDaniel Dunbar2009-07-28
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-28
* Make expression parsing and error/warning reporting available through theDaniel Dunbar2009-07-28
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-28
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Switch X86 assembly parser to using the generic lexer interface.Daniel Dunbar2009-07-28
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-28
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-28
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-28
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-28
* Remove memory corruption bug. string.c_str() was returning a temporary that wasNick Lewycky2009-07-28
* llvm-mc: Factor AsmToken class out of AsmLexer.Daniel Dunbar2009-07-28
* llvm-mc: Stop uniqueing string tokens, nothing actually uses this.Daniel Dunbar2009-07-28
* Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman2009-07-27
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-27
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-27
* Fix libLTO:Nick Lewycky2009-07-26
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-26
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-26
* One more getName -> getNameStrDaniel Dunbar2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23