aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-015-4/+156
* Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cppJean-Luc Duprat2013-03-011-1/+0
* Rewrite a test to count emitted instructions without using -statsEli Bendersky2013-03-011-14/+12
* Fix indentation.Akira Hatanaka2013-03-011-15/+10
* Set properties for f128 type.Akira Hatanaka2013-03-013-17/+717
* Rewrite a test to check actual output rather than intermediate implementationEli Bendersky2013-03-011-6/+6
* No need to force-create clang-tools-extra lit.site.cfgEdwin Vane2013-03-011-5/+0
* Add regression tests (WORKSFORME)Michael Liao2013-03-015-0/+76
* Generate an error message instead of asserting or segfaulting when we can'tChad Rosier2013-03-012-0/+15
* LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer2013-03-012-1/+37
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-015-7/+44
* Fix PR10475Michael Liao2013-03-0114-23/+69
* Add support for using non-pic code for arm and thumb1 when emitting the sjljChad Rosier2013-03-012-10/+110
* R600/SI: fix sampler tests after fixing wait insertionsChristian Konig2013-03-011-15/+15
* Hexagon: Add constant extender support framework.Jyotsna Verma2013-03-016-23/+289
* test commit to use consistent comment notation.Peng Cheng2013-03-011-11/+11
* GCInfoDeleter code cleanup after r175528Yiannis Tsiouris2013-03-013-6/+2
* R600/SI: handle all registers in copyPhysReg v2Christian Konig2013-03-011-16/+88
* R600/SI: remove S_MOV immediate patternsChristian Konig2013-03-011-12/+2
* R600/SI: remove GPR*AlignEncodeChristian Konig2013-03-014-67/+16
* R600/SI: fix warning about overloaded virtualChristian Konig2013-03-011-0/+1
* R600/SI: fix inserting waits for unordered definesChristian Konig2013-03-011-2/+21
* GCC thinks that this variable might be used uninitialized (it isn't).Duncan Sands2013-03-011-1/+1
* Docs for llvm-symbolizer command-line toolAlexey Samsonov2013-03-012-0/+66
* Minor coding style fixMichael Liao2013-03-011-3/+3
* [mips] Remove unused option. Fix 80-column violations.Akira Hatanaka2013-03-012-17/+8
* [mips] Add the capability to search delay slot filling instructions inAkira Hatanaka2013-03-012-32/+359
* [mips] Do not add SecondLastInst to list BranchInstrs if there is only oneAkira Hatanaka2013-03-011-2/+2
* [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd.Akira Hatanaka2013-03-012-74/+103
* [mips] Add options to disable searching backward and in successor blocks.Akira Hatanaka2013-03-011-0/+12
* [mips] Add capability to search in the forward direction for instructions thatAkira Hatanaka2013-03-012-23/+114
* [mips] Define helper function searchRangeAkira Hatanaka2013-03-011-9/+29
* [mips] Rename function findDelayInstr to searchBackward.Akira Hatanaka2013-03-011-3/+3
* Scheduler diagnostics. Print the register name.Andrew Trick2013-03-011-0/+2
* Fix incorrect ScheduleDAG comment and formalize Weak edges.Andrew Trick2013-03-011-2/+12
* Instructions schedulers should report correct height/depth.Andrew Trick2013-03-011-2/+2
* [mips] Define class MemDefsUses.Akira Hatanaka2013-03-012-23/+145
* Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea2013-02-281-0/+1
* A small refactoring + adding comments.Eli Bendersky2013-02-283-14/+19
* Don't add the 'Value' string if there isn't one.Bill Wendling2013-02-281-1/+1
* Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet2013-02-282-3/+14
* Move an assert earlier in a file and check that the result ofEric Christopher2013-02-281-2/+5
* Brag about function call vectorization in the docs.Benjamin Kramer2013-02-281-0/+11
* Don't add an attribute that already exists and don't remove an attribute that...Bill Wendling2013-02-281-0/+2
* Tidy up; no functional change.Chad Rosier2013-02-281-5/+3
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-283-12/+110
* Style; no functional change.Chad Rosier2013-02-281-7/+4
* Put some per-instruction statistics of fast isel under NDEBUG, together withEli Bendersky2013-02-281-3/+5
* Re-format comments (and check commit access)Yiannis Tsiouris2013-02-281-17/+15
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-284-27/+38