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 |
2003-06-17 |
Brian Gaeke | Use std::isnan instead of isnan. Brought back to you...
|
commit | commitdiff | tree |
2003-06-17 |
Brian Gaeke | Put ifdefs around use of malloc.h/mallinfo, which isn...
|
commit | commitdiff | tree |
2003-06-17 |
Brian Gaeke | Regularize the names of #include-guards.
|
commit | commitdiff | tree |
2003-06-16 |
Brian Gaeke | Don't include alloca.h on FreeBSD.
|
commit | commitdiff | tree |
2003-06-16 |
Brian Gaeke | Basically this is the same as Makefile.Linux, at least...
|
commit | commitdiff | tree |
2003-06-16 |
Brian Gaeke | Isolate machine-dependent use of <alloca.h> in "Support...
|
commit | commitdiff | tree |
2003-06-16 |
Brian Gaeke | Whoops. I didn't mean to step on John's changes.
|
commit | commitdiff | tree |
2003-06-16 |
Brian Gaeke | This version supports FreeBSD.
|
commit | commitdiff | tree |
2003-06-04 |
Brian Gaeke | lib/CodeGen/Mapping/MappingInfo.cpp:
|
commit | commitdiff | tree |
2003-06-04 |
Brian Gaeke | Add file comment. Include <vector> and <string>. Update...
|
commit | commitdiff | tree |
2003-06-04 |
Brian Gaeke | Make writeNumber() void. Get ready to decouple it from...
|
commit | commitdiff | tree |
2003-06-03 |
Brian Gaeke | Make the write*map methods more self-contained. Document...
|
commit | commitdiff | tree |
2003-06-03 |
Brian Gaeke | I documented this file, in an attempt to understand...
|
commit | commitdiff | tree |
2003-06-02 |
Brian Gaeke | Deal with %lo/%lm/%hm/%hh flags in getMachineOpValue().
|
commit | commitdiff | tree |
2003-06-02 |
Brian Gaeke | The flag modifications weren't picking up the old values...
|
commit | commitdiff | tree |
2003-06-01 |
Brian Gaeke | Fix induction variable name clash in for loops, in...
|
commit | commitdiff | tree |
2003-06-01 |
Brian Gaeke | Make the .inc file depend on $(TBLGEN), so that changes...
|
commit | commitdiff | tree |
2003-05-30 |
Brian Gaeke | Makefile: Make SparcV9CodeEmitter.inc depend on SparcV9_F...
|
commit | commitdiff | tree |
2003-05-30 |
Brian Gaeke | Fix call to mmap, so that it can be used on sparc.
|
commit | commitdiff | tree |
2003-05-28 |
Brian Gaeke | Add dependency to make TableGen rule fire.
|
commit | commitdiff | tree |
2003-05-23 |
Brian Gaeke | Suggest -save-temps instead of -S, -E.
|
commit | commitdiff | tree |
2003-05-23 |
Brian Gaeke | Remove ".bc" from the end of InputFile if it is there, in
|
commit | commitdiff | tree |
2003-05-23 |
Brian Gaeke | gccld.cpp:
|
commit | commitdiff | tree |
2003-05-23 |
Brian Gaeke | Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s...
|
commit | commitdiff | tree |
2002-12-22 |
Brian Gaeke | brg
|
commit | commitdiff | tree |
2002-12-16 |
Brian Gaeke | brg
|
commit | commitdiff | tree |
2002-12-13 |
Brian Gaeke | lib/Target/X86/InstSelectSimple.cpp:
|
commit | commitdiff | tree |
2002-12-13 |
Brian Gaeke | Rename all BMI MachineBasicBlock operands to MBB.
|
commit | commitdiff | tree |
2002-12-13 |
Brian Gaeke | lib/Target/X86/InstSelectSimple.cpp: Start counting...
|
commit | commitdiff | tree |
2002-12-13 |
Brian Gaeke | InstSelectSimple.cpp: Give promote32 a comment. Add...
|
commit | commitdiff | tree |
2002-12-13 |
Brian Gaeke | brg
|
commit | commitdiff | tree |
2002-12-12 |
Brian Gaeke | This checkin is brought to you by the brian gaeke allnighter... ...checkin is brought to you by the brian gaeke allnighter fund.
|
commit | commitdiff | tree |
2002-12-06 |
Brian Gaeke | Implement a lot of cast functionality (no FP or 64)
|
commit | commitdiff | tree |
2002-12-05 |
Brian Gaeke | Target/X86/Printer.cpp: Add sizePtr function, and use...
|
commit | commitdiff | tree |
2002-12-03 |
Brian Gaeke | brg
|
commit | commitdiff | tree |
2002-12-03 |
Brian Gaeke | brg
|
commit | commitdiff | tree |
2002-11-30 |
Brian Gaeke | brg
|
commit | commitdiff | tree |
2002-11-29 |
Brian Gaeke | brg
|
commit | commitdiff | tree |
2002-11-26 |
Brian Gaeke | brg
|
commit | commitdiff | tree |
2002-11-22 |
Brian Gaeke | lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst...
|
commit | commitdiff | tree |
2002-11-19 |
Brian Gaeke | Brian Gaeke says: Brian Gaeke says:
|
commit | commitdiff | tree |
2002-11-14 |
Brian Gaeke | include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber...
|
commit | commitdiff | tree |
2002-11-11 |
Brian Gaeke | InstSelectSimple.cpp: (visitReturnInst) Add return...
|
commit | commitdiff | tree |
2002-11-07 |
Brian Gaeke | comment out the 64-bit cases for now.
|
commit | commitdiff | tree |
2002-11-07 |
Brian Gaeke | Add instruction selection code and tests for setcc...
|
commit | commitdiff | tree |
2002-10-31 |
Brian Gaeke | A new test case that tries to generate all the different...
|
commit | commitdiff | tree |
2002-10-31 |
Brian Gaeke | InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
|
commit | commitdiff | tree |
|