index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
CodeGeneratorBug.cpp
Age
Commit message (
Expand
)
Author
2004-04-05
Merge the code generator miscompilation code into the optimizer miscompilation
Chris Lattner
2004-04-05
Minor cleanups, remove some old debug code
Chris Lattner
2004-04-05
Make full use of the Mangler interface to simplify code
Chris Lattner
2004-04-05
Minor change
Chris Lattner
2004-03-14
Refactor and clean up a bunch more code. No major functionality changes.
Chris Lattner
2004-03-14
Refactor all of the "splitting a module into two pieces" code to avoid
Chris Lattner
2004-03-12
Revise comment and error message for the Bug 38 situation. Also, make it
Brian Gaeke
2004-02-20
If bugpoint can't match the reference output, at LEAST provide the output
Chris Lattner
2004-02-20
Wild and passionate uncontrolled goose chases are amusing to watch, but not
Chris Lattner
2004-02-17
The CBE is now in llc, not llvm-dis
Chris Lattner
2004-01-14
finegrainify namespacification
Chris Lattner
2003-11-22
Use new interfaces
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-05
I hate it when bugpoint is all ready to give me a bytecode file, then crashes
Chris Lattner
2003-11-05
Simplify the performFinalCleanups interface
Chris Lattner
2003-10-20
Made error message more comprehensible.
Misha Brukman
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-19
Don't bother forwarding function references which are external to the program...
Chris Lattner
2003-10-19
Fix iterator invalidation problem
Chris Lattner
2003-10-18
Update compile information
Chris Lattner
2003-10-18
Print -fno-strict-aliasing as well
Chris Lattner
2003-10-14
Change the execute methods to take the shared object filename by const refere...
Chris Lattner
2003-10-14
The return value of compileSharedObject was never used. Return the shared
Chris Lattner
2003-10-14
minor cleanups
Chris Lattner
2003-10-14
Fix minor formatting bug
Chris Lattner
2003-08-28
Renaming `dis' -> `llvm-dis'.
Misha Brukman
2003-08-17
Give correct command line for making a shared object
Chris Lattner
2003-08-17
Make sure that "newmain" gets names for its arguments
Chris Lattner
2003-08-17
Fix message
Chris Lattner
2003-08-07
File-related functions moved to FileUtilities.h .
Misha Brukman
2003-08-07
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-08-07
Fixed path for SystemUtils.h and a few code cleanups.
Misha Brukman
2003-08-04
Print accurate run instructions for when testing LLC
Chris Lattner
2003-08-03
Fix problem I introduced in bugpoint with the cleanup functions
Chris Lattner
2003-08-01
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
Don't emit modules with lots of cruft hanging off of them.
Chris Lattner
2003-07-30
Ignore intrinsic functions -- don't mangle their names or rewrite calls to them.
Misha Brukman
2003-07-30
CodeGeneratorBug.cpp:
Misha Brukman
2003-07-29
* Disambiguate symbols before we start splitting module by functions
Misha Brukman
2003-07-28
Implemented cleanups as suggested by Chris:
Misha Brukman
2003-07-28
BugDriver.h:
Misha Brukman
2003-07-24
Made a bunch of cleanups, as per Chris' recommendations:
Misha Brukman
2003-07-24
Major addition to bugpoint: ability to debug code generators (LLC and LLI).
Misha Brukman