- e1fadb1 CMake: corrections on LLVM.cmake external services. by Oscar Fuentes · 15 years ago
- 38ae997 Handle ARM compares as well as converting for ARM adds, subs, and thumb2's adds. by Bill Wendling · 15 years ago
- 0cce3dd Mark ARM compare instructions as isCompare. by Bill Wendling · 15 years ago
- 2d643ef Make it possible to set the cpu used for codegen. by Rafael Espindola · 15 years ago
- 4ee8739 When analyzing loop exit conditions combined with and and or, don't by Dan Gohman · 15 years ago
- f4452c3 lto: Fix an inverted conditional which prevented the addition of symbols scraped by Daniel Dunbar · 15 years ago
- 8d0843d lto: Fix gratuitous memory leaks. by Daniel Dunbar · 15 years ago
- 9a1c189 Add a separate ARM instruction format for Saturate instructions. by Bob Wilson · 15 years ago
- 0a16b22 Avoid multiple definition warnings when both config.h and by Oscar Fuentes · 15 years ago
- e41d900 lto: Reduce nesting. by Daniel Dunbar · 15 years ago
- b06913d LTOModule.cpp: Fix numerous style issues. by Daniel Dunbar · 15 years ago
- af08a36 Rename and reorder the arguments to isImpliedCond, for consistency and clarity. by Dan Gohman · 15 years ago
- ae321ed We already have this as OperandNode. by Eric Christopher · 15 years ago
- 3611d9e CBZ and CBNZ are implemented. by Evan Cheng · 15 years ago
- 045573c Add AVX matching patterns to Packed Bit Test intrinsics. by Bruno Cardoso Lopes · 15 years ago
- 625051b Now that we're using ConstantRange to represent potential values, make use of that represenation to by Owen Anderson · 15 years ago
- bb47d3b The optimize comparisons pass removes the "cmp" instruction this is checking for. by Bill Wendling · 15 years ago
- e32ea92 Add test for recent instcombine vector shuffle enhancement by Nate Begeman · 15 years ago
- 9908fec upgrade to use new intrinsics, patch by Dan Hipschman! by Chris Lattner · 15 years ago
- 95743d8 Add the minimal amount of smarts necessary to instcombine of shufflevectors to recognize by Nate Begeman · 15 years ago
- 75486db Turn optimize compares back on with fix. We needed to test that a machine op was by Bill Wendling · 15 years ago
- a516e94c Give up on register class recalculation when the register is used with subreg by Jakob Stoklund Olesen · 15 years ago
- a8c58a6 Revert r110718; it broke clang-i386-darwin9. by Dan Gohman · 15 years ago
- b67b12e Avoid editing the current live interval during remat. by Jakob Stoklund Olesen · 15 years ago
- 987eecc More debug spew by Jakob Stoklund Olesen · 15 years ago
- a54e3cd Turn optimize cmps on by default so that we can get some testing by the nightly by Bill Wendling · 15 years ago
- 6bf058c Add missing argument. CreateCompositeTypeEx() users, please verify. by Devang Patel · 15 years ago
- 9f01406 Switch over to using ConstantRange to track integral values. by Owen Anderson · 15 years ago
- e7e5a0f Do not forget debug info for enums. Use named mdnode to keep track of these types. by Devang Patel · 15 years ago
- 1321fec tests: Don't error out if HOME isn't present in t the environment. by Daniel Dunbar · 15 years ago
- 5818032 Delete some unused instructions. by Evan Cheng · 15 years ago
- ac09680 Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function stack frame has a var-sized object. by Evan Cheng · 15 years ago
- 98197e5 Make it possible to set the flags passed to the assembler. by Rafael Espindola · 15 years ago
- 9db3ea4 Implement register class inflation. by Jakob Stoklund Olesen · 15 years ago
- 4bd828f Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP by Daniel Dunbar · 15 years ago
- e25c6b9 MC/AsmParser: Fix a bug in macro argument parsing, which was dropping by Daniel Dunbar · 15 years ago
- 1b73052 Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. by Bob Wilson · 15 years ago
- 08e93b1 Recalculate the spill weight and allocation hint for virtual registers created by Jakob Stoklund Olesen · 15 years ago
- dc08309 Fix test for more architectures. Patch by Tobias Grosser. by Jakob Stoklund Olesen · 15 years ago
- 15af387 Fix silly bug. by Rafael Espindola · 15 years ago
- b0f3b3e Revert "MC/MachO: Fix possible null pointer dereference." by Michael J. Spencer · 15 years ago
- 866aa0d Use RunPassesOn as in the rest of bugpoint. by Rafael Espindola · 15 years ago
- 6455384 Simplify generating LLVMC_BUILTIN_PLUGIN. by Mikhail Glushenkov · 15 years ago
- 1e67278 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- 0db86fe Mark this variable as used. by Chandler Carruth · 15 years ago
- 73362c8 RegionInfo: Do not assert if a BB is not part of the dominance tree. by Tobias Grosser · 15 years ago
- 0e28b15 Fix failing testcase. by Tobias Grosser · 15 years ago
- 2936807 Handle TAG_constant for integers. by Devang Patel · 15 years ago
- c9aed19 Fix ARM hasFP() semantics. It should return true whenever FP register is by Evan Cheng · 15 years ago
- 94f7950 Update CMake...sorry for the breakage. by Bill Wendling · 15 years ago
- ecbd8e8 Simplify. by Devang Patel · 15 years ago
- 85e9580 Drop "const". It does not add value here. by Devang Patel · 15 years ago
- 9f798e9 Add AVX movnt{pd,ps,dq} 256-bit intrinsics by Bruno Cardoso Lopes · 15 years ago
- c120af4 Add missing null check reported by Amaury Pouly. by Evan Cheng · 15 years ago
- fcfcca1 Add AVX movmsk 256-bit intrinsics by Bruno Cardoso Lopes · 15 years ago
- 0115387 Remove replicate intrinsics, clang will generate shufflevector for those. The shuffles can't be matched by x86 codegen yet, but will soon by Bruno Cardoso Lopes · 15 years ago
- 405f11b Support AVX 256-bit load and store intrinsics by Bruno Cardoso Lopes · 15 years ago
- 77497bf Use i32 instead of i8 for dot product intrinsic by Bruno Cardoso Lopes · 15 years ago
- 9fa539c Do not include file static variable in pubnames list. by Devang Patel · 15 years ago
- bd2499a Expand uses of python 2.6's "A if B else C" syntax into regular by Dan Gohman · 15 years ago
- 60e72d9 remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, which by Chris Lattner · 15 years ago
- 6719784 Patterns to match AVX cmp instructions by Bruno Cardoso Lopes · 15 years ago
- df30cf9 Transpose the calculation of spill weights such that we are calculating one by Jakob Stoklund Olesen · 15 years ago
- 533a7df Add matching patterns for vblend AVX intrinsics by Bruno Cardoso Lopes · 15 years ago
- d5955f5 Fix the last argument type of AVX vblend intrinsics by Bruno Cardoso Lopes · 15 years ago
- 6cdb1ab Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer by Bill Wendling · 15 years ago
- 02ecdef Undo accidental commit. by Devang Patel · 15 years ago
- 450b793 Simplify. Avoid redundant checks. by Devang Patel · 15 years ago
- 5cb33a3 Wording. by Eric Christopher · 15 years ago
- b07ce60 Next bit of support for the dwarf .file directive. This patch takes the by Kevin Enderby · 15 years ago
- b000d68 ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-( by Evan Cheng · 15 years ago
- 93f6c1e Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 256-bit conversion intrinsics by Bruno Cardoso Lopes · 15 years ago
- 2739896 Refactor. by Devang Patel · 15 years ago
- 8468157 Add patterns to AVX conversions instructions. Do that instead of declaring more intructions whenever is possible, more coming by Bruno Cardoso Lopes · 15 years ago
- cbb170d Make it possible to set the target triple and expose that with an option in the by Rafael Espindola · 15 years ago
- 3221834 Fix a use after free error caught by the valgrind builders. by Nick Lewycky · 15 years ago
- 8bd11de Refactoring. Update DbgVarible to handle queries itself. by Devang Patel · 15 years ago
- 2f3ffb8 Add ConstantRange information to the debugging output. by Owen Anderson · 15 years ago
- 4fffb34 PR7853: fix a silly mistake introduced in r101899, and add a test to make sure by Eli Friedman · 15 years ago
- ca3469e Update cmake library dependencies. by Oscar Fuentes · 15 years ago
- 4951870 CMake: eliminated unnecessary target_link_libraries. by Oscar Fuentes · 15 years ago
- 8162574 It is ok, and convenient, to pass descriptors by value. by Devang Patel · 15 years ago
- e4b9c4f A REG_SEQUENCE instruction may use the same register twice. by Jakob Stoklund Olesen · 15 years ago
- 9de1ac2 Explicitly initialize SlowFPBrcc and Pref32BitThumb to false. by Evan Cheng · 15 years ago
- e03161c Rename a method. by Devang Patel · 15 years ago
- e44be63 Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more 32-bit to 16-bit optimizations. by Evan Cheng · 15 years ago
- ad49104 Memory version of vcvtdq2pd intrinsic by Bruno Cardoso Lopes · 15 years ago
- 251871c Patterns to match vinsert, vbroadcast, vmovmask and vcvtdq2pd AVX intrinsics by Bruno Cardoso Lopes · 15 years ago
- e8846fe Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experimentation. by Evan Cheng · 15 years ago
- fffe6cf Remove the ValueMap operator=, which was wrong (it did't correct the by Duncan Sands · 15 years ago
- 99534bb Have SPU handle halfvec stores aligned by 8 bytes. by Kalle Raiskila · 15 years ago
- c1f354d MC/MachO: Fix possible null pointer dereference. by Michael J. Spencer · 15 years ago
- 9778a8a XFAIL for mingw that has no plugins. by Rafael Espindola · 15 years ago
- 0b5b102 Don't try to build a plugin on windows. by Rafael Espindola · 15 years ago
- 1f74ad7 Stop the JIT from refusing to work just because the program it was compiled into by Nick Lewycky · 15 years ago
- 8150d8d CMake: llvm_map_components_to_libraries now returns system libs too. by Oscar Fuentes · 15 years ago
- ba57509 Change the Interval type to signed in ImmutableIntervalMap.h. by Zhongxing Xu · 15 years ago
- c2d8688 CMake: document how to incorporate LLVM into the cmake project of an by Oscar Fuentes · 15 years ago
- 6252e98 CMake: system for providing llvm-config-like features to the user. by Oscar Fuentes · 15 years ago
- fd2f3e6 CMake: documented testing procedure by Oscar Fuentes · 15 years ago