aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-17This is a carefully contrived testcase where the X86 ISel is emitting all loadsChris Lattner
2005-01-17Don't bother using max here.Chris Lattner
2005-01-17Do not give token factor nodes outrageous weightsChris Lattner
2005-01-17Non-volatile loads can be freely reordered against each other. This fixesChris Lattner
2005-01-17Two changes:Chris Lattner
2005-01-17Don't call SelectionDAG.getRoot() directly, go through a forwarding method.Chris Lattner
2005-01-17Refactor load/op/store folding into it's own method, no functionality changes.Chris Lattner
2005-01-17Implement a target independent optimization to codegen arguments only intoChris Lattner
2005-01-17Fix a major regression last night that prevented us from producing [mem] op= regChris Lattner
2005-01-17Refactor code into a new method.Chris Lattner
2005-01-17Make methods private, add a method.Chris Lattner
2005-01-17Codegen this:Chris Lattner
2005-01-17Added tmp instructions to preserve ssa.Tanya Lattner
2005-01-17Fix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG.ll and 132.ijpeg.Chris Lattner
2005-01-17New testcase for a problem that occurred in 132.ijpegChris Lattner
2005-01-17Delete PHI nodes that are not dead but are locked in a cycle of singleChris Lattner
2005-01-17Move code out of indentation one level to make it easier to read.Chris Lattner
2005-01-17Add methodsChris Lattner
2005-01-17Do not fold a load into a comparison that is used by more than one place.Chris Lattner
2005-01-17sysconfdir -> PROJ_etcdirReid Spencer
2005-01-17Do not codegen 'xor bool, true' as 'not reg'. not reg inverts the upper bitsChris Lattner
2005-01-17Fix typos noticed by Gabor Greif, thanks Gabor!Chris Lattner
2005-01-17Set up the shift and setcc types.Chris Lattner
2005-01-16Shift and setcc types default to the pointer type.Chris Lattner
2005-01-16Add commentsChris Lattner
2005-01-16Implement legalize of call nodes.Chris Lattner
2005-01-16Fix llvm-java project autconfiguration.Alkis Evlogimenos
2005-01-16Added paramters to a few functions in order to allow me to change the functio...Tanya Lattner
2005-01-16* Adjust to changes in TargetLowering interfaces.Chris Lattner
2005-01-16Revamp supported ops. Instead of just being supported or not, we now keepChris Lattner
2005-01-16add method stubChris Lattner
2005-01-16Don't mash stuff together.Chris Lattner
2005-01-16Use enums, move virtual dtor out of line.Chris Lattner
2005-01-16Revamp supported ops. Instead of just being supported or not, we now keepChris Lattner
2005-01-16* Revise the projects section and make reference to Projects.htmlReid Spencer
2005-01-16Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might beReid Spencer
2005-01-16Implement some more missing promotions.Chris Lattner
2005-01-16Fix bugpointChris Lattner
2005-01-16cycles_t -> CycleCount_tChris Lattner
2005-01-16Add some .cvsignores to the win32 hierarchy to account for generated filesJeff Cohen
2005-01-16Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer
2005-01-16Fix locations of libraries and executables to match makefiles.Reid Spencer
2005-01-16BUILD_* to PROJ_*Reid Spencer
2005-01-16Clarify assertion.Chris Lattner
2005-01-16Add assertions.Chris Lattner
2005-01-16Add support for promoted registers being live across blocks.Chris Lattner
2005-01-16Update per new Makefile requirements for projectsReid Spencer
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer
2005-01-16Update documentation on how to set up a projectReid Spencer
2005-01-16Several changes:Reid Spencer