aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Switch opt to using StandardPasses.hDaniel Dunbar2009-06-031-126/+21
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-031-1/+0
* update comments about .objc_ symbols being generatedNick Kledzik2009-06-011-2/+20
* <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-012-18/+152
* Add missing codenames to the .bc analyzer.Nick Lewycky2009-06-011-0/+4
* Untabify.Evan Cheng2009-05-301-1/+1
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-271-1/+6
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-251-1/+1
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-251-0/+92
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-241-0/+3
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-241-1/+6
* Make sure the CXXFLAGS setting is picked up byDuncan Sands2009-05-161-2/+2
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-061-1/+1
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-051-5/+0
* Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng2009-05-042-11/+25
* Fix a compiler warning on hosts where uint64_t isn't unsigned long long.Dan Gohman2009-05-011-1/+1
* Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky2009-04-304-6/+38
* Remove unused flags.Bill Wendling2009-04-301-4/+3
* Error out with bad optimization level specified.Bill Wendling2009-04-291-1/+3
* Remove LTO optimization level.Bill Wendling2009-04-292-3/+2
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-293-9/+26
* Don't use 'false' for 'fast isel' here.Bill Wendling2009-04-291-2/+2
* Second attempt:Bill Wendling2009-04-291-5/+10
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-10/+5
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-5/+10
* give bitstreamreader an API to ignore names for blocks/records,Chris Lattner2009-04-271-0/+1
* Print statistics for each record kind saying the number of bitsChris Lattner2009-04-271-3/+24
* clean up the output of llvm-bcanalyzer by using printfChris Lattner2009-04-271-8/+17
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-271-0/+8
* Add two new record types to the blockinfo block:Chris Lattner2009-04-261-8/+32
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-261-3/+3
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-251-0/+6
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-243-9/+22
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-223-27/+45
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-211-7/+7
* Remove clang since its conditionally there already.Tanya Lattner2009-04-201-1/+1
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-201-1/+1
* Use .empty() instead of .size().Dan Gohman2009-04-201-2/+2
* Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling2009-04-181-7/+7
* Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov2009-04-181-7/+7
* Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling2009-04-181-7/+7
* Add a configure check for llvm-gcc.Mikhail Glushenkov2009-04-181-7/+7
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-8/+10
* Accommodate empty string for build type. This was previously causing an errorTed Kremenek2009-04-081-1/+1
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-071-21/+20
* stub out code for reading record with blobs as blobs. Not active yet.Chris Lattner2009-04-061-4/+25
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-061-6/+15
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-041-3/+8
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-041-17/+6
* CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes2009-04-031-7/+7