- 74c45a1 Remove some unnecessary unreachables in favor of (sometimes implicit) assertions by David Blaikie · 11 years ago
- b2c6bf6 LiveRangeCalc: Don't start liveranges of PHI instruction at the block begin. by Matthias Braun · 11 years ago
- f2122f7 Hide a bunch of advanced testing options in default opt --help output by Philip Reames · 11 years ago
- c093973 Use short names for jumptable sections. by Rafael Espindola · 11 years ago
- bc051fa Revert "[llvm-pdbdump] Add some tests for llvm-pdbdump." by Zachary Turner · 11 years ago
- 72198c0 [RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC] by Philip Reames · 11 years ago
- 7b9dbc9 [llvm-pdbdump] Add some tests for llvm-pdbdump. by Zachary Turner · 11 years ago
- ca6245c [RewriteStatepointsForGC] Replace std::map with DenseMap by Philip Reames · 11 years ago
- 5b477f0 [RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC] by Philip Reames · 11 years ago
- f50c34a Used the cached subtarget off of the MachineFunction. by Eric Christopher · 11 years ago
- 4b91be0 X86: Remove pre-2010 dead code in mergeSPUpdatesDown by Reid Kleckner · 11 years ago
- 0de2c87 LowerScalarImmediateShift - Merged v16i8 and v32i8 shift lowering. NFC. by Simon Pilgrim · 11 years ago
- 16fc5e9 R600/SI: Remove v_sub_f64 pseudo by Matt Arsenault · 11 years ago
- bbb748e R600: Use new fmad node. by Matt Arsenault · 11 years ago
- 4bacfe2 Add generic fmad DAG node. by Matt Arsenault · 11 years ago
- d5b5198 [RewriteStatepointsForGC] More style cleanup [NFC] by Philip Reames · 11 years ago
- 6d466b5 [RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC] by Philip Reames · 11 years ago
- 247aed4 Raising minimum required CMake version to 2.8.12.2. by Chris Bieneman · 11 years ago
- 84af8be Grab the DataLayout off of the TargetMachine since that's where it's stored. by Eric Christopher · 11 years ago
- d889ad2 LoopRotate: When reconstructing loop simplify form don't split edges from indirectbrs. by Benjamin Kramer · 11 years ago
- 99f1269 IR: Change MDFile to directly store the filename/directory by Duncan P. N. Exon Smith · 11 years ago
- 5a81e14 Introduce bitset metadata format and bitset lowering pass. by Peter Collingbourne · 11 years ago
- b2e79a8 Reversed revision 229706. The reason is regression, which is caused by the by Jozef Kolek · 11 years ago
- 2e24b7b Verifier: Unused comdats might not have a corresponding GV by David Majnemer · 11 years ago
- d532240 Fix an asan use-after-free bug introduced by the asm printer by Eric Christopher · 11 years ago
- 16422b2 [GC, RewriteStatepointsForGC] Style cleanup and bug fix by Philip Reames · 11 years ago
- a68ce07 Use unreachable instead of assert(false) to silence MSVC warning by Reid Kleckner · 11 years ago
- 3583d23 [X86][FastIsel] Teach how to select float-half conversion intrinsics. by Andrea Di Biagio · 11 years ago
- 936cf6a [GC] Style cleanup for RewriteStatepointForGC (1 of many) [NFC] by Philip Reames · 11 years ago
- 1194711 Setting up CMake to default to Debug when no build type is specified. by Chris Bieneman · 11 years ago
- ef6e26e Bugfix for 229954 by Philip Reames · 11 years ago
- dd38f4e Remove a use of the Subtarget in the darwin ppc asm printer. by Eric Christopher · 11 years ago
- 0bbf62f Get the function specific subtarget. by Eric Christopher · 11 years ago
- 6de800e Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
- 74e8bf6 canonicalize a v2f64 blendi of 2 registers by Sanjay Patel · 11 years ago
- 6039d05 Put MSVC back into the dumb compiler's corner. by Benjamin Kramer · 11 years ago
- 1b740e2 Base isPodLike on is_trivially_copyable for GCC 5 and MSVC by Benjamin Kramer · 11 years ago
- 3e00ca9 I incorrectly marked the VORC instruction as isCommutable when I added it. by Kit Barton · 11 years ago
- 45c7325 Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lowering into a separate function 'LowerStatepoint' which uses ImmutableStatepoint instead of a CallInst. Also related utility functions are changed to receive ImmutableCallSite. by Igor Laevsky · 11 years ago
- 5c25116 Constants.cpp: Only read 32 bits for float. by Benjamin Kramer · 11 years ago
- bb19cd9 Constants.cpp: getElementAsAPFloat(): Don't handle constant value via host's float/double, just handle with APInt/APFloat. by NAKAMURA Takumi · 11 years ago
- defae37 RewriteStatepointsForGC: Move details into anonymous namespaces. NFC. by Benjamin Kramer · 11 years ago
- fa3b207 Make the static instance of None just const. by Benjamin Kramer · 11 years ago
- ac075b1 Wrap recursive function only used in assert in #ifndef NDEBUG. by Benjamin Kramer · 11 years ago
- 634fc5f [x86] Switching the shuffle equivalence test to a variadic template was by Chandler Carruth · 11 years ago
- 05e2b94 Fix wording and grammar in Mips subtarget options. by Eric Christopher · 11 years ago
- d8210e3 Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
- f179b3f Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
- 3ce9f15 Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
- b661ab1 Save the MachineFunction in startFunction so that we can use it for by Eric Christopher · 11 years ago
- 7b0c988 Use the cached subtarget from the MachineFunction rather than by Eric Christopher · 11 years ago
- c9d0715 Make the TargetMachine::getSubtarget that takes a Function argument by Eric Christopher · 11 years ago
- a074de6 Disallow implicit conversions from None to integer types by Justin Bogner · 11 years ago
- 0ba76cd Fix build with gcc. This has a -Wsequence-point error on 'MII', which is a good point. by Nick Lewycky · 11 years ago
- 3ff22e4 Remove more uses of TargetMachine::getSubtargetImpl from the AsmPrinter. by Eric Christopher · 11 years ago
- 12cbedb Fix build in release mode, -Wunused-variable on this lambda function used only in an assert. by Nick Lewycky · 11 years ago
- 95fda65 Fix build in release mode, four cases of -Wunused-variable. by Nick Lewycky · 11 years ago
- 02a610a AsmPrinter::doFinalization is at the module level and so doesn't by Eric Christopher · 11 years ago
- 4dedd90 [Orc] Add a new JITSymbol constructor to build a symbol from an existing address. by Lang Hames · 11 years ago
- 5879993 Remove the MCInstrInfo cached variable as it was only used in a by Eric Christopher · 11 years ago
- 7be2b85 Fix -Wunused-variable warning in non-asserts build, and optimize a little bit while I'm here. by David Blaikie · 11 years ago
- 2c5f958 [PowerPC] Loop Data Prefetching for the BG/Q by Hal Finkel · 11 years ago
- efbbaef [x86] Remove the old vector shuffle lowering code and its flag. by Chandler Carruth · 11 years ago
- 07ef890 [x86] Now that the new vector shuffle legality is enabled and everything by Chandler Carruth · 11 years ago
- ea8cbe9 Bitcode: Stop assuming non-null fields by Duncan P. N. Exon Smith · 11 years ago
- 5ecf528 [InstCombine] Remove unnecessary variable indexing into single-element arrays by Hal Finkel · 11 years ago
- 38749b8 [x86] Make the new vector shuffle legality test on by default, which by Chandler Carruth · 11 years ago
- f7c1020 [fuzzer] one more experimental search mode: -use_coverage_pairs=1 by Kostya Serebryany · 11 years ago
- fa5fd07 utils: Teach lldbDataFormatters about llvm::Optional by Justin Bogner · 11 years ago
- 4fd100f [x86] Clean up a couple of test cases with the new update script. Split by Chandler Carruth · 11 years ago
- e807289 Adjust enablement of RewriteStatepointsForGC by Philip Reames · 11 years ago
- 1ba7281 IR: Extract macros from DILocation, NFC by Duncan P. N. Exon Smith · 11 years ago
- 90b8e79 Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH preparation by Chandler Carruth · 11 years ago
- 6a75fe1 [sanitizer] fix a test broken by r229940 by Kostya Serebryany · 11 years ago
- 4796371 [Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials on linux. by Lang Hames · 11 years ago
- 788b967 IR: Add getRaw() helper, NFC by Duncan P. N. Exon Smith · 11 years ago
- 673db11 Add a pass for constructing gc.statepoint sequences w/explicit relocations by Philip Reames · 11 years ago
- 49ab3a6 EH: Prune unreachable resume instructions during Dwarf EH preparation by Reid Kleckner · 11 years ago
- 8c4bb57 Revert "AVX-512: Full implementation for VRNDSCALESS/SD instructions and intrinsics." by Eric Christopher · 11 years ago
- 74678a1 Add a license header to the AVX512 file. by Eric Christopher · 11 years ago
- 727a6ee [sanitizer] when dumping the basic block trace, also dump the module names. Patch by Laszlo Szekeres by Kostya Serebryany · 11 years ago
- 2f0b27d This needs to be a const variable so the two sides of the ternary by Eric Christopher · 11 years ago
- 391935a [objc-arc-contract] We can not move retains over instructions which can not conservatively be proven to not decrement the retain's RCIdentity. by Michael Gottesman · 11 years ago
- 24ee447 [objc-arc] Add the predicate CanDecrementRefCount. by Michael Gottesman · 11 years ago
- 8a76ab6 IR: Fix MDType fields from unsigned to uint64_t by Duncan P. N. Exon Smith · 11 years ago
- 5898fc7 [ARM] Re-re-apply VLD1/VST1 base-update combine. by Ahmed Bougacha · 11 years ago
- 19f93eb Only use the initialized MCInstrInfo if it's been initialized already by Eric Christopher · 11 years ago
- edf1d1e DebugInfo: Match Name and DisplayName in testcase by Duncan P. N. Exon Smith · 11 years ago
- 7f47189 [ARM] Minor cleanup to CombineBaseUpdate. NFC. by Ahmed Bougacha · 11 years ago
- b28b68c Migrate away a use of the subtarget (and TargetMachine) from by Eric Christopher · 11 years ago
- aeb422f IR: Add missing null operand to MDSubroutineType by Duncan P. N. Exon Smith · 11 years ago
- 953c5c9 [CodeGen] Use ArrayRef instead of std::vector&. NFC. by Ahmed Bougacha · 11 years ago
- a4a7b84 MCTargetOptions reside on the TargetMachine that we always have via by Eric Christopher · 11 years ago
- f6456a5 Remove a call to TargetMachine::getSubtarget from the inline by Eric Christopher · 11 years ago
- 55d7dec [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrInfo and eliminating HexagonMCInst class. by Colin LeMahieu · 11 years ago
- 6715e16 MC: Allow multiple comma-separated expressions on the .uleb128 directive. by Benjamin Kramer · 11 years ago
- b886152 SSAUpdater: Use range-based for. NFC. by Benjamin Kramer · 11 years ago
- e9df49f Remove unused argument from emitInlineAsmStart. by Eric Christopher · 11 years ago
- 921fa44 [objc-arc] Convert the bodies of ARCInstKind predicates into covered switches. by Michael Gottesman · 11 years ago
- b2f47bd [objc-arc] Change the InstructionClass to be an enum class called ARCInstKind. by Michael Gottesman · 11 years ago