aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-06-21rename SourceMgr::PrintError to PrintMessage.Chris Lattner
2009-06-21set up the top-level parsing loop.Chris Lattner
2009-06-21stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner
2009-06-21add string literals.Chris Lattner
2009-06-21hopefully fix the build on linux.Chris Lattner
2009-06-21implement enough of a lexer to get through Olden/health/Output/health.llc.sChris Lattner
2009-06-21oh yeah, cmake needs to be told explicitly about new files :)Chris Lattner
2009-06-21some baby steps.Chris Lattner
2009-06-21start wiring up support for asm parsing.Chris Lattner
2009-06-18fix build problem pointed out by John Thompson!Chris Lattner
2009-06-18fix file headerChris Lattner
2009-06-18Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner
2009-06-17switch to using llvm/Target/TargetSelect.hChris Lattner
2009-06-17Fix libLTO by #include'ing the initializers for all targets and all asmNick Lewycky
2009-06-17Another small documentation update.Mikhail Glushenkov
2009-06-17Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the nativeChris Lattner
2009-06-16Remove support for building LLVM libraries into "relinked" Chris Lattner
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor
2009-06-16Documentation update.Mikhail Glushenkov
2009-06-15Remove the gcc= option. llvm-gcc uses only as=Rafael Espindola
2009-06-09Bug fix:Rafael Espindola
2009-06-07A basic PIC16 toolchain driver.Mikhail Glushenkov
2009-06-07Add option for specifying the path to assembler, "as". This overrides the pathNick Lewycky
2009-06-05Add new function attribute - noimplicitfloatDevang Patel
2009-06-04Add new function attribute - noredzone. Devang Patel
2009-06-04CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor
2009-06-04<rdar://problem/6944342> libLTO for darwin should add -static when assembling .sNick Kledzik
2009-06-04<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik
2009-06-03<rdar://problem/6941517> C++ static constructors not preserved for static exe...Nick Kledzik
2009-06-03Change LTO to run the global opt pass twice.Daniel Dunbar
2009-06-03Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar
2009-06-03Switch opt to using StandardPasses.hDaniel Dunbar
2009-06-03CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes
2009-06-01update comments about .objc_ symbols being generatedNick Kledzik
2009-06-01<rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik
2009-06-01Add missing codenames to the .bc analyzer.Nick Lewycky
2009-05-30Untabify.Evan Cheng
2009-05-27CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes
2009-05-25Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky
2009-05-25Add a bisection step on the list of instructions before doing the linearNick Lewycky
2009-05-24Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin
2009-05-24Add -disable-global-remove option to bugpoint.Torok Edwin
2009-05-16Make sure the CXXFLAGS setting is picked up byDuncan Sands
2009-05-06The 'forward_as' property did not use its second argument.Mikhail Glushenkov
2009-05-05bugpoint for jit should just ignore GCC arguments.Evan Cheng
2009-05-04Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng
2009-05-01Fix a compiler warning on hosts where uint64_t isn't unsigned long long.Dan Gohman
2009-04-30Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky
2009-04-30Remove unused flags.Bill Wendling
2009-04-29Error out with bad optimization level specified.Bill Wendling