| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding FindBugs.cpp so the -find-bugs option will work. | Patrick Jenkins | 2006-08-15 | 1 | -0/+119 |
* | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins | 2006-08-15 | 5 | -26/+73 |
* | untabify | Devang Patel | 2006-08-14 | 1 | -15/+15 |
* | Use mangler, instead of addUnderscore(), to get mangled name. | Devang Patel | 2006-08-14 | 1 | -14/+20 |
* | Provide indentation of the generated program. | Reid Spencer | 2006-08-14 | 1 | -181/+267 |
* | Don't print double newline for --src-root and --obj-root as it tends to | Reid Spencer | 2006-08-11 | 1 | -2/+2 |
* | Fixed typo. Thanks, Reid. | Anton Korobeynikov | 2006-08-04 | 1 | -1/+1 |
* | Removed usage of "sort", which can lead to undeterministic behavior on mingw ... | Anton Korobeynikov | 2006-08-04 | 3 | -3/+3 |
* | Collect references from globals. | Devang Patel | 2006-08-04 | 1 | -5/+11 |
* | For PR845: | Reid Spencer | 2006-08-03 | 2 | -4/+2 |
* | Fix a typo in the name of expand_dependencies. | Reid Spencer | 2006-08-03 | 1 | -4/+4 |
* | Make it fit into 80-columns. | Devang Patel | 2006-08-03 | 1 | -1/+1 |
* | Fix typo. | Devang Patel | 2006-08-03 | 1 | -1/+1 |
* | Simplify. Use addprefix. | Devang Patel | 2006-08-03 | 1 | -37/+5 |
* | Now that SparcV9 is gone, this logical can be simplified significantly. | Chris Lattner | 2006-08-03 | 1 | -39/+1 |
* | Remove ARM for the moment since it is a work in progress. | Devang Patel | 2006-08-03 | 1 | -6/+0 |
* | Add new tool, lto, to do link time optimization. This tool installs | Devang Patel | 2006-08-03 | 2 | -0/+398 |
* | Fix the build on case-sensitive filesystems :( | Chris Lattner | 2006-08-01 | 2 | -2/+2 |
* | no need to check readability here | Chris Lattner | 2006-08-01 | 1 | -1/+1 |
* | No need to check isWriteable here (which isn't sufficient anyway). Just attempt | Chris Lattner | 2006-08-01 | 1 | -1/+2 |
* | Use Path::getFileStatus | Chris Lattner | 2006-08-01 | 1 | -7/+10 |
* | Use Path::getFileStatus to get status-related info. | Chris Lattner | 2006-08-01 | 1 | -7/+5 |
* | Introducing plugable register allocators and instruction schedulers. | Jim Laskey | 2006-08-01 | 2 | -0/+2 |
* | Change Path::getStatusInfo to return a boolean and error string on an error | Chris Lattner | 2006-07-28 | 2 | -7/+15 |
* | Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ... | Patrick Jenkins | 2006-07-28 | 1 | -5/+0 |
* | This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ... | Patrick Jenkins | 2006-07-28 | 1 | -15/+132 |
* | Undo last commit, which was committed accidentally. | Reid Spencer | 2006-07-27 | 1 | -2/+0 |
* | Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to | Reid Spencer | 2006-07-27 | 3 | -2/+5 |
* | Avoid a "scary" make warning for the 1.8 release. This should be reenabled | Chris Lattner | 2006-07-26 | 1 | -1/+4 |
* | Add llvm2cpp to DIRs list | Chris Lattner | 2006-07-26 | 1 | -3/+2 |
* | Make changes necessary for stopping the build if a cyclic library | Reid Spencer | 2006-07-26 | 2 | -2/+4 |
* | Build llvm-config to identify library cycles earlier in the build process. | Reid Spencer | 2006-07-26 | 1 | -3/+3 |
* | Fix MacOSX build failures. (pr841) | Devang Patel | 2006-07-21 | 1 | -1/+1 |
* | Build more debugger/selectiondag libraries as archives instead of .o files. | Chris Lattner | 2006-07-21 | 2 | -2/+2 |
* | Fix linking on Alpha | Andrew Lenharth | 2006-07-20 | 1 | -1/+1 |
* | Finish removal of EH usage from the Archive library. The REQUIRES_EH flag | Reid Spencer | 2006-07-07 | 1 | -1/+2 |
* | Remove EH use from the Archive library and adjust its users accordingly. | Reid Spencer | 2006-07-07 | 2 | -5/+14 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 21 | -0/+24 |
* | Fix PR819, llvm2cpp should read .bc files, not .ll files. | Chris Lattner | 2006-07-06 | 2 | -82/+55 |
* | Change the verifier to never throw an exception. Instead verifyModule canopt... | Chris Lattner | 2006-07-06 | 3 | -30/+19 |
* | Split long comment lines. | Reid Spencer | 2006-07-03 | 1 | -6/+4 |
* | Pass -Xlinker flags to gcc when it builds the shared object. | Chris Lattner | 2006-06-27 | 3 | -25/+45 |
* | Fix cut-n-pasto in comments. | Devang Patel | 2006-06-27 | 1 | -6/+5 |
* | Remove unneeded libs | Chris Lattner | 2006-06-21 | 1 | -1/+1 |
* | For PR811: | Reid Spencer | 2006-06-21 | 1 | -2/+0 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 8 | -8/+8 |
* | Actually add instructions to the list of defined values so it gets | Reid Spencer | 2006-06-15 | 1 | -0/+1 |
* | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner | 2006-06-13 | 5 | -12/+14 |
* | After telling GCC to type of the input file with -x asm/-x c, switch back to | Chris Lattner | 2006-06-09 | 1 | -0/+2 |
* | This no longer needs plugins, this it doesn't need all of VMCore. | Chris Lattner | 2006-06-08 | 1 | -2/+0 |