summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-03
* [arm-fast-isel] Add support for shl, lshr, and ashr.Jush Lu2012-08-03
* [CMake] Add yaml2obj to check-llvm.NAKAMURA Takumi2012-08-03
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-03
* Remove redundant '== true' after a comparison.Richard Trieu2012-08-02
* ARM: Tidy up. Remove unused template parameters.Jim Grosbach2012-08-02
* ARM: More InstAlias refactors to use #NAME#.Jim Grosbach2012-08-02
* Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay2012-08-02
* ARM: Refactor instaliases using TableGen support for #NAME#.Jim Grosbach2012-08-02
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* [yaml2obj] Fix build. Apparently I've gotten too familiar with C++11.Michael J. Spencer2012-08-02
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-02
* TableGen: Allow use of #NAME# outside of 'def' names.Jim Grosbach2012-08-02
* Compute the critical path length through a trace.Jakob Stoklund Olesen2012-08-02
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-02
* Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka2012-08-02
* Verify regunit intervals along with virtreg intervals.Jakob Stoklund Olesen2012-08-02
* Avoid creating dangling physreg live ranges during DCE.Jakob Stoklund Olesen2012-08-02
* Add TargetRegisterInfo::hasRegUnit().Jakob Stoklund Olesen2012-08-02
* include/llvm/Analysis/RegionInfo.h: Appease msvc.NAKAMURA Takumi2012-08-02
* Add report() functions that take a LiveInterval argument.Jakob Stoklund Olesen2012-08-02
* Implement the block_iterator of Region based on df_iterator.Hongbin Zheng2012-08-02
* JIT::runFunction(): add a fast path for functions with a single argument that...Nuno Lopes2012-08-02
* Sphinxify the Code Generator document.Bill Wendling2012-08-02
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-02
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure this is testing without +avx.NAKAMURA Takumi2012-08-02
* llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Rewrite expressions to pass regardle...NAKAMURA Takumi2012-08-02
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Extract some methods from verifyLiveIntervals.Jakob Stoklund Olesen2012-08-02
* Also verify RegUnit intervals at uses.Jakob Stoklund Olesen2012-08-01
* X86: mark GATHER instructios as mayLoadManman Ren2012-08-01
* Compute instruction heights through a trace.Jakob Stoklund Olesen2012-08-01
* ARM: Remove redundant instalias.Jim Grosbach2012-08-01
* Clean up formatting.Jim Grosbach2012-08-01
* Tidy up.Jim Grosbach2012-08-01
* Whitespace.Chad Rosier2012-08-01
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-01
* remove tabs from my previous commit.Nuno Lopes2012-08-01
* (hopefuly) fix the remaining cases where null wasnt expected (PR13497).Nuno Lopes2012-08-01
* Line endings.Matt Beaumont-Gay2012-08-01
* Add DataDep constructors. Explicitly check SSA form.Jakob Stoklund Olesen2012-08-01
* fix 'make check' when ocamlopt returns the compiler path with CFLAGS (and the...Nuno Lopes2012-08-01
* Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...Axel Naumann2012-08-01
* Added FMA functionality to X86 target.Elena Demikhovsky2012-08-01
* Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky2012-08-01