aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-215-16/+21
* set up the top-level parsing loop.Chris Lattner2009-06-213-0/+59
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-215-14/+102
* add string literals.Chris Lattner2009-06-213-2/+35
* hopefully fix the build on linux.Chris Lattner2009-06-211-0/+1
* implement enough of a lexer to get through Olden/health/Output/health.llc.sChris Lattner2009-06-213-10/+184
* oh yeah, cmake needs to be told explicitly about new files :)Chris Lattner2009-06-211-0/+1
* some baby steps.Chris Lattner2009-06-213-2/+201
* start wiring up support for asm parsing.Chris Lattner2009-06-211-12/+45
* fix build problem pointed out by John Thompson!Chris Lattner2009-06-181-1/+1
* fix file headerChris Lattner2009-06-181-7/+3
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-185-1/+86
* switch to using llvm/Target/TargetSelect.hChris Lattner2009-06-173-25/+12
* Fix libLTO by #include'ing the initializers for all targets and all asmNick Lewycky2009-06-171-9/+11
* Another small documentation update.Mikhail Glushenkov2009-06-172-12/+13
* Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the nativeChris Lattner2009-06-171-0/+21
* Remove support for building LLVM libraries into "relinked" Chris Lattner2009-06-161-2/+2
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+2
* Documentation update.Mikhail Glushenkov2009-06-162-22/+52
* Remove the gcc= option. llvm-gcc uses only as=Rafael Espindola2009-06-151-12/+5
* Bug fix:Rafael Espindola2009-06-091-1/+1
* A basic PIC16 toolchain driver.Mikhail Glushenkov2009-06-078-0/+287
* Add option for specifying the path to assembler, "as". This overrides the pathNick Lewycky2009-06-071-0/+10
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-0/+7
* Add new function attribute - noredzone. Devang Patel2009-06-041-1/+9
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-041-3/+3
* <rdar://problem/6944342> libLTO for darwin should add -static when assembling .sNick Kledzik2009-06-041-0/+4
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-044-11/+36
* <rdar://problem/6941517> C++ static constructors not preserved for static exe...Nick Kledzik2009-06-031-13/+14
* Change LTO to run the global opt pass twice.Daniel Dunbar2009-06-032-2/+1
* Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar2009-06-032-119/+9
* 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