2004-09-14 |
Misha Brukman | The Sparc linking .so problem extends to the sample... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Add notes about some buggy passes |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Remove unused pass |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Remove a long-dead pass. Actually, this pass was never... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Fix compilation warning. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Fix a compilation error. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Okay, the list of link-time passes wasn't such a hot... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Don't print newlines between passes in the pass list. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Don't print newlines between each library in the deplib... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Revamp the Register class, and allow the use of the... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Adjust to #include movage |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Update to reflect stkrc's new optimization capabilities. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Support substitution options for the W, M, and f options. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Support the -WX, -f -M options as pass throughs |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Implement the GetLibraryPath function. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Add the GetLibraryPath method. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Add support for the link-time pass list to Modules. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Misha Brukman | Sparc cannot link shared objects (libtool issue) which... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Simplify the sys::Memory interface per Chris' request. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Simplify the sys::Memory interface per Chris' request. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Clean up the interface and implementation of sys::Progr... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Chris Lattner | Changes to make this work with Jason's patch. I checke... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Change banner name to reflect actual program this Makef... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Get rid of compile warning by having llvmExecve return... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Initial implementation of llvm-ld: stolen from gccld. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Misha Brukman | Add LLEE into compilation, but not for Sparc |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Reid Spencer | Excise the -L option since llvm-link should not do... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Reid Spencer | Excise dependent library linking at Chris' request... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | Squelch compilation warnings on Sparc |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | * Fix grammar |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | Fix filename: Printer.cpp has become X86AsmPrinter.cpp |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | Unbreak doxygen, according to Reid. |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | Fix code spacing/alignment |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Fix the replace method to assert if an item was erased... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Correct the file header to reflect the new "examples... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Fix typo: sterror -> strerror |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Correct the dynamic lib suffix on Darwin. |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Provide initial implementations of Memory and Process... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Provide a generic Unix implementation of the Memory... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Provide a generic unix implementation of the Process... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implemented support for detecting file types by magic... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implementation of Process concept for SUSv2 platforms. |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implement dependent library processing and search paths... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Convert the Emitter to use the lib/System "Memory"... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Add library LLVMsystem.a because the JIT now needs it. |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Correct the interface of a function to use the correct... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implement the remove method for deleting entries from... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implement support for dependent libraries. The "source... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Change interface to use correct typedef so it will... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Make the dependent libraries list use a SetVector inste... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Initial commit of a file to declare the interface for... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Add methods for detecting file types by magic number... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Add methods for detecting different kinds of files... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Use llvm-link to link the .bc with testing.bc. This... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Print the dependent libraries when dumping bytecode. |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Brian Gaeke | Update to latest versions of config.guess and config... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Misha Brukman | Renamed file to SparcV8ISelSimple.cpp |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Brian Gaeke | Roll back constant printing changes until the problems... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Alkis Evlogimenos | Add assertion descriptiosn on type mismatches when... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Misha Brukman | Fix broken internal links (one found by seventwentyfour... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Alkis Evlogimenos | Grow the map on entry so that we don't crash if joinInt... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Misha Brukman | If updating from CVS gives error "No rule to make targe... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Misha Brukman | Fix broken link to the 2004 CGO paper. |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Chris Lattner | Add missing #include |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Brian Gaeke | Regenerated, to recognize mingw. |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Brian Gaeke | recognize MinGW |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Misha Brukman | Disable libprofile as it breaks the build on Sparc... |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Misha Brukman | Make file comment span the entire line |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Alkis Evlogimenos | Use a shorter form to express implicit use/defs in... |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Alkis Evlogimenos | A call instruction should implicitely define ST0 since... |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Brian Gaeke | This file does not need <iostream>, I think. |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Alkis Evlogimenos | Use a DenseMap for mapping reg->reg. This improves... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Brian Gaeke | Use libtool, not mklib (which somehow doesn't get gener... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Reid Spencer | Remove PAPIDIR, per brg |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Reid Spencer | bug 352 fixed |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Brian Gaeke | PAPI check has been moved to projects/reopt. |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Brian Gaeke | PAPI is not used here. |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Reid Spencer | Removed this file as its contents are now in the m4... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Reid Spencer | Remove variables and tests that were specific to the... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Reid Spencer | - Handle AC_CONFIG_SUBDIRS properly for existing "well... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Reid Spencer | - Perform all validity checks before doing anything. |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Reid Spencer | move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files. |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Reid Spencer | Individual autoconf function broken out of acincludes... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Misha Brukman | This is the documentation style sheet, not the one... |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Misha Brukman | Remove extraneous blank lines. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Misha Brukman | Add link to new howto on writing backends. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Misha Brukman | How to write an LLVM backend, first draft. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Misha Brukman | * Profile-guided needs a hyphen |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Misha Brukman | Reword to not use a link text `click here'. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Reid Spencer | Modify the lines of code counting mechanism to use... |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Reid Spencer | Added a tool to more accurately count the lines of... |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Nate Begeman | Add 64 bit divide instructions, and use them |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Reid Spencer | Remove double paren use in system() function so that... |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Reid Spencer | HTML 4.01 STRICT compliance. |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Reid Spencer | Make section separator comments 80 chars, not 70. |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Alkis Evlogimenos | Indent to 2 spaces and cleanup excess whitespace. |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Alkis Evlogimenos | Indent to 2 spaces. |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Reid Spencer | Remove configuration of test/Programs/* Makefiles. |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Reid Spencer | Added the configuration of the test/Makefile. |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Reid Spencer | Add HAS_U_INT64_T |
commit | commitdiff | tree | snapshot |
next |