aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-06some libc++ notes.Chris Lattner
2011-04-06some edits.Chris Lattner
2011-04-06distribute content out to the appropriate sectionsChris Lattner
2011-04-05Reapply r128946 (pseudoization of various instructions), and fix the extra im...Owen Anderson
2011-04-05Make the virtual destructor out-of-line so we have a key function.Chandler Carruth
2011-04-05Sign errorJakob Stoklund Olesen
2011-04-05Don't crash when a value is defined after the last split point.Jakob Stoklund Olesen
2011-04-05Permit blocks to branch directly to a landing pad.Jakob Stoklund Olesen
2011-04-05Remove extraneous 'return'.Jim Grosbach
2011-04-05Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal...Johnny Chen
2011-04-05finished my pass through all the 2.9 commits, now to make this intelligibleChris Lattner
2011-04-05mention llvm::ArrayRef, which should be use much more pervasively thanChris Lattner
2011-04-05Clean up some code for clarity.Bob Wilson
2011-04-05Provide an empty virtual destructor to go with the virtual methods inChandler Carruth
2011-04-05Revert r128946 while I figure out why it broke the buildbots.Owen Anderson
2011-04-05A7.3 register encodingJohnny Chen
2011-04-05Add support to encode function's template parameters.Devang Patel
2011-04-05Give RSBS and RSCS the pseudo treatment.Owen Anderson
2011-04-05ARM disassembler was erroneously accepting an invalid RSC instruction.Johnny Chen
2011-04-05remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner
2011-04-05docs/ReleaseNotes.html: Please use proper *Heading* elements instead of class...NAKAMURA Takumi
2011-04-05ARM disassembler was erroneously accepting an invalid LSL instruction.Johnny Chen
2011-04-05Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...Owen Anderson
2011-04-05remove graphprinter support for domfrontier.Chris Lattner
2011-04-05These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen
2011-04-05Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.Jakob Stoklund Olesen
2011-04-05only 7 more weeks to go.Chris Lattner
2011-04-05Refactor.Devang Patel
2011-04-05Document llvm/ADT/IntEqClasses.h in ProgrammersManual.htmlJakob Stoklund Olesen
2011-04-05Add an assertion instead of crashing when the scavenger goes past the endBob Wilson
2011-04-05Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky
2011-04-05The r128085 checkin modified the operand ordering for MRC/MRC2 instructions.Johnny Chen
2011-04-05Add support for detection of Intel SandyBridge.Roman Divacky
2011-04-05Fix one more batch of X86 tests to be register allocation dependent.Jakob Stoklund Olesen
2011-04-05When dead code elimination removes all but one use, try to fold the single de...Jakob Stoklund Olesen
2011-04-05Do not emit empty name.Devang Patel
2011-04-05ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error.Johnny Chen
2011-04-05Fix a typo.Andrew Trick
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick
2011-04-05LDRD now prints out two dst registers.Johnny Chen
2011-04-05Fix test-llvm failures.Johnny Chen
2011-04-05whitespaceAndrew Trick
2011-04-05An MCDisassembler has the option to not implementShantonu Sen
2011-04-05Make second source operand of LDRD pre/post explicit.Jim Grosbach
2011-04-05more notes to self.Chris Lattner
2011-04-05Constants with multiple encodings (ARM):Johnny Chen
2011-04-05Check for invalid register encodings for UMAAL and friends where:Johnny Chen
2011-04-05Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/...Owen Anderson
2011-04-05ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings
2011-04-05Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes