- 4b02367 add R0 to liveout by Rafael Espindola · 19 years ago
- 2403b85 Document the cl::SetVersionPrinter function. by Reid Spencer · 19 years ago
- bddcb94 For PR778: by Reid Spencer · 19 years ago
- fcadfbb For PR798: by Reid Spencer · 19 years ago
- 515b5b3 Make it possible to override the standard version printer. Not all tools by Reid Spencer · 19 years ago
- cdb08a3 For PR633: by Reid Spencer · 19 years ago
- caf0ece Some enhancements for gv/graphviz/dot/dotty support and better handling of by Reid Spencer · 19 years ago
- 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
- c21051f A few new entries. by Evan Cheng · 19 years ago
- f8614db Be consistent with gcc. by Evan Cheng · 19 years ago
- 32a90f8 Update the regression tests, and add a new one encountered while compiling crtend. by Owen Anderson · 19 years ago
- c14c1d4 Some more clean-up, and squash an IDF-Phi related bug. by Owen Anderson · 19 years ago
- a5cc38b ignore ordered/unordered for now by Andrew Lenharth · 19 years ago
- 9e1c1dd Various clean-ups suggested by Chris. by Owen Anderson · 19 years ago
- 30019c8 Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's by Owen Anderson · 19 years ago
- 98bb297 Document the LINK_LIBS_IN_SHARED control variable. by Reid Spencer · 19 years ago
- 2e1f0ed temporarily add back this option, I will remove it in a couple days by Chris Lattner · 19 years ago
- ecbd242 For PR798: Have configure find the "dotty" program and adjust configuration. by Reid Spencer · 19 years ago
- 22033b2 More of PR728, don't install utils either. by Chris Lattner · 19 years ago
- 3649b0e Cygwin support. Patch by Anton Korobeynikov! by Evan Cheng · 19 years ago
- 936cd54 Part of PR728, don't install examples or projects. by Chris Lattner · 19 years ago
- 7c5357f Fix a -pedantic warning by Chris Lattner · 19 years ago
- 0cd059e Add flags to get access to build_mode, objdir, srcdir etc. by Chris Lattner · 19 years ago
- 16ad618 Make llvm-config "do the right thing" when an install tree is relocated or by Chris Lattner · 19 years ago
- aede9b9 Use xor to clear a register. by Evan Cheng · 19 years ago
- 94b1453 Incorrect AT&T opcode. by Evan Cheng · 19 years ago
- abdbae7 Capture the build mode (e.g. Debug/Release) in the llvm-config script. by Chris Lattner · 19 years ago
- 0c1262c Remove unneeded hook. Patch by Anton K. Thanks! by Chris Lattner · 19 years ago
- 584073a Convert to standard file header by Chris Lattner · 19 years ago
- 41655cd Remove a couple of things no longer figured out by autoconf by Chris Lattner · 19 years ago
- d947760 Add mingw support, patch contributed by Anton by Chris Lattner · 19 years ago
- 191b0ba Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h by Chris Lattner · 19 years ago
- 2d2c2f2 Add several more autoconf variables so that new features can be implemented by Reid Spencer · 19 years ago
- 1969e3c Fix build on systems with broken bison by Chris Lattner · 19 years ago
- 57de7a4 Fix build on systems with bad bison's by Chris Lattner · 19 years ago
- c95cf1d Add tblgen to the index by Chris Lattner · 19 years ago
- 699623d tblgen isn't related to llvm2cpp. Fix typo by Chris Lattner · 19 years ago
- e02b97b Add a gross "--use-current-dir-as-prefix" option as a temporary workaround by Chris Lattner · 19 years ago
- 411c33d Remove some variables from the configured section that aren't. by Chris Lattner · 19 years ago
- 06e752e Remove more "alpha is archive" stuff. by Chris Lattner · 19 years ago
- 76c8710 Remove some flags backed out from earlier attempts at getting MING32W by Reid Spencer · 19 years ago
- 409411e Suppress -pedantic warnings about print("%a") by Reid Spencer · 19 years ago
- 6574994 Remove obsolete CORE_IS_ARCHIVE support by Chris Lattner · 19 years ago
- 117f8cd Remove obsolete CORE_IS_ARCHIVE stuff. by Chris Lattner · 19 years ago
- c929c66 Update the ignore file by Chris Lattner · 19 years ago
- 8f5591a Document the -gen-inline option. by Reid Spencer · 19 years ago
- f977e7b Teach CppWriter how to emit an inline (partial) function. by Reid Spencer · 19 years ago
- 5482ef3 added some tests for argument passing by Rafael Espindola · 19 years ago
- 29c3123 testcase for the recent inliner improvement. by Chris Lattner · 19 years ago
- ecf626f Remove dead #include by Chris Lattner · 19 years ago
- 35033ef Make the "pruning cloner" smarter. As it propagates constants through the by Chris Lattner · 19 years ago
- 620fd68 Fix linking of inline asm objects. by Chris Lattner · 19 years ago
- 48fdf91 Provide configuration support and usage for MINGW32 platform by Reid Spencer · 19 years ago
- d386e55 Don't build tblgen with -pedantic or -Wno-long-long by Reid Spencer · 19 years ago
- ced39bd Make sure windows.h is #included first. by Reid Spencer · 19 years ago
- 870286a Fix -pedantic warnings. by Chris Lattner · 19 years ago
- 26e6e10 Fix -pedantic warnings by Chris Lattner · 19 years ago
- 080e25d Fix -pedantic warning by Chris Lattner · 19 years ago
- 08a9a98 Silence -pedantic warning by Chris Lattner · 19 years ago
- 5180b29 Silence a -pedantic warning. by Chris Lattner · 19 years ago
- b66925b Make sure that when checking for MINGW32 libraries we ask for windows.h by Reid Spencer · 19 years ago
- 078d182 Silence -pedantic warning. by Chris Lattner · 19 years ago
- fea34a1 Silence some -pedantic warnings. by Chris Lattner · 19 years ago
- 484fc8e3 Provide support for detecting if the Win32 imaghlp and psapi libraries by Reid Spencer · 19 years ago
- b056761 Fix a typo by Chris Lattner · 19 years ago
- 5b30ee1 Make a shorthand target for running the llvm2cpp test suite. This test by Reid Spencer · 19 years ago
- ad67a04 Restore default arguments for llvm2cpp back to health by declaring an by Reid Spencer · 19 years ago
- ea60e20 No, libLLVMbzip2 does not have a .a suffix. by Reid Spencer · 19 years ago
- 42505f5 Fix gcc command line options after LLVMCore and LLVMbzip2 became archive by Reid Spencer · 19 years ago
- 79818a4 Favor C++ casts over C casts in C++ code. by Reid Spencer · 19 years ago
- 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 19 years ago
- 177284c Prevent the -pedantic option from causing Mac OS/X build problems: by Reid Spencer · 19 years ago
- ff99366 Remove a FIXME that was fixed with my last patch. by Owen Anderson · 19 years ago
- 2824da4 More cleanups. Also, add a special case for updating PHI nodes, and by Owen Anderson · 19 years ago
- 2675534 Typos by Evan Cheng · 19 years ago
- a2e05ea For PR786: Don't warn about -pedantic errors. Add a note to the PR instead. by Reid Spencer · 19 years ago
- 659a243 Fix a bug where incorrect C++ was being emitted. by Reid Spencer · 19 years ago
- 72f42bb For PR786: by Reid Spencer · 19 years ago
- dee0511 Build llvm-config into the ToolDir not in the local directory. This makes by Reid Spencer · 19 years ago
- 2362bad Put an innocuous statement in this file to quelch warnings about compiling by Reid Spencer · 19 years ago
- b0e2fbc Oops, llc needs libTarget.a not Target.o by Reid Spencer · 19 years ago
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
- b756c79 Support correct build: by Reid Spencer · 19 years ago
- 398a6b7 Tighten this script up a bit. by Reid Spencer · 19 years ago
- 04b2562 Remove a warning by Evan Cheng · 19 years ago
- cbe70e1 Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. by Evan Cheng · 19 years ago
- 2bc320d Fix casting so there's no warning on Alpha. by Reid Spencer · 19 years ago
- d5f6770 Add my most recent work. by Owen Anderson · 19 years ago
- f91c101 Sign extender by Evan Cheng · 19 years ago
- 6dc6665 Squelch this warning: by Reid Spencer · 19 years ago
- 6fb568f Fix utostr once and for all, by making there only be one function named by Chris Lattner · 19 years ago
- 13d4ab4 Swap the order of operands created here. For +&|^, the order doesn't matter, by Chris Lattner · 19 years ago
- 408a406 Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs. by Owen Anderson · 19 years ago
- 9e3264a 4 billion names is enough for anyone. And really fix the build on alpha this time by Andrew Lenharth · 19 years ago
- 539d871 fix utostr by Andrew Lenharth · 19 years ago
- 37e8bde Fix build breakage on alpha, without causing it on x86. as a bonus, all platforms can invent the same number of unique names now by Andrew Lenharth · 19 years ago
- f48ec61 revert for now by Andrew Lenharth · 19 years ago
- 190717d Rename instructions for consistency sake. by Evan Cheng · 19 years ago
- cffba3a make 64-bit safe and fix the build on alpha by Andrew Lenharth · 19 years ago
- 4c6f2f9 commuteInstruction() does not always create a new MI! by Evan Cheng · 19 years ago