2008-10-26 |
Nick Lewycky | Remove -check-exit-code from bugpoint. This is subsumed... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | fix PR2953, an off-by-one error handling formatted... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | remove eh output from this test. |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Cedric Venet | Add a default constructor to AsmWriterOperand to make... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Evan Cheng | Do not shrink wrap live interval in a mbb if it's livei... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Oscar Fuentes | Return something (i.e. NULL) from an unimplemented... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Oscar Fuentes | CMake: If we have `clang' under the `tools/' subdirecto... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Oscar Fuentes | CMake: Support for LLVM_USED_LIBS variable, which is... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Oscar Fuentes | CMake: Removed unnecessary macro definitions. They... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Oscar Fuentes | CMake: GetTargetTriple: new module for determining... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Bill Wendling | Fix type-o in ExprMapKeyType::operator ==(). The "... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Evan Cheng | Handle cases where there aren't uses in the barrier... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Evan Cheng | Add storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlo... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Dan Gohman | Make comments and code for QuietWarnings and QuietErrors |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Dan Gohman | SDNodes may have at most one Flag result. Update this... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Dan Gohman | Move the code that adds the DeadMachineInstructionElimP... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Gordon Henriksen | Related to PR2911, reject as invalid non-pointer GC... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Nicolas Geoffray | Support for allocation of TLS variables in the JIT... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Nicolas Geoffray | Generate code for TLS instructions. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Bruno Cardoso... | Added MIPS release notes. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Oscar Fuentes | CMake: Directed bug reports to llvmbugs. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Oscar Fuentes | CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Oscar Fuentes | CMake: MSVC++ no longer uses a special configuration... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Oscar Fuentes | CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Oscar Fuentes | CMake: Cross-platform support for using pre-generated... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Evan Cheng | If val# def is ~0U, meaning it's defined by a PHI,... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dale Johannesen | Mark MFCR as reading all condition code registers. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dale Johannesen | Rewrite logic to figure out whether LR needs to |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dale Johannesen | Be kind to non-x86 hosts. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Torok Edwin | move the note to the correct README |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Torok Edwin | add note about va_arg code on x86 and x86-64 |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Evan Cheng | Fix a pasto. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Duncan Sands | Fix translateX86CC: if SetCCOpcode is SETULE and |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Cedric Venet | Modify the cmake build system so that if it doesn't... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Steve Naroff | Add a file to VC++ proj. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Nick Lewycky | Don't try to create a mask when we don't need one.... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Evan Cheng | Fix a end() dereference; remove an abort() that wasn... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Nick Lewycky | Add value range analyzing of Add and Sub. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Evan Cheng | Avoid splitting an interval multiple times; avoid split... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dan Gohman | Fix constant-offset emission for x86-64 absolute addres... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Steve Naroff | Add file to VC++ project. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dale Johannesen | Initialize uninitialized variable. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Added raw_fd_ostream::close(). |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Steve Naroff | Changes to make the Windows build work... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Evan Cheng | Committing a good chunk of the pre-register allocation... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dale Johannesen | Mark defs and uses of CTR and LR correctly. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Daniel Dunbar | Make sure to set stdout to binary when writing bitcode... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Duncan Sands | Fix thinko - the operand number has nothing to do |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Argyrios Kyrtzidis | Introduce INT64_C macro and unbreak LLVM on MSVC. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Chris Lattner | make this test not depend on how the system header... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Daniel Dunbar | Change create*Pass factory functions to return Pass... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Ted Kremenek | Fix incorrect testing for the end of the both strings... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Jim Grosbach | remove extraneous #ifdef's |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Daniel Dunbar | Add raw_ostream versions of WriteBitcodeToFile and... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Dale Johannesen | Remove allocation of unused stack slot. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Julien Lerouge | Fix for PR2881: fix a small leak exposed by valgrind... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Gordon Henriksen | [PR2886] Ignore stderr from ocamlc since it prints... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Gordon Henriksen | [PR2886] Don't look for ocaml's .opt executables; somet... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Duncan Sands | LegalizeTypes soft-float support for fpow. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Duncan Sands | Get this working with LegalizeTypes: (1) don't |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Torok Edwin | Regenerate configure |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Argyrios Kyrtzidis | Unbreak LLVM on the MSVC compiler: |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Duncan Sands | Use spaces rather than tab. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Duncan Sands | Be nice to CellSPU: for this target getSetCCResultType |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Duncan Sands | Port from LegalizeDAG the logic to only generate |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Duncan Sands | Add some comments explaining the meaning of a boolean |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Duncan Sands | Temporarily allow the operands of a BUILD_VECTOR |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Chris Lattner | Fix PR2907 by digging through constant expressions... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Daniel Dunbar | Move Print*Pass to use raw_ostream. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Oscar Fuentes | CMake: `make install' for libraries, executables and... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Oscar Fuentes | CMake: use add_llvm_example for HowToUseJIT. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Oscar Fuentes | CMake: Turned some libraries into partially linked... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Dale Johannesen | Adjust comments for pedantic satisfaction. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Bill Wendling | Fix comment to name "TokenFactor" instead of "Token... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Oscar Fuentes | CMake: updated lib/VMCore/CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Daniel Dunbar | Privatize PrintModulePass and PrintFunctionPass and add |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dale Johannesen | Add comments to explain uint64->f64 algorithm, |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dale Johannesen | Add an SSE2 algorithm for uint64->f64 conversion. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Fix SelectionDAGBuild lowering of Select instructions to |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Daniel Dunbar | Clear raw_fd_ostream error string on success and explai... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Updated email address. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Implement the optimized FCMP_OEQ/FCMP_UNE code for... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Torok Edwin | Fix make check on Solaris 10/x86: the default grep... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Jim Grosbach | use pre-UAL mnemonics for push/pop for compilaton callb... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Nuno Lopes | fix a tricky bug in the JIT global variable emitter... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Ted Kremenek | constify some methods and variables in ImmutableList. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Chris Lattner | really fix run line |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Chris Lattner | fix run line |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Chris Lattner | remove some unneeded eh generation |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Disable constant-offset folding for PowerPC, as the... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Don't create TargetGlobalAddress nodes with offsets... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Optimized FCMP_OEQ and FCMP_UNE for x86. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | When the coalescer is doing rematerializing, have it... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Make the NaN test come second, heuristically assuming |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Use Function::getEntryBlock() instead of Function:... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Oscar Fuentes | CMake: updated lib/CodeGen/CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dan Gohman | Fix a bug that prevented llvm-extract -delete from... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Chris Lattner | Fix gcc.c-torture/compile/920520-1.c by inserting bitco... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Evan Cheng | Add skeleton for the pre-register allocation live inter... |
commit | commitdiff | tree | snapshot |
next |