aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-2427-252/+1185
* [PowerPC] Remove symbolLo/symbolHi instruction operand typesUlrich Weigand2013-05-232-37/+19
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-234-125/+193
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-2312-112/+259
* The command line options need to be processed before we create the TargetMach...Bill Wendling2013-05-231-9/+8
* ARM: implement @llvm.readcyclecounter intrinsicTim Northover2013-05-233-1/+70
* ARM: Add Performance Monitor Extensions featureTim Northover2013-05-233-1/+10
* R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst regTom Stellard2013-05-232-2/+31
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-2315-37/+37
* Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().Jakob Stoklund Olesen2013-05-232-2/+123
* More symbols that should be static.Benjamin Kramer2013-05-232-7/+5
* Hexagon: Make helper functions static.Benjamin Kramer2013-05-232-3/+5
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-234-63/+25
* InlineSpiller: Store bucket pointers instead of iterators.Benjamin Kramer2013-05-231-9/+9
* Setting the default value (fixes CRT assertions about uninitialized variable ...Aaron Ballman2013-05-231-3/+3
* Fix 32 bit build in c++11 mode.Rafael Espindola2013-05-231-1/+1
* Add missing test from r175092.Nick Lewycky2013-05-231-0/+13
* Fix a leak on the r600 backend.Rafael Espindola2013-05-232-8/+12
* clang-format this file.Rafael Espindola2013-05-231-29/+25
* Remove redundant rpath.Rafael Espindola2013-05-231-6/+1
* Fix indentation.Rafael Espindola2013-05-231-9/+9
* [objc-arc] Fixed number of prefixing slashes in some comments in a function f...Michael Gottesman2013-05-231-6/+6
* Fixed trailing whitespace.Michael Gottesman2013-05-231-5/+5
* Updated the comments of APInt.h to match the llvm style guide and be consiste...Michael Gottesman2013-05-231-379/+590
* Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() libraryKevin Enderby2013-05-231-1/+2
* Minor fix to comment from my previous commit.Chad Rosier2013-05-221-1/+1
* Simplify the logic described in the comment.Chad Rosier2013-05-221-3/+1
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-225-38/+23
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-2211-50/+46
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-8/+4
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-15/+14