1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 10c9a82 New test. by Devang Patel · 17 years ago
  3. 7293912 match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll by Chris Lattner · 17 years ago
  4. f972db0 match a reassociated form of fnmul by Chris Lattner · 17 years ago
  5. a7ad3d1 expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 17 years ago
  6. aa4f1e1 Add a new option. by Chris Lattner · 17 years ago
  7. ddd3532 Non-algorithmic change. Moved definitions around into separate sections by Bill Wendling · 17 years ago
  8. 6ad8256 Properly set arguments bitwidth of EHSELECT node by Anton Korobeynikov · 17 years ago
  9. 4b693b0 Update. by Bill Wendling · 17 years ago
  10. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  11. 749a89b Disable RTTI handling until we're ready. by Reid Spencer · 17 years ago
  12. 6548bf1 Add a rule to get the footprint of binaries and libraries. by Reid Spencer · 17 years ago
  13. eae540a Re-install patch to enable use of PassID. by Devang Patel · 17 years ago
  14. c718288 Fix build error. by Lauro Ramos Venancio · 17 years ago
  15. ce3b465 Emit correct register move information in eh frames for X86. This allows Shootout-C++/except to pass on x86/linux by Anton Korobeynikov · 17 years ago
  16. 038082d Emit correct DWARF reg # for RA (return address) register by Anton Korobeynikov · 17 years ago
  17. d60a18d Test that TREE_CONSTANT is being set correctly. by Duncan Sands · 17 years ago
  18. 00d4bc0 Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter by Duncan Sands · 17 years ago
  19. fa5416b update to reflect reality by Chris Lattner · 17 years ago
  20. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 17 years ago
  21. 01ff65f add reader support for a bunch of new instructions by Chris Lattner · 17 years ago
  22. 231cbcb read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 17 years ago
  23. f639875 use the correct code for binop instrs by Chris Lattner · 17 years ago
  24. 80d692b revert enough of devang's recent patches to get the tree basically working again by Chris Lattner · 17 years ago
  25. 8fa8a68 disable this assertion as a hack to get the build more unbroken :( by Chris Lattner · 17 years ago
  26. cee7ba3 Make sign extension work correctly for unusual bit widths. by Reid Spencer · 17 years ago
  27. 67cf561 Add some support for (Darwin) code-generating directives in getInlineAsmLength. by Dale Johannesen · 17 years ago
  28. 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 17 years ago
  29. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  30. e50fb9a Update doc to reflect changes I am about to install to fix PR 888. by Devang Patel · 17 years ago
  31. 1b20168 Doh. PC displacement is between the constantpool and the add instruction. by Evan Cheng · 17 years ago
  32. ecf05ca Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of by Duncan Sands · 17 years ago
  33. edb4a6b Use correct PC symbol by Anton Korobeynikov · 17 years ago
  34. 71144d8 Adjust correct EH-related sections by Anton Korobeynikov · 17 years ago
  35. 97de913 eliminateFrameIndex() change. by Evan Cheng · 17 years ago
  36. 8e33473 If call frame is not part of stack frame and no dynamic alloc, eliminateFrameIndex() must adjust SP offset with size of call frames. by Evan Cheng · 17 years ago
  37. a09f0d4 Pass call frame setup SP adjustment along to eliminateFrameIndex(). by Evan Cheng · 17 years ago
  38. 18b111b Add SPAdj parameter to account for call frame setup SP adjustment. by Evan Cheng · 17 years ago
  39. 498f559 Forgot about chain result; also UNDEF cannot have multiple values. by Evan Cheng · 17 years ago
  40. 60ce9b5 fix build with non-buggy compilers by Chris Lattner · 17 years ago
  41. a7c49aa handle function-level forward references, read binops. by Chris Lattner · 17 years ago
  42. 6f7c8ff A bit of feedback from Chris that I missed; error rather than asserting. by Nate Begeman · 17 years ago
  43. 7bf1c27 llvm bug #1350, parts 1, 2, and 3. by Nate Begeman · 17 years ago
  44. 980e5aa implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 17 years ago
  45. 2bbb703 several bitfixes to JumpToBit by Chris Lattner · 17 years ago
  46. 8669714 The stream to read from is now an ivar by Chris Lattner · 17 years ago
  47. 48f8487 implement scafolding for lazy deserialization of function bodies by Chris Lattner · 17 years ago
  48. 90a5c7d add JumpToBit, an explicit init method, and a default ctor. by Chris Lattner · 17 years ago
  49. 9dd446c Split target dependent test portions to target-specific directories. by Reid Spencer · 17 years ago
  50. 8f92668 add phi by Chris Lattner · 17 years ago
  51. be1f993 write the symbol table for function bodies by Chris Lattner · 17 years ago
  52. d309c75 encode all of the instructions. by Chris Lattner · 17 years ago
  53. 10d4c58 add missing opcode. by Chris Lattner · 17 years ago
  54. 5c3885c Under normal circumstances, when a frame pointer is not required, we reserve by Evan Cheng · 17 years ago
  55. 14f1dd1 Added hook hasReservedCallFrame(). It returns true if the call frame is by Evan Cheng · 17 years ago
  56. 43d44f0 Test a dag combiner crasher. by Evan Cheng · 17 years ago
  57. 45a7ca9 * Only turn a load to UNDEF if all of its outputs have no uses (indexed loads by Evan Cheng · 17 years ago
  58. 5443779 Implement review feedback. by Christopher Lamb · 17 years ago
  59. 77edc4b Fix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll by Chris Lattner · 17 years ago
  60. 045a927 testcase for PR1228 by Chris Lattner · 17 years ago
  61. c11ce86 print isLandingPad() for MBBs by Chris Lattner · 17 years ago
  62. e7cf56a Continue refactoring inline asm code. If there is an earlyclobber output by Chris Lattner · 17 years ago
  63. 27679be testcase for PR1357 by Chris Lattner · 17 years ago
  64. 99eaef9 Header file for ELF relocations. by Christopher Lamb · 17 years ago
  65. bd4e080 Fix comment by Anton Korobeynikov · 17 years ago
  66. e47e75b Updates. by Evan Cheng · 17 years ago
  67. bf996f1 refactor GetRegistersForValue to take OpInfo as an argument instead of various by Chris Lattner · 17 years ago
  68. 3ff90dc refactor some code, no functionality change by Chris Lattner · 17 years ago
  69. 1f6f4c7 Clean up multi-line asam string printing. Instead of printing: by Chris Lattner · 17 years ago
  70. bb1f97c Fix typo. Interesting, but old variant worked too :) by Anton Korobeynikov · 17 years ago
  71. 4274e40 For PR1370: by Reid Spencer · 17 years ago
  72. 9118dbc Remove item: thumb padding in constant islands by Dale Johannesen · 17 years ago
  73. 23c9684 remove unused variable by Dale Johannesen · 17 years ago
  74. c9a83e4 If an archive is not recognized as an LLVM bytecode archive then declare by Reid Spencer · 17 years ago
  75. 0a18173 Enable protected visibility on ARM. by Lauro Ramos Venancio · 17 years ago
  76. 126b1b8 Dependent libraries could be native too. by Reid Spencer · 17 years ago
  77. 3b72639 Augment the verbose output to print out the sub-commands executed. by Reid Spencer · 17 years ago
  78. 8d89f1f add some helpers by Chris Lattner · 17 years ago
  79. b30c925 Implement much expanded dumper support. We now print stuff like: by Chris Lattner · 17 years ago
  80. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 17 years ago
  81. 4238d47 add some simple per-block statistics by Chris Lattner · 17 years ago
  82. a2d0ad4 compute this value correctly by Chris Lattner · 17 years ago
  83. 8593e41 Rewrite of Thumb constant islands handling (exact allowance for padding by Dale Johannesen · 17 years ago
  84. 8650199 Make ARM-specific version of getInlineAsmLength by Dale Johannesen · 17 years ago
  85. bd40a6d add a method by Chris Lattner · 17 years ago
  86. 1d81d88 not all targets want to return an i32. What really matters is whether llc accepts the generated code. by Chris Lattner · 17 years ago
  87. 6995cf6 generalize aggregate handling by Chris Lattner · 17 years ago
  88. f52e608 Regenerate by Anton Korobeynikov · 17 years ago
  89. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  90. c6c98af Implement review feedback by Anton Korobeynikov · 17 years ago
  91. ee181bc Jeff's fix was fine by Chris Lattner · 17 years ago
  92. 9728905 add missing ctor by Chris Lattner · 17 years ago
  93. 930c0fe Fix MemoryBuffer breakage correctly. by Jeff Cohen · 17 years ago
  94. 1d6bf2f Unbreak VC++ build. by Jeff Cohen · 17 years ago
  95. 9bc4060 Unbreak build. by Jeff Cohen · 17 years ago
  96. 21beed6 Updated aliases test by Anton Korobeynikov · 17 years ago
  97. 32de633 Implement support to read an arbitrary bitcode file. Next up, dumping the by Chris Lattner · 17 years ago
  98. 45e0f89 very early support for analyzing a bitstream. This opens the file, starts by Chris Lattner · 17 years ago
  99. 107d809 make this file self-contained by Chris Lattner · 17 years ago
  100. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 17 years ago