- e5e228d Comments to appease sabre. by Evan Cheng · 19 years ago
- b12223e Minor compilation speed improvement. by Evan Cheng · 19 years ago
- 86c75d3 RewriteExpr, either the new PHI node of induction variable or the by Evan Cheng · 19 years ago
- a452932 Update some comments, and expose LCSSAID in preparation for having other passes by Owen Anderson · 19 years ago
- 0c48fd4 Fix X86/inline-asm.ll:test2, a case where an input value was implicitly by Chris Lattner · 19 years ago
- 586e653 Add new testcase by Chris Lattner · 19 years ago
- cf752aa Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes by Chris Lattner · 19 years ago
- 5591c51 New testcase, using "AX" as i32. by Chris Lattner · 19 years ago
- ab4d9b0 Squelch a warning about signed/unsigned. by Reid Spencer · 19 years ago
- c0bad57 Add support for "m" inline asm constraints. by Chris Lattner · 19 years ago
- fd561cd Fix an assert-on-inline-inline-asm bug. by Chris Lattner · 19 years ago
- 393830a For PR804: by Reid Spencer · 19 years ago
- 28962f3 Remove dead code. by Vladimir Prus · 19 years ago
- dd49dbf New method BasicBlock::getFirstNonPHI. by Vladimir Prus · 19 years ago
- 7f3ac41 This no longer needs plugins, this it doesn't need all of VMCore. by Chris Lattner · 19 years ago
- 32f5553 For PR787: by Reid Spencer · 19 years ago
- 2991b01 Shorten a value description so --help out isn't so wide. by Reid Spencer · 19 years ago
- e3f0561 Make sure this tool links in all of libVMCore.a because it can --load by Reid Spencer · 19 years ago
- af303d5 For PR780: by Reid Spencer · 19 years ago
- 3bdac51 Add a virtual dtor to the InlineAsm class so that the principle method of by Chris Lattner · 19 years ago
- 101cefa Fix a bug where the types for inlineasm nodes were not properly entered into by Chris Lattner · 19 years ago
- 454d85b Previous version of this file wasn't supposed to be committed. This version by Reid Spencer · 19 years ago
- 4f1bd9e For PR780: by Reid Spencer · 19 years ago
- 6296b3c Fix a spello in a comment. by Reid Spencer · 19 years ago
- 170da9b For PR780: by Reid Spencer · 19 years ago
- 6df60a9 For PR780: by Reid Spencer · 19 years ago
- 19fd7ef Add -extraflags FLAGS to pass extra compilation options. by Evan Cheng · 19 years ago
- dc05009 Remove useless noop argument by Chris Lattner · 19 years ago
- 3e347f2 Fix a bug in the following scenario. by Chris Lattner · 19 years ago
- e8bd0a3 Added X86FunctionInfo subclass of MachineFunction to record whether the by Evan Cheng · 19 years ago
- 215abc7 document --libfiles by Chris Lattner · 19 years ago
- d179de5 Add a new --libfiles option, for getting fully-qualified pathnames to libraries. by Chris Lattner · 19 years ago
- fc79016 Move toolrunner out of libsupport into the bugpoint tool by Chris Lattner · 19 years ago
- f1b20d8 Move ToolRunner.(cpp|h) into the bugpoint directory by Chris Lattner · 19 years ago
- 18a4af2 Fix a bug in a recent patch. This fixes UnitTests/Vector/Altivec/casts.c on by Chris Lattner · 19 years ago
- 475c553 Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp by Chris Lattner · 19 years ago
- 001db45 Add PowerPC intrinsics to support dcbz[l] by Chris Lattner · 19 years ago
- 73ebd09 Make the llvm-config library dependency database depend on all of the libraries. by Chris Lattner · 19 years ago
- e9d93d5 Fix some formatting, and use inLoop() when appropriate. by Owen Anderson · 19 years ago
- 92deacf Stop a memory leak, and update some comments. by Owen Anderson · 19 years ago
- 51ab5c8 Add the -Xlinker option to bugpoint which allows an option to be passed by Reid Spencer · 19 years ago
- 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