| Commit message (Expand) | Author | Age | Files | Lines |
* | SDNodes may have at most one Flag result. Update this comment | Dan Gohman | 2008-10-25 | 1 | -2/+2 |
* | Move the code that adds the DeadMachineInstructionElimPass from | Dan Gohman | 2008-10-25 | 2 | -4/+5 |
* | Related to PR2911, reject as invalid non-pointer GC roots. | Gordon Henriksen | 2008-10-25 | 2 | -2/+14 |
* | Support for allocation of TLS variables in the JIT. Allocation of a global | Nicolas Geoffray | 2008-10-25 | 7 | -14/+72 |
* | Generate code for TLS instructions. | Nicolas Geoffray | 2008-10-25 | 3 | -4/+27 |
* | Added MIPS release notes. | Bruno Cardoso Lopes | 2008-10-25 | 1 | -1/+20 |
* | CMake: Directed bug reports to llvmbugs. | Oscar Fuentes | 2008-10-25 | 1 | -2/+1 |
* | CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added. | Oscar Fuentes | 2008-10-25 | 1 | -0/+9 |
* | CMake: MSVC++ no longer uses a special configuration method. | Oscar Fuentes | 2008-10-25 | 4 | -30/+52 |
* | CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in. | Oscar Fuentes | 2008-10-25 | 1 | -0/+13 |
* | CMake: Cross-platform support for using pre-generated llvmAsmParser.cpp and l... | Oscar Fuentes | 2008-10-25 | 1 | -25/+18 |
* | If val# def is ~0U, meaning it's defined by a PHI, and it's previously split,... | Evan Cheng | 2008-10-25 | 2 | -9/+35 |
* | Mark MFCR as reading all condition code registers. | Dale Johannesen | 2008-10-24 | 1 | -0/+2 |
* | Rewrite logic to figure out whether LR needs to | Dale Johannesen | 2008-10-24 | 2 | -32/+34 |
* | Be kind to non-x86 hosts. | Dale Johannesen | 2008-10-24 | 2 | -2/+2 |
* | move the note to the correct README | Torok Edwin | 2008-10-24 | 2 | -95/+97 |
* | add note about va_arg code on x86 and x86-64 | Torok Edwin | 2008-10-24 | 1 | -0/+94 |
* | Fix a pasto. | Evan Cheng | 2008-10-24 | 1 | -1/+1 |
* | Fix translateX86CC: if SetCCOpcode is SETULE and | Duncan Sands | 2008-10-24 | 2 | -13/+27 |
* | Modify the cmake build system so that if it doesn't find bison, it will use t... | Cedric Venet | 2008-10-24 | 2 | -6/+30 |
* | Add a file to VC++ proj. | Steve Naroff | 2008-10-24 | 1 | -13/+17 |
* | Don't try to create a mask when we don't need one. Fixes a crash. | Nick Lewycky | 2008-10-24 | 2 | -4/+14 |
* | Fix a end() dereference; remove an abort() that wasn't meant to be left in. | Evan Cheng | 2008-10-24 | 1 | -5/+4 |
* | Add value range analyzing of Add and Sub. | Nick Lewycky | 2008-10-24 | 1 | -9/+73 |
* | Avoid splitting an interval multiple times; avoid splitting re-materializable... | Evan Cheng | 2008-10-24 | 6 | -51/+195 |
* | Fix constant-offset emission for x86-64 absolute addresses. This | Dan Gohman | 2008-10-24 | 3 | -11/+58 |
* | Add file to VC++ project. | Steve Naroff | 2008-10-24 | 1 | -13/+17 |
* | Initialize uninitialized variable. | Dale Johannesen | 2008-10-24 | 1 | -1/+1 |
* | Added raw_fd_ostream::close(). | Ted Kremenek | 2008-10-23 | 2 | -3/+17 |
* | Changes to make the Windows build work... | Steve Naroff | 2008-10-23 | 3 | -116/+131 |
* | Committing a good chunk of the pre-register allocation live interval splittin... | Evan Cheng | 2008-10-23 | 3 | -12/+611 |
* | Mark defs and uses of CTR and LR correctly. | Dale Johannesen | 2008-10-23 | 2 | -11/+30 |
* | Make sure to set stdout to binary when writing bitcode files via | Daniel Dunbar | 2008-10-23 | 1 | -0/+3 |
* | Fix thinko - the operand number has nothing to do | Duncan Sands | 2008-10-23 | 2 | -3/+3 |
* | Introduce INT64_C macro and unbreak LLVM on MSVC. | Argyrios Kyrtzidis | 2008-10-23 | 1 | -0/+3 |
* | make this test not depend on how the system header defines memset. | Chris Lattner | 2008-10-23 | 1 | -1/+2 |
* | Change create*Pass factory functions to return Pass* instead of | Daniel Dunbar | 2008-10-22 | 10 | -19/+18 |
* | Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T... | Ted Kremenek | 2008-10-22 | 1 | -1/+1 |
* | remove extraneous #ifdef's | Jim Grosbach | 2008-10-22 | 1 | -4/+0 |
* | Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. | Daniel Dunbar | 2008-10-22 | 3 | -5/+35 |
* | Remove allocation of unused stack slot. | Dale Johannesen | 2008-10-22 | 1 | -6/+0 |
* | Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic. | Julien Lerouge | 2008-10-22 | 1 | -6/+5 |
* | [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s... | Gordon Henriksen | 2008-10-22 | 7 | -7/+7 |
* | Regenerate. | Gordon Henriksen | 2008-10-22 | 1 | -1032/+3309 |
* | [PR2886] Don't look for ocaml's .opt executables; something in the autoconf/t... | Gordon Henriksen | 2008-10-22 | 1 | -4/+4 |
* | LegalizeTypes soft-float support for fpow. | Duncan Sands | 2008-10-22 | 2 | -1/+15 |
* | Get this working with LegalizeTypes: (1) don't | Duncan Sands | 2008-10-22 | 1 | -5/+9 |
* | Regenerate configure | Torok Edwin | 2008-10-22 | 1 | -3305/+1075 |
* | Unbreak LLVM on the MSVC compiler: | Argyrios Kyrtzidis | 2008-10-22 | 3 | -2/+5 |
* | Use spaces rather than tab. | Duncan Sands | 2008-10-22 | 1 | -1/+1 |