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 |
2006-05-29 |
Chris Lattner | silly cleanup |
tree | commitdiff |
2006-05-29 |
Reid Spencer | Next batch of implementation: |
tree | commitdiff |
2006-05-29 |
Reid Spencer | Fix file header comment. |
tree | commitdiff |
2006-05-29 |
Reid Spencer | Remove temporary testing rules. |
tree | commitdiff |
2006-05-29 |
Reid Spencer | Fix two bugs in the CppWriter.cpp: |
tree | commitdiff |
2006-05-29 |
Reid Spencer | Fix the file's comment block. |
tree | commitdiff |
2006-05-29 |
Reid Spencer | Initial Commit of llvm2cpp |
tree | commitdiff |
2006-05-24 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-05-24 |
Chris Lattner | Patches to make the LLVM sources more -pedantic clean... |
tree | commitdiff |
2006-05-17 |
Reid Spencer | Remove the llvm-db and bugpoint restrictions from the... |
tree | commitdiff |
2006-05-14 |
Rafael Espindola | added a skeleton of the ARM backend |
tree | commitdiff |
2006-05-14 |
Chris Lattner | Free memory allocated by copy_env. |
tree | commitdiff |
2006-05-14 |
Chris Lattner | print a nice error if bugpoint gets an error reading... |
tree | commitdiff |
2006-05-14 |
Chris Lattner | Fix a bug found by inspection. |
tree | commitdiff |
2006-05-14 |
Chris Lattner | Delete memory allocated by CopyEnv |
tree | commitdiff |
2006-05-12 |
Chris Lattner | Remove dead return value. |
tree | commitdiff |
2006-05-12 |
Owen Anderson | Refactor a bunch of includes so that TargetMachine... |
tree | commitdiff |
2006-05-04 |
Chris Lattner | wrap long line |
tree | commitdiff |
2006-05-04 |
Chris Lattner | Adjust to use proper TargetData copy ctor |
tree | commitdiff |
2006-05-03 |
Reid Spencer | For PR764: |
tree | commitdiff |
2006-05-03 |
Owen Anderson | Refactor TargetMachine, pushing handling of TargetData... |
tree | commitdiff |
2006-04-22 |
Chris Lattner | This no longer needs the JIT. |
tree | commitdiff |
2006-04-20 |
Reid Spencer | Okay, llvm-config is good to go now. |
tree | commitdiff |
2006-04-20 |
Reid Spencer | Several Changes To Support Building llvm-config: |
tree | commitdiff |
2006-04-20 |
Reid Spencer | Don't build llvm-config until issues are resolved. |
tree | commitdiff |
2006-04-20 |
Reid Spencer | Build the llvm-config directory as a tool. |
tree | commitdiff |
2006-04-20 |
Reid Spencer | Update the library dependencies for 1.8 with SparcV9... |
tree | commitdiff |
2006-04-20 |
Chris Lattner | Never link in sparcv9 |
tree | commitdiff |
2006-04-18 |
Andrew Lenharth | fix printing call graphs |
tree | commitdiff |
2006-04-18 |
Chris Lattner | Add a warning. |
tree | commitdiff |
2006-04-18 |
Chris Lattner | Add a warning |
tree | commitdiff |
2006-04-13 |
Chris Lattner | one too many l's |
tree | commitdiff |
2006-04-12 |
Reid Spencer | Distribute CVS versions of lex files |
tree | commitdiff |
2006-03-24 |
Jeff Cohen | Get JIT/Interpreter working on Windows again. |
tree | commitdiff |
2006-03-24 |
Reid Spencer | Ignore the lexer output. |
tree | commitdiff |
2006-03-24 |
Reid Spencer | Remove the interpreter component as its not working... |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Ignore temporary files generated by building. |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Update to llvm-config tool, by Erik Kidd: |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Don't print out ugly command line when building LibDeps... |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Updated for library changes: |
tree | commitdiff |
2006-03-23 |
Chris Lattner | remove always-null IntrinsicLowering argument. |
tree | commitdiff |
next |