aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* switch this to create coff sections for now, it doesn't really matter for Chris Lattner2009-08-082-5/+5
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-081-16/+15
* More ProfileInfo improvements.Daniel Dunbar2009-08-081-10/+25
* Always initialize AsmConds.Benjamin Kramer2009-08-081-0/+2
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-073-2/+211
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-071-1/+1
* llvm-ld has a new option called -b to specify the name of bitcode output file...Sanjiv Gupta2009-08-061-1/+1
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-1/+2
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-051-4/+3
* Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman2009-08-052-11/+7
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-056-47/+53
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-051-71/+56
* Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov2009-08-051-2/+4
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-054-6/+14
* lli doesn't need <iostream> anymore.Dan Gohman2009-08-051-1/+0
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-042-2/+2
* No really, it's unused.Daniel Dunbar2009-08-043-5/+3
* Provide target data from the module if the target machine doesn't have any.Daniel Dunbar2009-08-031-2/+13
* Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.Nick Lewycky2009-08-033-21/+1
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-034-18/+4
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-033-28/+52
* Make SectionKind::get() private.Chris Lattner2009-08-021-1/+1
* update for API change.Chris Lattner2009-08-012-4/+5
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-012-5/+7
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-012-43/+63
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-311-5/+7
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-314-7/+4
* fix some more issues where we expected GetSection to do "get or create"Chris Lattner2009-07-311-2/+12
* fix a bunch of failing tests now that MCContext::GetSection doesn't create se...Chris Lattner2009-07-312-4/+16
* Move more code back to 2.5 APIs.Owen Anderson2009-07-302-2/+2
* Handle NamedMDNode.Devang Patel2009-07-301-0/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-292-5/+4
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+1
* Add a bugpoint flag to disable block extraction.David Goodwin2009-07-281-1/+5
* Update CMakeListsDaniel Dunbar2009-07-281-1/+0
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-284-278/+2
* Make expression parsing and error/warning reporting available through theDaniel Dunbar2009-07-281-24/+15
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-282-21/+27
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-282-2/+2
* Switch X86 assembly parser to using the generic lexer interface.Daniel Dunbar2009-07-281-28/+28
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-282-81/+6
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-283-9/+6
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-284-37/+34
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-285-210/+213
* Remove memory corruption bug. string.c_str() was returning a temporary that wasNick Lewycky2009-07-281-2/+2
* llvm-mc: Factor AsmToken class out of AsmLexer.Daniel Dunbar2009-07-282-83/+108
* llvm-mc: Stop uniqueing string tokens, nothing actually uses this.Daniel Dunbar2009-07-282-20/+4
* Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman2009-07-271-1/+1
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-273-7/+16
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-1/+1