aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"Johnny Chen2011-04-064-1/+30
* Fix comment to use llvm 2.x syntax.Nick Lewycky2011-04-061-1/+1
* Replace const std::vector& with ArrayRef in the type creation APIs.Nick Lewycky2011-04-063-13/+15
* Keep track of the number of positively biased nodes when adding constraints.Jakob Stoklund Olesen2011-04-063-3/+16
* Break the spill placement algorithm into three parts: prepare, addConstraints...Jakob Stoklund Olesen2011-04-063-30/+39
* Fix a typo.Roman Divacky2011-04-061-1/+1
* Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.Johnny Chen2011-04-063-1/+6
* Add another case we are not optimizing.Rafael Espindola2011-04-061-0/+30
* The original issue has been fixed by not doing unnecessary sign extensions.Rafael Espindola2011-04-061-14/+17
* face+palmDevang Patel2011-04-061-4/+4
* Do a topological sort of the types before writing them out.Rafael Espindola2011-04-063-29/+71
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-061-1/+2
* add rubiniusChris Lattner2011-04-061-0/+13
* Fix a few instances of "warning: extra ';' outside of a function [-pedantic]".Frits van Bommel2011-04-061-7/+7
* This testcase passed even without the fix. Added the target info to make theNadav Rotem2011-04-061-0/+3
* Fix some typos. Minor tweaks to how some things were expressed.Duncan Sands2011-04-061-6/+5
* Trivial typo fixes.Jay Foad2011-04-062-3/+3
* Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky2011-04-062-3/+11
* Finish up the first draft of the release notes.Chris Lattner2011-04-062-118/+91
* continue writing.Chris Lattner2011-04-061-91/+98
* Support using DebugLoc's in a DenseMap.Nick Lewycky2011-04-062-0/+44
* Oops. Scary.Jakob Stoklund Olesen2011-04-061-1/+1
* Analyze blocks with uses separately from live-through blocks without uses.Jakob Stoklund Olesen2011-04-063-89/+120
* Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function.Johnny Chen2011-04-062-8/+7
* add the external users that emailed me.Chris Lattner2011-04-061-0/+110
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-064-99/+96
* some libc++ notes.Chris Lattner2011-04-061-6/+6
* some edits.Chris Lattner2011-04-061-21/+16
* distribute content out to the appropriate sectionsChris Lattner2011-04-061-192/+226
* Reapply r128946 (pseudoization of various instructions), and fix the extra im...Owen Anderson2011-04-052-65/+42
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-052-1/+4
* Sign errorJakob Stoklund Olesen2011-04-051-1/+1
* Don't crash when a value is defined after the last split point.Jakob Stoklund Olesen2011-04-051-1/+2
* Permit blocks to branch directly to a landing pad.Jakob Stoklund Olesen2011-04-051-0/+5
* Remove extraneous 'return'.Jim Grosbach2011-04-051-2/+1
* Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal...Johnny Chen2011-04-052-4/+13
* finished my pass through all the 2.9 commits, now to make this intelligibleChris Lattner2011-04-051-13/+32
* mention llvm::ArrayRef, which should be use much more pervasively thanChris Lattner2011-04-051-0/+16
* Clean up some code for clarity.Bob Wilson2011-04-051-5/+24
* Provide an empty virtual destructor to go with the virtual methods inChandler Carruth2011-04-051-0/+1
* Revert r128946 while I figure out why it broke the buildbots.Owen Anderson2011-04-052-38/+64
* A7.3 register encodingJohnny Chen2011-04-053-1/+21
* Add support to encode function's template parameters.Devang Patel2011-04-055-7/+27
* Give RSBS and RSCS the pseudo treatment.Owen Anderson2011-04-052-64/+38
* ARM disassembler was erroneously accepting an invalid RSC instruction.Johnny Chen2011-04-052-0/+15
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-059-904/+3
* docs/ReleaseNotes.html: Please use proper *Heading* elements instead of class...NAKAMURA Takumi2011-04-051-61/+61
* ARM disassembler was erroneously accepting an invalid LSL instruction.Johnny Chen2011-04-052-0/+13
* Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...Owen Anderson2011-04-053-80/+76
* remove graphprinter support for domfrontier.Chris Lattner2011-04-053-14/+5