1. 497a7a8 Move getCastToEmpty out of DIDescriptor into DIFactory. It is an by Chris Lattner · 16 years ago
  2. 4d557e4 Fix an over aggressive assumption that struct decls will have a pointer to by Chris Lattner · 16 years ago
  3. 3b78185 Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does. by Chris Lattner · 16 years ago
  4. 09e99e4 move some cases around to silence these sorts of warnings in by Chris Lattner · 16 years ago
  5. 903361e add new file by Chris Lattner · 16 years ago
  6. a45664f Add a new set of helper classes for creating and reading debug by Chris Lattner · 16 years ago
  7. 41bdedf CMake: Builds a native tblgen when cross-compiling and the user didn't by Oscar Fuentes · 16 years ago
  8. 5594f12 Forgot these. by Evan Cheng · 16 years ago
  9. 4f21c13 CMake: Implement magic word `all' for selecting all targets. Check by Oscar Fuentes · 16 years ago
  10. 02516ba CMake: Non-working code for auto-building the native tblgen util when by Oscar Fuentes · 16 years ago
  11. 9ed2f80 Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used. by Evan Cheng · 16 years ago
  12. 8f24cc23 Correction for the last patch. Should match the conditional in the first part by Bill Wendling · 16 years ago
  13. 1fb43c3 The method of doing the matching with a 'select' instruction was wrong. The by Bill Wendling · 16 years ago
  14. 47ed475 suppress build products by Gabor Greif · 16 years ago
  15. 63b27a6 CMake: Corrected detection of `nm'. by Oscar Fuentes · 16 years ago
  16. 3ab40ca CMake: Support for cross-compiling. For now, requires a previously by Oscar Fuentes · 16 years ago
  17. 22b91d7 fix validation problem. by Chris Lattner · 16 years ago
  18. 4d16a0a XFAIL this while waiting for a fix. by Duncan Sands · 16 years ago
  19. ea736ce fix leakage of ValueNumbering by Nuno Lopes · 16 years ago
  20. ced4900 Temporarily revert 58825, which breaks PPC bootstrap. xs by Dale Johannesen · 16 years ago
  21. c143bcf If the LHS of the FCMP is coming from a UIToFP instruction, then we don't want by Bill Wendling · 16 years ago
  22. b0714db Typo fix by Anton Korobeynikov · 16 years ago
  23. 4691cd9 CellSPU: Update expected counts on expected patterns by Scott Michel · 16 years ago
  24. 0b45c99 Temporary revert my last commit: it seems it's triggering some subtle bug in backend by Anton Korobeynikov · 16 years ago
  25. b5b9252 CMake: corrected library target name for dependency: LLVMCellSPU -> by Oscar Fuentes · 16 years ago
  26. a4dd926 CMake: Reflected changes on the CellSPU target build. May require a clean start. by Oscar Fuentes · 16 years ago
  27. eed0ec7 Fixed a pasto. by Oscar Fuentes · 16 years ago
  28. c389e94 Allow $CALL and $ENV in command names. Fixes #3025. by Mikhail Glushenkov · 16 years ago
  29. 73655bc CellSPU: Bring SPU's assembly printer more in-line with current LLVM code by Scott Michel · 16 years ago
  30. 059b2db Try to produce better code when scalarizing VSETCC. by Duncan Sands · 16 years ago
  31. 0f56953 Factor out offset printing code into generic AsmPrinter. by Anton Korobeynikov · 16 years ago
  32. d9afb4d The Index field of an AttributeWithIndex is of type unsigned, not uint16_t. by Nicolas Geoffray · 16 years ago
  33. e0f4af3 StoreInst does not produce any result thus it's useless to create new by Anton Korobeynikov · 16 years ago
  34. 760a572 Properly escape dashes in TableGen's LLVMC2 emitter. Patch by Patrick Walton! by Anton Korobeynikov · 16 years ago
  35. 203e71d Fix syntax of iterate_complex example. Noticed by Martin! by Eric Christopher · 16 years ago
  36. ae16641 Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows size of stub. by Evan Cheng · 16 years ago
  37. fff484f Remove a InvalidateInstructionCache call with incorrect size. by Evan Cheng · 16 years ago
  38. ce4a70b Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr. by Evan Cheng · 16 years ago
  39. 3cc8223 Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs are generated. by Evan Cheng · 16 years ago
  40. d7398c9 Rename isString -> isExternalSymbol; getString -> getExternalSymbol since these work on externsym machine relocations. by Evan Cheng · 16 years ago
  41. ca66b08 More debug output. by Evan Cheng · 16 years ago
  42. 1033251 Fix relocation for calls to external symbols. by Evan Cheng · 16 years ago
  43. 771138c CellSPU: Fix prologue/epilogue emission when function contains calls but by Scott Michel · 16 years ago
  44. 746867c Rework r58829, allowing removal of dbg info intrinsics during alloca by Daniel Dunbar · 16 years ago
  45. 77e0c85 Add LLVMC2 tool definitions for Objective-C and Objective-C++. by Daniel Dunbar · 16 years ago
  46. edeb4f9 Add svn:ignore properties for Clang llvmc2 plugin. by Daniel Dunbar · 16 years ago
  47. 05c356e Skip over two-address use operands. by Evan Cheng · 16 years ago
  48. e96a490 Handle ARM machine constantpool entry with non-lazy ptr. by Evan Cheng · 16 years ago
  49. fd827c4 Indentation. by Evan Cheng · 16 years ago
  50. 2869337 remove unavailable clang project by Ted Kremenek · 16 years ago
  51. f1bbb95 Use ARMFunctionInfo to track number of constpool entries and jumptables. by Evan Cheng · 16 years ago
  52. 3dd42cf Generated code for generic expansion of SETUGT etc. by Dale Johannesen · 16 years ago
  53. c4c7a6a Xfail an incorrect test. by Dale Johannesen · 16 years ago
  54. b514ac9 Make testb optimization work on big-endian targets. by Dale Johannesen · 16 years ago
  55. 413a89f More code clean up. by Evan Cheng · 16 years ago
  56. 53e4e44 Make FP tests requiring two compares work on PPC (PR 642). by Dale Johannesen · 16 years ago
  57. 437c173 Get PIC jump table working. by Evan Cheng · 16 years ago
  58. 366cf29 More debug output. by Evan Cheng · 16 years ago
  59. 212e698 Make tablegen print out a nice error message for a const char* by Dan Gohman · 16 years ago
  60. c4479a7 Document the acronym RAUW. Patch by Jonathan Brandmeyer! by Dan Gohman · 16 years ago
  61. 47b3417 Sign-extend rather than zero-extend when promoting by Duncan Sands · 16 years ago
  62. e5f4de4 Flush the raw_ostream after emitting the assembly for a function. by Dan Gohman · 16 years ago
  63. bc3c429 Fix unsigned->ppcf128 conversion. by Dale Johannesen · 16 years ago
  64. 82b80d9 Update to add newer bitcodes. by Nick Lewycky · 16 years ago
  65. 3fa75ff Keep CREDITS.TXT sorted by name. by Richard Osborne · 16 years ago
  66. baa66aa Add contributer information for XCore backend to CREDITS.TXT by Richard Osborne · 16 years ago
  67. 9380c05 Add XCore backend to CMake build. by Richard Osborne · 16 years ago
  68. b7ee8c4 Add basic test for XCore backend by Richard Osborne · 16 years ago
  69. f943b15 Fix compile warnings. by Richard Osborne · 16 years ago
  70. d9890de CellSPU: Ensure that C strings are always put in the .rodata section by Scott Michel · 16 years ago
  71. b25baef Add XCore backend. by Richard Osborne · 16 years ago
  72. 4df60f5 Jump table JIT support. Work in progress. by Evan Cheng · 16 years ago
  73. 47c01a0 Jump tables may be emitted by target. by Evan Cheng · 16 years ago
  74. a27b353 Jump table relocation addresses may be resolved by target. by Evan Cheng · 16 years ago
  75. d03eeaf Teach CellSPU about ELF sections and new section emitter classes. by Scott Michel · 16 years ago
  76. 068a795 BCUI + 1 doesn't work. Use next instead. by Bill Wendling · 16 years ago
  77. cab3e68 Refactor code that adjusts the offsets of stack objects. by Bill Wendling · 16 years ago
  78. 8b59db3 Encode misc arithmetic instructions. by Evan Cheng · 16 years ago
  79. 815fb57 Testcase for testb optimization. by Dale Johannesen · 16 years ago
  80. 180ffae Handle (delete) dbg intrinsics while promoting alloca. by Devang Patel · 16 years ago
  81. 89217a6 When we're doing a compare of load-AND-constant to 0 by Dale Johannesen · 16 years ago
  82. b7c6ebc - Modify the stack protector algorithm so that the stack slot is allocated in by Bill Wendling · 16 years ago
  83. 848693c Remove unneeded header file. by Bill Wendling · 16 years ago
  84. 1fb615f Don't build a vector of returns. Just modify the Function in the loop. by Bill Wendling · 16 years ago
  85. e0b436a Fixed scalarizing an extract subvector and prevent an infinite loop by Mon P Wang · 16 years ago
  86. 703ccfe The size limit is for individual arrays. So if any array has more than 8 bytes by Bill Wendling · 16 years ago
  87. 97f48c3 Encode extend instructions; more clean up. by Evan Cheng · 16 years ago
  88. e187726 Fix a use of an invalid iterator when -debug-pass=Details is used. by Dan Gohman · 16 years ago
  89. 44cf38c Don't recalculate the stack position of the stack protector. by Bill Wendling · 16 years ago
  90. e75808c Emit label for llvm.dbg.func.start of the inlined function. by Devang Patel · 16 years ago
  91. 00f1c40 Clarify documentation. A module pass MP can require a function paqss FP only if FP does not require any module pass. by Devang Patel · 16 years ago
  92. 12c3a53 - Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm. by Evan Cheng · 16 years ago
  93. eb5d95a Improve JIT debugging outputs format consistency. by Evan Cheng · 16 years ago
  94. 274c6a6 plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed memory. by Nuno Lopes · 16 years ago
  95. b951aec Formating/comment changes - no functionality change. by Duncan Sands · 16 years ago
  96. d87293c Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 encoding bug. by Evan Cheng · 16 years ago
  97. 4c3a1d8 - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}. by Bill Wendling · 16 years ago
  98. e11eb62 Update VC++ projects. by Steve Naroff · 16 years ago
  99. f007a8b Widening cleanup by Mon P Wang · 16 years ago
  100. eb4f52e Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>. by Evan Cheng · 16 years ago