oota-llvm.git
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...
2004-07-11 Chris LattnerThe cleanup is done. Update comment.
2004-07-11 Chris LattnerMake add constantexprs work with all types, fixing...
2004-07-11 Chris LattnerImplement TargetRegistrationListener
2004-07-11 Chris LattnerAdd a new listener class for things that want to be...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine functions. Move...
2004-07-11 Chris LattnerPrune unused #include
2004-07-11 Chris LattnerGoodbye macro hell, hello nice clean and simple code...
2004-07-11 Chris LattnerGoodbye macro hell, hello nice clean simple extensible...
2004-07-11 Chris LattnerImplement a couple of methods that TargetMachineRegistr...
2004-07-11 Chris LattnerAdd a new TargetNameParser class, which is useful for...
2004-07-11 Chris LattnerMake these format a bit nicer
2004-07-11 Chris LattnerProvide better support for pointer-valued command line...
2004-07-11 Chris LattnerAuto-registrate target
2004-07-11 Chris LattnerAdd compilability
2004-07-11 Chris LattnerInitial impl of this file. Yes this is pretty useless...
2004-07-11 Chris LattnerFirst cut at TargetMachineRegistry and RegisterTarget...
2004-07-11 Chris LattnerAdd two new "virtual static" methods to the TargetMachi...
2004-07-11 Chris LattnerAdd -load option
2004-07-11 Chris LattnerAdd a -load option
2004-07-11 Chris LattnerImplicitly getting a new option by linking to support...
2004-07-11 Chris LattnerAdd a new header
next