- 026fa87 Tidy up. Formatting. by Jim Grosbach · 13 years ago
- 5fa301b Fix typo. by Nick Lewycky · 13 years ago
- bb5a744 Clean up uses of switch instructions so they are not dependent on the operand ordering. Patch by Stepan Dyatkovskiy. by Eli Friedman · 13 years ago
- 92fb79b Expand the x86 V_SET0* pseudos right after register allocation. by Jakob Stoklund Olesen · 13 years ago
- cc84cda Remove NumImplicitOps which is now unused. by Jakob Stoklund Olesen · 13 years ago
- 13afc5e Object: Add isSection{Data,BSS}. by Michael J. Spencer · 13 years ago
- 6ef9417 Create and use an llvm.eh.sjlj.functioncontext intrinsic. by Bill Wendling · 13 years ago
- df4b35e Remove X86-dependent stuff from SSEDomainFix. by Jakob Stoklund Olesen · 13 years ago
- 98e933f Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo. by Jakob Stoklund Olesen · 13 years ago
- 5405d58 Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). by Jim Grosbach · 13 years ago
- a51d7d9 Object: Add archive support. by Michael J. Spencer · 13 years ago
- a3c42f3 Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC. by Nadav Rotem · 13 years ago
- 46cb5af Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias-analysis tests to the new atomic instructions. by Eli Friedman · 13 years ago
- 439780e Fix emission of debug data for global variables. getContext() on DIGlobalVariables is not valid any more. by James Molloy · 13 years ago
- c291e2f Add target hook for pseudo instruction expansion. by Jakob Stoklund Olesen · 13 years ago
- 74e2d6e Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos. by Jakob Stoklund Olesen · 13 years ago
- bb0a612 sys::Process: Add a SetWorkingDirectory method. by Daniel Dunbar · 13 years ago
- b3e3b00 Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef from an ImmutableSet object. by Anna Zaks · 13 years ago
- d8282cd We're no longer going to bother supporting platforms that don't support C89. by Eric Christopher · 13 years ago
- 124e182 Start stubbing out MCModule and MCAtom, which provide an API for accessing the rich disassembly of a complete object or executable. by Owen Anderson · 13 years ago
- 91fb536 Add a MinNumRegs argument to MRI::constrainRegClass(). by Jakob Stoklund Olesen · 13 years ago
- 3be654f Lower ARM adds/subs to add/sub after adding optional CPSR operand. by Andrew Trick · 13 years ago
- ab6acef DebugInfo: Add equality operators and default constructor to DILineInfo. by Benjamin Kramer · 13 years ago
- 9e7013a Use ArrayRef instead of an explicit 'const std::vector &'. by Bill Wendling · 13 years ago
- 83a8031 Restore hasPostISelHook tblgen flag. by Andrew Trick · 13 years ago
- 7030368 Add mips64 & mips64el to Triple. Patch by Liu with modifications. by Akira Hatanaka · 13 years ago
- 16ddc06 include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for consistency against llvm-config.h.cmake. by NAKAMURA Takumi · 13 years ago
- 81da2e1 include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency. by NAKAMURA Takumi · 13 years ago
- f9ef3b6 include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATOMICS. by NAKAMURA Takumi · 13 years ago
- 4815d56 ARM isel bug fix for adds/subs operands. by Andrew Trick · 13 years ago
- eae5a13 Remove more of llvmc and dependencies. by Eric Christopher · 13 years ago
- 776d993 Regenerate configure. by Eric Christopher · 13 years ago
- 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 13 years ago
- 166e053 Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set] and its Factory. This may eventually replace Immtuable[Map,Set]. by Ted Kremenek · 13 years ago
- 98c5dda Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. by Owen Anderson · 13 years ago
- 71280b5 use 64-bit types instead of off_t/size_t to avoid the issue when by Ivan Krasin · 13 years ago
- c9935f3 Unbreak the build for compilers that don't include cstdint everywhere. by Benjamin Kramer · 13 years ago
- b351456 CommandLine: Add support for 64 bit unsigned integer options. by Benjamin Kramer · 13 years ago
- 101b1c5 DWARF: Put all the pieces we have together and provide a single accessor to DIContext that provides line information when given an address. by Benjamin Kramer · 13 years ago
- ede042d Add support for stored annotations to MCInst, and provide facilities for MC-based InstPrinters to print them out. Enhance the ARM and X86 InstPrinter's to do so in verbose mode. by Owen Anderson · 13 years ago
- a1dd305 Use getPrevSlot() instead of getPrevIndex(). by Jakob Stoklund Olesen · 13 years ago
- 2460f32 Despite what the GCC wiki says, a quick search shows that by Nick Lewycky · 13 years ago
- 3a4178e Add some more DWARF extensions from: by Nick Lewycky · 13 years ago
- df8412c Stop verifying hasPHIKill() flags. by Jakob Stoklund Olesen · 13 years ago
- 573a32d Leave hasPHIKill flags alone in LiveInterval::RenumberValues. by Jakob Stoklund Olesen · 13 years ago
- f59c532 Update Dwarf enums list for DWARF 4. by Nick Lewycky · 13 years ago
- b1afbac [regcoalescing] bug fix for RegistersDefinedFromSameValue. by Andrew Trick · 13 years ago
- d26d6b6 Update the comment for system_temp_directory() to indicate when it by Douglas Gregor · 13 years ago
- 734a67c Add support to emit debug info for C++0x nullptr type. by Devang Patel · 13 years ago
- 55cf815 Add a simple routine to determine the typical system directory for by Douglas Gregor · 13 years ago
- 6148225 Move state var to private class member. by Jim Grosbach · 13 years ago
- dcd9996 Add APInt support for converting to/from hexatridecimal strings by Douglas Gregor · 13 years ago
- ac241fe Object: make the following changes into SymbolRef by Benjamin Kramer · 13 years ago
- 357b571 Remove unimplemented function prototypes from PathV2. They can be readded when someone cares enough. by Benjamin Kramer · 13 years ago
- 8366234 ObjectFile: Add support for mach-o-style dSYM companion files. by Benjamin Kramer · 13 years ago
- e640a22 Fix indenting. by Eric Christopher · 13 years ago
- f1c21a8 First step in supporting #line directives in assembler. This step parses the by Kevin Enderby · 13 years ago
- edca044 Remove include of header that doesn't exist (yet). by Benjamin Kramer · 13 years ago
- 72c0d7f Sketch out a DWARF parser. by Benjamin Kramer · 13 years ago
- 8c74f7f Add the DataExtractor utility class. by Benjamin Kramer · 13 years ago
- ee5655d Switch extendInBlock() to take a kill slot instead of the last use slot. by Jakob Stoklund Olesen · 13 years ago
- de9ddbf Maintain hexadecimal order. by Devang Patel · 13 years ago
- 5443140 Add DW_ATE_UTF, which clang started using in my previous commit! by Devang Patel · 13 years ago
- fbad25e CR fixes per Bruno's request. by Nadav Rotem · 13 years ago
- 73c8415 Mark the eh.typeid.for intrinsic as being 'const', which it is inside by Duncan Sands · 13 years ago
- 9aee335 Directly point debug info to the stack slot of the arugment, instead of trying to keep track of vreg in which it the arugment is copied. The LiveDebugVariable can keep track of variable's ranges. by Devang Patel · 13 years ago
- 0fcab07 Add support for relocations to ObjectFile. by Benjamin Kramer · 13 years ago
- b950585 Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. by James Molloy · 13 years ago
- 758ba1f When inlining exception handling code into another function, ensure that by Duncan Sands · 13 years ago
- 981a010 Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures for atomic laod/store on ARM. by Eli Friedman · 13 years ago
- 28b77e9 Add codegen support for vector select (in the IR this means a select by Duncan Sands · 13 years ago
- 4a544a7 Split the init.trampoline intrinsic, which currently combines GCC's by Duncan Sands · 13 years ago
- dabc280 Add some simple insertvalue simplifications, for the purpose of cleaning by Duncan Sands · 13 years ago
- 252ef7a Comment and clarifying assert. by Andrew Trick · 13 years ago
- 147272b Darwin wants ctors/dtors to be ordered the other way round to linux. by Duncan Sands · 13 years ago
- 36a1601 Don't drop alignment info on local common symbols. by Benjamin Kramer · 13 years ago
- f940a1a Remove the old tail duplication pass. It is not used and is unable to update by Rafael Espindola · 13 years ago
- d452246 Teach macho-dump to dump the uleb128s referred to by linkedit_data segments. by Benjamin Kramer · 13 years ago
- cda2a14 Fix C++0x narrowing errors when char is unsigned. by Jeffrey Yasskin · 13 years ago
- 5af214f The code model of JIT should default to JITDefault. by Nicolas Geoffray · 13 years ago
- 76927d75 Emit segmented-stack specific code into function prologues for by Rafael Espindola · 13 years ago
- 0f9827c Command line option to enable support for segmented stacks: by Rafael Espindola · 13 years ago
- 37fefc2 Follow up to r138791. by Evan Cheng · 13 years ago
- 9942aca Teach macho-dump how to dump linkedit_data load commands. by Benjamin Kramer · 13 years ago
- bc6b89e Add load commands from Lion to Macho.h. by Benjamin Kramer · 13 years ago
- f8e1e3e Thumb2 parsing and encoding for IT blocks. by Jim Grosbach · 13 years ago
- d33b276 Tidy up. Whitespace. by Jim Grosbach · 13 years ago
- 7e0d22c Tidy up. 80 columns. by Jim Grosbach · 13 years ago
- 0e122d1 Reapply r138695. Fix PassManager stack depths. by Andrew Trick · 13 years ago
- 05d7138 Add AMDIL as valid target triple to LLVM. by Tobias Grosser · 13 years ago
- 8592a0c Reverting r138695 to see if it fixes clang self host. by Andrew Trick · 13 years ago
- b846192 Fix PassManager stack depths. by Andrew Trick · 13 years ago
- 5434c1e LoopInfo::updateUnloop fix, and verify Block->Loop maps. by Andrew Trick · 13 years ago
- c82a61c Initial check in that will auto-upgrade the old EH scheme to the new EH scheme. by Bill Wendling · 13 years ago
- 32c371f Constify Comparison by David Greene · 13 years ago
- 327236c Basic x86 code generation for atomic load and store instructions. by Eli Friedman · 13 years ago
- 4c7c0f2 Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api. by Nadav Rotem · 13 years ago
- 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
- 7ced776 Add some useful accessors to c++ api that appear to be missing from the c api by Nate Begeman · 13 years ago
- 7801136 Some refactoring so TargetRegistry.h no longer has to include any files from MC. by Evan Cheng · 13 years ago