1. 345adbe Fix the "unable to rename temporary" lit test failing on Windows. rename is now copy + delete on Windows. Problem to be revisited for a permanent and clean solution. by Francois Pichet · 14 years ago
  2. 209b257 fix a bug I introduced back in the hayday of version #2. by Chris Lattner · 14 years ago
  3. e6af80d test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompatible to Win32 codegen. by NAKAMURA Takumi · 14 years ago
  4. 0dcc814 Revert r114312 while I sort out some issues. by Owen Anderson · 14 years ago
  5. d910fb2 Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know, by Owen Anderson · 14 years ago
  6. 71c6095 Add one more Core i7 model number. by Jakob Stoklund Olesen · 14 years ago
  7. 7e28460 Using regexp-opt for keyword regex declarations makes the word lists more by Misha Brukman · 14 years ago
  8. 313a94c idiom recognition should catch this. by Chris Lattner · 14 years ago
  9. 702917d add a readme. by Chris Lattner · 14 years ago
  10. 222920d add corei7, the laptop version. by Chris Lattner · 14 years ago
  11. cd458be X86Subtarget.h: Fix Cygwin's TD. by NAKAMURA Takumi · 14 years ago
  12. 50880d0 Add the exit instruction to the PTX target. by Eric Christopher · 14 years ago
  13. 1687050 Handle the odd case where we only have one instruction. by Eric Christopher · 14 years ago
  14. 895dda6 Fix build. by Michael J. Spencer · 14 years ago
  15. ad49cf5 Make sure the STT_FILE symbol is the first one in the symbol table. by Rafael Espindola · 14 years ago
  16. 9e8d1f9 Unbreak msvc build. by Benjamin Kramer · 14 years ago
  17. 3fde69c restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit of r114279, backed out in r114280 by Gabor Greif · 14 years ago
  18. d299ab1 back out r114279 as some darwin buildbots get errors compiling clang: by Gabor Greif · 14 years ago
  19. ce31f40 restrict dyn_cast_or_null to pointer types, just like cast_or_null by Gabor Greif · 14 years ago
  20. f097b59 do not rely on the implicit-dereference semantics of dyn_cast_or_null by Gabor Greif · 14 years ago
  21. ea4894a do not rely on the implicit-dereference semantics of dyn_cast_or_null by Gabor Greif · 14 years ago
  22. 89730dc remove CallSite::get; it is still present (as protected) in the baseclass, use one of the constructors intead by Gabor Greif · 14 years ago
  23. 481630d Fixed non-const iterator error. by Lang Hames · 14 years ago
  24. eb6c8f5 Added a separate class (PBQPBuilder) for PBQP Problem construction. This class can be extended to support custom constraints. by Lang Hames · 14 years ago
  25. af3874d docs: Tweak wording. by Michael J. Spencer · 14 years ago
  26. 2399786 Fix code that break critical edges for PHI uses. Watch out for multiple PHIs in different blocks. by Evan Cheng · 14 years ago
  27. 14ac1dd Invert the logic of reachesChainWithoutSideEffects(). What we want to check is that there is by Owen Anderson · 14 years ago
  28. c109556 Thumb opcodes for thumb calls. by Eric Christopher · 14 years ago
  29. 3f42dba lit: Bump version to 0.2.0dev, for no apparent reason. by Daniel Dunbar · 14 years ago
  30. bd26ba0 lit: Tweak setup.py. by Daniel Dunbar · 14 years ago
  31. 3f32b44 lit: These TODOs are done(ish). by Daniel Dunbar · 14 years ago
  32. 6dab137 Add addrmode5 fp load support. Swap float/thumb operand adding to handle by Eric Christopher · 14 years ago
  33. b74558a Floating point stores have a 3rd addressing mode type. by Eric Christopher · 14 years ago
  34. d3dce16 Add test that was missing in my previous commit. by Rafael Espindola · 14 years ago
  35. 988ce09 factor out a simple helper function to create a label for PC-relative by Jim Grosbach · 14 years ago
  36. d30cfde PC-relative pseudo instructions are lowered and printed directly. Any encounter by Jim Grosbach · 14 years ago
  37. 23110b3 Attempt to XFAIL this test on arm-linux, which is inexplicably failing. by Dan Gohman · 14 years ago
  38. 92aa1f7 Fix vmov.f64 disassembly on targets where sizeof(long) != 8. by Benjamin Kramer · 14 years ago
  39. fbd1873 Add MC-inst handling for tPICADD by Jim Grosbach · 14 years ago
  40. 75f0288 Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64 by Bob Wilson · 14 years ago
  41. e6be85e Teach the (non-MC) instruction printer to use the cannonical names for push/pop, by Jim Grosbach · 14 years ago
  42. 0007489 Avoid relocations in a common case. by Rafael Espindola · 14 years ago
  43. 6edb0ea Teach machine sink to by Evan Cheng · 14 years ago
  44. a5b1e68 Rework arm fast isel branch and compare code. by Eric Christopher · 14 years ago
  45. c2b768f Machine CSE was forgetting to clear some data structures. by Evan Cheng · 14 years ago
  46. 9ce7562 Update tests to handle MC-inst instruction printing of shift operations. The by Jim Grosbach · 14 years ago
  47. f437f73 Fix a potential bug that can cause miscomparison with and without debug info. by Evan Cheng · 14 years ago
  48. 38cb1cd Don't include <fenv.h> now that we have llvm/System/FEnv.h. by Jakob Stoklund Olesen · 14 years ago
  49. db664ad FileCheck-ize by Jim Grosbach · 14 years ago
  50. 74d7e6c Hook up verbose asm comment printing for SOImm operands in MC printer by Jim Grosbach · 14 years ago
  51. 196b48b trailing whitespace by Jim Grosbach · 14 years ago
  52. fd2eaed trailing whitespace by Jim Grosbach · 14 years ago
  53. 1aaf4cb Move thumb2 tests to the thumb2 directory by Jim Grosbach · 14 years ago
  54. c141acc cmake: test for the presence of fenv.h by Oscar Fuentes · 14 years ago
  55. c0911c3 tweak test to check instructions rather than relying on the comment string by Jim Grosbach · 14 years ago
  56. 4e51a12 Fix this test to avoid an "inexact" fold. by Dan Gohman · 14 years ago
  57. d8c0a51 Avoid emitting a PIC base register if no PIC addresses are needed. by Dan Gohman · 14 years ago
  58. d4ef243 tweak test to check instructions rather than relying on the comment string by Jim Grosbach · 14 years ago
  59. 48afc24 tweak test to check instructions rather than relying on the comment string by Jim Grosbach · 14 years ago
  60. 80d6c96 Fix this test so that folding doesn't depend on a potentially "inexact" result. by Dan Gohman · 14 years ago
  61. c6ce9d6 Regenerate. by Dan Gohman · 14 years ago
  62. 3f2f21e Attempt to support platforms which don't have fenv.h. by Dan Gohman · 14 years ago
  63. 568eeed Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim! by Jim Grosbach · 14 years ago
  64. c686e33 handle the upper16/lower16 target operand flags on symbol references for MC by Jim Grosbach · 14 years ago
  65. 40cc3f8 fix rdar://8444631 - encoder crash on 'enter' What a weird instruction. by Chris Lattner · 14 years ago
  66. 0ccf6f1 fix comments; patch by Edmund Grimley-Evans\! by Gabor Greif · 14 years ago
  67. 7201c9f Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc by Duncan Sands · 14 years ago
  68. f3f95c9 Fix an MSVC warning. by Daniel Dunbar · 14 years ago
  69. a28abbe expand PICLDR MC lowering to handle other PICLDR and PICSTR versions. by Jim Grosbach · 14 years ago
  70. 23bea41 MC/Mach-O/i386: Fix a crash in relocation handling. by Daniel Dunbar · 14 years ago
  71. 4cec6e2 Move the declaration SetInformationJobObject() outside of namespace. by NAKAMURA Takumi · 14 years ago
  72. cdd7fb7 AlphaSchedule.td: 7bit-ize. by NAKAMURA Takumi · 14 years ago
  73. e1630da docs: Update GettingStartedVS to reflect current state. by Michael J. Spencer · 14 years ago
  74. 7ca6e73 System: Don't reexport ___eprintf when building with Clang; this symbol isn't by Daniel Dunbar · 14 years ago
  75. c6a8c05 tests/CMakeLists.txt: use `configure_file' instead of `sed'. by Oscar Fuentes · 14 years ago
  76. cceba83 MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the by Daniel Dunbar · 14 years ago
  77. 96b5f71 Updated GettingStartedVS.html to reflect current state. by Oscar Fuentes · 14 years ago
  78. 8ee731f Fix the folding of floating-point math library calls, like sin(infinity), by Dan Gohman · 14 years ago
  79. 11f51ca Updated LLVMLibDeps.cmake by Oscar Fuentes · 14 years ago
  80. 8945db7 Add an #include of raw_ostream.h. Previously, this only compiled by Dan Gohman · 14 years ago
  81. 2d32a29 Add "pointer to x86mmx" type to the intrinsics. by Bill Wendling · 14 years ago
  82. d3a0465 Direct CMake users to the right place for up-to-date info about using by Oscar Fuentes · 14 years ago
  83. f56ba2b Allow the PassRegistry mutex to be lazily initialized, and clean up the global namespace at the same time. by Owen Anderson · 14 years ago
  84. 1e3e636 Do not expose the locking for the PassRegistry in the header. Be careful to by Owen Anderson · 14 years ago
  85. fc24c1a Update CMake build. by Benjamin Kramer · 14 years ago
  86. a627e9b Rename a variable to avoid a declaration conflict. by Dan Gohman · 14 years ago
  87. ead0109 Add a pass which prints out all the memdep dependencies. by Dan Gohman · 14 years ago
  88. 1905a18 If FE forgot to provide a file name (usually it uses "stdin" as name in such situation) then make one up to ensure that debug info is not malformed. by Devang Patel · 14 years ago
  89. 4e282de Revert r114097, adding back in the assertion against replacing an Instruction by itself. Now that CorrelatedValuePropagation is by Owen Anderson · 14 years ago
  90. 35aa94b fix rdar://8438816 - unrecognized 'fildq' instruction by Chris Lattner · 14 years ago
  91. 71859c6 Print the address of sections as 0 and create the metadata sections in the by Rafael Espindola · 14 years ago
  92. b86f57c Add missing RUN line to this test. by Owen Anderson · 14 years ago
  93. ceb9a95 Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting time trying by Owen Anderson · 14 years ago
  94. 677c6ec When substituting sunkaddrs into indirect arguments an asm, we were by Dale Johannesen · 14 years ago
  95. c2ce21a It is possible, under specific circumstances involving ptrtoint ConstantExpr's, for LVI to end up trying to merge by Owen Anderson · 14 years ago
  96. 6dbe29e make this non brain dead... by Jim Grosbach · 14 years ago
  97. dc01b2e Remove unnecessary by-reference return. by Jim Grosbach · 14 years ago
  98. b74ca9d MC-ization of the PICLDR pseudo. Next up, adding the other variants by Jim Grosbach · 14 years ago
  99. 4b91c3a Fix PR8161, in which an unreachable loop causes recursive instruction simplification to try by Owen Anderson · 14 years ago
  100. 1d51c41 Make sure to promote single precision floats to double before extracting them by Jim Grosbach · 14 years ago