- f4ab63f Implement getUniqueID for directories on windows. by Rafael Espindola · 12 years ago
- 8838da6 [mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that by Akira Hatanaka · 12 years ago
- ed0a016 Remove dead code. by Rafael Espindola · 12 years ago
- c0173e6 Down-scale slot index distance to save bits. by Andrew Trick · 12 years ago
- c0c9205 whitespace by Andrew Trick · 12 years ago
- d71efff MI Sched: Track live-thru registers. by Andrew Trick · 12 years ago
- 1e46fcd MI Sched fix: assert "Disconnected LRG within the scheduling region." by Andrew Trick · 12 years ago
- 8717679 [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add by Venkatraman Govindaraju · 12 years ago
- 264e92d Implement TokenizeWindowsCommandLine. by Rui Ueyama · 12 years ago
- f6de55f Fix parameter ordering bug in createDebugIRPass() by Daniel Malea · 12 years ago
- e3d60ac R600/SI: Expand vector fp <-> int conversions by Tom Stellard · 12 years ago
- b67775d This patch implements parsing of mips FCC register operands. The example instructions have been added to test files. by Vladimir Medic · 12 years ago
- d6a721b Fix underscore to be the proper length. by Bill Wendling · 12 years ago
- f7f22a6 [ARM] check bitwidth in PerformORCombine by Saleem Abdulrasool · 12 years ago
- bcbb5da Remove more dead documentation. by Rafael Espindola · 12 years ago
- 80cdaf3 [Sparc] Use call's debugloc for the unimp instruction. by Venkatraman Govindaraju · 12 years ago
- 646cd79 [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF. by Bill Schmidt · 12 years ago
- 15d1b85 [R600] Replicate old DAGCombiner behavior in target specific DAG combine. by Quentin Colombet · 12 years ago
- 75c9433 [DAGCombiner] insert_vector_elt: Avoid building a vector twice. by Quentin Colombet · 12 years ago
- 3466fb1 Move file to X86 and add a triple to fix darwin bots for now. by Eric Christopher · 12 years ago
- 86aa03d Fix a truly egregious thinko in anonymous namespace check, by Eric Christopher · 12 years ago
- 944aa2b Make sure we don't emit an ODR hash for types with no name and make by Eric Christopher · 12 years ago
- 407ec14 Clarify comments for types contained in anonymous namespaces and odr hashes. by Eric Christopher · 12 years ago
- be48204 Elaborate a bit on the type unit and ODR conditional code. by Eric Christopher · 12 years ago
- e091379 Make file_status::getUniqueID const. by Rafael Espindola · 12 years ago
- 1fde907 Delete documentation for deleted options. by Rafael Espindola · 12 years ago
- 3ed45fe Include st_dev to make the result of getUniqueID actually unique. by Rafael Espindola · 12 years ago
- 096880b Debug Info: enable verifier for testing cases. by Manman Ren · 12 years ago
- c0fa31d [mips] Add comment and simplify function. by Akira Hatanaka · 12 years ago
- 1aaa5cb Add the C source code to the test to make it easier to update when debug info changes. by Nadav Rotem · 12 years ago
- 79c6bee SLPVectorier: update the debug location for the new instructions. by Nadav Rotem · 12 years ago
- d513b40 Debug Info: update testing cases to pass verifier. by Manman Ren · 12 years ago
- fdbea51 Use proper section suffix for COFF weak symbols by Nico Rieck · 12 years ago
- 944061c Proper va_arg/va_copy lowering on win64 by Nico Rieck · 12 years ago
- cc6933b Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but not MSVC 10 since it is still required there. by Aaron Ballman · 12 years ago
- cf48cf2 Add support for the 's' operation to llvm-ar. by Rafael Espindola · 12 years ago
- c63dce3 MC: Support larger COFF string tables by Nico Rieck · 12 years ago
- c16babf ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
- 9e03691 Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2. by Benjamin Kramer · 12 years ago
- fd79485 Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patch also adds the VFP4 feature to Cortex-A15 and fixes the DontUseFusedMAC predicate so that we can still generate vmla.f32 instructions on non-darwin targets with VFP4. by Silviu Baranga · 12 years ago
- 3d906e9 test commit by Robert Lytton · 12 years ago
- e1361ec Teach the AllocaPromoter which is wrapped around the SSAUpdater by Chandler Carruth · 12 years ago
- 3202f6c Don't vectorize when the attribute NoImplicitFloat is used. by Nadav Rotem · 12 years ago
- 15658b2 Fix -Wdocumentation warnings. by Rafael Espindola · 12 years ago
- 064a686 Update comments for SSAUpdater to use the modern doxygen comment by Chandler Carruth · 12 years ago
- d953bcd Remove use of sprintf added to X86 disassembler tablegen code. Send message with instruction name to errs() instead and use a generic message for the llvm_unreachable. Consistent with other places in this file. by Craig Topper · 12 years ago
- 7f81702 Partial revert of 187310; it seems MSVC 10 still spits out this warning, but MSVC 11 does not. by Aaron Ballman · 12 years ago
- 65f12f1 Temporarily revert r187323 until I update SSAUpdater to match mem2reg. by Chandler Carruth · 12 years ago
- dc8a318 fixed compilation issue by Elena Demikhovsky · 12 years ago
- c18f4ef Added encoding prefixes for KNL instructions (EVEX). by Elena Demikhovsky · 12 years ago
- cea60af Now that mem2reg understands how to cope with a slightly wider set of by Chandler Carruth · 12 years ago
- 6c3a95d Thread DataLayout through the callers and into mem2reg. This will be by Chandler Carruth · 12 years ago
- f5b9110 [PowerPC] Add comment explaining preprocessor directive. by Bill Schmidt · 12 years ago
- eec2173 Revert 187318 by Bill Schmidt · 12 years ago
- 8faa990 [PowerPC] Remove unnecessary preprocessor checking. by Bill Schmidt · 12 years ago
- 1aaaf34 Update the comment by Nadav Rotem · 12 years ago
- ca4d2e6 [APFloat] Make all arithmetic operations with NaN produce positive NaNs. by Michael Gottesman · 12 years ago
- 060d34b [APFloat] Move setting fcNormal in zeroSignificand() to calling code. by Michael Gottesman · 12 years ago
- 7ffc854 [APFloat] Removed nextafter from missing operations since it is implemented in APFloat::next. by Michael Gottesman · 12 years ago
- 9df33cb Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required. by Aaron Ballman · 12 years ago
- fe655dc Minor code simplification suggested by Duncan by Matt Arsenault · 12 years ago
- 1faea8f DwarfDebug: MD5 is always little endian, bswap on big endian platforms. by Benjamin Kramer · 12 years ago
- 214de30 Create a constant pool symbol for the GOT in the ARMCGBR the same way we by Chandler Carruth · 12 years ago
- 6c54b3d Fix yet another memory leak found by the vg-leak bot. Folks (including by Chandler Carruth · 12 years ago
- 05497cc Fix a memory leak in the debug emission by simply not allocating memory. by Chandler Carruth · 12 years ago
- 3788643 Fix a memory leak in the hexagon scheduler. We call initialize here more by Chandler Carruth · 12 years ago
- 89934cb Don't use all the #ifdefs to hide the stats counters and instead rely on by Chandler Carruth · 12 years ago
- 33ae899 Merge the removal of dead instructions and lifetime markers with the by Chandler Carruth · 12 years ago
- fb49c51 Re-enabling a warning in MSVC mode now that r187292 fixed the only instance of the warning. by Aaron Ballman · 12 years ago
- 20f5541 SimplifyCFG: Add missing tests from r187278 by Tom Stellard · 12 years ago
- c2c008a Update this CMakeLists.txt for r187283 too. by Nick Lewycky · 12 years ago
- 2d69cc4 Debug Info Verifier: verify SPs in llvm.dbg.sp. by Manman Ren · 12 years ago
- b66d765 Also update CMakeLists.txt for r187283. by Nick Lewycky · 12 years ago
- 81e4804 Reimplement isPotentiallyReachable to make nocapture deduction much stronger. by Nick Lewycky · 12 years ago
- 332af10 Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required. by Aaron Ballman · 12 years ago
- 57e6b2d SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch conditions by Tom Stellard · 12 years ago
- 018696d Move the default back to pipefail. I accidentally reverted it before. by Rafael Espindola · 12 years ago
- c16ab3e Propagate pipefail when cloning. by Rafael Espindola · 12 years ago
- 67a38a2 SLP Vectorier: Don't vectorize really short chains because they are already handled by the SelectionDAG store-vectorizer, which does a better job in deciding when to vectorize. by Nadav Rotem · 12 years ago
- a629c3a SLP Vectorizer: Disable the vectorization of non power of two chains, such as <3 x float>, because we dont have a good cost model for these types. by Nadav Rotem · 12 years ago
- c1bb2d4 Use pipefail when available. by Rafael Espindola · 12 years ago
- e7e612f next batch of -disable-debug-info-verifier by Rafael Espindola · 12 years ago
- 496cf23 Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." by Rafael Espindola · 12 years ago
- 107c578 Fix variable name. by Owen Anderson · 12 years ago
- 252d416 Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen. by Aaron Ballman · 12 years ago
- e130dc6 Use a non-c'tor for converting a boolean into a StringRef. by Bill Wendling · 12 years ago
- 0c326f0 When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is by Owen Anderson · 12 years ago
- d063a32 [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. by Bill Schmidt · 12 years ago
- 388d322 Use more parens to clarify assert. by Eric Christopher · 12 years ago
- 0be3191 Remove addLetterToHash, no functional change. by Eric Christopher · 12 years ago
- 9758562 [mips] Implement llvm.trap intrinsic. by Akira Hatanaka · 12 years ago
- 407883b [mips] Fix FP conditional move instructions to have explicit FP condition code by Akira Hatanaka · 12 years ago
- 8b68480 Add missing 'n'. by Rafael Espindola · 12 years ago
- 83d8ef1 [mips] Fix FP branch instructions to have explicit FP condition code register by Akira Hatanaka · 12 years ago
- ce0a123 Debug Info Verifier: enable verification of DICompileUnit. by Manman Ren · 12 years ago
- 0fc641d [mips] Increase the number of floating point condition code registers to eight. by Akira Hatanaka · 12 years ago
- 9955cb9 [mips] Fix floating point branch, comparison, and conditional move instructions by Akira Hatanaka · 12 years ago
- d6a7ea2 [mips] Delete register print method MipsInstPrinter::printCPURegs that is not by Akira Hatanaka · 12 years ago
- 9b06dd6 [mips] Print instructions "beq", "bne" and "or" using assembler pseudo by Akira Hatanaka · 12 years ago
- b390abc Remove trailing whitespace. by Stephen Lin · 12 years ago