oota-llvm.git
2003-10-19 Chris LattnerOk, return an explicit path to the shared object, unbre...
2003-10-19 Chris LattnerFix iterator invalidation problem
2003-10-19 Chris LattnerEliminate unused class
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-19 Chris Lattner* Multiplications by 2^X are turned into shifts. This...
2003-10-19 Chris LattnerAdd some new instructions. Wheee
2003-10-19 Brian GaekeChange it to match llvmgcc.html ... why do we have...
2003-10-19 Brian GaekeClarify the roles of gccld and gccas.
2003-10-19 Brian GaekeMinor edits; also expand description of '-v' option.
2003-10-19 Brian GaekeTweak -plugin description to match bugpoint.html
2003-10-19 Brian GaekeMostly rewritten.
2003-10-19 Chris LattnerA minor fix
2003-10-19 Brian GaekeTake out extra paragraph tag.
2003-10-19 Brian GaekeMake this (-run) set look like the other (-disable...
2003-10-19 Brian GaekeAlways say "the test program", part 2.
2003-10-19 Chris LattnerTwo minor fixes
2003-10-19 Brian GaekeMinor edits to Description section.
2003-10-19 Brian GaekeSpell-check.
2003-10-19 Chris LattnerDeHTMLify the email so that it only gets sent out if...
2003-10-19 Chris Lattner.string adds an implicit zero at the end. This is...
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-19 Chris LattnerFix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode...
2003-10-18 Chris LattnerNew testcase, distilled from 176.gcc codegen failure
2003-10-18 Chris LattnerUpdate compile information
2003-10-18 Chris LattnerAdd usage blurb
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-18 Chris LattnerAdd bugpoint advice section
2003-10-18 Chris LattnerPrint -fno-strict-aliasing as well
2003-10-18 Chris LattnerDon't leave a trail of bugpoint-execution-output-*...
2003-10-18 Chris LattnerExpand the --args section
2003-10-18 Chris Lattner* Add the -additional-so option
2003-10-18 Chris LattnerBeef up the description of bugpoint a lot. Update...
2003-10-18 Chris LattnerChange run-lli -> run-int
2003-10-18 Chris LattnerDefault to using the CBE instead of the Interpreter...
2003-10-18 Chris LattnerFix warning
2003-10-18 Chris LattnerPrint stuff to stdout if something changes.
2003-10-18 Chris LattnerIf we detect a pass crash during miscompilation testing...
2003-10-18 Chris Lattneradd support for new linkage types
2003-10-18 Chris LattnerFix PR#50
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics and instructions
2003-10-18 Chris LattnerADd support for the new varargs instructions
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics
2003-10-18 Chris LattnerUpdate the sparc backend to at least compile correctly...
2003-10-18 Chris LattnerInterpret the new varargs intrinsics correctly
2003-10-18 Chris LattnerUpdated to emit the final 1.0 bytecode format. This...
2003-10-18 Chris Lattner* New revised variable argument handling support
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-10-18 Chris LattnerUpdate for new varargs support
2003-10-18 Chris LattnerFix bug in my checkin
2003-10-18 Chris LattnerAnother formatting fix
2003-10-17 Chris LattnerMore cleanups
2003-10-17 Chris LattnerBe more helpful if a pass fails while chasing down...
2003-10-17 Misha Brukman* Align comments into 80 columns
2003-10-17 Misha BrukmanChris says it's better to assert that TheModule is...
2003-10-17 John CriswellAdded additional information about linking dynamic...
2003-10-17 Brian GaekeYou can't just blat the address into memory, you have...
2003-10-17 John CriswellAdding license information for the sample project.
2003-10-17 John CriswellUpdated the README so that it catagorizes the docs...
2003-10-17 Misha BrukmanDon't release the Module, as that invalidates the Modul...
2003-10-17 Brian GaekeImplement replaceMachineCodeForFunction() for x86.
2003-10-17 Brian GaekeRefactor jump insertion code from CompilationCallback...
2003-10-17 Brian GaekeAdd prototype for replaceMachineCodeForFunction().
2003-10-17 Misha BrukmanReturn the Module that we just materialized.
2003-10-17 Brian GaekeTidy up doxygen comment for getPointerToFunction().
2003-10-17 Brian GaekeRefactor running the JIT passes on a single function...
2003-10-17 Misha BrukmanReturn the Module being materialized to avoid always...
2003-10-17 Brian GaekeAdd stub version of replaceMachineCodeForFunction....
2003-10-17 Brian GaekeRemove extra blank line.
2003-10-17 Chris LattnerDo not crash on empty structures
2003-10-17 John CriswellModified the Makefile so that the sample library is...
2003-10-17 Misha Brukman* Give credit where credit's due
2003-10-17 Chris LattnerNew testcase for C++ frontend crash
2003-10-17 Chris LattnerTighten up handling of checks for shift instructions
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-17 Alkis EvlogimenosSomeone forgot to commit an updated configure after...
2003-10-16 Brian GaekeAdd debug variable.
2003-10-16 Brian GaekeFix typo in comment.
2003-10-16 Brian GaekeThis file has funny include guards and funny extra...
2003-10-16 Brian GaekeDocument that llvm-nm works in pipe mode, thanks to...
2003-10-16 Brian GaekeFix a typo in a comment, and zap a blank line.
2003-10-16 Misha BrukmanAdd separator between different types of readers.
2003-10-16 Misha BrukmanJIT.cpp:
2003-10-16 Misha Brukman* Reorder includes as per the style guide
2003-10-16 Misha BrukmanIf we move the constructors to the .cpp file, we can...
2003-10-16 John CriswellRemoved the .PRECIOUS of Lex and Yacc output files.
2003-10-16 John CriswellRemoved the -mode option.
2003-10-16 Chris LattnerMinor cleanups
2003-10-16 John CriswellAdded documentation on the new -disable-inlining option.
2003-10-16 John CriswellI am not the only John Criswell.
2003-10-16 Chris LattnerGive credit where credit is due
2003-10-16 John CriswellAdded a section on all of the wonderful Makefile variab...
2003-10-16 Chris LattnerMake llvm-nm work in "pipe mode"
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-16 Chris LattnerGeeze, what is with Brian and these ifdef's?
2003-10-16 Chris LattnerAdd weak linking type
2003-10-16 Misha BrukmanAutomagically update website docs on commits.
2003-10-16 Misha BrukmanUpdate the website automatically on documentation commi...
next