aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-103-52/+27
* Add an efficient merge operation to LiveInterval and use it to avoidChandler Carruth2012-07-102-32/+135
* Teach LiveIntervals how to verify themselves and start using it in someChandler Carruth2012-07-102-0/+42
* ARM: Allow more flexible patterns in NEON formats.Jim Grosbach2012-07-101-53/+53
* Allow intrinsics to be used in place of node matchables.Jim Grosbach2012-07-101-1/+2
* Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka2012-07-1010-37/+376
* Delete code for folding undefs in ScalarEvolution. It's invalid inDan Gohman2012-07-091-14/+0
* Revert r159938 (and r159945) to appease the buildbots.Chad Rosier2012-07-093-29/+8
* Machine model: allow itineraries to be shared by different processor models.Andrew Trick2012-07-091-0/+12
* indentationAndrew Trick2012-07-091-1/+1
* Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...Owen Anderson2012-07-092-0/+62
* X86: implement functions to analyze & synthesize CMOV|SET|JccManman Ren2012-07-092-138/+202
* Reapply r158846.Akira Hatanaka2012-07-095-274/+249
* instcombine: merge the functions that remove dead allocas and dead mallocs/ca...Nuno Lopes2012-07-095-123/+75
* Some formatting to keep Clang happyRichard Barton2012-07-091-4/+4
* Oops - correct broken disassembly for VMOVRichard Barton2012-07-091-1/+1
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-093-8/+29
* Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-092-1/+36
* Spelling!Richard Barton2012-07-091-2/+2
* Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton2012-07-092-0/+887
* Remove some trivial copy ctors so the classes become trivially copyable and g...Benjamin Kramer2012-07-082-6/+0
* SmallVector: Make use of move semantics to speed up moving objects in erase()...Benjamin Kramer2012-07-081-6/+6
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-0727-502/+904
* whitespaceAndrew Trick2012-07-072-5/+5
* Tweak spelling.Andrew Trick2012-07-073-7/+7
* X86: Fix optimizeCompare to correctly check safe condition.Manman Ren2012-07-072-5/+43
* LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not acce...NAKAMURA Takumi2012-07-071-1/+1
* Use the DebugInfo wrappers instead of mucking about with the MDNode directly.Bill Wendling2012-07-071-22/+8
* Print the name last.Bill Wendling2012-07-061-5/+4
* Fix the naming of ensureAlignment. Per the coding standard function namesChad Rosier2012-07-062-5/+5
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-066-17/+128
* Since SmallMap was removed in r158644, remove documentation in ProgrammersMan...Dmitri Gribenko2012-07-061-81/+0
* Check if it's a scope last, because several things are scopes.Bill Wendling2012-07-061-2/+2
* ARM: Add test cleanup entry to the README.Jim Grosbach2012-07-061-0/+21
* revert r159851.Akira Hatanaka2012-07-066-303/+326
* Reapply r158846.Akira Hatanaka2012-07-066-326/+303
* Add a print method to the ObjC property object.Bill Wendling2012-07-062-0/+13
* Remove trailing comma in array initialization list.Bill Wendling2012-07-061-8/+8
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-061-19/+19
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-061-4/+4
* Whitespace.Chad Rosier2012-07-061-3/+3
* X86: peephole optimization to remove cmp instructionManman Ren2012-07-064-0/+321
* [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier2012-07-062-0/+11
* Update getFunction parameter documentation. Fixes PR13268.Chad Rosier2012-07-061-2/+3
* Revert r159789.Dmitri Gribenko2012-07-061-17/+0
* llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen.NAKAMURA Takumi2012-07-061-2/+0
* Attempt to fix windows buildbots. Patch by James Benton.Duncan Sands2012-07-061-5/+1
* test/CodeGen/X86/sext-setcc-self.ll: Mark it as XFAIL: cygwin,mingw32,win32. ...NAKAMURA Takumi2012-07-061-0/+4
* Revert r159804, "[arm-fast-isel] Add support for vararg function calls."NAKAMURA Takumi2012-07-062-76/+26
* Fix PR13202 and a regtest.Alexey Samsonov2012-07-062-0/+63