1. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  2. 9a14841 Move the JIT flags from llc to lli. These flags showed up as part of moving by Nick Lewycky · 12 years ago
  3. e652b52 allow opt to take a -mtriple option by Joe Groff · 12 years ago
  4. 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 · 12 years ago
  5. 4d2e9d9 Remove lto_codegen_set_whole_program_optimization. It is a work in progress, by Rafael Espindola · 12 years ago
  6. fb22ede Make member variables of AsmToken private. Remove unnecessary forward declarations. Remove an unnecessary include. by Craig Topper · 12 years ago
  7. 7d719a5 Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conversion between the two. by Nadav Rotem · 12 years ago
  8. 6fc30c2 Fix the build under Debian GNU/Hurd. Thanks to Pino Toscano for the patch by Sylvestre Ledru · 12 years ago
  9. 83f17f2 llvm-stress: stop abusing ConstantFP::get() by Dylan Noblesmith · 12 years ago
  10. 701de8f llvm-stress: don't make vectors of x86_mmx type by Dylan Noblesmith · 12 years ago
  11. 64fae75 Revert the 'EnableInitializing' flag. There is debate on whether we should run that pass by default in LTO. by Bill Wendling · 12 years ago
  12. 64d5b28 Apply the scope restrictions after parsing the command line options. There may be some which are used in that function. by Bill Wendling · 12 years ago
  13. a3706d6 s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimization/ by Bill Wendling · 12 years ago
  14. 3029a0c Add a hook to turn on the internalize pass through the LTO interface. by Bill Wendling · 12 years ago
  15. 253933e Teach LLVM about a PIE option which, when enabled on top of PIC, makes by Chandler Carruth · 12 years ago
  16. 97d9903 The internalize pass can be dangerous for LTO. by Bill Wendling · 12 years ago
  17. 1895fc9 Set soname for FreeBSD as well. Patch by Bernard Cafarelli! by Anton Korobeynikov · 12 years ago
  18. 90e7d4f Reformatting. No functionality change. by Bill Wendling · 12 years ago
  19. 3197b44 Add an option to turn off the expensive GVN load PRE part of GVN. by Bill Wendling · 12 years ago
  20. 8ba9405 Hack the hack. If we have a situation where an ASM object is defined but isn't by Bill Wendling · 12 years ago
  21. 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 · 12 years ago
  22. 1fcbca0 It could come about that we parse the inline ASM before we get a potential by Bill Wendling · 12 years ago
  23. 7baa27d Move trivial functions into the class definition. by Bill Wendling · 12 years ago
  24. deee238 Trim headers. by Bill Wendling · 12 years ago
  25. c94c562 Indent according to LLVM's style guide. by Bill Wendling · 12 years ago
  26. ab53bc7 Cleanup whitespace and trim some of the #includes. by Bill Wendling · 12 years ago
  27. f2cc2ee These strings aren't 'const char *' but 'char *'. by Bill Wendling · 12 years ago
  28. 76b13ed Cleanup whitespace. by Bill Wendling · 12 years ago
  29. caf71d4 Free the codegen options when deleting LTO code generator object. by Bill Wendling · 12 years ago
  30. 168f142 Cleanup whitespace and remove unneeded 'extern' keyword on function definitions. by Bill Wendling · 12 years ago
  31. 5ff4bc2 * Set the scope attributes for the ASM symbol we added to be the value passed by Bill Wendling · 12 years ago
  32. 0e4fa5f Re-factored RuntimeDyLd: by Danil Malyshev · 12 years ago
  33. 8fd3fcd Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards. by Bill Wendling · 12 years ago
  34. 288967d Revert r153694. It was causing failures in the buildbots. by Bill Wendling · 12 years ago
  35. 4b0b8ef Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 12 years ago
  36. 24b8780 Make some headway towards compiling all of LLVM. by Bill Wendling · 12 years ago
  37. 3c6b29b Cleanup whitespace. by Bill Wendling · 12 years ago
  38. 9f3b483 Cache the end() iterator. by Bill Wendling · 12 years ago
  39. 3bb1738 Cleanup some whitespaces. by Bill Wendling · 12 years ago
  40. 30b9e32 Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. by Danil Malyshev · 12 years ago
  41. 61476d6 Inline function into its one caller. by Bill Wendling · 12 years ago
  42. 62cf01e Reformat the LTOModule code to be more inline with LLVM's coding standards. Add by Bill Wendling · 12 years ago
  43. 30fe94e Some whitespace cleanup. by Bill Wendling · 12 years ago
  44. 81bbdfd Include cctype for std::isprint. by Benjamin Kramer · 12 years ago
  45. d25dc33 Add soname to LLVM shared library on Linux. Probably the same stuff is necessary for *BSD. by Anton Korobeynikov · 12 years ago
  46. a443e5b Remove the C backend. by Eric Christopher · 12 years ago
  47. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 12 years ago
  48. 799184d Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 12 years ago
  49. b474620 by Danil Malyshev · 12 years ago
  50. 1aa73cc Fix two bugpoint bugs: by Chris Lattner · 12 years ago
  51. e0ac6f8 fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for errors). by Chris Lattner · 12 years ago
  52. 61b1851 Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. by Eli Bendersky · 12 years ago
  53. 3d3abe0 llvm::SwitchInst by Stepan Dyatkovskiy · 12 years ago
  54. 51cf866 Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. by Benjamin Kramer · 12 years ago
  55. 2d70e26 Support reading GNU symbol versions in ELFObjectFile by David Meyer · 12 years ago
  56. 4445215 Have llvm-mc --version print the list of registered targets like llc does. by Duncan Sands · 12 years ago
  57. c10fa6c Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 12 years ago
  58. c6449b6 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 12 years ago
  59. ee37b6e Fix comments for llvm-readobj, remove extraneous headers by David Meyer · 12 years ago
  60. 97f7787 [Object] by David Meyer · 12 years ago
  61. 5c2b4ea [Object] by David Meyer · 12 years ago
  62. 2c67727 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 12 years ago
  63. adef06a Make MemoryObject accessor members const again by Derek Schuff · 12 years ago
  64. b6f0625 Fix some stray semi-colons. by Daniel Dunbar · 12 years ago
  65. c46255a In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 12 years ago
  66. dfa1896 [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. by Michael J. Spencer · 12 years ago
  67. 2cff617 Allow llvm-stress to optionally generate the other floating-point types (half, ppcf128, mmx, etc.) by Hal Finkel · 12 years ago
  68. bfb7dfa Add support for random constant vectors. by Nadav Rotem · 12 years ago
  69. 794c16a Style fix: Remove unneeded parentheses. by Nadav Rotem · 12 years ago
  70. 2e851a9 Fix a bug in the code that checks if a store value is a vector of i1s by Nadav Rotem · 12 years ago
  71. 08c8339 Fix compilation on MSVC. Rename "_BB" to "Block" by Nadav Rotem · 12 years ago
  72. c367dfc fix a copy-and-paste error in the docs by Nadav Rotem · 12 years ago
  73. fdc309c by Nadav Rotem · 12 years ago
  74. 9778ad5 An easy case where GCC should really be able to work out that the value is only by Duncan Sands · 12 years ago
  75. 967570f Improve handling of blockaddresses in bugpoint when splitting a module. Patch by Daniel Reynaud. by Eli Friedman · 12 years ago
  76. b0934ab Remove dead code. Improve llvm_unreachable text. Simplify some control flow. by Ahmed Charles · 12 years ago
  77. 8dd2625 RegAlloc superpass: includes phi elimination, coalescing, and scheduling. by Andrew Trick · 12 years ago
  78. 0ae2510 Allow bugpoint to recognize -bb-vectorize by Hal Finkel · 12 years ago
  79. 2ea9387 Enable streaming of bitcode by Derek Schuff · 12 years ago
  80. 705f481 [unwind removal] Remove a the obsolete 'unwind' enum value. by Bill Wendling · 12 years ago
  81. 18c7f80 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 12 years ago
  82. a993505 Allow command-line overrides of the target triple with the Mach-O by Cameron Zwarich · 12 years ago
  83. ec8eac6 Do the same fix as r149667, but for the Mach-O disassembler. by Cameron Zwarich · 12 years ago
  84. aab2191 Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS by Cameron Zwarich · 12 years ago
  85. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 12 years ago
  86. 91766fe Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 12 years ago
  87. de5e5ec Add a basic-block autovectorization pass. by Hal Finkel · 12 years ago
  88. 6a89228 eliminate the "string" form of ConstantArray::get, using by Chris Lattner · 12 years ago
  89. 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 · 12 years ago
  90. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 12 years ago
  91. ebd4c05 Better diagnostic for malformed .org assembly directive. by Jim Grosbach · 12 years ago
  92. 93cd59a llvm-mc pass through SourceMgr to MCContext. by Jim Grosbach · 12 years ago
  93. b56900a llvm-config: Add support for CMake build trees in which the build by Peter Collingbourne · 12 years ago
  94. 4d6ccb5 More dead code removal (using -Wunreachable-code) by David Blaikie · 12 years ago
  95. 22de16d Add a TargetOption for disabling tail calls. by Nick Lewycky · 12 years ago
  96. fdebc38 Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary) by David Blaikie · 12 years ago
  97. 61425c0 MCJIT support for non-function sections. by Jim Grosbach · 12 years ago
  98. 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 · 12 years ago
  99. 4992881 80 columns. by Jim Grosbach · 12 years ago
  100. f6c22c6 lli should only create memmgr when JITing. by Jim Grosbach · 12 years ago