2006-07-27 |
Reid Spencer | Add instructions for building a cross-compiler. Patch... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Reduce the padding on the doc_notes style. It was set... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Bump version # |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Add some advice |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Use std::copy instead of custom loops to take advantage... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jim Laskey | Use the predicate. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | I made a stupid mistake when adding support for -use... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | added support for the -use-gmake option. This will... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Nate Begeman | Support jump tables when in PIC relocation model |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jim Laskey | Prevent creation of MachineDebugInfo for intel unless... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | This change will allow support for SunOS to the testing... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Fix warning on linux |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Fix a case where LegalizeAllNodesNotLeadingTo could... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Evan Cheng | Fix for bug 840. Only use noinline attribute if gcc... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | For PR814: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Avoid a "scary" make warning for the 1.8 release. ... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Rename RelocModel::PIC to PIC_, to avoid conflicts... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | Remove an extraneous use of ${ac_exeext}. Patch by... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | For PR814: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | allow this to pass on non-x86 machines |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Fix the build on win32 |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Don't test an example |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Reduce work done for directory traversal in srcdir... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Add llvm2cpp to DIRs list |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Revamp this to use filter-out, which makes the logic... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | Make changes necessary for stopping the build if a... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | Build llvm-config to identify library cycles earlier... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | For PR780: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | For PR780: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Jim Laskey | No Need to live in the past. |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Add a new llvm::SmallVector template, which is similar... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Jim Laskey | Moving this function to a permanent home to prevent... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Reid Spencer | Initialize some variables the compiler warns about. |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Evan Cheng | - Refactor the code that resolve basic block references... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Evan Cheng | Can't commute shufps. The high / low parts elements... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Rafael Espindola | implement function calling of functions with up to... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Reid Spencer | Add a feature for debugging library dependency cycles... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Evan Cheng | XFAIL for now. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Patrick Jenkins | Fixing a syntax error and adding buildtype to the ... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Patrick Jenkins | When the ability to gather .a and .o file sizes was... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Nate Begeman | Fix the build on my old and busted version of OS X |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Evan Cheng | Forgot to #ifdef __APPLE__ |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Patrick Jenkins | added status message during nightly test |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Evan Cheng | Done. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Evan Cheng | Workaround no longer needed. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Evan Cheng | Resolve __dso_handle. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Evan Cheng | Removed a hack intended to allow (store (op (load)... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Patrick Jenkins | Added a check to skip dejagnu test results gathering... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Patrick Jenkins | Fixed an issue of variable scope that prevented file... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Jim Laskey | Eliminate data relocations by using NULL instead of... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Jim Laskey | Use an enumeration to eliminate data relocations. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Patrick Jenkins | Added code to get .a and .o file sizes and submit them... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Devang Patel | Fix MacOSX build failures. (pr841) |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Rafael Espindola | implemented sub |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Evan Cheng | This opt is now handled in DAG combine. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Evan Cheng | If a shuffle is a splat, check if the argument is a... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Patrick Jenkins | Fixed issue where nightly test always tells you you... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Patrick Jenkins | The nightly tester will no longer report numbers instea... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Chris Lattner | Build more debugger/selectiondag libraries as archives... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Chris Lattner | Add some notes about mingw, patch contributed by Anton... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Evan Cheng | New vector shuffle test case. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Evan Cheng | Fix a broken test. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Evan Cheng | Also checks for noResults field. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Evan Cheng | A splat of a vector constant of all zero or all one... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Evan Cheng | Missing a space. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Evan Cheng | If a shuffle is unary, i.e. one of the vector argument... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Patrick Jenkins | We now fail and print an error message if a nightly... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Chris Lattner | Fix a race condition in the makefile andrew reported |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Chris Lattner | Minor comment tweaks |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Chris Lattner | New testcase for PR833 |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Chris Lattner | Mems can be in the output list also. This is the secon... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Devang Patel | Make it fit into 80 cols. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Devang Patel | Add new constructor to accept vector of exported names... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Andrew Lenharth | 80 cols |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Andrew Lenharth | Reduce number of exported symbols |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Andrew Lenharth | Fix linking on Alpha |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Patrick Jenkins | Fixed a problem that caused the script to abort right... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Chris Lattner | Fix PR835 so that touching tblgen in a way that doesn... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Jim Laskey | Do once flag never set to true. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Jim Laskey | Tidy up a few things. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Chris Lattner | Answer the FAQ: "can llvm convert C++ code to C?" |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Jim Laskey | Reduce size of routine. Shrinks .o by 37%. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Patrick Jenkins | Removed the portion that determines which tests are... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Chris Lattner | bswapped load/store instructions are only availble... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Jim Laskey | Regression test for PR834. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Jim Laskey | Bug#834 ICE (crash in code generator?) when building... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Evan Cheng | Misc. new entry. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Evan Cheng | Make sub- and super- register classes const. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Owen Anderson | Add an assertion. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Owen Anderson | Make LoopUnroll not die on LCSSA Phis. This makes... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Owen Anderson | Fix a error that hadn't yet cause any problems, but... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Chris Lattner | Fix a bug handling instructions, like blr, which just... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Chris Lattner | Move MVT::getVectorType out of line, it is large and... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Evan Cheng | INC / DEC instructions have shorter code size than... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Evan Cheng | Add code size to target instruction use it as the 3rd... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Chris Lattner | Add an out-of-line virtual method for the sdnode class... |
commit | commitdiff | tree | snapshot |
next |