summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sphinxify the CMake document.Bill Wendling2012-07-063-585/+425
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-062-26/+76
* Changes per review of commit 159787Jack Carter2012-07-061-6/+5
* Untabify and move a function near similar functions dealing with structEric Christopher2012-07-061-29/+30
* Add some comments suggested in code review.Jakob Stoklund Olesen2012-07-061-0/+7
* Enable new[] on llvm::BumpPtrAllocator.Dmitri Gribenko2012-07-061-0/+17
* Mips specific inline asm operand modifier D.Jack Carter2012-07-052-29/+94
* Fix an overzealous assertion. It is legitimate for a target to have multiple...Owen Anderson2012-07-051-1/+1
* test case for r159770.Akira Hatanaka2012-07-051-0/+15
* Enclose instruction rdhwr with directives, which are needed when target isAkira Hatanaka2012-07-051-0/+18
* Enable target dependent directive parsing to hook before standard parser inAkira Hatanaka2012-07-051-3/+5
* add @llvm.donothingNuno Lopes2012-07-051-2/+28
* Optimize extendIntervalEndTo a tiny bit by saving one call through theChandler Carruth2012-07-051-7/+7
* Remove dead infrastructure for building DenseMaps with a SlotIndex asChandler Carruth2012-07-051-31/+0
* Finish fixing the MachineOperand hashing, providing a nice modernChandler Carruth2012-07-052-47/+55
* All cases are covered, no need for a default. This deals with theDuncan Sands2012-07-051-1/+0
* The hash function for MI expressions, used by MachineCSE, is reallyChandler Carruth2012-07-051-3/+8
* Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1Duncan Sands2012-07-052-9/+72
* [tsan] fix compile-time falilure found while building Chromium with tsan (tsa...Kostya Serebryany2012-07-051-0/+5
* Remove ParentMap. You can just ask the domnode for its parent. No functionalityNick Lewycky2012-07-051-11/+8
OpenPOWER on IntegriCloud