oota-llvm.git
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-19 Alkis EvlogimenosPrint stacktrace in STDERR before dying on a fatal...
2004-02-19 Alkis EvlogimenosRename reloads/spills to loads/stores.
2004-02-19 Alkis EvlogimenosThis is needed by assignment verification in linear...
2004-02-18 Chris LattnerFix the "horribly N^2'd" problem when deleting individu...
2004-02-18 Chris LattnerDocument the code generator debugger.
2004-02-18 Chris Lattnerdocument the -march=c option
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 Alkis EvlogimenosImplement assignment correctness verification.
2004-02-18 Alkis EvlogimenosMove unused typedefs in private section. Add method...
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 LattnerAdd a label for the bump when we started counting llvm...
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 LattnerChange the order of the arguments to the ctor, allowing...
2004-02-18 John CriswellPre-emptive commit of cfrac license information.
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 LattnerMove a helper class out of bugpoint to here.
2004-02-18 Chris LattnerExtract has new options
2004-02-18 Chris LattnerGive extract -o and -f options, just like every other...
2004-02-18 Chris Lattnereliminate a pair of really inefficient methods now...
2004-02-18 Chris LattnerEliminate operator[] is deprecated warnings
2004-02-18 Chris LattnerFix deprecated operator[] warnings
2004-02-18 Alkis EvlogimenosFix argument size for MOVSX and MOVZX instructions.
2004-02-18 Alkis EvlogimenosBe more agressive when joining ranges.
2004-02-18 Alkis EvlogimenosFix overly conservative spill interval computation.
2004-02-18 Alkis EvlogimenosBeautify debug output.
2004-02-17 John CriswellAdded the Malloc perl benchmark license information.
2004-02-17 Chris LattnerBug fixed
2004-02-17 Chris LattnerNew testcase for PR245
2004-02-17 Chris LattnerFix PR245: Linking weak and strong global variables...
2004-02-17 Chris LattnerWhen we complete the bottom-up pass, make sure to merge...
2004-02-17 Chris LattnerSince tail duplication is currently neutered, we have...
2004-02-17 Chris LattnerAdd support for GlobalAddress's for alkis
2004-02-17 Alkis EvlogimenosThese store to memory too.
2004-02-17 Chris LattnerRemove the -disable-kill option. The register allocato...
2004-02-17 Chris LattnerThese store to memory, not read from it.
2004-02-17 John CriswellAdded espresso.
2004-02-17 Alkis EvlogimenosInstructiosn with 1 memory operand have 4 operands...
2004-02-17 Alkis EvlogimenosAlign case statements.
2004-02-17 Alkis EvlogimenosAdd TEST and XCHG memory operand support.
2004-02-17 Alkis EvlogimenosAdd OR and XOR memory operand support.
2004-02-17 Alkis EvlogimenosPeephole optimize SUBmi{16,32} into SUBmi{16,32}b when...
2004-02-17 Alkis EvlogimenosADDmi{16,32} should be in the next case statement.
2004-02-17 Alkis EvlogimenosAdd memory operand folding support for MUL, DIV, IDIV...
2004-02-17 Alkis EvlogimenosAdd memory operand folding for CMP{rm,mr,mi}{8,16,32...
2004-02-17 Alkis EvlogimenosAdd CMP{rm,mr,mi}{8,16,32}, INCm{8,16,32} and DECm...
2004-02-17 Alkis EvlogimenosAdd SUB{rm,mr,mi}{8,16,32} instructions.
2004-02-17 Chris LattnerAdd support to the local allocator for fusing spill...
2004-02-17 Alkis EvlogimenosAdd support for folding memory operands for ADC, SBB...
2004-02-17 Alkis EvlogimenosAdd support for ADC{rm.mr}32 and SBB{rm,mr}32.
2004-02-17 Chris LattnerAdd a (hidden) option to print instructions that fail...
2004-02-17 Alkis EvlogimenosAdd support for folding memory operands in MOVri{8...
2004-02-17 Chris LattnerExpand the repertoire of the forms we can print and...
2004-02-17 Chris LattnerDisable this peephole for now. We can't keep track...
2004-02-17 Chris LattnerFix a bug in my previous refactoring change... arg!
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-17 Chris LattnerAdd an option to disable spill fusing in the X86 backend
2004-02-17 Chris LattnerFix the mneumonics for the mov instructions to have...
2004-02-17 Chris LattnerFix the last crimes against nature that used the 'ir...
2004-02-17 Chris LattnerGRRR. Move instructions have swapped the order of...
2004-02-17 Chris LattnerRename MOVi[mr] instructions to MOV[rm]i
2004-02-17 Chris LattnerWhoops, got my cases swapped.
2004-02-17 Chris LattnerChange to match the newer, simpler, interface
2004-02-17 Chris LattnerSimplify and document the new interface
2004-02-17 Chris LattnerAdd support for folding memory operands into AND and...
2004-02-17 Chris LattnerScrunchify code, by adding helpers. No functionality...
2004-02-17 Chris LattnerAdd mem forms of AND instructions
2004-02-17 Alkis EvlogimenosAdd LiveIntervals::Interval::empty() member function.
2004-02-17 Alkis EvlogimenosAdd API to check and fold memory operands into instruct...
2004-02-17 Chris LattnerRename the IMULri* instructions to IMULrri, as they...
2004-02-17 Chris LattnerOnce we have a way to fold spill code reloads into...
2004-02-17 Alkis EvlogimenosFix spilled interval update. It was too conservative.
2004-02-17 Chris LattnerRefactor code a bit. No functionality changes, though...
2004-02-17 Chris LattnerAdjust to recent changes
2004-02-17 Chris LattnerAdd two missing pieces from last checkin
2004-02-17 Chris LattnerRearrange code to eliminate warnings
2004-02-16 Alkis EvlogimenosAdd peephole optimizations for ADD [MEM], IMM8 instruct...
2004-02-16 Alkis EvlogimenosAdd two more variants of add. Update comments.
2004-02-16 John CriswellPreemptive additions for the MallocBench tests.
2004-02-16 Chris LattnerOnly spit out warning for functions that take pointers...
2004-02-16 Chris LattnerMove the folding of gep null, 0, 0, 0 to a place where...
next