2006-08-22 |
Reid Spencer | Make the sys::Path::GetTemporaryDirectory method not... |
tree | commitdiff |
2006-08-21 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-21 |
Reid Spencer | For PR885: |
tree | commitdiff |
2006-08-21 |
Nate Begeman | Fix a build failure |
tree | commitdiff |
2006-08-21 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-20 |
Reid Spencer | Make sure the verify pass gets run after the user's... |
tree | commitdiff |
2006-08-20 |
Reid Spencer | Rename the -verify option to be -verify-each so that... |
tree | commitdiff |
2006-08-20 |
Reid Spencer | Convert llvm-ld to use the PluginLoader like opt instea... |
tree | commitdiff |
2006-08-18 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-18 |
Reid Spencer | For PR872: |
tree | commitdiff |
2006-08-17 |
Chris Lattner | fit in 80 cols |
tree | commitdiff |
2006-08-17 |
Chris Lattner | minor cleanups |
tree | commitdiff |
2006-08-16 |
Reid Spencer | Patches to correct several bugs in llvmc. |
tree | commitdiff |
2006-08-15 |
Patrick Jenkins | Adding FindBugs.cpp so the -find-bugs option will work. |
tree | commitdiff |
2006-08-15 |
Patrick Jenkins | This commit adds a new feature called find-bugs. The... |
tree | commitdiff |
2006-08-14 |
Devang Patel | untabify |
tree | commitdiff |
2006-08-14 |
Devang Patel | Use mangler, instead of addUnderscore(), to get mangled... |
tree | commitdiff |
2006-08-14 |
Reid Spencer | Provide indentation of the generated program. |
tree | commitdiff |
2006-08-11 |
Reid Spencer | Don't print double newline for --src-root and --obj... |
tree | commitdiff |
2006-08-04 |
Anton Korobeynikov | Fixed typo. Thanks, Reid. |
tree | commitdiff |
2006-08-04 |
Anton Korobeynikov | Removed usage of "sort", which can lead to undeterminis... |
tree | commitdiff |
2006-08-04 |
Devang Patel | Collect references from globals. |
tree | commitdiff |
2006-08-03 |
Reid Spencer | For PR845: |
tree | commitdiff |
2006-08-03 |
Reid Spencer | Fix a typo in the name of expand_dependencies. |
tree | commitdiff |
2006-08-03 |
Devang Patel | Make it fit into 80-columns. |
tree | commitdiff |
2006-08-03 |
Devang Patel | Fix typo. |
tree | commitdiff |
2006-08-03 |
Devang Patel | Simplify. Use addprefix. |
tree | commitdiff |
2006-08-03 |
Chris Lattner | Now that SparcV9 is gone, this logical can be simplifie... |
tree | commitdiff |
2006-08-03 |
Devang Patel | Remove ARM for the moment since it is a work in progress. |
tree | commitdiff |
2006-08-03 |
Devang Patel | Add new tool, lto, to do link time optimization. This... |
tree | commitdiff |
2006-08-01 |
Chris Lattner | Fix the build on case-sensitive filesystems :( |
tree | commitdiff |
2006-08-01 |
Chris Lattner | no need to check readability here |
tree | commitdiff |
2006-08-01 |
Chris Lattner | No need to check isWriteable here (which isn't sufficie... |
tree | commitdiff |
2006-08-01 |
Chris Lattner | Use Path::getFileStatus |
tree | commitdiff |
2006-08-01 |
Chris Lattner | Use Path::getFileStatus to get status-related info. |
tree | commitdiff |
2006-08-01 |
Jim Laskey | Introducing plugable register allocators and instructio... |
tree | commitdiff |
2006-07-28 |
Chris Lattner | Change Path::getStatusInfo to return a boolean and... |
tree | commitdiff |
2006-07-28 |
Patrick Jenkins | Updating the comments above SplitFunctionsOutOfModule... |
tree | commitdiff |
2006-07-28 |
Patrick Jenkins | This commit improves bugpoints speed. On my G4 this... |
tree | commitdiff |
2006-07-27 |
Reid Spencer | Undo last commit, which was committed accidentally. |
tree | commitdiff |
2006-07-27 |
Reid Spencer | Changes to support cross-compiling LLVM. The GenLibDeps... |
tree | commitdiff |
2006-07-26 |
Chris Lattner | Avoid a "scary" make warning for the 1.8 release. ... |
tree | commitdiff |
2006-07-26 |
Chris Lattner | Add llvm2cpp to DIRs list |
tree | commitdiff |
2006-07-26 |
Reid Spencer | Make changes necessary for stopping the build if a... |
tree | commitdiff |
2006-07-26 |
Reid Spencer | Build llvm-config to identify library cycles earlier... |
tree | commitdiff |
2006-07-21 |
Devang Patel | Fix MacOSX build failures. (pr841) |
tree | commitdiff |
2006-07-21 |
Chris Lattner | Build more debugger/selectiondag libraries as archives... |
tree | commitdiff |
2006-07-20 |
Andrew Lenharth | Fix linking on Alpha |
tree | commitdiff |
2006-07-07 |
Reid Spencer | Finish removal of EH usage from the Archive library... |
tree | commitdiff |
2006-07-07 |
Reid Spencer | Remove EH use from the Archive library and adjust its... |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
tree | commitdiff |
2006-07-06 |
Chris Lattner | Fix PR819, llvm2cpp should read .bc files, not .ll... |
tree | commitdiff |
2006-07-06 |
Chris Lattner | Change the verifier to never throw an exception. Inste... |
tree | commitdiff |
2006-07-03 |
Reid Spencer | Split long comment lines. |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Pass -Xlinker flags to gcc when it builds the shared... |
tree | commitdiff |
2006-06-27 |
Devang Patel | Fix cut-n-pasto in comments. |
tree | commitdiff |
2006-06-21 |
Chris Lattner | Remove unneeded libs |
tree | commitdiff |
2006-06-21 |
Reid Spencer | For PR811: |
tree | commitdiff |
2006-06-16 |
Chris Lattner | Don't pass target name into TargetData anymore, it... |
tree | commitdiff |
2006-06-15 |
Reid Spencer | Actually add instructions to the list of defined values... |
tree | commitdiff |
2006-06-13 |
Chris Lattner | Teach bugpoint to kill optimization passes that run... |
tree | commitdiff |
2006-06-09 |
Chris Lattner | After telling GCC to type of the input file with -x... |
tree | commitdiff |
2006-06-08 |
Chris Lattner | This no longer needs plugins, this it doesn't need... |
tree | commitdiff |
2006-06-07 |
Reid Spencer | Shorten a value description so --help out isn't so... |
tree | commitdiff |
2006-06-07 |
Reid Spencer | Make sure this tool links in all of libVMCore.a because... |
tree | commitdiff |
2006-06-07 |
Reid Spencer | For PR780: |
tree | commitdiff |
2006-06-07 |
Chris Lattner | Remove useless noop argument |
tree | commitdiff |
2006-06-06 |
Chris Lattner | Fix a bug in the following scenario. |
tree | commitdiff |
2006-06-06 |
Chris Lattner | Add a new --libfiles option, for getting fully-qualifie... |
tree | commitdiff |
2006-06-06 |
Chris Lattner | Move ToolRunner.(cpp|h) into the bugpoint directory |
tree | commitdiff |
2006-06-06 |
Chris Lattner | Make the llvm-config library dependency database depend... |
tree | commitdiff |
2006-06-06 |
Reid Spencer | Add the -Xlinker option to bugpoint which allows an... |
tree | commitdiff |
2006-06-02 |
Chris Lattner | temporarily add back this option, I will remove it... |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Fix a -pedantic warning |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Add flags to get access to build_mode, objdir, srcdir... |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Make llvm-config "do the right thing" when an install... |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Capture the build mode (e.g. Debug/Release) in the... |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Convert to standard file header |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Remove a couple of things no longer figured out by... |
tree | commitdiff |
2006-06-02 |
Reid Spencer | Add several more autoconf variables so that new feature... |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Add a gross "--use-current-dir-as-prefix" option as... |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Remove some variables from the configured section that... |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Remove more "alpha is archive" stuff. |
tree | commitdiff |
2006-06-02 |
Reid Spencer | Suppress -pedantic warnings about print("%a") |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Remove obsolete CORE_IS_ARCHIVE support |
tree | commitdiff |
2006-06-02 |
Chris Lattner | Update the ignore file |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Teach CppWriter how to emit an inline (partial) function. |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Restore default arguments for llvm2cpp back to health... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Fix a bug where incorrect C++ was being emitted. |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Build llvm-config into the ToolDir not in the local... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Oops, llc needs libTarget.a not Target.o |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2006-05-31 |
Andrew Lenharth | fix utostr |
tree | commitdiff |
2006-05-31 |
Reid Spencer | Major reorganization and extension of the code. The... |
tree | commitdiff |
2006-05-31 |
Reid Spencer | Don't generate module definitions when the -fragment... |
tree | commitdiff |
2006-05-30 |
Reid Spencer | llvm2cpp is ready to be compiled so add it to the makef... |
tree | commitdiff |
2006-05-30 |
Reid Spencer | Fix more bugs. This version now passes all of the Featu... |
tree | commitdiff |
2006-05-30 |
Reid Spencer | Fix many small bugs in llvm2cpp. This patch gets llvm2c... |
tree | commitdiff |
2006-05-30 |
Reid Spencer | First complete version of llvm2cpp that doesn't crash... |
tree | commitdiff |
2006-05-29 |
Chris Lattner | Silly cleanup |
tree | commitdiff |
next |