summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Documentation update.Mikhail Glushenkov2009-06-16
* Remove the gcc= option. llvm-gcc uses only as=Rafael Espindola2009-06-15
* Bug fix:Rafael Espindola2009-06-09
* A basic PIC16 toolchain driver.Mikhail Glushenkov2009-06-07
* Add option for specifying the path to assembler, "as". This overrides the pathNick Lewycky2009-06-07
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Add new function attribute - noredzone. Devang Patel2009-06-04
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-04
* <rdar://problem/6944342> libLTO for darwin should add -static when assembling .sNick Kledzik2009-06-04
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-04
* <rdar://problem/6941517> C++ static constructors not preserved for static exe...Nick Kledzik2009-06-03
* Change LTO to run the global opt pass twice.Daniel Dunbar2009-06-03
* Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar2009-06-03
* Switch opt to using StandardPasses.hDaniel Dunbar2009-06-03
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-03
* update comments about .objc_ symbols being generatedNick Kledzik2009-06-01
* <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-01
* Add missing codenames to the .bc analyzer.Nick Lewycky2009-06-01
* Untabify.Evan Cheng2009-05-30
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-27
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-25
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-25
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-24
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-24
* Make sure the CXXFLAGS setting is picked up byDuncan Sands2009-05-16
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-06
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-05
* Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng2009-05-04
* Fix a compiler warning on hosts where uint64_t isn't unsigned long long.Dan Gohman2009-05-01
* Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky2009-04-30
* Remove unused flags.Bill Wendling2009-04-30
* Error out with bad optimization level specified.Bill Wendling2009-04-29
* Remove LTO optimization level.Bill Wendling2009-04-29
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Don't use 'false' for 'fast isel' here.Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* give bitstreamreader an API to ignore names for blocks/records,Chris Lattner2009-04-27
* Print statistics for each record kind saying the number of bitsChris Lattner2009-04-27
* clean up the output of llvm-bcanalyzer by using printfChris Lattner2009-04-27
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-27
* Add two new record types to the blockinfo block:Chris Lattner2009-04-26
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-26
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-25
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-24
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-22
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-21
* Remove clang since its conditionally there already.Tanya Lattner2009-04-20