| Commit message (Expand) | Author | Age | Files | Lines |
| * | implement a trivial binary expression parser, we can now parse all of 176.gcc... | Chris Lattner | 2009-06-23 | 4 | -7/+84 |
| * | get a definition of strull on windows, thanks to Howard Su. | Chris Lattner | 2009-06-23 | 1 | -0/+1 |
| * | Recognize and handle ARM v7 target triples for Darwin. | Bob Wilson | 2009-06-22 | 1 | -0/+5 |
| * | Include cstdio to get EOF, needed with gcc-4.4. | Duncan Sands | 2009-06-22 | 1 | -1/+2 |
| * | process memory operands with a parenthesized expression for a displacement, | Chris Lattner | 2009-06-22 | 1 | -2/+12 |
| * | Implement full support for parsing primary expressions. We can now parse | Chris Lattner | 2009-06-22 | 5 | -5/+42 |
| * | implement parser support for '*' operands, as in "call *%eax". | Chris Lattner | 2009-06-22 | 1 | -6/+13 |
| * | implement memory operand parsing. | Chris Lattner | 2009-06-22 | 2 | -14/+132 |
| * | start implementing some simple operand parsing. | Chris Lattner | 2009-06-22 | 2 | -15/+121 |
| * | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner | 2009-06-21 | 5 | -16/+21 |
| * | set up the top-level parsing loop. | Chris Lattner | 2009-06-21 | 3 | -0/+59 |
| * | stub out parser for asm files. Change invariant on lexer to always | Chris Lattner | 2009-06-21 | 5 | -14/+102 |
| * | add string literals. | Chris Lattner | 2009-06-21 | 3 | -2/+35 |
| * | hopefully fix the build on linux. | Chris Lattner | 2009-06-21 | 1 | -0/+1 |
| * | implement enough of a lexer to get through Olden/health/Output/health.llc.s | Chris Lattner | 2009-06-21 | 3 | -10/+184 |
| * | oh yeah, cmake needs to be told explicitly about new files :) | Chris Lattner | 2009-06-21 | 1 | -0/+1 |
| * | some baby steps. | Chris Lattner | 2009-06-21 | 3 | -2/+201 |
| * | start wiring up support for asm parsing. | Chris Lattner | 2009-06-21 | 1 | -12/+45 |
| * | fix build problem pointed out by John Thompson! | Chris Lattner | 2009-06-18 | 1 | -1/+1 |
| * | fix file header | Chris Lattner | 2009-06-18 | 1 | -7/+3 |
| * | Add a skeleton driver for new machine code level fun. llvm-mc is meant | Chris Lattner | 2009-06-18 | 5 | -1/+86 |
| * | switch to using llvm/Target/TargetSelect.h | Chris Lattner | 2009-06-17 | 3 | -25/+12 |
| * | Fix libLTO by #include'ing the initializers for all targets and all asm | Nick Lewycky | 2009-06-17 | 1 | -9/+11 |
| * | Another small documentation update. | Mikhail Glushenkov | 2009-06-17 | 2 | -12/+13 |
| * | Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the native | Chris Lattner | 2009-06-17 | 1 | -0/+21 |
| * | Remove support for building LLVM libraries into "relinked" | Chris Lattner | 2009-06-16 | 1 | -2/+2 |
| * | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+2 |
| * | Documentation update. | Mikhail Glushenkov | 2009-06-16 | 2 | -22/+52 |
| * | Remove the gcc= option. llvm-gcc uses only as= | Rafael Espindola | 2009-06-15 | 1 | -12/+5 |
| * | Bug fix: | Rafael Espindola | 2009-06-09 | 1 | -1/+1 |
| * | A basic PIC16 toolchain driver. | Mikhail Glushenkov | 2009-06-07 | 8 | -0/+287 |
| * | Add option for specifying the path to assembler, "as". This overrides the path | Nick Lewycky | 2009-06-07 | 1 | -0/+10 |
| * | Add new function attribute - noimplicitfloat | Devang Patel | 2009-06-05 | 1 | -0/+7 |
| * | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 1 | -1/+9 |
| * | CMake: Use explicit dependencies for Xcode (as well as MSVC), to make | Douglas Gregor | 2009-06-04 | 1 | -3/+3 |
| * | <rdar://problem/6944342> libLTO for darwin should add -static when assembling .s | Nick Kledzik | 2009-06-04 | 1 | -0/+4 |
| * | <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass... | Nick Kledzik | 2009-06-04 | 4 | -11/+36 |
| * | <rdar://problem/6941517> C++ static constructors not preserved for static exe... | Nick Kledzik | 2009-06-03 | 1 | -13/+14 |
| * | Change LTO to run the global opt pass twice. | Daniel Dunbar | 2009-06-03 | 2 | -2/+1 |
| * | Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. | Daniel Dunbar | 2009-06-03 | 2 | -119/+9 |
| * | Switch opt to using StandardPasses.h | Daniel Dunbar | 2009-06-03 | 1 | -126/+21 |
| * | CMake: Implements and documents option LLVM_ENABLE_ASSERTS. | Oscar Fuentes | 2009-06-03 | 1 | -1/+0 |
| * | update comments about .objc_ symbols being generated | Nick Kledzik | 2009-06-01 | 1 | -2/+20 |
| * | <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols | Nick Kledzik | 2009-06-01 | 2 | -18/+152 |
| * | Add missing codenames to the .bc analyzer. | Nick Lewycky | 2009-06-01 | 1 | -0/+4 |
| * | Untabify. | Evan Cheng | 2009-05-30 | 1 | -1/+1 |
| * | CMake: Set LIBS on llvm-config so we can query the system libraries | Oscar Fuentes | 2009-05-27 | 1 | -1/+6 |
| * | Fix the crash debugger to actually bisect globals once it's determined that it | Nick Lewycky | 2009-05-25 | 1 | -1/+1 |
| * | Add a bisection step on the list of instructions before doing the linear | Nick Lewycky | 2009-05-25 | 1 | -0/+92 |
| * | Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself | Edwin Török | 2009-05-24 | 1 | -0/+3 |