1. 2a6411b Reduce code duplication on the TLS implementation. by Rafael Espindola · 15 years ago
  2. 4fd5528 Don't attempt to handle aggregate argument values in FastISel; let by Dan Gohman · 15 years ago
  3. 30eae3c PR2985 / <rdar://problem/6584986> by Jim Grosbach · 15 years ago
  4. f23e809 Remove ccc now. Radar 6737767 by Mike Stump · 15 years ago
  5. 68c405d fix style. by Torok Edwin · 15 years ago
  6. a0bd810 Use 'name' instead of 'href'. by Bill Wendling · 15 years ago
  7. b1a61bd Fix verification failure. by Bill Wendling · 15 years ago
  8. f159402 Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn't by Bill Wendling · 15 years ago
  9. 290235f Another reformatting. No change in docs. by Bill Wendling · 15 years ago
  10. eb55f3e Another attempt at fixing PR2975. by Torok Edwin · 15 years ago
  11. ce8f9fe fix comment to reflect the implementation I ended up settling on. by Chris Lattner · 15 years ago
  12. 62ce3b3 fix rdar://6762290, a crash compiling cxx filt with clang. by Chris Lattner · 15 years ago
  13. ae7dd80 Add an API for the bitstream reader to read blobs and return by Chris Lattner · 15 years ago
  14. 683b08c remove empty section by Chris Lattner · 15 years ago
  15. 75b8eb2 Add svn:ignore properties. by Dan Gohman · 15 years ago
  16. 3f75d31 stub out code for reading record with blobs as blobs. Not active yet. by Chris Lattner · 15 years ago
  17. 123f384 allow clients to look up abbrev id's by Chris Lattner · 15 years ago
  18. 298a82d Add a new EmitRecordWithBlob API that allows a blob to be emitted by Chris Lattner · 15 years ago
  19. dcd006b add a new Blob encoding abbreviation for bitcode files that emits by Chris Lattner · 15 years ago
  20. 8f34346 Handle 'a' modifier in ARM inline assembly. Patch by Richard Pennington. by Bob Wilson · 15 years ago
  21. 30910bf split ReadAbbreviatedLiteral out of ReadAbbreviatedField. by Chris Lattner · 15 years ago
  22. 86bc23d reduce indentation with early-out by Chris Lattner · 15 years ago
  23. 96153a4 simplify code a bit. by Chris Lattner · 15 years ago
  24. 4072879 simplify to reduce indentation. by Chris Lattner · 15 years ago
  25. 5ce1b11 revert r68457, its crashing in make check. by Torok Edwin · 15 years ago
  26. e2a466b Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 15 years ago
  27. 59d5f83 fix (part of) memory leak on shutdown. See PR2975. by Torok Edwin · 15 years ago
  28. 63c3ffc clean up some html by Chris Lattner · 15 years ago
  29. 1c33d02 Avoid -O3 on Darwin for now. by Mike Stump · 15 years ago
  30. b5e0a96 Let the strcat optimizer return the pointer to the start of the buffer, by Ed Schouten · 15 years ago
  31. cae1b62 Map stack based frameindices for spills to zero based indices that can be accessed based on an external symbol defining the location of temporary data for a function. For example: we have spill slots addressed as foo.tmp + 0, foo.tmp + 1 etc. by Sanjiv Gupta · 15 years ago
  32. 19a8dca Add character encoding declaration to fix verification warning. by Bill Wendling · 15 years ago
  33. 78c8fce Obsessively format this document. by Bill Wendling · 15 years ago
  34. 4e9ca33 Add segment flag bits to ELF.h. by Mikhail Glushenkov · 15 years ago
  35. e6b4879 Add character encoding declaration. by Bill Wendling · 15 years ago
  36. e9e6fd9 Fix validation error. by Bill Wendling · 15 years ago
  37. 4a2bca8 A lot of formatting changes. by Bill Wendling · 15 years ago
  38. 34fc517 CMake: Added notes pointing to the LLVM CMake documentation. by Oscar Fuentes · 15 years ago
  39. 9a0107d CMake: defines and uses macro add_llvm_definitions for keeping track by Oscar Fuentes · 15 years ago
  40. 903bcc4 Fix some HTML validation errors. by Bill Wendling · 15 years ago
  41. bb7425f General clean-up of the bitcode format documentation. Having the paragraphs by Bill Wendling · 15 years ago
  42. cfdd807 Try SSE2? by Nick Lewycky · 15 years ago
  43. e032590 CloneModule stores the BasicBlock mapping in ValueMap. There's no need to by Nick Lewycky · 15 years ago
  44. 5a30f4f Remove bogus include. by Nick Lewycky · 15 years ago
  45. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  46. 2cd1b77 Fix test on non-x86 platforms. by Nick Lewycky · 15 years ago
  47. b3e849c Test commit access to LLVM with some minor narcissism. by Stefanus Du Toit · 15 years ago
  48. eec4b2d Wrap some lines to fix indentation problems. by Bob Wilson · 15 years ago
  49. 1b46a68 Fix some comments. by Bob Wilson · 15 years ago
  50. 138dd6d Duplicate entry. by Bill Wendling · 15 years ago
  51. 41c9073 "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. by Chris Lattner · 15 years ago
  52. 03dc1fe "Add documentation about the fix for missing x86 by Chris Lattner · 15 years ago
  53. f50c798 Fix a TargetLowering optimization so that it doesn't duplicate by Dan Gohman · 15 years ago
  54. 38f4dd7 Add fast path for raw_ostream output of strings. by Daniel Dunbar · 15 years ago
  55. cf2202a CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma as by Oscar Fuentes · 15 years ago
  56. fcf054b CMake: removed IA64AsmPrinter.cpp from lib/Target/IA64/CMakeLists.txt by Oscar Fuentes · 15 years ago
  57. 6c5cfec Separate MIPS asmprinter by Anton Korobeynikov · 15 years ago
  58. 60a19a4 Fix target library name by Anton Korobeynikov · 15 years ago
  59. c67d112 Fix comment by Anton Korobeynikov · 15 years ago
  60. ea38970 Move IA64 asmprinter to separate library by Anton Korobeynikov · 15 years ago
  61. 1e95580 Added a x86 dag combine to increase the chances to use a by Mon P Wang · 15 years ago
  62. f436fed update some syntax by Chris Lattner · 15 years ago
  63. b7a00da Work around an apparent GCC miscompilation by specializing different, by Chris Lattner · 15 years ago
  64. 8f9643f Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. by Dan Gohman · 15 years ago
  65. 25f0ee5 correct patch by Chris Lattner · 15 years ago
  66. d725134 add patch to go along with r68350 by Chris Lattner · 15 years ago
  67. 6f532a9 use higher level APIs. by Chris Lattner · 15 years ago
  68. 6caced9 add missing * by Chris Lattner · 15 years ago
  69. c2eb87a Fixed build warnings. by Sanjiv Gupta · 15 years ago
  70. 5274a4a To convert the StopPoint insn into an assembler directive by ISel, we need to have access to the line number field. So we convert that info as an operand by custom handling DBG_STOPPOINT in legalize. by Sanjiv Gupta · 15 years ago
  71. b84d5a4 Params are not being generated as static globals now. The caller passes them onto the callee's stack directly and the callee loads the argvals from its own stack. Clang generated frameindexes validatd by recalculating the stack as if all frameindexes represent 1-byte slots. by Sanjiv Gupta · 15 years ago
  72. d0dfbe0 fix overflow checks in SmallVector: by Chris Lattner · 15 years ago
  73. 7074875 Fix build on Linux. by Mikhail Glushenkov · 15 years ago
  74. e8a290f Reapply r68211, with the miscompilations it caused fixed. by Owen Anderson · 15 years ago
  75. dcafd04 Make the constants fit. by Bill Wendling · 15 years ago
  76. 9dfa167 Clean up pass manager cache after each run. by Devang Patel · 15 years ago
  77. 5867de1 silence warning in release-asserts build. by Chris Lattner · 15 years ago
  78. 23e97b0 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 15 years ago
  79. a9f4836 Fixed file header comment. by Misha Brukman · 15 years ago
  80. 6eb28b5 Added tests for math utility functions; fixed another test's header comment. by Misha Brukman · 15 years ago
  81. b035842 Fixed spelling. by Misha Brukman · 15 years ago
  82. 8a7eed3 Remove dead code. by Devang Patel · 15 years ago
  83. 34cb154 add this to SVN to allow collaborative hacking. by Chris Lattner · 15 years ago
  84. dd255a6 Add range insert method for DenseSet and define DenseMapInfo for chars. by Chris Lattner · 15 years ago
  85. 9f777c6 Recognize arm triplets. by Evan Cheng · 15 years ago
  86. de551f9 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 15 years ago
  87. ef66abe Constify method to make VC++ happy. Patch by Brian Diekelman! by Ted Kremenek · 15 years ago
  88. 77c5b0d Use LLVM type names instead of C type names in comments, to be by Dan Gohman · 15 years ago
  89. bf6396b Fix PR3862: Recognize some ARM-specific constraints for immediates in inline by Bob Wilson · 15 years ago
  90. e63c4a2 Revert r68172. It caused regressions in by Dan Gohman · 15 years ago
  91. 687b337 Fixed spelling. by Misha Brukman · 15 years ago
  92. 6d7e49b CMake: Have generated Xcode projects also contain the LLVM header files. by Ted Kremenek · 15 years ago
  93. d04bc73 Detect that we're building from a git checkout like we do for cvs and svn. by Nick Lewycky · 15 years ago
  94. c23c1fc hopefully fix an apparent build error on windows. by Chris Lattner · 15 years ago
  95. 7d9eb58 fix a serious regression I introduced in my previous patch. by Chris Lattner · 15 years ago
  96. f41fcbb Enhance GVN to propagate simple conditionals. This fixes PR3921. by Owen Anderson · 15 years ago
  97. b0426e8 include Makefile.common before using $(BuildMode) to get its definition by Misha Brukman · 15 years ago
  98. d485e88 * Fixed spelling of `invertible' * Simplified if statement by Misha Brukman · 15 years ago
  99. 4122282 Allow the use of pointers to const within PointerUnion. by Douglas Gregor · 15 years ago
  100. b160f5d add a converting operator by Chris Lattner · 15 years ago