1. ee37b6e Fix comments for llvm-readobj, remove extraneous headers by David Meyer · 13 years ago
  2. 97f7787 [Object] by David Meyer · 13 years ago
  3. 5c2b4ea [Object] by David Meyer · 13 years ago
  4. 2c67727 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 13 years ago
  5. adef06a Make MemoryObject accessor members const again by Derek Schuff · 13 years ago
  6. b6f0625 Fix some stray semi-colons. by Daniel Dunbar · 13 years ago
  7. c46255a In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 13 years ago
  8. dfa1896 [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. by Michael J. Spencer · 13 years ago
  9. 2cff617 Allow llvm-stress to optionally generate the other floating-point types (half, ppcf128, mmx, etc.) by Hal Finkel · 13 years ago
  10. bfb7dfa Add support for random constant vectors. by Nadav Rotem · 13 years ago
  11. 794c16a Style fix: Remove unneeded parentheses. by Nadav Rotem · 13 years ago
  12. 2e851a9 Fix a bug in the code that checks if a store value is a vector of i1s by Nadav Rotem · 13 years ago
  13. 08c8339 Fix compilation on MSVC. Rename "_BB" to "Block" by Nadav Rotem · 13 years ago
  14. c367dfc fix a copy-and-paste error in the docs by Nadav Rotem · 13 years ago
  15. fdc309c by Nadav Rotem · 13 years ago
  16. 9778ad5 An easy case where GCC should really be able to work out that the value is only by Duncan Sands · 13 years ago
  17. 967570f Improve handling of blockaddresses in bugpoint when splitting a module. Patch by Daniel Reynaud. by Eli Friedman · 13 years ago
  18. b0934ab Remove dead code. Improve llvm_unreachable text. Simplify some control flow. by Ahmed Charles · 13 years ago
  19. 8dd2625 RegAlloc superpass: includes phi elimination, coalescing, and scheduling. by Andrew Trick · 13 years ago
  20. 0ae2510 Allow bugpoint to recognize -bb-vectorize by Hal Finkel · 13 years ago
  21. 2ea9387 Enable streaming of bitcode by Derek Schuff · 13 years ago
  22. 705f481 [unwind removal] Remove a the obsolete 'unwind' enum value. by Bill Wendling · 13 years ago
  23. 18c7f80 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 13 years ago
  24. a993505 Allow command-line overrides of the target triple with the Mach-O by Cameron Zwarich · 13 years ago
  25. ec8eac6 Do the same fix as r149667, but for the Mach-O disassembler. by Cameron Zwarich · 13 years ago
  26. aab2191 Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS by Cameron Zwarich · 13 years ago
  27. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 13 years ago
  28. 91766fe Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 13 years ago
  29. de5e5ec Add a basic-block autovectorization pass. by Hal Finkel · 13 years ago
  30. 6a89228 eliminate the "string" form of ConstantArray::get, using by Chris Lattner · 13 years ago
  31. ca012b8 update this to ConstantDataArray. There are no tests and this isn't using the preferred functionality for ripping apart strings, so I have no way to test this. by Chris Lattner · 13 years ago
  32. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 13 years ago
  33. ebd4c05 Better diagnostic for malformed .org assembly directive. by Jim Grosbach · 13 years ago
  34. 93cd59a llvm-mc pass through SourceMgr to MCContext. by Jim Grosbach · 13 years ago
  35. b56900a llvm-config: Add support for CMake build trees in which the build by Peter Collingbourne · 13 years ago
  36. 4d6ccb5 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  37. 22de16d Add a TargetOption for disabling tail calls. by Nick Lewycky · 13 years ago
  38. fdebc38 Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary) by David Blaikie · 13 years ago
  39. 61425c0 MCJIT support for non-function sections. by Jim Grosbach · 13 years ago
  40. a66a185 Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches. by Eli Bendersky · 13 years ago
  41. 4992881 80 columns. by Jim Grosbach · 13 years ago
  42. f6c22c6 lli should only create memmgr when JITing. by Jim Grosbach · 13 years ago
  43. bf9ab93 lli should create a JIT memory manager. by Jim Grosbach · 13 years ago
  44. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 13 years ago
  45. 9cce24a Remove the logging streamer. by Rafael Espindola · 13 years ago
  46. 99b4237 Split Finish into Finish and FinishImpl to have a common place to do end of by Rafael Espindola · 13 years ago
  47. db186c4 Remove extraneous ".get()->" which is just "->". No functionality change. by Nick Lewycky · 13 years ago
  48. 467ef21 Add braces to remove silly warning. by Bill Wendling · 13 years ago
  49. aba65b0 Remove unused variables. by Rafael Espindola · 13 years ago
  50. 9421406 drop unneeded config.h includes by Dylan Noblesmith · 13 years ago
  51. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  52. 275dd94 llvm-config: Fix --targets-built, I changed this to use the registry but wasn't by Daniel Dunbar · 13 years ago
  53. bcf14bb llvm-config: Update help text for removal of "backend" pseudo component. by Daniel Dunbar · 13 years ago
  54. a740e19 llvm-nm: refactor in order to support reading files from stdin. by Michael J. Spencer · 13 years ago
  55. b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 13 years ago
  56. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  57. 8033f61 llvm-config: Default to "all" if no components are specified. - Fixes PR11530. by Daniel Dunbar · 13 years ago
  58. 94c2e85 The second part of support for generating dwarf for assembly source files. This by Kevin Enderby · 13 years ago
  59. 837b4e4 Update bcanalyzer to handle new USELIST_BLOCK/USELIST_CODE_ENTRY. by Chad Rosier · 13 years ago
  60. 6de29c5 Have cmake build llvm-cov. Patch by arrowdodger. by Duncan Sands · 13 years ago
  61. a3e585d When doing "opt -O2" verify the bitcode like is done for by Duncan Sands · 13 years ago
  62. 5792051 Tidy up. by Jim Grosbach · 13 years ago
  63. 8a8d479 Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 13 years ago
  64. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  65. b382199 llvm-config-2: Fix --cflags and --includedir which pointed at the wrong by Daniel Dunbar · 13 years ago
  66. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  67. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  68. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  69. 5a93995 edis: Sink EDMain.cpp into lib/MC/MCDisassembler. by Daniel Dunbar · 13 years ago
  70. 36e1ac7 edis: Don't do the target initialization in EDGetDisassembler, this is contrary by Daniel Dunbar · 13 years ago
  71. e68c29b build/Make: edis isn't built as a shared library anymore, remove related cruft from the Makefile. by Daniel Dunbar · 13 years ago
  72. 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 13 years ago
  73. 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  74. dbc8849 remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 by Chris Lattner · 13 years ago
  75. 60e06d6 Point to libLTO with -L/PATH/ -lLTO so that it is found in the install by Rafael Espindola · 13 years ago
  76. b95fc31 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 13 years ago
  77. f81285c llvm-objdump: Ignore non-objects in archives. by Michael J. Spencer · 13 years ago
  78. a7b0cb7 Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 13 years ago
  79. c2f9c89 llvm-config-2: Detect when we are running out of a BuildTools development tree, so that we can always provide library/include information for the real build directory. by Daniel Dunbar · 13 years ago
  80. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  81. 178051f Clients are responsible for initializing the targets, remove it from the disassembler API. by Benjamin Kramer · 13 years ago
  82. 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
  83. a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  84. f084e1d llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which will by Daniel Dunbar · 13 years ago
  85. b191f5a llvm-config-2: Fix thinko in maintenance of visited component set. by Daniel Dunbar · 13 years ago
  86. 4cb5fff llvm-config: Drop 'backend' pseudo-component. We don't support/qualify the CBE by Daniel Dunbar · 13 years ago
  87. 12d9a46 llvm-config-2: Switch to using real library dependency table. by Daniel Dunbar · 13 years ago
  88. fd22883 Use isa<> instead of dyn_cast<> as suggested by Nick. by John McCall · 13 years ago
  89. bd3c5ec Fix the printing of constants. Patch by Stepan Dyatkovskiy! by John McCall · 13 years ago
  90. 7d3f8b8 Fix llvm-objdump's MachO mode to not depend on the value returned by RelocationRef::getInfo(). by Owen Anderson · 13 years ago
  91. 6ce1b75 Revert "llvm-config-2: Switch to using real library dependency table." while I by Daniel Dunbar · 13 years ago
  92. 51dc528 llvm-config: Users are allowed to provide component names in mixed case. by Daniel Dunbar · 13 years ago
  93. cc4bcba llvm-config-2: Switch to using real library dependency table. by Daniel Dunbar · 13 years ago
  94. 41a9649 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 13 years ago
  95. 988fdc5 Now that the linker supports lazily materialising globals, don't by Peter Collingbourne · 13 years ago
  96. 5d0f761 Use absolute path to exportsfile in gold plugin CMake build. by Peter Collingbourne · 13 years ago
  97. 931d4c2 Reformatting changes to get rid of blank lines, put code on one line, and to by Bill Wendling · 13 years ago
  98. 24c5b36 Move comment to the correct place. by Bill Wendling · 13 years ago
  99. a7280fd Make the Mangler an ivar so that it doesn't have to be passed around everywhere. by Bill Wendling · 13 years ago
  100. b9bff96 Refactor the MCContext so that it's an ivar instead of a local which is passed by Bill Wendling · 13 years ago