summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Simplify this code so that it doesn't depend on raw_ostream being copyable.Dan Gohman2009-08-13
* Update llvm-prof for ProfileInfo API changes.Daniel Dunbar2009-08-13
* This void is implicit in C++.Dan Gohman2009-08-12
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-12
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-12
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-11
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Silence MSVC warning.Benjamin Kramer2009-08-11
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-11
* llvm-mc: Honor -o option (and add -f).Daniel Dunbar2009-08-11
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-11
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* add a fixmeChris Lattner2009-08-10
* fix some warnings for the MSVC build, by Yonggang Luo!Chris Lattner2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* switch this to create coff sections for now, it doesn't really matter for Chris Lattner2009-08-08
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-08
* More ProfileInfo improvements.Daniel Dunbar2009-08-08
* Always initialize AsmConds.Benjamin Kramer2009-08-08
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-07
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-07
* llvm-ld has a new option called -b to specify the name of bitcode output file...Sanjiv Gupta2009-08-06
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-05
* Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman2009-08-05
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-05
* 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