1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
  3. 8699a97 [ARM] Fix code generation for: by Lauro Ramos Venancio · 17 years ago
  4. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 17 years ago
  5. 347d39f Revert 42908 for now. by Evan Cheng · 17 years ago
  6. 8ddde0a Change the names used for internal labels to use the current by Dan Gohman · 17 years ago
  7. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 17 years ago
  8. cd8bc05 AsmPrinters overriding getAnalysisUsage should call super. by Gordon Henriksen · 17 years ago
  9. 76a4023 Honor user-defined section specification of a global, ignores whether its initializer is null. by Evan Cheng · 17 years ago
  10. b8275a3 Don't ignore the return value of AsmPrinter::doInitialization and by Dan Gohman · 17 years ago
  11. dfb2eba Print the s bit if the instruction is toggled to its CPSR setting form. by Evan Cheng · 17 years ago
  12. 5411835 Quote complex names for Darwin X86 and ARM. by Dale Johannesen · 17 years ago
  13. 5e148a3 Print predicate of the second instruction of the two-piece constant MI. by Evan Cheng · 17 years ago
  14. 341dccc PIC label asm printing cosmetic changes. by Evan Cheng · 17 years ago
  15. 3a42053 Fix the asmprinter so that a globalvalue can specify an explicit alignment by Chris Lattner · 17 years ago
  16. 44bec52 Add PredicateOperand to all ARM instructions that have the condition field. by Evan Cheng · 17 years ago
  17. 42d712b Switch BCC, MOVCCr, etc. to PredicateOperand. by Evan Cheng · 17 years ago
  18. bdc9869 Should never see an indexed load / store with zero offset. by Evan Cheng · 17 years ago
  19. e8e5495 Debug support for arm-linux. Patch by Raul Herbster. by Lauro Ramos Venancio · 17 years ago
  20. 388488d add support for printing offset from global by Chris Lattner · 17 years ago
  21. 0a18173 Enable protected visibility on ARM. by Lauro Ramos Venancio · 17 years ago
  22. 64f4fa5 ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. by Lauro Ramos Venancio · 17 years ago
  23. 305b8a5 remember to emit weak reference in one more case. by Lauro Ramos Venancio · 17 years ago
  24. bd24f3f add Align field, and use when generating function alignment by Dale Johannesen · 17 years ago
  25. 0ae4a33 Implement PIC for arm-linux. by Lauro Ramos Venancio · 17 years ago
  26. e21e396 Implement inline asm modifier P. by Evan Cheng · 17 years ago
  27. 616cc66 Add support for hidden visibility to darwin/arm. by Evan Cheng · 17 years ago
  28. c70d184 Make two piece constant generation as a single instruction. It's re-materialized as a load from constantpool. by Evan Cheng · 17 years ago
  29. 23a9570 Implement inline asm modifier c. by Evan Cheng · 17 years ago
  30. 032953d Putting more constants which do not contain relocations into .literal{4|8|16} by Evan Cheng · 17 years ago
  31. 98ded76 For Darwin, put constant data into .const, .const_data, .literal{4|8|16} by Evan Cheng · 17 years ago
  32. f1d6006 Get rid of verboten <iostream> include. by Bill Wendling · 17 years ago
  33. 6f46e59 Fix .thumb_func directive on linux. by Lauro Ramos Venancio · 18 years ago
  34. 3bf12d0 Don't emit unnecessary .align directive. by Evan Cheng · 18 years ago
  35. c60e76d - Fix codegen for pc relative constant (e.g. JT) in thumb mode: by Evan Cheng · 18 years ago
  36. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  37. b267ca1 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 18 years ago
  38. cea117d Change the operand orders to t_addrmode_s* to make it easier to morph by Evan Cheng · 18 years ago
  39. d85ac4d Thumb jumptable support. by Evan Cheng · 18 years ago
  40. 44c3b9f Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 18 years ago
  41. 1a92d94 If the constant pool value is a extern weak symbol, emit the weak reference. by Lauro Ramos Venancio · 18 years ago
  42. b1cc052 Fix elf object definition. by Lauro Ramos Venancio · 18 years ago
  43. 6318ffd Getting rid uses of evil std::set<> by Evan Cheng · 18 years ago
  44. c38f2bc - Reorg Thumb load / store instructions. Combine each rr and ri pair of by Evan Cheng · 18 years ago
  45. 5be54b0 Restructure code a bit to make use of continue (simplifying things). Generalize by Evan Cheng · 18 years ago
  46. 471ffaf Fix section definition. by Lauro Ramos Venancio · 18 years ago
  47. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 18 years ago
  48. 1a199de Fix for ARM weak symbols, patch by Lauro Ramos Venancio! by Chris Lattner · 18 years ago
  49. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  50. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 18 years ago
  51. 796cbd8 .align is in bits .comm is in bytes :-( by Rafael Espindola · 18 years ago
  52. 0ec729e %progbits not @progbits by Rafael Espindola · 18 years ago
  53. 1366626 add \"aw\",@progbits" to ctors and dtors by Rafael Espindola · 18 years ago
  54. 1c411de fix alignment by Rafael Espindola · 18 years ago
  55. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  56. 7367d05 make sure that we don't use a common symbol if a section was specified by Rafael Espindola · 18 years ago
  57. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  58. 392b1b2 print weak references by Rafael Espindola · 18 years ago
  59. d17aa4b These asm printers shouldn't use assembly/writer.h by Chris Lattner · 18 years ago
  60. 204b0c2 add support for weak linkage by Rafael Espindola · 18 years ago
  61. f819a49 implement load effective address similar to the alpha backend by Rafael Espindola · 18 years ago
  62. 6e8c649 initial implementation of addressing mode 2 TODO: fix lea_addri by Rafael Espindola · 18 years ago
  63. e931a37 move ARMCondCodeToString to ARMAsmPrinter.cpp by Rafael Espindola · 18 years ago
  64. 560a8d0 print null values in bss by Rafael Espindola · 18 years ago
  65. b97809c print common symbols by Rafael Espindola · 18 years ago
  66. 32bd5f4 initial implementation of addressing mode 5 by Rafael Espindola · 18 years ago
  67. 0505be0 expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS by Rafael Espindola · 18 years ago
  68. 1da31ee Pass the MachineFunction into EmitJumpTableInfo. by Chris Lattner · 18 years ago
  69. 6f6f699 Use getSectionForFunction. by Chris Lattner · 18 years ago
  70. 3ad5e5c add shifts to addressing mode 1 by Rafael Espindola · 18 years ago
  71. 7cca7c5 partial implementation of the ARM Addressing Mode 1 by Rafael Espindola · 18 years ago
  72. ff59d22 call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization by Rafael Espindola · 18 years ago
  73. f369dd2 Removed unnecessary Mangler creation. by Anton Korobeynikov · 18 years ago
  74. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  75. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 18 years ago
  76. 755be9b use @ for comments by Rafael Espindola · 18 years ago
  77. 6f602de create a generic bcond instruction that has a conditional code argument by Rafael Espindola · 18 years ago
  78. 687bc49 initial support for branches by Rafael Espindola · 18 years ago
  79. f3a335c add a "load effective address" by Rafael Espindola · 18 years ago
  80. 1ed3af1 start comments with # by Rafael Espindola · 18 years ago
  81. 06c1e7e implement LowerConstantPool and LowerGlobalAddress by Rafael Espindola · 18 years ago
  82. 6d581e8 handle GlobalValue::InternalLinkage in doFinalization by Rafael Espindola · 18 years ago
  83. b01c4bb emit global constants by Rafael Espindola · 18 years ago
  84. 84b19be skeleton of a lowerCall implementation for ARM by Rafael Espindola · 18 years ago
  85. a4e6435 add the memri memory operand by Rafael Espindola · 18 years ago
  86. a1334cd On ARM, alignment is in bits Add lr as a hard coded operand of bx by Rafael Espindola · 18 years ago
  87. 2f99b6b implement initial version of ARMAsmPrinter::printOperand by Rafael Espindola · 18 years ago
  88. 4b442b5 implement minimal versions of by Rafael Espindola · 18 years ago
  89. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 18 years ago