oota-llvm.git
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...
2004-07-13 Chris LattnerReplace a bunch of complex ConstantPointerRef referring...
2004-07-13 Chris LattnerMake tblgen not try to be smart. This is better handle...
2004-07-13 Chris LattnerFactor some code to handle "load (constantexpr cast...
2004-07-12 Misha BrukmanCorrectly load FP constants out of the constant pool.
2004-07-12 Misha BrukmanApple's MacOS X is another OS which does not provide...
2004-07-12 Misha BrukmanImplement getModuleMatchQuality and getJITMatchQuality...
2004-07-12 Misha Brukman* Tabs to spaces
2004-07-12 Misha BrukmanNew open proj: C/C++ compiler in C++, with link to...
2004-07-12 Chris LattnerAdd a helper method. The StructType element is complet...
2004-07-12 Chris Lattnerimplement new helper method
2004-07-12 Chris LattnerFix unused var warning
2004-07-12 Chris LattnerFix a really nasty logic error that VC noticed.
2004-07-12 Chris LattnerAdd a missing #include
2004-07-12 Chris LattnerFix warning compiling with VC++
2004-07-12 Chris Lattnernew feature
2004-07-12 Misha Brukman* Clarify Sparc as SparcV9
2004-07-12 Chris LattnerImplement a new method useful for things like the inliner
2004-07-12 Chris LattnerImplement new method
2004-07-11 Reid SpencerCorrect an output typo.
2004-07-11 Reid SpencerVarious cleanups:
2004-07-11 Reid Spencer- Rename two methods to give them more meaning
2004-07-11 Reid SpencerRemove tabs.
2004-07-11 Reid SpencerPrepare the writer for a non-broken implementation...
next