index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
bugpoint
/
CodeGeneratorBug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the code generator miscompilation code into the optimizer miscompilation
Chris Lattner
2004-04-05
1
-311
/
+0
*
Minor cleanups, remove some old debug code
Chris Lattner
2004-04-05
1
-43
/
+13
*
Make full use of the Mangler interface to simplify code
Chris Lattner
2004-04-05
1
-63
/
+9
*
Minor change
Chris Lattner
2004-04-05
1
-1
/
+1
*
Refactor and clean up a bunch more code. No major functionality changes.
Chris Lattner
2004-03-14
1
-1
/
+1
*
Refactor all of the "splitting a module into two pieces" code to avoid
Chris Lattner
2004-03-14
1
-32
/
+7
*
Revise comment and error message for the Bug 38 situation. Also, make it
Brian Gaeke
2004-03-12
1
-4
/
+5
*
If bugpoint can't match the reference output, at LEAST provide the output
Chris Lattner
2004-02-20
1
-3
/
+7
*
Wild and passionate uncontrolled goose chases are amusing to watch, but not
Chris Lattner
2004-02-20
1
-1
/
+8
*
The CBE is now in llc, not llvm-dis
Chris Lattner
2004-02-17
1
-1
/
+1
*
finegrainify namespacification
Chris Lattner
2004-01-14
1
-23
/
+21
*
Use new interfaces
Chris Lattner
2003-11-22
1
-6
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
I hate it when bugpoint is all ready to give me a bytecode file, then crashes
Chris Lattner
2003-11-05
1
-2
/
+2
*
Simplify the performFinalCleanups interface
Chris Lattner
2003-11-05
1
-2
/
+2
*
Made error message more comprehensible.
Misha Brukman
2003-10-20
1
-1
/
+2
*
fix file headers
Chris Lattner
2003-10-20
1
-1
/
+0
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Don't bother forwarding function references which are external to the program...
Chris Lattner
2003-10-19
1
-2
/
+4
*
Fix iterator invalidation problem
Chris Lattner
2003-10-19
1
-3
/
+2
*
Update compile information
Chris Lattner
2003-10-18
1
-1
/
+1
*
Print -fno-strict-aliasing as well
Chris Lattner
2003-10-18
1
-1
/
+1
*
Change the execute methods to take the shared object filename by const refere...
Chris Lattner
2003-10-14
1
-3
/
+2
*
The return value of compileSharedObject was never used. Return the shared
Chris Lattner
2003-10-14
1
-2
/
+1
*
minor cleanups
Chris Lattner
2003-10-14
1
-2
/
+2
*
Fix minor formatting bug
Chris Lattner
2003-10-14
1
-2
/
+2
*
Renaming `dis' -> `llvm-dis'.
Misha Brukman
2003-08-28
1
-1
/
+1
*
Give correct command line for making a shared object
Chris Lattner
2003-08-17
1
-1
/
+7
*
Make sure that "newmain" gets names for its arguments
Chris Lattner
2003-08-17
1
-1
/
+4
*
Fix message
Chris Lattner
2003-08-17
1
-2
/
+3
*
File-related functions moved to FileUtilities.h .
Misha Brukman
2003-08-07
1
-1
/
+1
*
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-08-07
1
-1
/
+1
*
Fixed path for SystemUtils.h and a few code cleanups.
Misha Brukman
2003-08-07
1
-7
/
+5
*
Print accurate run instructions for when testing LLC
Chris Lattner
2003-08-04
1
-6
/
+20
*
Fix problem I introduced in bugpoint with the cleanup functions
Chris Lattner
2003-08-03
1
-8
/
+9
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
1
-1
/
+1
*
Don't emit modules with lots of cruft hanging off of them.
Chris Lattner
2003-08-01
1
-4
/
+10
*
Ignore intrinsic functions -- don't mangle their names or rewrite calls to them.
Misha Brukman
2003-07-30
1
-1
/
+6
*
CodeGeneratorBug.cpp:
Misha Brukman
2003-07-30
1
-8
/
+18
*
* Disambiguate symbols before we start splitting module by functions
Misha Brukman
2003-07-29
1
-5
/
+6
*
Implemented cleanups as suggested by Chris:
Misha Brukman
2003-07-28
1
-41
/
+39
*
BugDriver.h:
Misha Brukman
2003-07-28
1
-14
/
+202
*
Made a bunch of cleanups, as per Chris' recommendations:
Misha Brukman
2003-07-24
1
-17
/
+13
*
Major addition to bugpoint: ability to debug code generators (LLC and LLI).
Misha Brukman
2003-07-24
1
-0
/
+176