- 79ed2c5 StringRef tweaks: by Benjamin Kramer · 15 years ago
- b7f243a random improvement for variable shift codegen. by Chris Lattner · 15 years ago
- f90ab07 Try to escape the '$'s in these so they reach the underlying 'sh' invocation. by Chandler Carruth · 15 years ago
- 54f6163 Fix some GCC warnings by providing a virtual destructor in the base of a class by Chandler Carruth · 15 years ago
- 4654a07 Revert invalid r111792. Jump tables are not broken on x86-64 / coff, by Anton Korobeynikov · 15 years ago
- 69c5921 Revert part of my last commit. the mingw32 build bot doesn't seem to like it. by Michael J. Spencer · 15 years ago
- 3464cec Workaround broken jump tables on x86-64 COFF. by Michael J. Spencer · 15 years ago
- c6a39aa remove some dead code. by Chris Lattner · 15 years ago
- 55e97d4 Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin! by Nick Lewycky · 15 years ago
- 24a1182 Delete dead comment. by Eli Friedman · 15 years ago
- 699647c Use rip-rel addressing on win64 by default. For this we just by Anton Korobeynikov · 15 years ago
- 9dd3e92 Use MDNode::destroy(). Fixes a delete/free mismatch. by Benjamin Kramer · 15 years ago
- da0bfcd MC: Add partial x86-64 support to COFF. by Michael J. Spencer · 15 years ago
- 990bdd5 Add an assert to MDNode::deleteTemporary check that the node being deleted by Dan Gohman · 15 years ago
- 8bef744 Fix x86 fast-isel's cmp+branch folding to avoid folding when the by Dan Gohman · 15 years ago
- bf8154a Prepare LowerVECTOR_SHUFFLEv8i16 to use x86 target specific nodes directly by Bruno Cardoso Lopes · 15 years ago
- d58b51e Replace some NEON vmovl intrinsic that I missed earlier. by Bob Wilson · 15 years ago
- 3157ef1 This is the first step towards refactoring the x86 vector shuffle code. The by Bruno Cardoso Lopes · 15 years ago
- a3833f1 CreateTemporaryType doesn't needs its Context argument. by Dan Gohman · 15 years ago
- 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
- 489b29b Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 15 years ago
- 95c7930 Test should pass on non-Darwin x86. by Dale Johannesen · 15 years ago
- b027014 Fix --disable-threads build, PR7949. by Daniel Dunbar · 15 years ago
- 4c207c2 Downwards growing stack allocation order reverses relative offsets by Jim Grosbach · 15 years ago
- ab6bdec Add more dbg output by Jim Grosbach · 15 years ago
- 192a400 Update CMake build. by Benjamin Kramer · 15 years ago
- 722c2c5 Don't run test on PPC darwin. by Dale Johannesen · 15 years ago
- a4cba04 Re-apply r111568 with a fix for the clang self-host. by Owen Anderson · 15 years ago
- e82e770 Fix vmcore.ml test. by Erick Tryzelaar · 15 years ago
- c858296 Reword NamedMDNode's comment. by Dan Gohman · 15 years ago
- 297514d llvmc: Fix alias generation. by Mikhail Glushenkov · 15 years ago
- 8d18006 Delete SlowOperationInformer, which is no longer used. by Dan Gohman · 15 years ago
- 7316638 Convert DbgInfoPrinter to use errs() instead of outs(). by Dan Gohman · 15 years ago
- 3120c18 Add include guards to Support/Regex.h. by Mikhail Glushenkov · 15 years ago
- 7112c86 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- 7e75cab Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor by Jim Grosbach · 15 years ago
- f291401 Convert tools to use tool_output_file, and introduce error by Dan Gohman · 15 years ago
- e7b67d0 Diagnose attempts to update standard output. by Dan Gohman · 15 years ago
- 7a4575e Convert FileUpdate to use tool_output_file, and to use by Dan Gohman · 15 years ago
- 2d16f5b properly check for whether base regs were inserted by Jim Grosbach · 15 years ago
- cec358a Convert tablegen to use tool_output_file. by Dan Gohman · 15 years ago
- 5d56d9d Make outs() close its file when its stream is destructed, so that by Dan Gohman · 15 years ago
- a1f89de Delete raw_stdout_ostream and raw_stderr_ostream, which are unused by Dan Gohman · 15 years ago
- 00d1cde Add an inspirational quote. by Dan Gohman · 15 years ago
- 27f7aad Add a comment. by Dan Gohman · 15 years ago
- 8df0e01 Move raw_ostream's Error flag into raw_fd_ostream, as that's the only by Dan Gohman · 15 years ago
- 634d661 Export error-handling functions in formatted_tool_output_file. by Dan Gohman · 15 years ago
- d6850b0 Fix a typo. by Bob Wilson · 15 years ago
- 8a78ff6 Fix the running of ocaml tests. by Erick Tryzelaar · 15 years ago
- f7af931 Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
- e127410 Fix arguments to ocaml's llvm_params. by Erick Tryzelaar · 15 years ago
- 2a7d731 Fix some Ocaml tests: the %t substitution now returns an absolute path. by Bob Wilson · 15 years ago
- 8d854a4 The %ocamlopt setting has embedded quotes. Copy the entire value instead by Bob Wilson · 15 years ago
- 678e4e2 Update LLVMC tests for r111620. by Benjamin Kramer · 15 years ago
- 7a57454 llvmc: Do not prefix option names with AutoGenerated. by Mikhail Glushenkov · 15 years ago
- 03b6d4e llvmc: Cut global namespace pollution. by Mikhail Glushenkov · 15 years ago
- 68e18b3 Disambiguate calls to WriteGraph() to disable ADL. by Mikhail Glushenkov · 15 years ago
- c0086ed Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- b31a11b Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and by Bob Wilson · 15 years ago
- 2df9504 Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 15 years ago
- d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 15 years ago
- 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 15 years ago
- 4bb122e Print chatty verbose messages to errs() instead of outs(). by Dan Gohman · 15 years ago
- cfbe401 Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
- a2a3bbc Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
- af0636f Introduce a new tool_output_file class, which extends raw_ostream with by Dan Gohman · 15 years ago
- f762fbe Fix loop conditionals (MO.isDef() asserts that it's a reg) and by Eric Christopher · 15 years ago
- cb59229 Add a couple of random comments. by Eric Christopher · 15 years ago
- 63241f7 If the target says that an extending load is not legal, regardless of whether by Bob Wilson · 15 years ago
- e2f5569 Better handling of offsets on frame index references. rdar://8277890 by Jim Grosbach · 15 years ago
- b08ceb8 CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead by Daniel Dunbar · 15 years ago
- 7c73b8b Previous revert failed to remove this file. by Owen Anderson · 15 years ago
- 79976e9 Update comment to remove special case for vector extending loads. An by Bob Wilson · 15 years ago
- f942c13 Update debug logs. by Evan Cheng · 15 years ago
- 1970892 Properly update MachineDominators when splitting critical edge. by Evan Cheng · 15 years ago
- 45c3b65 Revert r111568 to unbreak clang self-host. by Owen Anderson · 15 years ago
- 9419cab When a set of bitmask operations, typically from a bitfield initialization, only modifies the low bytes of a value, by Owen Anderson · 15 years ago
- b57326c llvmc: Update examples. by Mikhail Glushenkov · 15 years ago
- 8f2766d Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- 684d8d5 Disable LVI while I evaluate a failure. by Owen Anderson · 15 years ago
- f2d197b Tentatively enabled LVI by default. I'll be monitoring for any failures. by Owen Anderson · 15 years ago
- 5567bb0 Correct header. by Bill Wendling · 15 years ago
- d400850 Silence 'unused' warning. by Bill Wendling · 15 years ago
- e5e7946 It's possible to sink a def if its local uses are PHI's. by Evan Cheng · 15 years ago
- 6715be2 Fix the msvc 2010 build. by Michael J. Spencer · 15 years ago
- b1508d1 Do not assert when reading an exponent out of range. by Dale Johannesen · 15 years ago
- 74d7b0a Add Thumb1 support for virtual frame indices. by Jim Grosbach · 15 years ago
- c546c75 Remove disabled assertion. by Evan Cheng · 15 years ago
- 4dc301a Teach machine-sink to break critical edges when appropriate. Work in progress. by Evan Cheng · 15 years ago
- a7031d3 buildbot/valgrind: Update RegisterPass false positive suppression for API by Daniel Dunbar · 15 years ago
- 6f0c0b3 buildbot/valgrind: Suppress warnings about leaks in /bin/grep. by Daniel Dunbar · 15 years ago
- 638ff6d Re-re-revert this patch. It seems to be causing performance by Eric Christopher · 15 years ago
- 2e5ec11 tests: Haste makes waste. by Daniel Dunbar · 15 years ago
- 62b4d71 tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports(). by Daniel Dunbar · 15 years ago
- 979e0a1 Silence warning. by Eric Christopher · 15 years ago
- 44cbde8 MCELF: Count the section orders properly. Patch by Roman Divacky. by Benjamin Kramer · 15 years ago
- 6e97e1d Fixed and reactivated a partial specialization test by Kenneth Uildriks · 15 years ago
- a8fa392 Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on by Eli Friedman · 15 years ago
- a0fc005 Update local stack block allocation to let PEI do the allocs if no additional by Jim Grosbach · 15 years ago
- 8a757ae Revert r111199; it breaks -debug-pass=Structure output. by Dan Gohman · 15 years ago