- e5ee3cf Adding ReleaseProcess doc by Renato Golin · 12 years ago
- 1f41986 Fixup for r182715: provide correct arg to --gtest-filter by Alexey Samsonov · 12 years ago
- 9f5de6d Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias another argument, even if the other argument is not itself marked noalias. by Michael Kuperstein · 12 years ago
- af10fe6 Make it explicit that GlobalAlias are ok in llvm.used. by Rafael Espindola · 12 years ago
- 078bdc6 Make helper functions static. by Rafael Espindola · 12 years ago
- b704d23 Convert sqrt functions into sqrt instructions when -ffast-math is in effect. by Preston Gurd · 12 years ago
- f594e41 Add a cpu to try to bring back the atom bots. by Rafael Espindola · 12 years ago
- 119da2e PPC: Add a isConsecutiveLS utility function by Hal Finkel · 12 years ago
- d1c99b2 llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error. by NAKAMURA Takumi · 12 years ago
- 1907cad Prefer to duplicate PPC Altivec loads when expanding unaligned loads by Hal Finkel · 12 years ago
- ea99163 Add LDC compiler to list of external OS projects using LLVM 3.3 by Kai Nacke · 12 years ago
- 9edb37f Fix PR16143: Insert DEBUG_VALUE before terminator. by Andrew Trick · 12 years ago
- f0c74bd Fixed bug when tests in executable partially used absolute paths. by Galina Kistanova · 12 years ago
- 03abfc7 Disable the StringMapEntry copy constructor, to make sure we by Chris Lattner · 12 years ago
- 41b646c Add support for DWARF line number table entries for values in the instruction by Cameron Zwarich · 12 years ago
- 6005727 Add some comments to the stringify function. by Eric Christopher · 12 years ago
- 5a0e604 PPC: Combine duplicate (offset) lvsl Altivec intrinsics by Hal Finkel · 12 years ago
- 81349a7 Track IR ordering of SelectionDAG nodes 4/4. by Andrew Trick · 12 years ago
- dd0fb01 Track IR ordering of SelectionDAG nodes 3/4. by Andrew Trick · 12 years ago
- ac6d9be Track IR ordering of SelectionDAG nodes 2/4. by Andrew Trick · 12 years ago
- ea5db0c Track IR ordering of SelectionDAG nodes 1/4. by Andrew Trick · 12 years ago
- ba3500e Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats. by Andrew Trick · 12 years ago
- 725e3d3 Add to testsuite. by Eric Christopher · 12 years ago
- f7306f2 ArrayRef-ize MD5 and clean up a few variable names. by Eric Christopher · 12 years ago
- 80d10de PPC: Initial support for permutation-based unaligned Altivec loads by Hal Finkel · 12 years ago
- 3b77151 [Support] Remove Count{Leading,Trailing}Zeros_{32,64}. by Michael J. Spencer · 12 years ago
- 4e505a4 Tidy up. Whitespace. by Jim Grosbach · 12 years ago
- de7cbbf Follow up of the introduction of MCSymbolizer. by Quentin Colombet · 12 years ago
- fce7b6b clang formatted APFloat.h by Michael Gottesman · 12 years ago
- 612ca08 clang-formatted APInt.h by Michael Gottesman · 12 years ago
- 927d8dc MathExtras: Return the result of find(First|Last)Set in the input type. by Benjamin Kramer · 12 years ago
- c6af243 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 12 years ago
- 54c7482 [Support][MathExtras] Fix literal type issues. by Michael J. Spencer · 12 years ago
- c93cdef Add missing header for atexit. by Michael J. Spencer · 12 years ago
- a0cfb8f [Support][MathExtras] Add missing include and disable _BitScan{Forward,Reverse}64 on non x64 MSVC systems. by Michael J. Spencer · 12 years ago
- 7932798 [objc-arc] KnownSafe does not imply that it is safe to perform code motion across CFG edges since even if it is safe to remove RR pairs, we may still be able to move a retain/release into a loop. by Michael Gottesman · 12 years ago
- 35e88e5 [objc-arc] Make sure that multiple owners is propogated correctly through the pass via the usage of a global data structure. by Michael Gottesman · 12 years ago
- 36fe3f2 [Support] Add type generic bit utilities to MathExtras.h by Michael J. Spencer · 12 years ago
- 959ecb2 LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases. by Benjamin Kramer · 12 years ago
- fe80892 Do not reserve space for the ColdEdges and NormalEdges vectors. by Diego Novillo · 12 years ago
- bfe3212 [SystemZ] Improve AsmParser handling of invalid instructions by Richard Sandiford · 12 years ago
- f386961 [SystemZ] Improve AsmParser register parsing by Richard Sandiford · 12 years ago
- 7ab9fb0 Run clang-format over the scalarizePHI function. by Joey Gouly · 12 years ago
- 4a94131 scalarizePHI needs to insert the next ExtractElement in the same block by Joey Gouly · 12 years ago
- 77226a0 Add a new function attribute 'cold' to functions. by Diego Novillo · 12 years ago
- 49a6a8d Remove the Copied parameter from MemoryObject::readBytes. by Benjamin Kramer · 12 years ago
- 35b2a7a Fix unused warning in opt builds. by Daniel Jasper · 12 years ago
- ef99356 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 12 years ago
- 2c94d0f Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago
- 586f6d0 by Ulrich Weigand · 12 years ago
- f8c243a Re-implement DebugIR in a way that does not subclass AssemblyWriter: by Daniel Malea · 12 years ago
- edaa58e by Ulrich Weigand · 12 years ago
- 8c18a6f The command line options need to be processed before we create the TargetMachine. by Bill Wendling · 12 years ago
- 5a02fc4 ARM: implement @llvm.readcyclecounter intrinsic by Tim Northover · 12 years ago
- b94a353 ARM: Add Performance Monitor Extensions feature by Tim Northover · 12 years ago
- d078070 R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg by Tom Stellard · 12 years ago
- 5c35290 Move passes from namespace llvm into anonymous namespaces. Sort includes while there. by Benjamin Kramer · 12 years ago
- e0b5977 Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute(). by Jakob Stoklund Olesen · 12 years ago
- 603100d More symbols that should be static. by Benjamin Kramer · 12 years ago
- a32218a Hexagon: Make helper functions static. by Benjamin Kramer · 12 years ago
- 879b071 R600: Hide symbols of implementation details. by Benjamin Kramer · 12 years ago
- 2db14ba InlineSpiller: Store bucket pointers instead of iterators. by Benjamin Kramer · 12 years ago
- 061ff34 Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style. by Aaron Ballman · 12 years ago
- 7eac032 Fix 32 bit build in c++11 mode. by Rafael Espindola · 12 years ago
- fa03ff9 Add missing test from r175092. by Nick Lewycky · 12 years ago
- 5110102 Fix a leak on the r600 backend. by Rafael Espindola · 12 years ago
- 23e24bd clang-format this file. by Rafael Espindola · 12 years ago
- 1529f0c Remove redundant rpath. by Rafael Espindola · 12 years ago
- b58484e Fix indentation. by Rafael Espindola · 12 years ago
- e5b9790 [objc-arc] Fixed number of prefixing slashes in some comments in a function from 3 to 2 to match the rest of ObjCARCOpts. by Michael Gottesman · 12 years ago
- a519666 Fixed trailing whitespace. by Michael Gottesman · 12 years ago
- cbc8777 Updated the comments of APInt.h to match the llvm style guide and be consistent. No functionality change. by Michael Gottesman · 12 years ago
- b737702 Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library by Kevin Enderby · 12 years ago
- 549221f Minor fix to comment from my previous commit. by Chad Rosier · 12 years ago
- 6cd0d18 Simplify the logic described in the comment. by Chad Rosier · 12 years ago
- 3d33184 Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type by David Blaikie · 12 years ago
- 62c320a Simplify logic now that r182490 is in place. No functional change intended. by Chad Rosier · 12 years ago
- b018bab Simplify logic now that r182490 is in place. No functional change intended. by Chad Rosier · 12 years ago
- 5cc3c98 Simplify logic now that r182490 is in place. No functional change intended. by Chad Rosier · 12 years ago
- d35da50 Recognize ValueType operands in source patterns for fast-isel. by Bill Schmidt · 12 years ago
- 5cd01f7 Change some PowerPC PatLeaf definitions to ImmLeaf for fast-isel. by Bill Schmidt · 12 years ago
- 3f75c6c SLPVectorizer: Change the order in which new instructions are added to the function. by Nadav Rotem · 12 years ago
- 23d1d5e X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads without chains. by Nadav Rotem · 12 years ago
- 9e8dbe0 Remove unneeded call to a base default ctor by Reid Kleckner · 12 years ago
- 5e6cabd This is an update to a previous commit (r181216). by Jean-Luc Duprat · 12 years ago
- e0f26bc Fix typo in docs/GettingStarted.rst. by Rui Ueyama · 12 years ago
- 5da4e4f Unify formatting of debug output. by Adrian Prantl · 12 years ago
- 039c56f Fix StringMapIterator compile errors for non-MSVC compilers. by Reid Kleckner · 12 years ago
- 0e1fae4 Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator by Chad Rosier · 12 years ago
- 284ffa3 [Support] Add StringMap::swap() and a default ctor for iterators by Reid Kleckner · 12 years ago
- 60ef6c9 X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower halves as unsigned. by Benjamin Kramer · 12 years ago
- 6e4a9c1 LoopVectorize: Make Value pointers that could be RAUW'ed a VH by Arnold Schwaighofer · 12 years ago
- 812789d Fix use after free (pr16103). by Rafael Espindola · 12 years ago
- 431c73b Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER. by Rafael Espindola · 12 years ago
- dbd8eb2 [SystemZ] Rename PSW to CC by Richard Sandiford · 12 years ago
- d34c405 sync projects/sample's autohell. by Rafael Espindola · 12 years ago
- 487399a [SystemZ] Fix thinko in long branch pass by Richard Sandiford · 12 years ago
- 3b4b536 X86: Remove test instructions proceeding shift by immediate instructions by David Majnemer · 12 years ago
- 7849728 R600ISelLowering.cpp: Avoid "using namespace Intrinsic;" to appease MSC. Specify namespaces explicitly here. by NAKAMURA Takumi · 12 years ago
- 51c2e12 R600: Whitespace and untabify. by NAKAMURA Takumi · 12 years ago