- 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
- f9c3ea3 Create an FPOW SDNode opcode def in the target independent .td file rather than in a specific backend. by Owen Anderson · 12 years ago
- 6cfed36 Expose the RTDyldMemoryManager through the C API. This allows clients of by Filip Pizlo · 12 years ago
- 6729535 Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. by Rafael Espindola · 12 years ago
- bbc45a3 Attempt to fix the mingw32 bot. by Rafael Espindola · 12 years ago
- 2134219 s/u_int32_t/uint32_t/ by Rafael Espindola · 12 years ago
- de2b854 Fix warning in non-assert build. by Rafael Espindola · 12 years ago
- 059d360 Make R600 non-experimental. by Rafael Espindola · 12 years ago
- 6c1301b Mips16 does not use register scavenger from TargetRegisterInfo. It allocates by Reed Kotler · 12 years ago
- ab7abe0 Be more specific and capitalize filenames. by Eric Christopher · 12 years ago
- 01ef4f6 Define BYTE_ORDER on Solaris. by Jakob Stoklund Olesen · 12 years ago
- a4ea4a7 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
- 50f19a9 Roll out r182411 and 182412 because it's still broken. by Filip Pizlo · 12 years ago
- f904921 Fix busted comment. This conditional include block used to be in SectionMemoryManager, but is now in RTDyldMemoryManager. by Filip Pizlo · 12 years ago
- 876af64 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
- 1441bf7 Roll out r182407 and r182408 because they broke builds. by Filip Pizlo · 12 years ago
- 52755c4 Expose the RTDyldMemoryManager through the C API. This allows clients of by Filip Pizlo · 12 years ago
- 3bcc3e6 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
- e67c9c3 Use std::list so that we have a stable iterator. by Rafael Espindola · 12 years ago
- 15e3b0c Remove duplicated comment. by Benjamin Kramer · 12 years ago
- 22d1d14 Regenerate configure. by Rafael Espindola · 12 years ago
- 2591b5c [mips] Rename option to make it compatible with gcc. by Akira Hatanaka · 12 years ago
- 1d4d323 [mips] Add instruction selection patterns for blez and bgez. by Akira Hatanaka · 12 years ago
- b9c26dc [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic by Justin Holewinski · 12 years ago
- b4b1407 Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC. by Jyotsna Verma · 12 years ago
- c2b7f5f Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen. by Justin Holewinski · 12 years ago
- 75e9ee8 Fix PPC branch selection for counter-based branches by Hal Finkel · 12 years ago
- 0c61b6f removed commented lines by Elena Demikhovsky · 12 years ago
- bf41506 [msan] A no-op implementation of VarArg handling. by Evgeniy Stepanov · 12 years ago
- f8cd1ee Removed SSEPacked domain from all forms (AVX, SSE, signed, unsigned) scalar compare instructions, like COMISS, COMISD. by Elena Demikhovsky · 12 years ago
- e3658a2 by Ulrich Weigand · 12 years ago
- f106d8b X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the smaller type. by Benjamin Kramer · 12 years ago
- af2a1be [SystemZ] Tighten branch tests by Richard Sandiford · 12 years ago
- f19b8b0 DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0) == 0. by Benjamin Kramer · 12 years ago
- 275428f Fix indentation by Richard Sandiford · 12 years ago
- 4b5c3f6 Add cmake bits for md5. by Eric Christopher · 12 years ago
- 9f31f7c Add an md5 library derived from a public domain implementation for dwarf4 by Eric Christopher · 12 years ago
- 49d44a0 Add checks that the proper predeined stubs are being called to the test case. by Reed Kotler · 12 years ago
- 01cb18e Dwarf: use a single line table to generate assembly when .loc is used. by Manman Ren · 12 years ago
- bf00bf9 Add some additional functions to the list of helper functions for by Reed Kotler · 12 years ago
- 6f43379 Comment update: these things are called "configuration names" these days, not by Richard Smith · 12 years ago
- 57f429f LangRef.rst: Clarify how basic blocks without named label are handled. by Sean Silva · 12 years ago
- 7b72cc7 PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 12 years ago
- ff2515e [docs] Minor doc tweaks. by Daniel Dunbar · 12 years ago
- 3b1040c The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase like the other EH passes. by Bill Wendling · 12 years ago
- 07418cd No need to store the TargetMachine variable in this class. by Bill Wendling · 12 years ago
- d02c8f4 Remove unused #include. by Bill Wendling · 12 years ago
- 4e6b24f Rename LoopSimplify.h to LoopUtils.h by Hal Finkel · 12 years ago
- b02834c add polly to check-all by Sebastian Pop · 12 years ago
- 1aeb13b [mips] Add (setne $lhs, 0) instruction selection pattern. by Akira Hatanaka · 12 years ago
- f894199 [mips] Trap on integer division by zero. by Akira Hatanaka · 12 years ago
- 08f92c9 Remove copied preheader insertion logic from PPCCTRLoops by Hal Finkel · 12 years ago