summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* A REG_SEQUENCE instruction may use the same register twice.Jakob Stoklund Olesen2010-08-09
* Explicitly initialize SlowFPBrcc and Pref32BitThumb to false.Evan Cheng2010-08-09
* Rename a method.Devang Patel2010-08-09
* Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng2010-08-09
* Memory version of vcvtdq2pd intrinsicBruno Cardoso Lopes2010-08-09
* Patterns to match vinsert, vbroadcast, vmovmask and vcvtdq2pd AVX intrinsicsBruno Cardoso Lopes2010-08-09
* Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime...Evan Cheng2010-08-09
* Remove the ValueMap operator=, which was wrong (it did't correct theDuncan Sands2010-08-09
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-09
* MC/MachO: Fix possible null pointer dereference.Michael J. Spencer2010-08-09
* XFAIL for mingw that has no plugins.Rafael Espindola2010-08-09
* Don't try to build a plugin on windows.Rafael Espindola2010-08-09
* Stop the JIT from refusing to work just because the program it was compiled intoNick Lewycky2010-08-09
* CMake: llvm_map_components_to_libraries now returns system libs too.Oscar Fuentes2010-08-09
* Change the Interval type to signed in ImmutableIntervalMap.h.Zhongxing Xu2010-08-09
* CMake: document how to incorporate LLVM into the cmake project of anOscar Fuentes2010-08-09
* CMake: system for providing llvm-config-like features to the user.Oscar Fuentes2010-08-09
* CMake: documented testing procedureOscar Fuentes2010-08-09
* llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer2010-08-08
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-08
* s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-08
* Remove unused variable.Benjamin Kramer2010-08-08
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-08
* Regenerate.Eric Christopher2010-08-08
* Add a bit of a hack to avoid multiple defines of variables inEric Christopher2010-08-08
* Add optimization to Target/README.txt.Nick Lewycky2010-08-08
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-08
* Use the "isCompare" machine instruction attribute instead of calling theBill Wendling2010-08-08
* Do more to modernize MergeFunctions. Refactor in response to Chris' code review.Nick Lewycky2010-08-08
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-08
* CMake: configure header llvm-config.hOscar Fuentes2010-08-08
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-08
* Regenerate.Eric Christopher2010-08-08
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-08
* Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling2010-08-08
* Use %shlibext instead of .soRafael Espindola2010-08-08
* Try to fix cmake build.Rafael Espindola2010-08-08
* Fix a couple of warnings.Eric Christopher2010-08-08
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-07
* Another missing file :-(Rafael Espindola2010-08-07
* Add missing file.Rafael Espindola2010-08-07
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-07
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-07
* A reference to the Timer's name is safe, it outlives the contents of the vector.Benjamin Kramer2010-08-07
* Kill rarely used std::sort.Benjamin Kramer2010-08-07
* Shrink PassNameParser's binary size with array_pod_sort.Benjamin Kramer2010-08-07
* Remove layering violation.Owen Anderson2010-08-07
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-07
* Fix typo.Nick Lewycky2010-08-07
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-07