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