- 49bbb35 fixed to disassemble with tab after mnemonic rather than space by Kay Tiong Khoo · 12 years ago
- 8f58365 Use a real union for IdentifyingPassPtr. by Benjamin Kramer · 12 years ago
- bccd635 Marking myself as release manager. by Bill Wendling · 12 years ago
- 15b64d0 by Preston Gurd · 12 years ago
- 37c04bc Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLoc by Chad Rosier · 12 years ago
- f0ca9a8 Add object-emission flag for lit tests. This flag is used by Jyotsna Verma · 12 years ago
- 4b924d3 Make the SLP store-merger less paranoid about function calls. We check for function calls when we check if it is safe to sink instructions. by Nadav Rotem · 12 years ago
- 20cd5e6 We require DataLayout for analyzing the size of stores. by Nadav Rotem · 12 years ago
- b4d6a65 Remove unused variable. by Chad Rosier · 12 years ago
- da47e17 PPC: Don't predicate a diamond with two counter decrements by Hal Finkel · 12 years ago
- ba69b36 Reapply r179115, but use parsePrimaryExpression a little more judiciously. by Chad Rosier · 12 years ago
- b187f8c R600/SI: Add pattern for AMDGPUurecip by Michel Danzer · 12 years ago
- 74adad6 This is for an experimental option -mips-os16. The idea is to compile all by Reed Kotler · 12 years ago
- 01a7b5c Use a scheme closer to that of GNU as when deciding the type of a by Peter Collingbourne · 12 years ago
- b08c6df Template MachOObjectFile over endianness too. by Rafael Espindola · 12 years ago
- 05b9644 Simplify the templating a bit. by Rafael Espindola · 12 years ago
- 78fcc47 Move two methods out of line. by Rafael Espindola · 12 years ago
- daefc0f R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addr by Vincent Lejeune · 12 years ago
- 3ca3fc5 [test] Use lit's shell test runner on Windows by Reid Kleckner · 12 years ago
- 7ef742d Revert "TMP" by Tim Northover · 12 years ago
- 8c9e52a ARM: Make "SMC" instructions conditional on new TrustZone architecture feature. by Tim Northover · 12 years ago
- 2318508 TMP by Tim Northover · 12 years ago
- 0f57a98 Change CloneFunctionInto to always clone Argument attributes induvidually, by Joey Gouly · 12 years ago
- 4d0e8a8 R600/SI: dynamical figure out the reg class of MIMG by Christian Konig · 12 years ago
- 84a775d R600/SI: adjust writemask to only the used components by Christian Konig · 12 years ago
- 9c210da R600/SI: remove image sample writemask by Christian Konig · 12 years ago
- 4e31728 Cleanup PPCInstrInfo::DefinesPredicate by Hal Finkel · 12 years ago
- d03fdfb RegionInfo: Add helpers to replace entry/exit recursively by Tobias Grosser · 12 years ago
- 90dd7fd PPC: Prep for if conversion of bctr[l] by Hal Finkel · 12 years ago
- a2561a0 Template the MachO types over endianness. by Rafael Espindola · 12 years ago
- 774e7c8 Include the more specific header. by Rafael Espindola · 12 years ago
- 3a6b7d3 __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not in by Evan Cheng · 12 years ago
- 5ed0283 Generalize the PassConfig API and remove addFinalizeRegAlloc(). by Andrew Trick · 12 years ago
- a9a5c53 Mips specific inline asm operand modifier 'D' by Jack Carter · 12 years ago
- 7eb0d81 Allow PPC B and BLR to be if-converted into some predicated forms by Hal Finkel · 12 years ago
- 58ddf52 Fix some comment typos. by Bob Wilson · 12 years ago
- df10870 Cleanup. No functional change intended. by Chad Rosier · 12 years ago
- bad493e Cleanup. No functional change intended. by Chad Rosier · 12 years ago
- 27554ee Remove unused method and default values. by Rafael Espindola · 12 years ago
- af12ad7 Update the version of dwarf we say we're emitting to at least 3. by Eric Christopher · 12 years ago
- 3eb6d7f Revert r179115 as it looks to have killed the ASan tests. by Chad Rosier · 12 years ago
- 239e1e4 Rationalize the formatting of these case labels. Having two sorted by Chandler Carruth · 12 years ago
- a430cb6 This patch enables llvm to switch between compiling for mips32/mips64 by Reed Kotler · 12 years ago
- 8383b53 Add support for bottom-up SLP vectorization infrastructure. by Nadav Rotem · 12 years ago
- 376e05f Make check depend on all. by Eric Christopher · 12 years ago
- d4727e3 [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need to by Chad Rosier · 12 years ago
- e0828ec The .dwo section shouldn't contain the unrelocated values (and by Eric Christopher · 12 years ago
- 13049ae Cleanup PPCEarlyReturn by Hal Finkel · 12 years ago
- 8e4df48 Revert r176408 and r176407 to address PR15540. by Nadav Rotem · 12 years ago
- b976e40 [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand, by Chad Rosier · 12 years ago
- 6fac1fb DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if possible. by Benjamin Kramer · 12 years ago
- f6f8198 Use virtual base registers on PPC by Hal Finkel · 12 years ago
- 307b853 Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheck by Hal Finkel · 12 years ago
- d7170ea Rewrite test/Linker tests to use FileCheck instead of grep. by Eli Bendersky · 12 years ago
- f6cfc15 Convert MachOObjectFile to a template. by Rafael Espindola · 12 years ago
- 32a3e78 DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the same as DW_FORM_addr in DWARF2, and is 4/8 bytes on 32/64-bit DWARF starting from DWARF3. Adding a test for this is a huge pain - generating and uploading pre-built binary with DWARF3 debug info is way too ugly, and writing fine-grained unittests for DebugInfo is impossible, as it doesn't expose any headers in include/llvm. That said, I'm going to choose the second approach and submit the patch exposing DebugInfo headers for review soon enough. by Alexey Samsonov · 12 years ago
- 3c5aaa2 Converted 8x tests of SimplifyCFG to use FileCheck instead of grep. by Michael Gottesman · 12 years ago
- 1b133a4 Extract a function. by Jakob Stoklund Olesen · 12 years ago
- fa335e4 Remove the confusing sentence. by Nadav Rotem · 12 years ago
- e43e2d8 Revert 179071 because it is not the right way to support non standard new/new[] operators. by Nadav Rotem · 12 years ago
- 6ed9284 Compute correct frame sizes for SPARC v9 64-bit frames. by Jakob Stoklund Olesen · 12 years ago
- 8faf7df More uses for SymbolTableEntryBase. by Rafael Espindola · 12 years ago
- 7df9c57 Add a SymbolTableEntryBase. by Rafael Espindola · 12 years ago
- b3d25a9 Fix PointerIntPair to be enum class compatible. by Joe Groff · 12 years ago
- 3388589 Add a SectionBase struct. by Rafael Espindola · 12 years ago
- 0a9b452 c++ new operators are not malloc-like functions because they do not return uninitialized memory. by Nadav Rotem · 12 years ago
- 92c3742 InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment. by NAKAMURA Takumi · 12 years ago
- 4fd00c5 Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation in Reassociate. by Shuxin Yang · 12 years ago
- df4381b Update the docs about the fact that the loop vectorizer is enabled by default for -O3. by Nadav Rotem · 12 years ago
- 335f1d4 Template the MachO types over the word size. by Rafael Espindola · 12 years ago
- a9408ba Remove is64BitLoadCommand. by Rafael Espindola · 12 years ago
- 5fcba11 Rewrite test/Integer tests to use FileCheck instead of grep by Eli Bendersky · 12 years ago
- 20680b0 Rewrite test/ExecutionEngine tests to use FileCheck instead of grep by Eli Bendersky · 12 years ago
- ed36a47 Update documentation. by Matt Arsenault · 12 years ago
- c3d5c1c Rewrite test/Verifier tests to use FileCheck instead of grep by Eli Bendersky · 12 years ago
- 8134565 X86 cost model: Model cost for uitofp and sitofp on SSE2 by Arnold Schwaighofer · 12 years ago
- 6b369ce [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands. by Chad Rosier · 12 years ago
- 5ee67e8 Generate PPC early conditional returns by Hal Finkel · 12 years ago
- d6b89ef DWARF parser: remove duplicated code and fix code style in DIE extractors. by Alexey Samsonov · 12 years ago
- 9d55c09 Add all 4 MachO object types. Use the stored type to implement is64Bits(). by Rafael Espindola · 12 years ago
- bd7c634 R600: Control Flow support for pre EG gen by Vincent Lejeune · 12 years ago
- 58852ec Simplify the quoting here. Our lit emulator doesn't deal well with the by Chandler Carruth · 12 years ago
- 89ec385 Remove a global 'endl' variable from the other file as well. by Chandler Carruth · 12 years ago
- 97034bb Clean up namespaces in obj2yaml.cpp. by Chandler Carruth · 12 years ago
- c966285 Add ACLE link to ARM documentation sections by Tim Northover · 12 years ago
- 211ffd2 AArch64: remove barriers from AArch64 atomic operations. by Tim Northover · 12 years ago
- 724a7b1 Cleanup the formatting of obj2yaml.cpp. by Chandler Carruth · 12 years ago
- bcff69a Don't define our own global 'endl' variable. While technically it had by Chandler Carruth · 12 years ago
- 7fba6cd ARM: Remove unused variable. by Benjamin Kramer · 12 years ago
- 59889f7 Cleanup and improve PPC fsel generation by Hal Finkel · 12 years ago
- cd3d60c TargetLowering: Fix getTypeConversion handling of extended vector types by Arnold Schwaighofer · 12 years ago
- 8764c89 Make MachOObjectFile independent from MachOObject. by Rafael Espindola · 12 years ago
- f1cc800 Implement MachOObjectFile::getData directly. by Rafael Espindola · 12 years ago
- 49698a1 Implement MachOObjectFile::is64Bit directly. by Rafael Espindola · 12 years ago
- c90cc18 Implement MachOObjectFile::getHeaderSize directly. by Rafael Espindola · 12 years ago
- 433611b Implement MachOObjectFile::getHeader directly. by Rafael Espindola · 12 years ago
- 18fdb39 Implement LowerCall_64 for the SPARC v9 64-bit ABI. by Jakob Stoklund Olesen · 12 years ago
- 0f08eb1 Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData. by Rafael Espindola · 12 years ago
- 6ab85a8 Remove LoadCommandInfo now that we always have a pointer to the command. by Rafael Espindola · 12 years ago
- 77638d9 Add MachOObjectFile::LoadCommandInfo. by Rafael Espindola · 12 years ago