C++ version of llvm-native-gcc.
[oota-llvm.git] / tools /
2004-02-26 Chris LattnerWe have this snazzy link-time optimizer. How about...
2004-02-25 Chris LattnerAdd a new pass, run internalize first
2004-02-25 Chris LattnerAdd a new pass
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-23 Alkis EvlogimenosInclude Config/config.h for SHLIBEXT.
2004-02-20 Chris LattnerIf bugpoint can't match the reference output, at LEAST...
2004-02-20 Chris LattnerWild and passionate uncontrolled goose chases are amusi...
2004-02-20 Chris LattnerFormat a bit more nicely
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Chris LattnerBe a bit more robust. Explicitly check for a code...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerFix the "horribly N^2'd" problem when deleting individu...
2004-02-18 Chris Lattner* Predicate the optimizer crash debugger on a function.
2004-02-18 Chris LattnerAdd a new method for use by the code generator crash...
2004-02-18 Chris LattnerDon't crash if there are no passes in the PassesToRun...
2004-02-18 Chris LattnerAdd support for just running the code generator
2004-02-18 Chris LattnerAdd support for just compiling a program
2004-02-18 Chris LattnerMake the executeProgram method exception safe, not...
2004-02-18 Chris LattnerMake more stuff public. Make the instruction argument to
2004-02-18 Chris Lattnermake a bunch of methods public
2004-02-18 Chris LattnerA couple of minor cleanups: don't forward declare priva...
2004-02-18 Chris LattnerCleanup and simplify manipulation of the program, elimi...
2004-02-18 Chris LattnerAdd a stub for debugging code generator crashes
2004-02-18 Chris Lattnerindent correctly
2004-02-18 Chris LattnerDon't yell. BUGPOINT should yell, not the tool runner :)
2004-02-18 Chris LattnerUpdate comments, if we are running with the CBE, make...
2004-02-18 Chris LattnerByebye method
2004-02-18 Chris LattnerIf there is an error running a tool, include the error...
2004-02-18 Chris Lattnerctor arguments changed order
2004-02-18 Chris LattnerCatch exception and print message as appropriate
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-18 Chris LattnerBugpoint will be throwing exceptions soon, perpare...
2004-02-18 Chris LattnerThis class got moved to FileUtilities.h
2004-02-18 Chris LattnerGive extract -o and -f options, just like every other...
2004-02-17 Chris LattnerThe CBE is now in llc, not llvm-dis
2004-02-17 Chris LattnerThe C backend is no longer in llvm-dis, it's in llc
2004-02-17 Chris LattnerThe CBE is no longer in llvm-dis
2004-02-15 Chris LattnerWhen the user runs 'llc foo.bc -march=c', write the...
2004-02-13 Misha BrukmanBreak a line that's over 80cols into two.
2004-02-13 Chris LattnerDo not advertise our -c option anymore
2004-02-13 Chris LattnerMercilessly rip the cbackend out of llvm-dis. Leave...
2004-02-13 Chris LattnerAdd support for -march=c
2004-02-13 Chris LattnerChange how we create the cwriter, and add a buttload...
2004-02-11 Brian GaekeAdd check-exit-code option, defaulting to true.
2004-02-11 Chris LattnerFactor profile information loading OUT of llvm-prof...
2004-02-08 Brian GaekeFix indentation of selectiondag.
2004-02-08 Chris LattnerMinor change to breakpoint (lack of) support
2004-02-02 Brian GaekeAdd a -march=powerpc option. Automatically select it...
2004-02-02 Brian GaekeLink in the PowerPC back-end.
2004-02-01 Chris LattnerNow that tailduplication does not bork SSA form, run...
2004-01-26 John CriswellFixed PR#197. The libcrtend library is removed from...
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-14 Chris LattnerMake sure to verify the result before writing out the...
2004-01-14 Chris Lattnerfinegrainify namespacification
2004-01-10 Chris LattnerRemove standard C header wrappers
2004-01-10 Chris LattnerRemove wrappers around std c files
2004-01-06 Chris LattnerUgh, fix some copy and pasted code that somehow never...
2004-01-06 Chris Lattner* Implement set/show args
2004-01-06 Chris Lattnerimplement the "null command" which repeats the last...
2004-01-05 Chris Lattner/me slaps head
2004-01-05 Chris LattnerAdd new directory
2004-01-05 Chris LattnerInitial checkin of the LLVM Source-Level Debugger....
2003-12-30 Chris LattnerRemove some pointless #includes
2003-12-30 Chris LattnerUse getFileSize() instead of sys/stat.h directly
2003-12-30 Chris LattnerUse new getFileSize function. Eliminate some using...
2003-12-30 Chris LattnerAdd a -disable-opt flag to gccas, so that we can use...
2003-12-28 Chris LattnerPass extra arguments around n stuph
2003-12-26 Chris LattnerFactor out code to ExecutionEngine
2003-12-26 Chris LattnerSimplify code
2003-12-26 Chris Lattner* eliminate the -f argument to lli, as it was silly...
2003-12-26 Chris Lattnerupdate comment
2003-12-23 John CriswellModified the logic so that library objects with main...
2003-12-23 John CriswellModified the linker so that it always links in an objec...
2003-12-23 Chris LattnerRename method
2003-12-15 Chris LattnerThere is no reason to add -load support to LLC
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-12 Brian GaekeAdd an assertion to make sure we are at least getting...
2003-12-11 Chris LattnerRun tailcall elimination in a more logical place
2003-12-10 Chris LattnerMake 'opt -o -' work correctly instead of creating...
2003-12-09 John CriswellAdded the -h option for compatibility with other linkers.
2003-12-07 Chris LattnerBugpoint had appalingly bad grammar. Fix some of it.
2003-12-07 Chris LattnerDo not leave a bunch of crud lying around
2003-12-07 Chris LattnerIt is now after pldi. This issue has been fixed, so...
2003-12-06 Tanya LattnerNew command line parsing. This isn't as perfect as...
2003-11-29 Chris Lattnerbe 3.4 happy
2003-11-29 Chris LattnerFix compatibility with gcc 3.4
2003-11-28 Chris LattnerThe function resolving pass must be run, even if -disab...
2003-11-28 Chris Lattner* The return value of LinkLibraries is ignored, so...
2003-11-24 Misha BrukmanI'm gonna be picky and say we don't really need that...
2003-11-24 Misha BrukmanMake sure we ONLY add a `-load' switch to the JIT comma...
2003-11-23 Chris LattnerDo not DESTROY programs by default. No wonder bugpoint...
2003-11-22 Chris LattnerRevert the previous patch since it causes lots of misco...
2003-11-22 Chris LattnerDo not crash when dealing with invoke and unwind instru...
2003-11-22 Chris LattnerUse new interfaces
2003-11-21 Chris LattnerReorder passes a bit. In particular, it makes sense...
2003-11-20 Misha BrukmanWhen writing out the runner script, add -load=<lib...
2003-11-20 Misha BrukmanAdd ability to search only for native shared object...
2003-11-20 Misha BrukmanFor consistency, removed space between function name...
next