summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Break the spill placement algorithm into three parts: prepare, addConstraints...Jakob Stoklund Olesen2011-04-06
* Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.Johnny Chen2011-04-06
* Add another case we are not optimizing.Rafael Espindola2011-04-06
* The original issue has been fixed by not doing unnecessary sign extensions.Rafael Espindola2011-04-06
* face+palmDevang Patel2011-04-06
* Do a topological sort of the types before writing them out.Rafael Espindola2011-04-06
* Fix a few instances of "warning: extra ';' outside of a function [-pedantic]".Frits van Bommel2011-04-06
* Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky2011-04-06
* Support using DebugLoc's in a DenseMap.Nick Lewycky2011-04-06
* Oops. Scary.Jakob Stoklund Olesen2011-04-06
* Analyze blocks with uses separately from live-through blocks without uses.Jakob Stoklund Olesen2011-04-06
* Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function.Johnny Chen2011-04-06
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-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
* Clean up some code for clarity.Bob Wilson2011-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
* 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
* Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.Jakob Stoklund Olesen2011-04-05
* Refactor.Devang Patel2011-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
* 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
* Added *hidden* flags -print-options and -print-all-options soAndrew 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
* 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
* Ensure all defs referring to a virtual register are marked dead by addRegiste...Jakob Stoklund Olesen2011-04-05
* Print visibility info for external variables.Rafael Espindola2011-04-05
* Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...Jakob Stoklund Olesen2011-04-05
* InstCombine optimizes gep(bitcast(x)) even when the bitcasts casts away addressNadav Rotem2011-04-05
* Stop precomputing last split points, query the SplitAnalysis cache on demand.Jakob Stoklund Olesen2011-04-05
* Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen2011-04-05