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