2010-08-10 |
Bill Wendling | Turn optimize compares back on with fix. We needed... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Give up on register class recalculation when the regist... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Dan Gohman | Revert r110718; it broke clang-i386-darwin9. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Avoid editing the current live interval during remat. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | More debug spew |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bill Wendling | Turn optimize cmps on by default so that we can get... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Add missing argument. CreateCompositeTypeEx() users... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Owen Anderson | Switch over to using ConstantRange to track integral... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Do not forget debug info for enums. Use named mdnode... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | tests: Don't error out if HOME isn't present in t the... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Evan Cheng | Delete some unused instructions. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Evan Cheng | Re-apply r110655 with fixes. Epilogue must restore... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Rafael Espindola | Make it possible to set the flags passed to the assembler. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Implement register class inflation. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | Revert r110655, "Fix ARM hasFP() semantics. It should... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | MC/AsmParser: Fix a bug in macro argument parsing,... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bob Wilson | Install llvmCore_Sim to the simulator SDK directory... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Recalculate the spill weight and allocation hint for... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Fix test for more architectures. Patch by Tobias Grosser. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Rafael Espindola | Fix silly bug. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Michael J.... | Revert "MC/MachO: Fix possible null pointer dereference." |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Rafael Espindola | Use RunPassesOn as in the rest of bugpoint. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Mikhail Glushenkov | Simplify generating LLVMC_BUILTIN_PLUGIN. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Chandler Carruth | Mark this variable as used. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Tobias Grosser | RegionInfo: Do not assert if a BB is not part of the... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Tobias Grosser | Fix failing testcase. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Handle TAG_constant for integers. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Evan Cheng | Fix ARM hasFP() semantics. It should return true whenev... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bill Wendling | Update CMake...sorry for the breakage. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Drop "const". It does not add value here. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Add AVX movnt{pd,ps,dq} 256-bit intrinsics |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Evan Cheng | Add missing null check reported by Amaury Pouly. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Add AVX movmsk 256-bit intrinsics |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Remove replicate intrinsics, clang will generate shuffl... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Support AVX 256-bit load and store intrinsics |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Use i32 instead of i8 for dot product intrinsic |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Do not include file static variable in pubnames list. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Dan Gohman | Expand uses of python 2.6's "A if B else C" syntax... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Chris Lattner | remove code setting rw locks to PTHREAD_PROCESS_PRIVATE... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Patterns to match AVX cmp instructions |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Transpose the calculation of spill weights such that... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Add matching patterns for vblend AVX intrinsics |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Fix the last argument type of AVX vblend intrinsics |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Bill Wendling | Merge the OptimizeExts and OptimizeCmps passes into... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Devang Patel | Undo accidental commit. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Devang Patel | Simplify. Avoid redundant checks. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Eric Christopher | Wording. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Kevin Enderby | Next bit of support for the dwarf .file directive.... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Evan Cheng | ARMBaseRegisterInfo::hasFP() has been broken for a... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Bruno Cardoso... | Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY,... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Devang Patel | Refactor. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Bruno Cardoso... | Add patterns to AVX conversions instructions. Do that... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Rafael Espindola | Make it possible to set the target triple and expose... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Nick Lewycky | Fix a use after free error caught by the valgrind builders. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Devang Patel | Refactoring. Update DbgVarible to handle queries itself. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Owen Anderson | Add ConstantRange information to the debugging output. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Eli Friedman | PR7853: fix a silly mistake introduced in r101899,... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Oscar Fuentes | Update cmake library dependencies. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Oscar Fuentes | CMake: eliminated unnecessary target_link_libraries. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Devang Patel | It is ok, and convenient, to pass descriptors by value. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Jakob Stoklund... | A REG_SEQUENCE instruction may use the same register... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Evan Cheng | Explicitly initialize SlowFPBrcc and Pref32BitThumb... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Devang Patel | Rename a method. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Evan Cheng | Change -prefer-32bit-thumb to attribute -mattr=+32bit... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Bruno Cardoso... | Memory version of vcvtdq2pd intrinsic |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Bruno Cardoso... | Patterns to match vinsert, vbroadcast, vmovmask and... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Evan Cheng | Add an option to disable 32 -> 16-bit Thumb2 size reduc... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Duncan Sands | Remove the ValueMap operator=, which was wrong (it... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Kalle Raiskila | Have SPU handle halfvec stores aligned by 8 bytes. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Michael J.... | MC/MachO: Fix possible null pointer dereference. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Rafael Espindola | XFAIL for mingw that has no plugins. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Rafael Espindola | Don't try to build a plugin on windows. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Nick Lewycky | Stop the JIT from refusing to work just because the... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Oscar Fuentes | CMake: llvm_map_components_to_libraries now returns... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Zhongxing Xu | Change the Interval type to signed in ImmutableInterval... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Oscar Fuentes | CMake: document how to incorporate LLVM into the cmake... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Oscar Fuentes | CMake: system for providing llvm-config-like features... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Oscar Fuentes | CMake: documented testing procedure |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Michael J.... | llc: Fix help typo as pointed out by Nick Lewycky. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Rafael Espindola | Add a opt-args option that can be used to pass argument... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Rafael Espindola | s/libLLVMgold/LLVMgold/g |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Benjamin Kramer | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Duncan Sands | Remove the ValueMap copy constructor. It's not used... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Eric Christopher | Regenerate. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Eric Christopher | Add a bit of a hack to avoid multiple defines of variab... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Nick Lewycky | Add optimization to Target/README.txt. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Nick Lewycky | Reject unrepresentable pointer types in intrinsics... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Bill Wendling | Use the "isCompare" machine instruction attribute inste... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Nick Lewycky | Do more to modernize MergeFunctions. Refactor in respon... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Oscar Fuentes | CMake: set configure macro LLVM_PREFIX |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Oscar Fuentes | CMake: configure header llvm-config.h |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Rafael Espindola | Most of bugpoint now only needs to know the pass names. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Eric Christopher | Regenerate. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Eric Christopher | Fix PR7809 by creating a header for just llvm variables... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Bill Wendling | Add back in r109901, which adds a Compare flag to the... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Rafael Espindola | Use %shlibext instead of .so |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Rafael Espindola | Try to fix cmake build. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Eric Christopher | Fix a couple of warnings. |
commit | commitdiff | tree | snapshot |
next |