1. 18505b3 Add hidden flag to exclude aliases from output. by Jan Sjödin · 12 years ago
  2. 536a88a When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend by Roman Divacky · 12 years ago
  3. dbf5457 Fix includes of llvm files that used angle brackets. by Craig Topper · 12 years ago
  4. a36ff7b Don't include stdint.h directly. by Eli Friedman · 12 years ago
  5. 0b95a99 Explicitly erase the file from disk if something bad happened. <rdar://problem/12184899> by Bill Wendling · 12 years ago
  6. 30eac71 Don't include stdint.h directly. by Eli Friedman · 12 years ago
  7. 5932429 Stop casting away const qualifier needlessly. by Roman Divacky · 12 years ago
  8. a759eb3 Fix a bug. by Jan Wen Voung · 12 years ago
  9. 73e562a revert the additional stuff. by Jan Wen Voung · 12 years ago
  10. 851343c Clean up llvm-bcanalyzer to print to consistent streams. by Jan Wen Voung · 12 years ago
  11. 54b3b30 Update CMakeList.txt for new lli sources. by Jim Grosbach · 12 years ago
  12. 706f03a MCJIT: Add faux remote target execution to lli for the MCJIT. by Jim Grosbach · 12 years ago
  13. 5eae90d Add support for fetching inlining context (stack of source code locations) by Alexey Samsonov · 12 years ago
  14. 7b3d77e Code cleanup: tools/opt/opt.cpp by Logan Chien · 12 years ago
  15. 5da959d LLI: move instruction cache tweaks. by Jim Grosbach · 12 years ago
  16. fd6d165 Some of the instructions in the Mips instruction set are revision by Jack Carter · 12 years ago
  17. eceb5b9 Add basic support for .debug_ranges section to LLVM's DebugInfo library. by Alexey Samsonov · 12 years ago
  18. a16c2e3 Pass -lLTO after gold-plugin.o so that it gets used in systems that default to by Rafael Espindola · 12 years ago
  19. 35907e9 Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  20. 32811be Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 12 years ago
  21. 94bc246 Remove references to compression in llvm-ar. It has been a long time since we by Rafael Espindola · 12 years ago
  22. 0ca36af Remove some coding violations. No functionality change. by Bill Wendling · 12 years ago
  23. 5682527 Cache a commonly used reference. by Bill Wendling · 12 years ago
  24. 5f91a99 Add test triples to fix win32 failures. Revert workaround from r161292. by Bob Wilson · 12 years ago
  25. 3f5d1a2 Tidy up a bit. by Jim Grosbach · 12 years ago
  26. eda3fc6 Reduce indentation by early exiting. by Bill Wendling · 12 years ago
  27. 9ac0aaa Add a way to grab the target options from the LTO command line. by Bill Wendling · 12 years ago
  28. b0f6759 Add support for the OpenBSD for Bitrig. by Eric Christopher · 12 years ago
  29. 17d2853 llc: Try to suppress failures since r161262 . by NAKAMURA Takumi · 12 years ago
  30. 772af92 Fix memcmp code-gen to honor -fno-builtin. by Bob Wilson · 12 years ago
  31. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  32. 71d94f8 DebugInfo library: add support for fetching absolute paths to source files by Alexey Samsonov · 12 years ago
  33. f59083c Remove tabs. by Bill Wendling · 12 years ago
  34. 7a43e30 Tweak prose. by Chad Rosier · 12 years ago
  35. 769951f Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead. by Evan Cheng · 12 years ago
  36. 30a507a Extend TargetPassConfig to allow running only a subset of the normal passes. by Bob Wilson · 12 years ago
  37. c698a44 Need a space. by Evan Cheng · 12 years ago
  38. 3e25c4a This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser: by Alexey Samsonov · 12 years ago
  39. 0bcbd1d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 12 years ago
  40. f6ce8ea When users ask for -mcpu=help or -mattr=help, just output the help without by Duncan Sands · 12 years ago
  41. 275c85f Fix llc's -print-before=pass and -print-after=pass. by Rafael Espindola · 12 years ago
  42. 59d4549 Rename fp-op fusion option (yet again) for compatibility with GCC option. by Lang Hames · 12 years ago
  43. df42d41 Forgot this patch in r159023. by Evan Cheng · 12 years ago
  44. e023141 Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a by Lang Hames · 12 years ago
  45. 7060221 llvm-stress: Stabalize (by using an ordered container) and add randomness to the order in which loops are generated. by Nadav Rotem · 12 years ago
  46. d693caf Add DAG-combines for aggressive FMA formation. by Lang Hames · 12 years ago
  47. d6b43a3 Move the support for using .init_array from ARM to the generic by Rafael Espindola · 12 years ago
  48. e68470a Remove assignments which aren't used afterwards. by Bill Wendling · 12 years ago
  49. 4f81768 Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of by Rafael Espindola · 12 years ago
  50. 773ef61 Object file output from llc isn't experimental anymore. by Benjamin Kramer · 12 years ago
  51. 4d61664 [llvm-nm] Update documentation to cover object file support and arguments. by Michael J. Spencer · 12 years ago
  52. 95a9d93 Round 2 of dead private variable removal. by Benjamin Kramer · 12 years ago
  53. a7542d5 Remove unused private fields found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
  54. 4f56a30 Reinstate -O3 for LTO. by David Blaikie · 12 years ago
  55. 6e1b812 Add an insertPass API to TargetPassConfig. <rdar://problem/11498613> by Bob Wilson · 12 years ago
  56. 0aa32d5 ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 12 years ago
  57. 6514551 Plug a leak when using MCJIT. by Benjamin Kramer · 12 years ago
  58. 223f2a7 Remove extra semicolons. by Benjamin Kramer · 12 years ago
  59. f4c261b Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new SwitchInst methods. by Stepan Dyatkovskiy · 12 years ago
  60. 3e96531 Refactor data-in-code annotations. by Jim Grosbach · 12 years ago
  61. 59c15e9 Fixed a bug in llvm-objdump when disassembling using -macho option for a binary by Kevin Enderby · 12 years ago
  62. 068c65b Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager. by Danil Malyshev · 12 years ago
  63. 8bc3434 Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang by Chandler Carruth · 12 years ago
  64. 40d65dc llvm-config: Use sys::fs::equivalent instead of string comparison. by Daniel Dunbar · 12 years ago
  65. 41854ae Fixed a bug in llvm-objdump when disassembling using -macho option for a binary by Kevin Enderby · 12 years ago
  66. b5cd41e llvm-build: Add support for non-installed libraries (e.g., gtest). by Daniel Dunbar · 12 years ago
  67. 918f55f Allow MCCodeEmitter access to the target MCRegisterInfo. by Jim Grosbach · 12 years ago
  68. 383fd7a Fix a use after free when the streamer is destroyed. Fixes pr12622. by Rafael Espindola · 13 years ago
  69. 6447d52 Do not install llvm-config-host for cross-builds of clang. rdar://11317847 by Bob Wilson · 13 years ago
  70. 9ed9e5d Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. by Kevin Enderby · 13 years ago
  71. 99650c9 Move the CodeExtractor utility to a dedicated header file / source file, by Chandler Carruth · 13 years ago
  72. ff20496 PR12729: Change 'llvm-objdump' to display the available targets. by Pete Cooper · 13 years ago
  73. 9679f0f Fix unintentional use of operator bool. by John McCall · 13 years ago
  74. 30183bf Remove redundant line (the memory manager is set above to the same object by Eli Bendersky · 13 years ago
  75. 0d5c323 DumpSegment64Command() wasn't returning correct result. Caught by static analyzer. rdar://11329354 by Evan Cheng · 13 years ago
  76. 3c00db7 [CMake] Restructure how Clang, Polly and other external projects get included. by Michael J. Spencer · 13 years ago
  77. fa1059f openbsd doesn't support soname, patch by Brad Smith! by Chris Lattner · 13 years ago
  78. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 13 years ago
  79. 9a14841 Move the JIT flags from llc to lli. These flags showed up as part of moving by Nick Lewycky · 13 years ago
  80. e652b52 allow opt to take a -mtriple option by Joe Groff · 13 years ago
  81. d0c478d Add -disassemble support for -show-inst and -show-encode capability llvm-mc. Also refactor so all MC paraphernalia are created once for all uses as much as possible. by Richard Barton · 13 years ago
  82. 4d2e9d9 Remove lto_codegen_set_whole_program_optimization. It is a work in progress, by Rafael Espindola · 13 years ago
  83. fb22ede Make member variables of AsmToken private. Remove unnecessary forward declarations. Remove an unnecessary include. by Craig Topper · 13 years ago
  84. 7d719a5 Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conversion between the two. by Nadav Rotem · 13 years ago
  85. 6fc30c2 Fix the build under Debian GNU/Hurd. Thanks to Pino Toscano for the patch by Sylvestre Ledru · 13 years ago
  86. 83f17f2 llvm-stress: stop abusing ConstantFP::get() by Dylan Noblesmith · 13 years ago
  87. 701de8f llvm-stress: don't make vectors of x86_mmx type by Dylan Noblesmith · 13 years ago
  88. 64fae75 Revert the 'EnableInitializing' flag. There is debate on whether we should run that pass by default in LTO. by Bill Wendling · 13 years ago
  89. 64d5b28 Apply the scope restrictions after parsing the command line options. There may be some which are used in that function. by Bill Wendling · 13 years ago
  90. a3706d6 s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimization/ by Bill Wendling · 13 years ago
  91. 3029a0c Add a hook to turn on the internalize pass through the LTO interface. by Bill Wendling · 13 years ago
  92. 253933e Teach LLVM about a PIE option which, when enabled on top of PIC, makes by Chandler Carruth · 13 years ago
  93. 97d9903 The internalize pass can be dangerous for LTO. by Bill Wendling · 13 years ago
  94. 1895fc9 Set soname for FreeBSD as well. Patch by Bernard Cafarelli! by Anton Korobeynikov · 13 years ago
  95. 90e7d4f Reformatting. No functionality change. by Bill Wendling · 13 years ago
  96. 3197b44 Add an option to turn off the expensive GVN load PRE part of GVN. by Bill Wendling · 13 years ago
  97. 8ba9405 Hack the hack. If we have a situation where an ASM object is defined but isn't by Bill Wendling · 13 years ago
  98. 17463b3 Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. by Craig Topper · 13 years ago
  99. 1fcbca0 It could come about that we parse the inline ASM before we get a potential by Bill Wendling · 13 years ago
  100. 7baa27d Move trivial functions into the class definition. by Bill Wendling · 13 years ago