1. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  2. b0f1e17 Add a new codegen pass that normalizes dwarf exception handling by Duncan Sands · 15 years ago
  3. 34ca888 Update hand-crafted VC++ build. by Steve Naroff · 16 years ago
  4. e02f724 Fix PR3415 (infinite loop in EscapeAnalysis) by by Duncan Sands · 16 years ago
  5. 609eef2 More updates to VC proj... by Steve Naroff · 16 years ago
  6. 5445268 Update VS project files. by Steve Naroff · 16 years ago
  7. d94aa40 by Steve Naroff · 16 years ago
  8. 9e89ba3 Rename AddReadAttrs to FunctionAttrs, and teach it how by Duncan Sands · 16 years ago
  9. eee0852 Add files to VC++ projects. by Steve Naroff · 16 years ago
  10. cf1f23f Update VC++ project file. by Steve Naroff · 16 years ago
  11. 2869337 remove unavailable clang project by Ted Kremenek · 16 years ago
  12. e11eb62 Update VC++ projects. by Steve Naroff · 16 years ago
  13. 3716450 Add post-build event for clangDriver (to copy clang.exe into "dstroot"). by Steve Naroff · 16 years ago
  14. 1125406 Add a file to VC++ proj. by Steve Naroff · 16 years ago
  15. b1e5edc Add file to VC++ project. by Steve Naroff · 16 years ago
  16. 93fbe75 Changes to make the Windows build work... by Steve Naroff · 16 years ago
  17. bb9d18c Unbreak LLVM on the MSVC compiler: by Argyrios Kyrtzidis · 16 years ago
  18. 1b8f4bb update win32 project file, patch provided by OvermindDL1 on llvmdev. by Chris Lattner · 16 years ago
  19. 8256d75 Update VC++ project file by Steve Naroff · 16 years ago
  20. 7c3a913 Add Attributes.cpp to the vcproj. by Steve Naroff · 16 years ago
  21. 8e4018e Update VS projects. Change some class to struct for coherency. by Cedric Venet · 16 years ago
  22. acdb2ee Remove the MarkModRef pass (use AddReadAttrs instead). by Duncan Sands · 16 years ago
  23. 076055c Update VC++ project files. by Argyrios Kyrtzidis · 16 years ago
  24. d85f51a Use additionnal include directory instead of ../ in #include. Suggested by aKor. by Cedric Venet · 16 years ago
  25. a3f343f Updating VC++ project. by Cedric Venet · 16 years ago
  26. b20d685 Update VC++ project. by Gordon Henriksen · 16 years ago
  27. 94fb5f2 Make it compile on VC2005: by Cedric Venet · 16 years ago
  28. 1c5afa3 update VS project. by Cedric Venet · 16 years ago
  29. 35a8a03 Add libDriver.vcproj to solution file. by Ted Kremenek · 16 years ago
  30. b8c44d3 Updated VC++ projects by Cedric Venet · 16 years ago
  31. d28516e This replaces all $(SolutionDir) macros with $(ProjectDir)..\ by Chris Lattner · 16 years ago
  32. 9322fe0 Remove deleted files from VC++ project. by Cedric Venet · 16 years ago
  33. d3f506a VStudio x64 build fixes. Looks like the x64 projects got out of date and this brings them up to code. I've built the project with these new vcproj files for win32 and x64 both debug and release. by Chuck Rose III · 16 years ago
  34. c2bf187 Adding some missing files to VStudio project files. Switching to use generated llvmAsmParser.cpp/.h by Chuck Rose III · 16 years ago
  35. fe4f3d6 Add loopVR files. by Cedric Venet · 16 years ago
  36. 5e95062 Add an include file needed for VS. by Cedric Venet · 16 years ago
  37. 8e7de8f Update VS project files. The clang executable now depends on the LLVM Analysis library. by Ted Kremenek · 16 years ago
  38. 6fa1c05 Updated VS build system. Patch provided by Cedric Venet: by Ted Kremenek · 16 years ago
  39. f6af087 "Just a small update for the project files for adding a missing preprocessor by Chris Lattner · 16 years ago
  40. e562a2f Update VC project files, patch by Cédric Venet! by Chris Lattner · 16 years ago
  41. 370a25c update vc configure project for renaming of by Steve Naroff · 16 years ago
  42. cad93bd Fix win32 when no bison is around, PR2331, patch by 'hume'. by Chris Lattner · 16 years ago
  43. 71472ba "The two generated files in the AsmParser.vcproj are pointing to the by Chris Lattner · 16 years ago
  44. 83296ca Update VS project files (VS 2005) so that VS builds with TOT LLVM/clang. by Ted Kremenek · 16 years ago
  45. 20a3ca6 Reverting r51100...I need to use VC++ 2005. by Steve Naroff · 16 years ago
  46. 0c87f2d Revert 51067 check-in for now. by Devang Patel · 16 years ago
  47. 4663c94 Upgrading clang VC++ solution to VC++ express 2008. by Argyrios Kyrtzidis · 16 years ago
  48. ca8f325 Adding missing files to Transforms and VMCore VC++ projects. by Argyrios Kyrtzidis · 16 years ago
  49. 9b43ac0 Update the Win32 project files, patch by Razvan Aciu! by Chris Lattner · 16 years ago
  50. bec41b8 Update a couple VC++ project files. by Steve Naroff · 16 years ago
  51. cc51c31 VisualStudio project files updated. #include <algorithm> added to make VisualStudio happy. Also had to undefine setjmp because of #include <csetjmp> turning setjmp into _setjmp in VisualStudio. by Chuck Rose III · 16 years ago
  52. 6d41b1c Removed a deleted file from the VStudio System project. Also added custom build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only. by Chuck Rose III · 16 years ago
  53. 5b0c855 Updating win32 VStudio project files with new file references and removing dead references. by Chuck Rose III · 16 years ago
  54. b96af47 Add file to project. by Steve Naroff · 16 years ago
  55. 0746d50 Update vcproj file. by Steve Naroff · 17 years ago
  56. 602d1c5 Unbreak build for VC2008. Patch by Argiris Kirtzidis! by Anton Korobeynikov · 17 years ago
  57. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 17 years ago
  58. 9a79de3 Add files to windows project files. Also include <algorithm> explicitly so that vstudio build works by Chuck Rose III · 17 years ago
  59. 0b58991 Adding new files to win32 build by Chuck Rose III · 17 years ago
  60. b08b8e6 Fix PR1888, patch by Wilhansen Li. by Chris Lattner · 17 years ago
  61. 1a4ab52 Add StringPool + new CodeGen files to win32 build by Chuck Rose III · 17 years ago
  62. e5839f8 Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio build by Chuck Rose III · 17 years ago
  63. 3012ac6 Adjust VStudio files to add JITMemoryManager files + include <cassert> from same. by Chuck Rose III · 17 years ago
  64. dbc3a65 Moving TGLexer.h from source to header file tab in TableGen project file by Chuck Rose III · 17 years ago
  65. aa91792 Add TGParser files to VStudio project files. Removed generated files section from TableGen project file as it is no longer needed. #Include <algorithm> directly from TGParser.cpp so it can see std::reverse. by Chuck Rose III · 17 years ago
  66. 0ccb930 This change does a couple of things. First it gets the Visual Studio builds working. by Chuck Rose III · 17 years ago
  67. ea966dd Updated VC++ build system by Hartmut Kaiser · 17 years ago
  68. 7de5a94 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  69. 55ce3d0 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  70. 7781941 Adding some recently added files to the VStudio projects by Chuck Rose III · 17 years ago
  71. abaff88 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  72. f2af25b Updated VC++ build system by Hartmut Kaiser · 17 years ago
  73. e476a66 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  74. 3faa173 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  75. fac5be9 Added VC++ solution file allowing to build clang. by Hartmut Kaiser · 17 years ago
  76. 3d251c6 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  77. b38e795 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  78. d904860 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  79. efd4a51 Updated VC++ build system. Silenced some VC warnings. by Hartmut Kaiser · 17 years ago
  80. 73184fc Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  81. f5a69fe Update win32 VStudio project files to keep pace with recently added and deleted files by Chuck Rose III · 17 years ago
  82. 7c2c2e7 Updates to the VStudio project files: by Chuck Rose III · 17 years ago
  83. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  84. 0fea8eb Unbreak VC++ build. by Jeff Cohen · 17 years ago
  85. 332376b Unbreak VC++. by Jeff Cohen · 17 years ago
  86. 1d6bf2f Unbreak VC++ build. by Jeff Cohen · 17 years ago
  87. 65e203d Note new header file. by Jeff Cohen · 17 years ago
  88. a18b965 Unbreak VC++ build. by Jeff Cohen · 17 years ago
  89. a0c96a0 Teach Visual Studio about Bitcode. by Jeff Cohen · 17 years ago
  90. 3a37b6b Track new header file. by Jeff Cohen · 17 years ago
  91. 8aaa406 Unbreak VC++ build. by Jeff Cohen · 17 years ago
  92. a2150f6 Track new header file. by Jeff Cohen · 17 years ago
  93. 03d7ca1 Unbreak VC++ build. by Jeff Cohen · 17 years ago
  94. 9cb24d0 Cleanup obsolete stuff. by Jeff Cohen · 18 years ago
  95. ca5183d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  96. 1b30754 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  97. dfc1299 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  98. 6ebe235 Partial unbreak of VC++ (stream stuff has no easy fix). by Jeff Cohen · 18 years ago
  99. 97af751 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  100. daa9810 Remove obsolete VS project. by Jeff Cohen · 18 years ago