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