- bc65a8d Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
- 974a445 Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
- 1a080ce [AArch64]Add support to spill/fill D tuples such as DPair/DTriple/DQuad. There is no test cases for D tuple as the original test cases are too large. As the spill/fill of the D tuple is similar to the Q tuple, the correctness can be guaranteed. by Hao Liu · 12 years ago
- bba676f [CMake] Introduce llvm_update_compile_flags(target_name) to update compile flags in target properties. by NAKAMURA Takumi · 12 years ago
- 9cca551 [AArch64]Add support to copy D tuples such as DPair/DTriple/DQuad and Q tuples such as QPair/QTriple/QQuad. There is no test case for D tuple as the original test cases are too large. As the copy of the D tuple is similar to the Q tuple, the correctness can be guaranteed. by Hao Liu · 12 years ago
- dff3861 [Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc., by Venkatraman Govindaraju · 12 years ago
- 9c15f4c Fix for PR18396: Assertion: MO->isDead "Cannot fold physreg def". by Andrew Trick · 12 years ago
- b4e0c9b Reapply r198654 "indvars: sink truncates outside the loop." by Andrew Trick · 12 years ago
- a4d123f [AArch64 NEON] Fixed incorrect immediate used in BIC instruction. by Kevin Qin · 12 years ago
- 6a4207d ARM IAS: allow more depth in contextual diagnostics by Saleem Abdulrasool · 12 years ago
- a83f45b ARM IAS: refactor unwind context by Saleem Abdulrasool · 12 years ago
- 9d76f40 ARM Streamer: print out tag names by Saleem Abdulrasool · 12 years ago
- 8e12985 ARM IAS: improve .eabi_attribute handling by Saleem Abdulrasool · 12 years ago
- 307f17b MCParser: introduce Note and use it for ARM AsmParser by Saleem Abdulrasool · 12 years ago
- a7f2323 Fix comment of findGCD. by Mingjie Xing · 12 years ago
- 2352abb Revert "indvars: sink truncates outside the loop." by Andrew Trick · 12 years ago
- a16f1ce [Sparc] Add support for parsing memory operands in sparc AsmParser. by Venkatraman Govindaraju · 12 years ago
- ced88c5 indvars: sink truncates outside the loop. by Andrew Trick · 12 years ago
- f86063e 80 col. comment. by Andrew Trick · 12 years ago
- 063564c [Mips] TargetStreamer Support for .abicalls and .set pic0. by Jack Carter · 12 years ago
- 284c8bc For the 'C' disassembler API, add a new ReferenceType for the by Kevin Enderby · 12 years ago
- 1776483 Improve documentation of the 'a' specifier and the '<abi>:<pref>' align pair. by Rafael Espindola · 12 years ago
- 7397426 Fix c++ mode comments by Matt Arsenault · 12 years ago
- a55aaf7 Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things." by Andrew Trick · 12 years ago
- 1abc3c0 Introduce a cmake LLVM_ENABLE_LIBCXX build parameter to compile using libc++ instead of the system default by Jean-Daniel Dupas · 12 years ago
- 34fa311 Remove dead code. by Rafael Espindola · 12 years ago
- 0aba46f ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks. by Tim Northover · 12 years ago
- f1c1a7c XCore Target: correct callee save register spilling when callsUnwindInit is true. by Robert Lytton · 12 years ago
- 3a905cb XCore target: Lower EH_RETURN by Robert Lytton · 12 years ago
- af74cbf XCore target: Lower FRAME_TO_ARGS_OFFSET by Robert Lytton · 12 years ago
- 12ad7cd XCore target: Lower RETURNADDR by Robert Lytton · 12 years ago
- c2508e5 XCore target: Optimise entsp / retsp selection by Robert Lytton · 12 years ago
- 7d2dd96 XCore target: Refactor LR handling by Robert Lytton · 12 years ago
- e2d3dc8 XCore target: Refactor the loading of constants into a register by Robert Lytton · 12 years ago
- e452d6e XCore target: fix handling of unsized global arrays in large code model by Robert Lytton · 12 years ago
- 8e27a6b ARM: keep special non-AEABIness of "-darwin-eabi" triples for now by Tim Northover · 12 years ago
- a56ae89 AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without) by Elena Demikhovsky · 12 years ago
- 49e36be [Sparc] Explicitly cast -1 to unsigned to fix buildbot errors. by Venkatraman Govindaraju · 12 years ago
- 9429f47 [Sparc] Add initial implementation of disassembler for sparc by Venkatraman Govindaraju · 12 years ago
- ba75483 MC: Fatally error if subtraction operand is bad by David Majnemer · 12 years ago
- c8fd2c5 The rest of r198588. Remove SegOvrBits from X86 TSFlags since they weren't being used. by Craig Topper · 12 years ago
- 0fee6d9 Remove SegOvrBits from X86 TSFlags since they weren't being used. by Craig Topper · 12 years ago
- 4683221 Remove argument to fix build bot failure. by Craig Topper · 12 years ago
- 30be10a Add OpSize16 bit, for instructions which need 0x66 prefix in 16-bit mode by Craig Topper · 12 years ago
- b87d142 Remove unnecessary #includes. by Bill Wendling · 12 years ago
- 93c9401 [x86] Add basic support for .code16 by Craig Topper · 12 years ago
- 3b83083 Support: add reference for ARM EHABI by Saleem Abdulrasool · 12 years ago
- f14f22c [AArch64 NEON] Fix invalid constant used in vselect condition. by Kevin Qin · 12 years ago
- 8cba603 [Sparc] Add ELF Object Writer for Sparc. by Venkatraman Govindaraju · 12 years ago
- 4644d79 Refactor function that checks that __builtin_returnaddress's argument is constant. by Bill Wendling · 12 years ago
- 7f10681 Remove a failing test to get the buildbots back to green. by Bill Wendling · 12 years ago
- 91768a2 Try to fix s390x build bot. by Bill Wendling · 12 years ago
- 733d01e ARM: move ARMUnwindOp.h into Support by Saleem Abdulrasool · 12 years ago
- 0dc0e22 SPARC: Make helper function static. by Benjamin Kramer · 12 years ago
- 074b501 Fix ModR/M byte output for 16-bit addressing modes (PR18220) by Craig Topper · 12 years ago
- 793b605 ELF relocation types for sparc. by Venkatraman Govindaraju · 12 years ago
- d9ff6f1 Remove opcode from MOV32r0 that I accidentally left when I converted it to Pseudo. Remove FIXME as well. by Craig Topper · 12 years ago
- 632c1e5 ARM: style changes to LDRD, STRD definition by Saleem Abdulrasool · 12 years ago
- 4974175 AVX-512: changed property name from "neverHasSideEffects=1" to "hasSideEffects=0", added this property to VMOVSS/VMOVSD; by Elena Demikhovsky · 12 years ago
- 9de1c5f [Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamic by Simon Atanasyan · 12 years ago
- 89573af [Mips] Rename the test case input file. No functional changes. by Simon Atanasyan · 12 years ago
- 3a880de AVX-512: Added more intrinsics for convert and min/max. by Elena Demikhovsky · 12 years ago
- 5c1c0bd [PM] Add a definition for the static PassID in the CallGraphAnalysis. by Chandler Carruth · 12 years ago
- a2a2851 Add in a unittest for the one-use pattern matcher. by Chandler Carruth · 12 years ago
- 9005d2a Add the other form of movq xmm,xmm for the disassembler. by Craig Topper · 12 years ago
- adb7d3b Use patterns to remove some duplicate instructions. by Craig Topper · 12 years ago
- 6a69266 Fix encoding for PUSH64i16. Add In64BitMode Predicate. Remove disassembler hack. by Craig Topper · 12 years ago
- 09104ff Remove no longer needed x86 disassembler hack. by Craig Topper · 12 years ago
- 01cb7fa Mark x86 _alt instructions as AsmParserOnly so they will be omitted from disassembler without string matches. by Craig Topper · 12 years ago
- 2b5dc93 Use new ForceDisassemble flag on the 2-byte forms of INC/DEC for 32-bit mode and remove disassmbler table emitter hack. by Craig Topper · 12 years ago
- 527f132 Add a new x86 specific instruction flag to force some isCodeGenOnly instructions to go through to the disassembler tables without resorting to string matches. Apply flag to all _REV instructions. by Craig Topper · 12 years ago
- 2726908 Add support to the pattern match library for matching NSW and NUW by Chandler Carruth · 12 years ago
- b54a0ac Fix a bug in IRBuilder that's been there for who knows how long. It by Chandler Carruth · 12 years ago
- 62107b6 Attempt to fix buildbots by XFAILing some architectures. by Bill Wendling · 12 years ago
- db3031f Add lit.local.cfg for MC/Sparc by Venkatraman Govindaraju · 12 years ago
- 3f62424 Use a shorter name for the IRBuilder member. This will help the tests by Chandler Carruth · 12 years ago
- 5d02c84 [Sparc] Add initial implementation of MC Code emitter for sparc. by Venkatraman Govindaraju · 12 years ago
- 478ea5d Simplify the PatternMatch unittest by giving it a module, function, and by Chandler Carruth · 12 years ago
- 4a81647 Emit an error message if the value passed to __builtin_returnaddress isn't a constant by Bill Wendling · 12 years ago
- e43a0f8 Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the corresponding 32-bit versions with the same encodings Not64BitMode. Remove hack from tablegen disassembler table emitter. Fix bad test. by Craig Topper · 12 years ago
- 62fe07a Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Just skip emitting the table. This way the main function will delete the output file instead of it remaining empty and confusing dependency checks if build is invoked a second time. by Craig Topper · 12 years ago
- 00e9cfe Add a FIXME. by Nico Weber · 12 years ago
- 395f7c2 Add missed cleanup from r198456 by Alp Toker · 12 years ago
- 29d56f6 Tag x86 move to/from debug/control registers with Not64BitMode/In64BitMode. Remove disassembler hack. by Craig Topper · 12 years ago
- ccd36c4 Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things." by Alp Toker · 12 years ago
- 72d2b05 [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9. by Venkatraman Govindaraju · 12 years ago
- 6e202a9 [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering in SPARC64. by Venkatraman Govindaraju · 12 years ago
- c846d65 Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things. by Andrew Trick · 12 years ago
- 6a603a6 whitespace by Andrew Trick · 12 years ago
- 030cead Remove JMP64pcrel32 (jmpq ). There are no tests for it. I'm pretty sure it won't be emitted correctly since it was set to NoImm. And I can't prove that gas accepts 'jmpq' with an immediate either. Remove the special case for it from the disassembler table generator. by Craig Topper · 12 years ago
- 15b3169 Fix MSVC warning about missing return in DataLayout by Reid Kleckner · 12 years ago
- c3d3f0c Add a LLVM_DUMP_METHOD macro. by Nico Weber · 12 years ago
- 8ff2864 [Mips]Work around MIPS linker issues exposed by commit r198087 until bug 18360 is resolved by Jack Carter · 12 years ago
- 609ad7e FileCheck: Print a nice error message for missing closing ']' in regex vars. by Adrian Prantl · 12 years ago
- 077b7b1 Revert "For disassembly when adding a symbolic operand that is a C++ symbol name, also put the human readable name in a comment." by Reid Kleckner · 12 years ago
- 4432a61 Fix typo. by Rafael Espindola · 12 years ago
- 6cedb06 For disassembly when adding a symbolic operand that is a C++ by Kevin Enderby · 12 years ago
- 8e0f67d Make the llvm mangler depend only on DataLayout. by Rafael Espindola · 12 years ago
- 5124fef [AArch64][NEON] Added SXTL and SXTL2 instruction aliases by Ana Pazos · 12 years ago
- d329ef5 Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provided unique names."" by David Blaikie · 12 years ago