1. 026fa87 Tidy up. Formatting. by Jim Grosbach · 13 years ago
  2. 5fa301b Fix typo. by Nick Lewycky · 13 years ago
  3. 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
  4. 92fb79b Expand the x86 V_SET0* pseudos right after register allocation. by Jakob Stoklund Olesen · 13 years ago
  5. cc84cda Remove NumImplicitOps which is now unused. by Jakob Stoklund Olesen · 13 years ago
  6. 13afc5e Object: Add isSection{Data,BSS}. by Michael J. Spencer · 13 years ago
  7. 6ef9417 Create and use an llvm.eh.sjlj.functioncontext intrinsic. by Bill Wendling · 13 years ago
  8. df4b35e Remove X86-dependent stuff from SSEDomainFix. by Jakob Stoklund Olesen · 13 years ago
  9. 98e933f Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo. by Jakob Stoklund Olesen · 13 years ago
  10. 5405d58 Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). by Jim Grosbach · 13 years ago
  11. a51d7d9 Object: Add archive support. by Michael J. Spencer · 13 years ago
  12. a3c42f3 Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC. by Nadav Rotem · 13 years ago
  13. 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
  14. 439780e Fix emission of debug data for global variables. getContext() on DIGlobalVariables is not valid any more. by James Molloy · 13 years ago
  15. c291e2f Add target hook for pseudo instruction expansion. by Jakob Stoklund Olesen · 13 years ago
  16. 74e2d6e Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos. by Jakob Stoklund Olesen · 13 years ago
  17. bb0a612 sys::Process: Add a SetWorkingDirectory method. by Daniel Dunbar · 13 years ago
  18. b3e3b00 Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef from an ImmutableSet object. by Anna Zaks · 13 years ago
  19. d8282cd We're no longer going to bother supporting platforms that don't support C89. by Eric Christopher · 13 years ago
  20. 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
  21. 91fb536 Add a MinNumRegs argument to MRI::constrainRegClass(). by Jakob Stoklund Olesen · 13 years ago
  22. 3be654f Lower ARM adds/subs to add/sub after adding optional CPSR operand. by Andrew Trick · 13 years ago
  23. ab6acef DebugInfo: Add equality operators and default constructor to DILineInfo. by Benjamin Kramer · 13 years ago
  24. 9e7013a Use ArrayRef instead of an explicit 'const std::vector &'. by Bill Wendling · 13 years ago
  25. 83a8031 Restore hasPostISelHook tblgen flag. by Andrew Trick · 13 years ago
  26. 7030368 Add mips64 & mips64el to Triple. Patch by Liu with modifications. by Akira Hatanaka · 13 years ago
  27. 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
  28. 81da2e1 include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency. by NAKAMURA Takumi · 13 years ago
  29. f9ef3b6 include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATOMICS. by NAKAMURA Takumi · 13 years ago
  30. 4815d56 ARM isel bug fix for adds/subs operands. by Andrew Trick · 13 years ago
  31. eae5a13 Remove more of llvmc and dependencies. by Eric Christopher · 13 years ago
  32. 776d993 Regenerate configure. by Eric Christopher · 13 years ago
  33. 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 13 years ago
  34. 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
  35. 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
  36. 71280b5 use 64-bit types instead of off_t/size_t to avoid the issue when by Ivan Krasin · 13 years ago
  37. c9935f3 Unbreak the build for compilers that don't include cstdint everywhere. by Benjamin Kramer · 13 years ago
  38. b351456 CommandLine: Add support for 64 bit unsigned integer options. by Benjamin Kramer · 13 years ago
  39. 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
  40. 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
  41. a1dd305 Use getPrevSlot() instead of getPrevIndex(). by Jakob Stoklund Olesen · 13 years ago
  42. 2460f32 Despite what the GCC wiki says, a quick search shows that by Nick Lewycky · 13 years ago
  43. 3a4178e Add some more DWARF extensions from: by Nick Lewycky · 13 years ago
  44. df8412c Stop verifying hasPHIKill() flags. by Jakob Stoklund Olesen · 13 years ago
  45. 573a32d Leave hasPHIKill flags alone in LiveInterval::RenumberValues. by Jakob Stoklund Olesen · 13 years ago
  46. f59c532 Update Dwarf enums list for DWARF 4. by Nick Lewycky · 13 years ago
  47. b1afbac [regcoalescing] bug fix for RegistersDefinedFromSameValue. by Andrew Trick · 13 years ago
  48. d26d6b6 Update the comment for system_temp_directory() to indicate when it by Douglas Gregor · 13 years ago
  49. 734a67c Add support to emit debug info for C++0x nullptr type. by Devang Patel · 13 years ago
  50. 55cf815 Add a simple routine to determine the typical system directory for by Douglas Gregor · 13 years ago
  51. 6148225 Move state var to private class member. by Jim Grosbach · 13 years ago
  52. dcd9996 Add APInt support for converting to/from hexatridecimal strings by Douglas Gregor · 13 years ago
  53. ac241fe Object: make the following changes into SymbolRef by Benjamin Kramer · 13 years ago
  54. 357b571 Remove unimplemented function prototypes from PathV2. They can be readded when someone cares enough. by Benjamin Kramer · 13 years ago
  55. 8366234 ObjectFile: Add support for mach-o-style dSYM companion files. by Benjamin Kramer · 13 years ago
  56. e640a22 Fix indenting. by Eric Christopher · 13 years ago
  57. f1c21a8 First step in supporting #line directives in assembler. This step parses the by Kevin Enderby · 13 years ago
  58. edca044 Remove include of header that doesn't exist (yet). by Benjamin Kramer · 13 years ago
  59. 72c0d7f Sketch out a DWARF parser. by Benjamin Kramer · 13 years ago
  60. 8c74f7f Add the DataExtractor utility class. by Benjamin Kramer · 13 years ago
  61. ee5655d Switch extendInBlock() to take a kill slot instead of the last use slot. by Jakob Stoklund Olesen · 13 years ago
  62. de9ddbf Maintain hexadecimal order. by Devang Patel · 13 years ago
  63. 5443140 Add DW_ATE_UTF, which clang started using in my previous commit! by Devang Patel · 13 years ago
  64. fbad25e CR fixes per Bruno's request. by Nadav Rotem · 13 years ago
  65. 73c8415 Mark the eh.typeid.for intrinsic as being 'const', which it is inside by Duncan Sands · 13 years ago
  66. 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
  67. 0fcab07 Add support for relocations to ObjectFile. by Benjamin Kramer · 13 years ago
  68. 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
  69. 758ba1f When inlining exception handling code into another function, ensure that by Duncan Sands · 13 years ago
  70. 981a010 Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures for atomic laod/store on ARM. by Eli Friedman · 13 years ago
  71. 28b77e9 Add codegen support for vector select (in the IR this means a select by Duncan Sands · 13 years ago
  72. 4a544a7 Split the init.trampoline intrinsic, which currently combines GCC's by Duncan Sands · 13 years ago
  73. dabc280 Add some simple insertvalue simplifications, for the purpose of cleaning by Duncan Sands · 13 years ago
  74. 252ef7a Comment and clarifying assert. by Andrew Trick · 13 years ago
  75. 147272b Darwin wants ctors/dtors to be ordered the other way round to linux. by Duncan Sands · 13 years ago
  76. 36a1601 Don't drop alignment info on local common symbols. by Benjamin Kramer · 13 years ago
  77. f940a1a Remove the old tail duplication pass. It is not used and is unable to update by Rafael Espindola · 13 years ago
  78. d452246 Teach macho-dump to dump the uleb128s referred to by linkedit_data segments. by Benjamin Kramer · 13 years ago
  79. cda2a14 Fix C++0x narrowing errors when char is unsigned. by Jeffrey Yasskin · 13 years ago
  80. 5af214f The code model of JIT should default to JITDefault. by Nicolas Geoffray · 13 years ago
  81. 76927d75 Emit segmented-stack specific code into function prologues for by Rafael Espindola · 13 years ago
  82. 0f9827c Command line option to enable support for segmented stacks: by Rafael Espindola · 13 years ago
  83. 37fefc2 Follow up to r138791. by Evan Cheng · 13 years ago
  84. 9942aca Teach macho-dump how to dump linkedit_data load commands. by Benjamin Kramer · 13 years ago
  85. bc6b89e Add load commands from Lion to Macho.h. by Benjamin Kramer · 13 years ago
  86. f8e1e3e Thumb2 parsing and encoding for IT blocks. by Jim Grosbach · 13 years ago
  87. d33b276 Tidy up. Whitespace. by Jim Grosbach · 13 years ago
  88. 7e0d22c Tidy up. 80 columns. by Jim Grosbach · 13 years ago
  89. 0e122d1 Reapply r138695. Fix PassManager stack depths. by Andrew Trick · 13 years ago
  90. 05d7138 Add AMDIL as valid target triple to LLVM. by Tobias Grosser · 13 years ago
  91. 8592a0c Reverting r138695 to see if it fixes clang self host. by Andrew Trick · 13 years ago
  92. b846192 Fix PassManager stack depths. by Andrew Trick · 13 years ago
  93. 5434c1e LoopInfo::updateUnloop fix, and verify Block->Loop maps. by Andrew Trick · 13 years ago
  94. c82a61c Initial check in that will auto-upgrade the old EH scheme to the new EH scheme. by Bill Wendling · 13 years ago
  95. 32c371f Constify Comparison by David Greene · 13 years ago
  96. 327236c Basic x86 code generation for atomic load and store instructions. by Eli Friedman · 13 years ago
  97. 4c7c0f2 Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api. by Nadav Rotem · 13 years ago
  98. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  99. 7ced776 Add some useful accessors to c++ api that appear to be missing from the c api by Nate Begeman · 13 years ago
  100. 7801136 Some refactoring so TargetRegistry.h no longer has to include any files from MC. by Evan Cheng · 13 years ago