2003-06-24 |
Chris Lattner | Testcase reduced by bugpoint
|
commit | commitdiff | tree |
2003-06-24 |
Chris Lattner | Run the tail dup tests
|
commit | commitdiff | tree |
2003-06-23 |
Chris Lattner | Implement new transforms:
|
commit | commitdiff | tree |
2003-06-23 |
Chris Lattner | Fix comment
|
commit | commitdiff | tree |
2003-06-23 |
Chris Lattner | Yet another testcase
|
commit | commitdiff | tree |
2003-06-23 |
Chris Lattner | Test cases for when casts to bool can be eliminated
|
commit | commitdiff | tree |
2003-06-23 |
Chris Lattner | Add support for GCC 3.3
|
commit | commitdiff | tree |
2003-06-23 |
Chris Lattner | New testcase for a GCC bug
|
commit | commitdiff | tree |
2003-06-23 |
Chris Lattner | avoid dividing by zero when dealing with zero sized...
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | New testcase narrowed down by Joel
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Add paranoia checking
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | New testcases
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Initial checkin
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Test change
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Add tail duplication pass to the pipeline, move the...
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Add prototype for tail-dup pass
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Initial checkin of Tail duplication pass.
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Do not use the inefficient, fixed function, CBW, CDQ...
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Get rid of WORDSIZE macro which can pollute untold...
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Whoops, accidentally lost a #include
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Remove support for the MultiObject flag, which was...
|
commit | commitdiff | tree |
2003-06-22 |
Chris Lattner | Remove support for the MultiObject flag, which was...
|
commit | commitdiff | tree |
2003-06-21 |
Chris Lattner | Instcombine cast (getelementptr Ptr, 0, 0, 0) to ....
|
commit | commitdiff | tree |
2003-06-21 |
Chris Lattner | Add testcase for reason that typesafety of power is...
|
commit | commitdiff | tree |
2003-06-21 |
Chris Lattner | Clarify that variables must be global
|
commit | commitdiff | tree |
2003-06-21 |
Chris Lattner | update documentation about columns
|
commit | commitdiff | tree |
2003-06-21 |
Chris Lattner | Minor simplification to 64-bit instsel
|
commit | commitdiff | tree |
2003-06-21 |
Chris Lattner | For 16 and 32-bit multiplies, use the IMUL instruction...
|
commit | commitdiff | tree |
2003-06-21 |
Chris Lattner | Add IMULr16 & IMULr32 instructions
|
commit | commitdiff | tree |
2003-06-21 |
Chris Lattner | Generate code for LONG indexes to getelementptr instructions...
|
commit | commitdiff | tree |
2003-06-20 |
Chris Lattner | Some preprocessors doen't support // comments and get...
|
commit | commitdiff | tree |
2003-06-20 |
Chris Lattner | Remove obsolete support for LD_LIBRARY_PATH
|
commit | commitdiff | tree |
2003-06-20 |
Chris Lattner | Minor cleanups
|
commit | commitdiff | tree |
2003-06-20 |
Chris Lattner | Fix problem building optmized build
|
commit | commitdiff | tree |
2003-06-20 |
Chris Lattner | Fix the build. :(
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | Changes to privatize NodeType
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | * Changes to make NodeType be private to DSNode.
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | Lots of changes to make the NodeType field private...
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | Remove usage of sys/unistd.h
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | Funcresolve no longer performs nicification of resolved...
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | Update comments
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | The actual nicification of calls is now implemented...
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | Implement the functionality of InstCombine/call.ll
|
commit | commitdiff | tree |
2003-06-19 |
Chris Lattner | Remove a bunch of complicated code. The functionality...
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | Diversify examples
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | fix incorrect anchor
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | Move llvm tools to the start of the testrunner path...
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | Detemplatize the PATypeHandle class, which was only...
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | Remove extra line
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | Reindent code to match the rest of the file
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | Fix breakage due to John's recent changes
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | Add new DAE pass to gccld. It does not add cause any...
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | Handle arguments passed in through the va_arg area
|
commit | commitdiff | tree |
2003-06-18 |
Chris Lattner | These instructions really take three operands. This...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Make testcase more interesting, remove absolute path...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Initial checkin of DAE pass
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | * Add new CallSite::get factory method
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Add new op_erase method
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Make sure accessor is properly doxygenized. It wants...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Add accessor
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Fix to mesh with Johns recent changes
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Make CallSite's default constructable, copyable, and...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Life is too short. Link in too much stuff on Linux...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | The never-ending odyssey trying to get sparc to link
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Make sure to get the value of ARCH before we use it
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Do not link in the Sparc JIT when building on X86....
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Apparently "sparc" is a macro on sparcs. Ugh. :)
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Whoops, didn't mean to check that in :(
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Use more structured command line option processing
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | #ifdef out code that only applies when the HOSTARCH...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Implement handling of constantexprs for disambiguation...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Add new testcase
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Avoid divide by zero errors
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Fix misspelling of ExtraSources, hopefully to unbreak...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Fairly major change: emit fixed sized allocas in the...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Don't corrupt memory when removing an instruction from...
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Just _EXTEND_ the current path. Don't replace it....
|
commit | commitdiff | tree |
2003-06-17 |
Chris Lattner | Arg, sparc doesn't have correct things in math.h!
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Actually, change it to use explicit new/delete, which...
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Remove usage of alloca
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Remove two using decls
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | move contents of include/llvm/Reoptimizer/Mapping/FInfo...
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Minor tweak to make testcase less simple
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | New testcase identified by joel
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | New testcase identified by joel
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Fix final linking errors
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Fix link errors by adding main's
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Fix link problem
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Fix typeo
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Add prototype for the new DAE pass
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Fix bug: ADCE/2003-06-11-InvalidCFG.ll
|
commit | commitdiff | tree |
2003-06-16 |
Chris Lattner | Fix bug: CBackend/2003-06-11-HexConstant.ll
|
commit | commitdiff | tree |
next |