oota-llvm.git
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
2004-07-10 Reid Spencer- Correct grammar of -s description
2004-07-10 Reid SpencerGroup the hidden command line arguments.
2004-07-10 Chris LattnerAdd link to the stkrc page
2004-07-10 Reid SpencerCommand Guide for the Stacker language compiler, stkrc.
2004-07-10 Reid SpencerReplace use of defunct Type::setName method with Symbol...
2004-07-10 Reid SpencerMake the VBRSavings percentage make sense (as a fractio...
2004-07-10 Chris LattnerMinor cleanups:
2004-07-09 Reid SpencerError Handling Cleanup:
2004-07-09 Reid SpencerFix a backwards compatibility bug found by Tanya. In...
2004-07-09 Chris LattnerRemoved unneeded forward decl
2004-07-09 Chris LattnerRemove unused method
2004-07-09 Chris LattnerAdd checks to ensure that there are no unreachable...
2004-07-09 Chris LattnerDon't call Type::setName()
2004-07-09 Misha Brukman* Add support for indexing into structures, thanks...
2004-07-09 Misha BrukmanRead/write the offset value for stack-relative loads...
2004-07-09 Misha Brukman* Doxygenify comments
2004-07-09 Alkis EvlogimenosFix typo.
2004-07-09 Alkis EvlogimenosImprove code comments.
2004-07-09 Chris LattnerNo really, he did finish!
2004-07-09 Chris LattnerToo much of a title for it's own good
2004-07-09 Chris LattnerFix Validation bugs
2004-07-08 Chris LattnerEliminate the UID field in the Type class, bringing...
2004-07-08 Chris LattnerThe uid mapping is no more
2004-07-08 Chris LattnerEliminate uses of the UniqueID field on Type objects
2004-07-08 Chris LattnerDo not call Type::getUniqueID
2004-07-08 Chris LattnerAdd a new method
2004-07-08 Reid SpencerGet rid of some cruft in the insert method.
2004-07-08 Misha BrukmanAdd support for __fixdfdi(), __floatdisf(), and __float...
2004-07-08 Reid SpencerFirst version of a vector with uniqueness constraints...
2004-07-08 Misha Brukman* Use several Function* for external functions instead...
2004-07-08 Misha Brukman* Add support for loading FP constants from the constan...
2004-07-08 Misha Brukman* Fix header comment, excise references to X86
2004-07-08 Chris Lattnerstatisfy the spelling police
2004-07-08 Misha BrukmanFix spelling of `equivalent'
2004-07-08 Chris LattnerEliminate the SignedType and UnsignedType classes.
2004-07-08 Chris LattnerisSigned/isUnsigned/isInteger methods do not need to...
2004-07-08 Chris LattnerUpdate comment.
2004-07-08 Chris LattnerThis file uses the Value class without a forward decl
2004-07-08 Chris LattnerAdd a test that I have had in my tree for several month...
2004-07-08 Chris LattnerFix this testcase
2004-07-08 Brian GaekeSupport setcc on fp values.
2004-07-08 Brian GaekeAdd floating-point branches and compares. Compares...
2004-07-08 Brian GaekeFix bug where SwitchSection would fail to change to...
2004-07-08 Brian GaekeFix bug involving bool arguments to binary operators.
2004-07-08 Brian GaekeFix bug in copying long constants to register pairs...
2004-07-08 Chris LattnerDisable some code that isn't helping matters
2004-07-08 Brian GaekeSupport 'ret float'
2004-07-08 Chris LattnerReally, it is not necessary to recompile all files...
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-07 Misha BrukmanThere is no error message to print out, end sentence...
2004-07-07 Reid SpencerMake error message consistent with the rest of LLVM...
2004-07-07 Reid SpencerFix some thinkos in the script (error handling, proper...
2004-07-07 Reid SpencerBug 391 fixed.
2004-07-07 Reid SpencerFix for bug 391.
2004-07-07 Misha Brukman* Use a map for caching lookups to external functions...
2004-07-07 Misha Brukman* Wrap long lines (comments and code)
2004-07-07 Chris LattnerFix regressions in these testcases:
2004-07-07 Misha BrukmanAdd fmod() to the Module being compiled so that it...
2004-07-07 Reid SpencerInsert a reference to uint32_vbr encoding.
2004-07-07 Reid SpencerAn update with corrections to content as well as using...
2004-07-07 Chris LattnerThe bytecode reader wants to be able to read types...
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerAll of these now live in the DataStructure directory
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-07 Chris LattnerMove DSA headers into Analysis/DataStructure to make...
2004-07-07 Chris LattnerMoving headers
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-07 Chris LattnerWhen folding constant expr gep's, don't force the use...
2004-07-07 Chris LattnerBug fixed
2004-07-07 Chris LattnerNew testcase for PR396
2004-07-07 Alkis EvlogimenosDisable coalescing.
2004-07-06 Chris LattnerMake sure people don't make functiontypes with an inval...
2004-07-06 Misha Brukman* Add support for calling vararg functions (must pass...
2004-07-06 Misha BrukmanUse the more compact `bl' instead of cryptic (but equiv...
2004-07-06 Brian GaekeWork around apparent Apple compiler bug which was makin...
next