summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-05
* Just use BL all the time. It's safer that way.Eric Christopher2011-04-05
* Revert 123704; it broke threaded LLVM.Stuart Hastings2011-04-05
* Fix SRS/SRSW encoding bits.Johnny Chen2011-04-05
* A8.6.105 MULJohnny Chen2011-04-04
* RFE encoding should also specify the "should be" encoding bits.Johnny Chen2011-04-04
* Add missing file from r128851.Jim Grosbach2011-04-04
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Make OpcodeMask an unsigned long long literal to deal with overflow.Joerg Sonnenberger2011-04-04
* Allow coalescing with reserved physregs in certain cases:Jakob Stoklund Olesen2011-04-04
* Extract physreg joining policy to a separate method.Jakob Stoklund Olesen2011-04-04
* Fix incorrect alignment for NEON VST2b32_UPD.Johnny Chen2011-04-04