aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford2013-05-283-33/+34
* Revert r182715 and r182758Alexey Samsonov2013-05-281-7/+5
* Adding ReleaseProcess docRenato Golin2013-05-281-0/+198
* Fixup for r182715: provide correct arg to --gtest-filterAlexey Samsonov2013-05-281-1/+1
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-284-4/+51
* Make it explicit that GlobalAlias are ok in llvm.used.Rafael Espindola2013-05-271-5/+4
* Make helper functions static.Rafael Espindola2013-05-274-113/+65
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-274-0/+74
* Add a cpu to try to bring back the atom bots.Rafael Espindola2013-05-271-1/+1
* PPC: Add a isConsecutiveLS utility functionHal Finkel2013-05-271-2/+42
* llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi2013-05-271-1/+2
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-262-15/+92
* Add LDC compiler to list of external OS projects using LLVM 3.3Kai Nacke2013-05-261-0/+15
* Fix PR16143: Insert DEBUG_VALUE before terminator.Andrew Trick2013-05-262-1/+131
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-261-5/+7
* Disable the StringMapEntry copy constructor, to make sure weChris Lattner2013-05-251-0/+1
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-252-4/+12
* Add some comments to the stringify function.Eric Christopher2013-05-251-0/+2
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-252-1/+34
* Track IR ordering of SelectionDAG nodes 4/4.Andrew Trick2013-05-253-0/+49
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-2517-190/+31
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-2574-2190/+2187
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-253-7/+77
* Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.Andrew Trick2013-05-251-1/+4
* Add to testsuite.Eric Christopher2013-05-241-0/+1
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-243-24/+85
* PPC: Initial support for permutation-based unaligned Altivec loadsHal Finkel2013-05-242-0/+174
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-242-133/+15
* Tidy up. Whitespace.Jim Grosbach2013-05-241-11/+11
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-248-19/+116
* clang formatted APFloat.hMichael Gottesman2013-05-241-349/+344
* clang-formatted APInt.hMichael Gottesman2013-05-241-290/+160
* MathExtras: Return the result of find(First|Last)Set in the input type.Benjamin Kramer2013-05-241-4/+4
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-2440-104/+104
* [Support][MathExtras] Fix literal type issues.Michael J. Spencer2013-05-241-36/+36
* Add missing header for atexit.Michael J. Spencer2013-05-241-0/+2
* [Support][MathExtras] Add missing include and disable _BitScan{Forward,Revers...Michael J. Spencer2013-05-241-0/+5
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-242-8/+240
* [objc-arc] Make sure that multiple owners is propogated correctly through the...Michael Gottesman2013-05-242-17/+113
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-242-0/+303
* LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...Benjamin Kramer2013-05-242-1/+15
* Do not reserve space for the ColdEdges and NormalEdges vectors.Diego Novillo2013-05-241-2/+0
* [SystemZ] Improve AsmParser handling of invalid instructionsRichard Sandiford2013-05-243-81/+180
* [SystemZ] Improve AsmParser register parsingRichard Sandiford2013-05-243-547/+328
* Run clang-format over the scalarizePHI function.Joey Gouly2013-05-241-12/+8
* scalarizePHI needs to insert the next ExtractElement in the same blockJoey Gouly2013-05-242-2/+29
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-2413-1/+200
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-2414-61/+35
* Fix unused warning in opt builds.Daniel Jasper2013-05-241-4/+3
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-2422-683/+1047