2003-09-18 |
Brian Gaeke | Fix a typo in Sparc.cpp.
|
commit | commitdiff | tree |
2003-09-18 |
Brian Gaeke | Rename the pass creator fn to mimic the other creator...
|
commit | commitdiff | tree |
2003-09-18 |
Brian Gaeke | Fix (and properly doxygenify) some comments. Incorporate
|
commit | commitdiff | tree |
2003-09-18 |
Brian Gaeke | Make the symbol prologue/epilogue stuff redundant with...
|
commit | commitdiff | tree |
2003-09-16 |
Brian Gaeke | Add missing apostrophe. It's been bugging me for years.
|
commit | commitdiff | tree |
2003-09-16 |
Brian Gaeke | Fix typo in comment. Take out some random whitespace.
|
commit | commitdiff | tree |
2003-09-16 |
Brian Gaeke | Edit comment for accuracy
|
commit | commitdiff | tree |
2003-09-15 |
Brian Gaeke | Fix typos in comments.
|
commit | commitdiff | tree |
2003-09-10 |
Brian Gaeke | Check in the fix I meant to apply here, but mistakenly...
|
commit | commitdiff | tree |
2003-09-10 |
Brian Gaeke | Make createVerifierPass return a FunctionPass *.
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | No longer used
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Correct comments
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Interpreter, JIT moved to lib/ExecutionEngine (includes...
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Add ExecutionEngine directory.
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | ExecutionEngine.h, GenericValue.h --> include/llvm...
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | -abort-on-exception is gone. Rebuild your gccld shell...
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Make getOperandValue and executeCastOperation methods...
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Make CreateArgv part of lli rather than part of ExecutionEngine.
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Zap some more unused static method decls
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Remove printOperandInfo(), and simplify run().
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Remove support for printing values from a module by...
|
commit | commitdiff | tree |
2003-09-05 |
Brian Gaeke | Remove support for interactive (step finish next) instructions.
|
commit | commitdiff | tree |
2003-09-04 |
Brian Gaeke | Remove support for breakpoints (not used).
|
commit | commitdiff | tree |
2003-09-04 |
Brian Gaeke | Move EE dtor where it belongs
|
commit | commitdiff | tree |
2003-09-04 |
Brian Gaeke | Interpreter cleanups:
|
commit | commitdiff | tree |
2003-09-03 |
Brian Gaeke | ExecutionEngine.cpp: Move execution engine creation...
|
commit | commitdiff | tree |
2003-09-02 |
Brian Gaeke | Remove assertion which is never reached.
|
commit | commitdiff | tree |
2003-08-25 |
Brian Gaeke | Fix spelling error in comment.
|
commit | commitdiff | tree |
2003-08-21 |
Brian Gaeke | Reoptimizer has moved to reopt cvs module.
|
commit | commitdiff | tree |
2003-08-19 |
Brian Gaeke | Add ParseEnvironmentOptions documentation
|
commit | commitdiff | tree |
2003-08-19 |
Brian Gaeke | Add warning about how you have to put cl::init after...
|
commit | commitdiff | tree |
2003-08-16 |
Brian Gaeke | Rename -emitmaps to -enable-maps
|
commit | commitdiff | tree |
2003-08-15 |
Brian Gaeke | Fix typo in comment
|
commit | commitdiff | tree |
2003-08-15 |
Brian Gaeke | lib/Support/CommandLine.cpp:
|
commit | commitdiff | tree |
2003-08-14 |
Brian Gaeke | Add support for reading command line arguments from...
|
commit | commitdiff | tree |
2003-08-14 |
Brian Gaeke | Factory methods for function passes now return type...
|
commit | commitdiff | tree |
2003-08-14 |
Brian Gaeke | Add new method to FunctionPassManager to add ImmutablePasses.
|
commit | commitdiff | tree |
2003-08-14 |
Brian Gaeke | Unbreak SPARC backend: addPassesToJITCompile and
|
commit | commitdiff | tree |
2003-08-14 |
Brian Gaeke | Factory methods for function passes now return type...
|
commit | commitdiff | tree |
2003-08-14 |
Brian Gaeke | Unbreak SPARC backend: addPassesToJITCompile and
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | X86 static backend: smacked
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | Factory methods for FunctionPasses now return type...
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | Deconstify parameter to getPointerToFunction().
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | addPassesToJITCompile and addPassesToEmitMachineCode...
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | Deconstify parameter to getPointerToFunction().
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | Deconstify parameter to getPointerToFunction().
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | In ExecutionEngine::getPointerToGlobal(), throw away...
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | addPassesToJITCompile now takes a FunctionPassManager...
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | Factory methods for FunctionPasses now return type...
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | Factory methods for FunctionPasses now return type...
|
commit | commitdiff | tree |
2003-08-13 |
Brian Gaeke | Just incorporating some notes I wrote for myself into...
|
commit | commitdiff | tree |
2003-08-12 |
Brian Gaeke | Give std::map<BasicBlock *, BasicBlock *> the short...
|
commit | commitdiff | tree |
2003-08-12 |
Brian Gaeke | Add FunctionPassManager - it's like a PassManager,...
|
commit | commitdiff | tree |
2003-08-11 |
Brian Gaeke | If we can't find INT64_MAX, set it to a reasonable...
|
commit | commitdiff | tree |
2003-08-11 |
Brian Gaeke | Print % signs before register names; turn off "noprefix...
|
commit | commitdiff | tree |
2003-08-06 |
Brian Gaeke | Makefile.common: Remove commented-out and duplicate...
|
commit | commitdiff | tree |
2003-07-31 |
Brian Gaeke | I think local symbols in X86 GAS have to start with...
|
commit | commitdiff | tree |
2003-07-25 |
Brian Gaeke | Include llvm/Support/Mangler.h first. Don't include...
|
commit | commitdiff | tree |
2003-07-25 |
Brian Gaeke | Don't include llvm/SlotCalculator.h, or <set>.
|
commit | commitdiff | tree |
2003-07-25 |
Brian Gaeke | Forward-declare class Module to make the header file...
|
commit | commitdiff | tree |
2003-07-24 |
Brian Gaeke | Cleanups:
|
commit | commitdiff | tree |
2003-07-24 |
Brian Gaeke | Factor out name-mangling from X86/Printer, which is...
|
commit | commitdiff | tree |
2003-07-24 |
Brian Gaeke | Use unified CWriter-X86/Printer name mangler. Do not...
|
commit | commitdiff | tree |
2003-07-24 |
Brian Gaeke | It doesn't appear that we need to #include these.
|
commit | commitdiff | tree |
2003-07-24 |
Brian Gaeke | Constify most methods. We could have constified doInitializa...
|
commit | commitdiff | tree |
2003-07-23 |
Brian Gaeke | Printer.cpp: Ditch addRequired/getAnalysis, because...
|
commit | commitdiff | tree |
2003-07-23 |
Brian Gaeke | Add, rewrite, and/or reformat many comments.
|
commit | commitdiff | tree |
2003-07-22 |
Brian Gaeke | Add documentation for runOnMachineFunction()
|
commit | commitdiff | tree |
2003-07-22 |
Brian Gaeke | turn off DISABLE_LLC_DIFFS for x86.
|
commit | commitdiff | tree |
2003-07-18 |
Brian Gaeke | Please, save your applause^H^H^H^H^H^H^H^Hflames for...
|
commit | commitdiff | tree |
2003-07-17 |
Brian Gaeke | Use getClassB for load and store; we don't want to...
|
commit | commitdiff | tree |
2003-07-17 |
Brian Gaeke | Fix typo in call to isUnresolvableFunc, which was breaking...
|
commit | commitdiff | tree |
2003-07-17 |
Brian Gaeke | Added bits about MachineFunctionPass
|
commit | commitdiff | tree |
2003-07-11 |
Brian Gaeke | If we have a constant pointer reference to a function...
|
commit | commitdiff | tree |
2003-07-11 |
Brian Gaeke | Fix some serious floating-point bugs (fixes test cases...
|
commit | commitdiff | tree |
2003-07-07 |
Brian Gaeke | Insert workaround for GAS bug in assembling FLD/FSTP...
|
commit | commitdiff | tree |
2003-07-03 |
Brian Gaeke | Add -d option to trust the disassembler.
|
commit | commitdiff | tree |
2003-07-03 |
Brian Gaeke | here little scriptie, nice scriptie...
|
commit | commitdiff | tree |
2003-06-30 |
Brian Gaeke | Get rid of the duplicate '0x' in debug mode.
|
commit | commitdiff | tree |
2003-06-27 |
Brian Gaeke | Nice tasty llc fixes. These should fix LLC for x86...
|
commit | commitdiff | tree |
2003-06-26 |
Brian Gaeke | Here are the notes from our Reoptimizer meetings.
|
commit | commitdiff | tree |
2003-06-26 |
Brian Gaeke | Number constants from constant pool as CPIf_i where...
|
commit | commitdiff | tree |
2003-06-25 |
Brian Gaeke | Integrate the C writer's name mangler.
|
commit | commitdiff | tree |
2003-06-25 |
Brian Gaeke | First draft of X86 LLC backend. This should be OK for...
|
commit | commitdiff | tree |
2003-06-25 |
Brian Gaeke | It seems likely that floats would need a cast too,...
|
commit | commitdiff | tree |
2003-06-23 |
Brian Gaeke | Fix 2003-06-23-PromotedExprs.llx -- if we are adding...
|
commit | commitdiff | tree |
2003-06-23 |
Brian Gaeke | New test case for C Writer regression found in 256...
|
commit | commitdiff | tree |
2003-06-23 |
Brian Gaeke | Allow .llx testcases (i.e., those that contain explicit...
|
commit | commitdiff | tree |
2003-06-23 |
Brian Gaeke | Include <cmath> instead of <math.h>
|
commit | commitdiff | tree |
2003-06-19 |
Brian Gaeke | Fix output bug: Intel asm comment character is #, not ;.
|
commit | commitdiff | tree |
2003-06-19 |
Brian Gaeke | RECAPITALIZE all the names of pseudo-instructions,...
|
commit | commitdiff | tree |
2003-06-19 |
Brian Gaeke | Rename many instructions to their Intel asm-compatible...
|
commit | commitdiff | tree |
2003-06-19 |
Brian Gaeke | Add Initialization and Finalization methods for the...
|
commit | commitdiff | tree |
2003-06-18 |
Brian Gaeke | tools/llc/llc.cpp: Make "-o -" work.
|
commit | commitdiff | tree |
2003-06-18 |
Brian Gaeke | lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial...
|
commit | commitdiff | tree |
2003-06-18 |
Brian Gaeke | lib/Target/Sparc/Sparc.cpp:
|
commit | commitdiff | tree |
2003-06-17 |
Brian Gaeke | lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP...
|
commit | commitdiff | tree |
2003-06-17 |
Brian Gaeke | Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON...
|
commit | commitdiff | tree |
2003-06-17 |
Brian Gaeke | Use $(PLATFORMLIBDL) to selectively bring in -ldl only...
|
commit | commitdiff | tree |
2003-06-17 |
Brian Gaeke | Add variable named PLATFORMLIBDL to control OS-specific...
|
commit | commitdiff | tree |
next |