2006-06-05 |
Reid Spencer | Document the cl::SetVersionPrinter function. |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Reid Spencer | For PR778: |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Reid Spencer | For PR798: |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Reid Spencer | Make it possible to override the standard version print... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Reid Spencer | For PR633: |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Reid Spencer | Some enhancements for gv/graphviz/dot/dotty support... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Reid Spencer | For PR798: |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Evan Cheng | A few new entries. |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Evan Cheng | Be consistent with gcc. |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Owen Anderson | Update the regression tests, and add a new one encounte... |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Owen Anderson | Some more clean-up, and squash an IDF-Phi related bug. |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Andrew Lenharth | ignore ordered/unordered for now |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Owen Anderson | Various clean-ups suggested by Chris. |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Owen Anderson | Fix a bug in Phi-noded insertion. Also, update some... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Reid Spencer | Document the LINK_LIBS_IN_SHARED control variable. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | temporarily add back this option, I will remove it... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Reid Spencer | For PR798: |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | More of PR728, don't install utils either. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Evan Cheng | Cygwin support. Patch by Anton Korobeynikov! |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Part of PR728, don't install examples or projects. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Fix a -pedantic warning |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Add flags to get access to build_mode, objdir, srcdir... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Make llvm-config "do the right thing" when an install... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Evan Cheng | Use xor to clear a register. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Evan Cheng | Incorrect AT&T opcode. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Capture the build mode (e.g. Debug/Release) in the... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Remove unneeded hook. Patch by Anton K. Thanks! |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Convert to standard file header |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Remove a couple of things no longer figured out by... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Add mingw support, patch contributed by Anton |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Force anything that #includes llvm/Transforms/Utils... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Reid Spencer | Add several more autoconf variables so that new feature... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Fix build on systems with broken bison |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Fix build on systems with bad bison's |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Add tblgen to the index |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | tblgen isn't related to llvm2cpp. Fix typo |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Add a gross "--use-current-dir-as-prefix" option as... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Remove some variables from the configured section that... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Remove more "alpha is archive" stuff. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Reid Spencer | Remove some flags backed out from earlier attempts... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Reid Spencer | Suppress -pedantic warnings about print("%a") |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Remove obsolete CORE_IS_ARCHIVE support |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Remove obsolete CORE_IS_ARCHIVE stuff. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Chris Lattner | Update the ignore file |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Document the -gen-inline option. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Teach CppWriter how to emit an inline (partial) function. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Rafael Espindola | added some tests for argument passing |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | testcase for the recent inliner improvement. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Remove dead #include |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Make the "pruning cloner" smarter. As it propagates... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Fix linking of inline asm objects. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Provide configuration support and usage for MINGW32... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Don't build tblgen with -pedantic or -Wno-long-long |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Make sure windows.h is #included first. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Fix -pedantic warnings. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Fix -pedantic warnings |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Fix -pedantic warning |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Silence -pedantic warning |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Silence a -pedantic warning. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Make sure that when checking for MINGW32 libraries... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Silence -pedantic warning. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Silence some -pedantic warnings. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Provide support for detecting if the Win32 imaghlp... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Chris Lattner | Fix a typo |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Make a shorthand target for running the llvm2cpp test... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Restore default arguments for llvm2cpp back to health... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | No, libLLVMbzip2 does not have a .a suffix. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Fix gcc command line options after LLVMCore and LLVMbzi... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Favor C++ casts over C casts in C++ code. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Change from using a stub function to a stub variable... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Prevent the -pedantic option from causing Mac OS/X... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Owen Anderson | Remove a FIXME that was fixed with my last patch. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Owen Anderson | More cleanups. Also, add a special case for updating... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Evan Cheng | Typos |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | For PR786: |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Fix a bug where incorrect C++ was being emitted. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | For PR786: |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Build llvm-config into the ToolDir not in the local... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Put an innocuous statement in this file to quelch warni... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Oops, llc needs libTarget.a not Target.o |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Support correct build: |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Reid Spencer | Tighten this script up a bit. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Evan Cheng | Remove a warning |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Evan Cheng | Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Reid Spencer | Fix casting so there's no warning on Alpha. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Owen Anderson | Add my most recent work. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Evan Cheng | Sign extender |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Reid Spencer | Squelch this warning: |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Chris Lattner | Fix utostr once and for all, by making there only be... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Chris Lattner | Swap the order of operands created here. For +&|^... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Owen Anderson | Extract a huge loop into a helper method. Fix a few... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Andrew Lenharth | 4 billion names is enough for anyone. And really fix... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Andrew Lenharth | fix utostr |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Andrew Lenharth | Fix build breakage on alpha, without causing it on... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Andrew Lenharth | revert for now |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Evan Cheng | Rename instructions for consistency sake. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Andrew Lenharth | make 64-bit safe and fix the build on alpha |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Evan Cheng | commuteInstruction() does not always create a new MI! |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Reid Spencer | Add a brief description for the tblgen program. More... |
commit | commitdiff | tree | snapshot |
next |