- f66514a Delete obsolete comments. by Dan Gohman · 15 years ago
- b6729dc Make x86-64 membarriers work without sse and clean up some of the uses. by Eric Christopher · 15 years ago
- 3dcc91e The two-callsite form of AliasAnalysis::getModRefInfo is documented by Dan Gohman · 15 years ago
- abf7bdf and back in. false alarm on the tests from another unrelated local change. by Jim Grosbach · 15 years ago
- 7752442 PR7814: Truncates cannot be ignored for signed comparisons. by Eli Friedman · 15 years ago
- 59135f4 Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
- 1a0f91b Coalesce stack slot accesses that arise when spilling both sides of a COPY. by Jakob Stoklund Olesen · 15 years ago
- 87c0175 oops. revert for a moment to clean up tests first. by Jim Grosbach · 15 years ago
- 936ed54 Reserve a stack slot if the function adjusts the stack but doesn't by Jim Grosbach · 15 years ago
- 7536f72 Checkpoint SplitKit progress. by Jakob Stoklund Olesen · 15 years ago
- 40e0bad Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
- 5573a7d Use location entry only of the location described by DBG_VALUE is valid. by Devang Patel · 15 years ago
- 009944e Test case for r110250. Radar 8264670. Test case by Fariborz Jahanian! by Stuart Hastings · 15 years ago
- 547b6ed Testcase for r110248. by Bill Wendling · 15 years ago
- 2464d61 The EH prepare passes really want to be the last passes run before code-gen. by Bill Wendling · 15 years ago
- 0e3a1a8 Use indirect calls in PowerPC JIT. by Torok Edwin · 15 years ago
- a54e0cc Fix typo in comment. by Devang Patel · 15 years ago
- ddd3a88 Fix a minor bug which resulted in intermediate calculations by Dan Gohman · 15 years ago
- 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
- 225764b Test case for combination of r110234 & r110235. by Devang Patel · 15 years ago
- 459a36b While spilling live registers at the end of block check whether they are used by DBG_VALUE machine instructions or not. If a spilled register is used by DBG_VALUE machine instruction then insert a new DBG_VALUE machine instruction to encode variable's new location on stack. by Devang Patel · 15 years ago
- b2cf581 If a variable is spilled by code generator then use DW_OP_fbreg to describe its location on stack. by Devang Patel · 15 years ago
- b57e655 Experiments show that we can safely increase our unrolling threshold without unduly impacting code size, particularly by Owen Anderson · 15 years ago
- 87ebbc0 Add a note about the changing pass registration interface. by Owen Anderson · 15 years ago
- a54db0c Remove switch for disabling ARM tail calls. They by Dale Johannesen · 15 years ago
- 5c1d941 Add DEBUG message. by Devang Patel · 15 years ago
- 4eaee28 Fix whitespace. by Dan Gohman · 15 years ago
- a285852 Update the polygen grammar for linker_private and linker_private_weak, by Dan Gohman · 15 years ago
- 4b39384 Fix a typo in a comment. by Dan Gohman · 15 years ago
- 34f68fc Print a message when a test failure is due to stderr output by Dan Gohman · 15 years ago
- 56fb5f9 Remove CVS artifacts. by Dan Gohman · 15 years ago
- d27db32 Remove CVS artifacts. by Dan Gohman · 15 years ago
- 5eaa192 Delete scripts which haven't noticed that CVS has gone away. by Dan Gohman · 15 years ago
- 8f417a8 cvsupdate is gone. by Dan Gohman · 15 years ago
- c1076ea Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 15 years ago
- b049510 Remove a link which is no longer relevant. by Dan Gohman · 15 years ago
- 1e926f2 These tests are no longer stored in *CVS*. by Dan Gohman · 15 years ago
- 56d2394 Enable COFF writer on mingw32 and cygwin. by Benjamin Kramer · 15 years ago
- b884666 call-imm.ll test case regex fix. Patch by Dimitry Andric! by Stuart Hastings · 15 years ago
- bc2697c Make SPU backend handle insertelement and store for "half vectors" by Kalle Raiskila · 15 years ago
- c575283 Print an error message when someone tries -integrated-as on an unsupported target. by Benjamin Kramer · 15 years ago
- 7c46cf0 Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed. by Torok Edwin · 15 years ago
- e89652c Add a missing function. by Torok Edwin · 15 years ago
- ac27ec0 by Alexander Herz: by Gabor Greif · 15 years ago
- 484959a Fix build of DataFlow.h by Torok Edwin · 15 years ago
- d98af0a Eliminate unnecessary empty string literals. by Dan Gohman · 15 years ago
- 2511bd0 Fix a comment. by Dan Gohman · 15 years ago
- 26e064f Don't construct a std::string with a literal "". by Dan Gohman · 15 years ago
- 5825545 Don't print the filename twice in file-not-found errors. by Dan Gohman · 15 years ago
- 12cf501 Fix a comment typo and add more 256-bit intrinsics by Bruno Cardoso Lopes · 15 years ago
- e1e5746 Change the logic which interprets output on stderr as an error so that by Dan Gohman · 15 years ago
- 67b453b Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA by Bob Wilson · 15 years ago
- 8a7ffe6 Don't print "Command output (stdout):" when the command has no output, by Dan Gohman · 15 years ago
- e1390c4 Use the regular conditional operator syntax instead of a clever hack. by Dan Gohman · 15 years ago
- a41af34 Remove PointerAccessInfo, which nothing was using. by Dan Gohman · 15 years ago
- 7cf8fc7 Make the makefiles go much faster by using the realpath by Chris Lattner · 15 years ago
- 656f680 fix a win64 encoding problem, patch by Cameron Esfahani! by Chris Lattner · 15 years ago
- 79fca6f Thread const correctness through a bunch of AliasAnalysis interfaces and by Dan Gohman · 15 years ago
- d1fb583 Add support for getting & setting the FPSCR application register on ARM when VFP is enabled. by Nate Begeman · 15 years ago
- 6fc2446 The singular of "indices" is "index". by Dan Gohman · 15 years ago
- 17f647d Delete an unused function. by Dan Gohman · 15 years ago
- 0fd3533 Make instcombine set explicit alignments on load or store by Dan Gohman · 15 years ago
- efb59d2 CMake: Change somme target library names: by Oscar Fuentes · 15 years ago
- ee99317 CMake: add version control info to PACKAGE_VERSION, if available. by Oscar Fuentes · 15 years ago
- 14a498a Make AliasAnalysis::getModRefInfo conservative in the face of volatility. by Dan Gohman · 15 years ago
- bae6969 Oops. Don't normalize spill weights twice. by Jakob Stoklund Olesen · 15 years ago
- 0055f97 OK, that's it. This test is going away now. But don't worry, I am taking it to a by Jakob Stoklund Olesen · 15 years ago
- 2359e51 avoid undefined behavior negating minint. by Chris Lattner · 15 years ago
- 84b8ad3 Fix a typo Devang noticed. by Dan Gohman · 15 years ago
- e211cd8 avoid undef behavior on minint, fixing PR7783. by Chris Lattner · 15 years ago
- 3bababf Add an atomic lowering pass by Peter Collingbourne · 15 years ago
- 795e70e Use unary + instead of a separate local variable for working by Dan Gohman · 15 years ago
- c677c5d Bump cmake_minimum_required to version 2.8 by Oscar Fuentes · 15 years ago
- b1247c3 build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" by Daniel Dunbar · 15 years ago
- 779b69d Remove the test/mc directory that I accidently added. by Michael J. Spencer · 15 years ago
- 237f8fe MC: Fix symbol fragment offsets in COFF. by Michael J. Spencer · 15 years ago
- a69494e Revert "MC: Fix symbol fragment offsets in COFF." by Michael J. Spencer · 15 years ago
- ab3de49 MC: Add time travel support to COFF. by Michael J. Spencer · 15 years ago
- ef1f8c3 MC: Fix symbol fragment offsets in COFF. by Michael J. Spencer · 15 years ago
- 4473b37 Fix CMake build by Michael J. Spencer · 15 years ago
- e5c500b Support x86 AVX 256-bit instruction intrinsics. Right now support all of them, but by Bruno Cardoso Lopes · 15 years ago
- e53e377 Update some comments. by Dan Gohman · 15 years ago
- ef1cfac Introduce a symbolic constant for ~0u for use with AliasAnalysis. by Dan Gohman · 15 years ago
- 847a84e Add a convenient form of AliasAnalysis::alias for the case where the sizes by Dan Gohman · 15 years ago
- ab37f50 Make SCEVUnknown a CallbackVH, so that it can be notified directly by Dan Gohman · 15 years ago
- 8eab2c2 Diabolical hack to make a test compatible with clang. (Thanks to Dale!) Radar 8246180. by Stuart Hastings · 15 years ago
- c182cb5 Sketch up a preliminary Type-Based Alias Analysis implementation. by Dan Gohman · 15 years ago
- dacfc5d Fix visitInvokeInst to call visitTerminatorInst, and remove by Dan Gohman · 15 years ago
- 3768091 Add Verifier logic for indirectbr. by Dan Gohman · 15 years ago
- a8afb2a Add a lint check for indirectbr with no successors. by Dan Gohman · 15 years ago
- 5b164b5 Add explicit constructors. Patch by Renato Golin. by Devang Patel · 15 years ago
- 32a9e83 Testcase for r110043. Radar 8246180. by Stuart Hastings · 15 years ago
- 94e4008 Early exit and reduce indentation. No functionality change. by Bill Wendling · 15 years ago
- 5510e5e Improve discrimination of unknown libraries from ignored targets on LLVMConfig. by Oscar Fuentes · 15 years ago
- 9ac47c5 explicit_map_components_to_libraries now does not complain when there by Oscar Fuentes · 15 years ago
- cb95a2b Lets the CMake GUI show a list of possible values for LLVM_USE_CRT by Oscar Fuentes · 15 years ago
- 811edc1 Fix namespace polution. by Dan Gohman · 15 years ago
- 8766b12 Updated LLVMLibDeps.cmake. by Oscar Fuentes · 15 years ago
- e9a1cca Free DbgScope created for dead functions. by Devang Patel · 15 years ago
- e1c9159 More SPU v2f32 stuff added: insertelement and shuffle. by Kalle Raiskila · 15 years ago