summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-25
* Remove duplication.Mikhail Glushenkov2009-06-25
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-24
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* remove dead makefile flags.Chris Lattner2009-06-24
* implement a bunch of synonyms for section switching.Chris Lattner2009-06-24
* add support for parsing and emitting .section directives. We can now parse Chris Lattner2009-06-24
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-24
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-24
* make the lexer unique strings it lexes instead of passing them back asChris Lattner2009-06-24
* Start flushing out MCContext.Daniel Dunbar2009-06-23
* Temporary copy-pasto to make examples compile.Mikhail Glushenkov2009-06-23
* Make llvmc work again.Mikhail Glushenkov2009-06-23
* refactor a bunch of X86 specific stuff out to its own file.Chris Lattner2009-06-23
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-23
* implement a trivial binary expression parser, we can now parse all of 176.gcc...Chris Lattner2009-06-23
* get a definition of strull on windows, thanks to Howard Su.Chris Lattner2009-06-23
* Recognize and handle ARM v7 target triples for Darwin.Bob Wilson2009-06-22
* Include cstdio to get EOF, needed with gcc-4.4.Duncan Sands2009-06-22
* process memory operands with a parenthesized expression for a displacement,Chris Lattner2009-06-22
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-22
* implement parser support for '*' operands, as in "call *%eax".Chris Lattner2009-06-22
* implement memory operand parsing.Chris Lattner2009-06-22
* start implementing some simple operand parsing.Chris Lattner2009-06-22
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* set up the top-level parsing loop.Chris Lattner2009-06-21
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-21
* add string literals.Chris Lattner2009-06-21
* hopefully fix the build on linux.Chris Lattner2009-06-21
* implement enough of a lexer to get through Olden/health/Output/health.llc.sChris Lattner2009-06-21
* oh yeah, cmake needs to be told explicitly about new files :)Chris Lattner2009-06-21
* some baby steps.Chris Lattner2009-06-21
* start wiring up support for asm parsing.Chris Lattner2009-06-21
* fix build problem pointed out by John Thompson!Chris Lattner2009-06-18
* fix file headerChris Lattner2009-06-18
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-18
* switch to using llvm/Target/TargetSelect.hChris Lattner2009-06-17
* Fix libLTO by #include'ing the initializers for all targets and all asmNick Lewycky2009-06-17
* Another small documentation update.Mikhail Glushenkov2009-06-17
* Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the nativeChris Lattner2009-06-17
* Remove support for building LLVM libraries into "relinked" Chris Lattner2009-06-16
* 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