1. 0863785 Movement and cleanup. by Eric Christopher · 14 years ago
  2. 9299109 test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-darwin8. by NAKAMURA Takumi · 14 years ago
  3. a56927e Comments about operand cycles and pipeline forwarding pathes. by Evan Cheng · 14 years ago
  4. c6877b4 Pacify a noisy compiler, and sink this variable declaration closer to its uses. by Nick Lewycky · 14 years ago
  5. 722cc1f We do want to allow LoadPRE to perform LICM-like transformations: we already consider PHI nodes to be negligible for by Owen Anderson · 14 years ago
  6. 7eb589d Try again to disable critical edge splitting in CodeGenPrepare. by Jakob Stoklund Olesen · 14 years ago
  7. f9764fa Start of generalized call support for ARM fast isel. by Eric Christopher · 14 years ago
  8. c87cfb6 Allow llvm.gcroot to work with non-pointer allocas. by Talin · 14 years ago
  9. 7eae36b Factor some logic into ShouldRelocOnSymbol. This simplifies the code and by Rafael Espindola · 14 years ago
  10. a3fbadf Nuke a few more unused asm strings by Jim Grosbach · 14 years ago
  11. 2622f46 When isel is emitting instructions for an x86 target without CMOV, the CFG is by Jakob Stoklund Olesen · 14 years ago
  12. 3787a40 Move getPointerSize() to the base class since it's not dependent on MachO by Jim Grosbach · 14 years ago
  13. 4b1da2b Flesh out the dragonegg section. by Duncan Sands · 14 years ago
  14. 1344488 more cleanups. by Chris Lattner · 14 years ago
  15. 27c5215 merge and clean up tests. by Chris Lattner · 14 years ago
  16. af2a8b2 Remove extraneous ';' by Jim Grosbach · 14 years ago
  17. a879dc7 merge two tests. by Chris Lattner · 14 years ago
  18. e73774d rename test by Chris Lattner · 14 years ago
  19. 3bb4353 Did my commit for the last patch for the .loc directory from the wrong place and by Kevin Enderby · 14 years ago
  20. 84d7ffd generalize test. by Chris Lattner · 14 years ago
  21. 9e46d78 rename test. by Chris Lattner · 14 years ago
  22. ebfa86b merge two tests. by Chris Lattner · 14 years ago
  23. 905f2e0 preemptively add the rest of the non-n fpstack instructions. by Chris Lattner · 14 years ago
  24. 5660904 merge two tests. by Chris Lattner · 14 years ago
  25. 198b979 fix this to not be completely broken. by Chris Lattner · 14 years ago
  26. 18e5179 update, unxfail, fix bogus encodings. by Chris Lattner · 14 years ago
  27. 0d5d7a0 update and unxfail by Chris Lattner · 14 years ago
  28. bf840a1 unxfail this by fixing syntactic differences. by Chris Lattner · 14 years ago
  29. 71d933a The asm strings are never used at all, so just nuke 'em entirely. by Jim Grosbach · 14 years ago
  30. c095793 This is the last major patch to implement support for the .loc directive by Kevin Enderby · 14 years ago
  31. 9ee4aed implement support for finit, PR8258 by Chris Lattner · 14 years ago
  32. b5a3ec1 Changes EvaluateAsAbsolute() to return the "current value" of the expression by Kevin Enderby · 14 years ago
  33. 0bb83a8 add support for fstcw, PR8259 by Chris Lattner · 14 years ago
  34. 8ebf662 Adds getPointerSize() to the AsmBackend which will be needed by the final patch by Kevin Enderby · 14 years ago
  35. 4ba2b65 checkpoint notes by Chris Lattner · 14 years ago
  36. 82d96cc Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. This by Benjamin Kramer · 14 years ago
  37. 2f24c4e 80 column fix by Jim Grosbach · 14 years ago
  38. a4c2724 Fix two tiny issues (ARM does not need COFF) and comment sanity. by Jason W Kim · 14 years ago
  39. 4c75679 Tighten up prototype verification of strchr and strrchr to avoid a crash in the very unlikely case that someone passes an integer > i64 to strchr. by Benjamin Kramer · 14 years ago
  40. 5c0d472 Silence a GCC warning about not handling all flags in this switch, we by Chandler Carruth · 14 years ago
  41. 186e7a0 Move logic of determining ELF entsize from the .s printer to initialization by Jan Wen Voung · 14 years ago
  42. 1b6285c Add another test that now passes. by Rafael Espindola · 14 years ago
  43. f73fd72 trailing whitespace by Jim Grosbach · 14 years ago
  44. 87dc3aa Remove misplaced ';'. Make buildbots happy, hopefully. by Jim Grosbach · 14 years ago
  45. a8c02c3 Correctly produce R_X86_64_32 or R_X86_64_32S. by Rafael Espindola · 14 years ago
  46. afd1cc2 Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() by Jason W Kim · 14 years ago
  47. 12ad94e Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when by Jan Wen Voung · 14 years ago
  48. 7070387 Make it possible for the MCObjectWriter to decide if a given fixup is fully by Rafael Espindola · 14 years ago
  49. 7ebc863 Go ahead and jump! by Jim Grosbach · 14 years ago
  50. d4d4f4f by Jason W Kim · 14 years ago
  51. a4e97de Now that the pseudos that needed this are all custom lowered, we can go back by Jim Grosbach · 14 years ago
  52. 2317e40 Nuke it from orbit. It's the only way to be sure. by Jim Grosbach · 14 years ago
  53. ca96a86 Let a target specify whether it wants an assembly printer to be the MC version by Jim Grosbach · 14 years ago
  54. 97fe645 fix incorrect link! by Chris Lattner · 14 years ago
  55. a854a4b Test commit - Deleted some whitespace at the end of a line. by Jan Wen Voung · 14 years ago
  56. 0e55fd6 ARM instruction itinerary fixes: by Evan Cheng · 14 years ago
  57. 9510a25 Add constant folding for strspn and strcspn to SimplifyLibCalls. by Benjamin Kramer · 14 years ago
  58. 3eddd98 Revert r114320(move file = copy + delete on Win32). r115040 is a better solution for the Win32 ACCESS_DENIED lit error. by Francois Pichet · 14 years ago
  59. 2e38c7f add a bunch of entries for external projects. by Chris Lattner · 14 years ago
  60. 05f585e Add strpbrk folding to SimplifyLibCalls. by Benjamin Kramer · 14 years ago
  61. 28815c4 Silence compiler warning. by Nick Lewycky · 14 years ago
  62. fe45b10 Revert r115099 (adding early jump threading). It's not clear if the benefits are worth the compile time cost. by Owen Anderson · 14 years ago
  63. a9a7a1a Refactor arm fast isel libcall handling so that pieces can be used by Eric Christopher · 14 years ago
  64. 3cf763d Let FE mark a variable as artificial variable. by Devang Patel · 14 years ago
  65. e487b01 Noticed by inspection when looking for other cmov bits. by Eric Christopher · 14 years ago
  66. 235859d Early CFG simplification can fold conditionals down to selects, which is often a good thing, but it can also by Owen Anderson · 14 years ago
  67. 3881cb7 Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP by Evan Cheng · 14 years ago
  68. 6406d00 Silence msvc warnings. by Benjamin Kramer · 14 years ago
  69. 9255b8d trailing whitespace by Jim Grosbach · 14 years ago
  70. e260990 Simplify the loop in StrChrOptimizer. FileCheckize test. by Benjamin Kramer · 14 years ago
  71. 8cf6c60 Add a convenience variable so I'm not chasing all over looking for a context. by Eric Christopher · 14 years ago
  72. 06f25cf Teach SimplifyLibCalls how to optimize strrchr. by Benjamin Kramer · 14 years ago
  73. 1a30123 Add support to let FE encode method access specifier. by Devang Patel · 14 years ago
  74. 9dd2b47 Generalize DISubprogram element to encode various flags instead of just one boolean for isArtificial. by Devang Patel · 14 years ago
  75. b072531 UnreachableBlockElim could incorrectly return false when it had not modified the CFG, but HAD modified some PHI nodes. Fixes PR8174. by Owen Anderson · 14 years ago
  76. 36c4deb Fix PR8247: JumpThreading can cause a block to become unreachable while still having predecessor, if it is part of a self-loop. by Owen Anderson · 14 years ago
  77. 18d52f2 Convert a bunch of uses of 'bytecode' into 'bitcode'. This by Duncan Sands · 14 years ago
  78. f513ab8 Remove PointerTracking from cmakelists … by Benjamin Kramer · 14 years ago
  79. 6a2e912 GetSourceVersion: Strip off svninfo extra markers, which aren't really part of the version. by Daniel Dunbar · 14 years ago
  80. 3e45b77 Remove PointerTracking tests. by Benjamin Kramer · 14 years ago
  81. 2a36160 Assign DW_ACCESS_public accessibility attribute to members by default. by Devang Patel · 14 years ago
  82. 8289162 Add specializations of addrmode2 that allow differentiating those forms by Jim Grosbach · 14 years ago
  83. 8892b03 Add parens to fix GCC warning: by Nick Lewycky · 14 years ago
  84. 3c99c76 remove PointerTracking from mainline, Edwin is going to move it out to ClamAV by Chris Lattner · 14 years ago
  85. a25f933 implement rdar://8491845 - Gas supports commuted forms of non-commutable instructions. by Chris Lattner · 14 years ago
  86. 69daca5 Revert r114919, which caused some serious regressions on ARM. by Owen Anderson · 14 years ago
  87. 1619beb utils: Add GetRepositoryPath script, patch by Jonathan Mulder! by Daniel Dunbar · 14 years ago
  88. 7122ba7 Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits. by Bob Wilson · 14 years ago
  89. 6cded23 Undoing test commit blank space. by Jason W Kim · 14 years ago
  90. ae9145799 Test commit - by Jason W Kim · 14 years ago
  91. be91232 Add braces for legibility. by Jim Grosbach · 14 years ago
  92. 69c4cbe lit: Fix a subtle resource usage bug when executing tests using the internal by Daniel Dunbar · 14 years ago
  93. 38e0b46 Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by LLVMConfig. by Oscar Fuentes · 14 years ago
  94. b454cda One Printer to rule them all, One Printer to find them, by Jim Grosbach · 14 years ago
  95. 9e3922e Move "local commons" to the end of .bss to match the gnu as behavior. by Rafael Espindola · 14 years ago
  96. 9804db1 Add a test that I forgot to add with a previous commit. by Rafael Espindola · 14 years ago
  97. 1f01d45 do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cross-mingw32 buildbot too by Gabor Greif · 14 years ago
  98. 05642a3 improve heuristics to find the 'and' corresponding to 'tst' to also catch opportunities on thumb2 by Gabor Greif · 14 years ago
  99. afa4163 add some random notes. by Chris Lattner · 14 years ago
  100. 3016ee9 merge all the llvm-gcc pieces together. Recommend that people try dragonegg if they care about fortran performance. by Chris Lattner · 14 years ago