oota-llvm.git
2004-07-17 Chris LattnerFix incorrect computation of mod/ref sets. Do not...
2004-07-17 Chris LattnerPrint modref information in a useful way.
2004-07-17 Chris LattnerCleanups: fold two loops into one
2004-07-17 Chris Lattnerlink.h causes problems on some platforms and is not...
2004-07-17 Chris LattnerRemove dead file
2004-07-17 Chris LattnerAdd note about IA64 C++
2004-07-16 Brian GaekeFix warning on 64-bit machines
2004-07-16 Misha Brukman* Use LI(S) to copy constants into registers intead...
2004-07-16 Misha Brukman* Store all non-volatile int registers R13-31 on the...
2004-07-16 Misha BrukmanFix code formatting
2004-07-16 Misha BrukmanImplement PowerPCInstrInfo::isMoveInstr(), patch by...
2004-07-16 Misha BrukmanAdd prototype for TargetInstrInfo::isMoveInstr()
2004-07-16 Misha Brukman* Enable allocation of registers r2-r10
2004-07-16 Misha BrukmanAdd IMPLICIT_DEFS pseudo-instruction; patch by: Nate...
2004-07-16 Misha BrukmanThe generated instruction selector isn't (yet) functional
2004-07-16 Misha Brukman* Output non-lazy linking stubs for external global...
2004-07-16 Misha BrukmanCorrectly build shared objects on MacOS X for debugging...
2004-07-16 Misha BrukmanDefine double alignment as 8 bytes now that assert...
2004-07-16 Misha Brukman* Add spaces between words and numbers in comments...
2004-07-16 Misha BrukmanFix grammar.
2004-07-16 Alkis EvlogimenosAdd convinience constructor for function calls with...
2004-07-16 Brian GaekeAdd a class for pseudo-instructions. Use it.
2004-07-16 Brian GaekeAdd what will eventually be the TSFlags. Big switch...
2004-07-16 Brian GaekeAdd special handling for pseudo-instructions (print...
2004-07-16 Brian GaekeAdd to-do list.
2004-07-16 Brian GaekeDo IMPLICIT_DEFs on incoming args' hard regs, to avoid...
2004-07-16 Chris LattnerThe powerpc is now gone. However it is now just known...
2004-07-16 Chris LattnerBuild skeleton target
2004-07-16 Chris LattnerBuild the skeleton target
2004-07-16 Chris LattnerInitial checkin of the rest of the skeleton target
2004-07-16 Chris LattnerInitial skeleton tablegen files
2004-07-16 Chris LattnerAdd skeleton makefile
2004-07-16 Chris LattnerInitial readme
2004-07-16 Chris LattnerFix the regressions handling unnamed global variables
2004-07-16 Chris LattnerFor 64-bit platform support, we now use the clEnumValEn...
2004-07-16 Chris LattnerIA64 compat
2004-07-16 Chris LattnerFix IA64 compatibility
2004-07-16 Chris LattnerUse new macro
2004-07-16 Chris LattnerBe compatible with IA64
2004-07-16 Chris LattnerPassing integer 0 in for a pointer value doesn't work...
2004-07-16 Chris LattnerAdd a new macro to be used for the end of enum lists.
2004-07-15 Chris LattnerThis patch was contributed by Daniel Berlin!
2004-07-15 Chris LattnerFix PR404 try #2
2004-07-15 Chris LattnerGive SetVector range support
2004-07-15 Chris LattnerNuke a clearly bogus assertion
2004-07-15 Chris LattnerRevert previous patch until I get a bug fixed
2004-07-15 Chris LattnerQOI issue fixed
2004-07-15 Chris LattnerFix PR404: Loop simplify is really slow on 252.eon
2004-07-15 Chris LattnerBug fixed
2004-07-15 Chris LattnerFinal fix for PR341: eliminate operator<<(ostream,...
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFix for PR341
2004-07-15 Chris LattnerFix for PR341
2004-07-15 Chris LattnerRevert stuff that I didn't mean to checkin
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFix for PR341
2004-07-15 Chris LattnerPatches towards fixing PR341
2004-07-15 Chris LattnerProgress on PR341
2004-07-15 Chris LattnerFixes working towards PR341
2004-07-15 Chris LattnerBug fixes for PR341
2004-07-15 Chris LattnerImplement folding of expressions like 'uint cast (int...
2004-07-15 Chris LattnerYeah, how about those 'primative' types huh?
2004-07-15 Chris LattnerNow that we codegen the portable "sizeof" efficiently...
2004-07-15 Chris LattnerImprove codegen for the LLVM offsetof/sizeof "operator...
2004-07-14 Chris LattnerYou cannot pass functions by value, what does that...
2004-07-14 Chris Lattnerthis "feature" is gone
2004-07-14 Chris LattnerThis is logically part of the last patch. Just more...
2004-07-14 Chris Lattner** Finally DeclareNewGlobalValue is dead!
2004-07-14 Chris LattnerNew, horrible, testcase
2004-07-14 Chris Lattner* Fairly substantial change. Instead of creating new...
2004-07-14 Chris LattnerFold setValueNameMergingDuplicates into ParseGlobalVari...
2004-07-14 Brian GaekeActually set the endian/pointersize flags on the module...
2004-07-14 Chris LattnerSimplify logic.
2004-07-14 Chris LattnerMake PATypeHolder and friends return non-const pointers...
2004-07-14 Chris LattnerFix a regression from last night. Apparently the CFE...
2004-07-14 Misha BrukmanMake sure MTSPR instruction is inserted into the BasicBlock
2004-07-14 Chris LattnerImplement new helper methods for creating two-index...
2004-07-14 Chris Lattner* Change code to use a static_cast instead of reinterpr...
2004-07-14 Misha BrukmanDon't define the same register twice when loading a...
2004-07-14 Misha Brukman* Fix multiplication by powers of two and otherwise
2004-07-14 Chris LattnerPull out code shared between GV forward-decl and defini...
2004-07-14 Chris LattnerSimplify code. Do not allow functions to be redefined...
2004-07-14 Chris LattnerRemove a gross and crufty "feature" that was never...
2004-07-14 Chris LattnerFinegrainify namespacification
2004-07-14 Chris LattnerRevamp handling of labels. In particular, if we create...
2004-07-14 Brian GaekeAdd Machine-CFG edges to SparcV9 MachineBasicBlocks.
2004-07-14 Chris LattnerSplit the basic block handling case out of getVal into...
2004-07-13 Chris LattnerMake Argument::print more resilient to non-verifiable IR
2004-07-13 Chris LattnerCatch aggregates passed by value sooner rather than...
2004-07-13 Misha Brukman* Specify that FP arith options have 3 operands
2004-07-13 Chris LattnerActually, use an exception to stop verification. This...
2004-07-13 Chris LattnerThere is no reason to abort and print a stack trace...
2004-07-13 Chris LattnerFine-grainify namespacification, prune #include
2004-07-13 Chris LattnerFix typeo and refactor bb productions to make it possib...
2004-07-13 Chris LattnerEliminate some mega-cruft here. There is no reason...
2004-07-13 Chris LattnerInline the now trivial setValueNameInternal function...
2004-07-13 Chris LattnerNow that basic blocks are eagerly inserted into the...
2004-07-13 Chris LattnerA couple of substantial cleanup fixes:
2004-07-13 Brian GaekeFix warning on SparcV9, where sizeof (int) != sizeof...
next