summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin...NAKAMURA Takumi2010-12-10
* Fix the leak from r121401 of the Operands erased in the list but not deleted.Kevin Enderby2010-12-10
* Add some missing predicates.Nate Begeman2010-12-10
* Formalize the notion that AVX and SSE are non-overlapping extensions from the...Nate Begeman2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Use const references.Rafael Espindola2010-12-09
* Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of theBill Wendling2010-12-09
* Add support for AVX to materialize +0.0 when doing scalar FP.Nate Begeman2010-12-09
* Use the new IsAligned fixup flag to improve fixup encodings for Thumb2 branch...Owen Anderson2010-12-09
* Initial support for nested CALLSEQ_START/CALLSEQ_END constructs in LegalizeDAG.Stuart Hastings2010-12-09
* Remember to filter out reserved rergisters from the allocation order.Jakob Stoklund Olesen2010-12-09
* Add a forgotten initializer for CheckedFirstInterference.Jakob Stoklund Olesen2010-12-09
* Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson2010-12-09
* Rename CB/CBZ specific fixup accordingly.Jim Grosbach2010-12-09
* Add assert to catch an attempt to emit .byte 256Devang Patel2010-12-09
* Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby2010-12-09
* Rename the encoder method for t_cbtarget to match.Jim Grosbach2010-12-09
* Thumb needs a few different encoding schemes for branch targets. RenameJim Grosbach2010-12-09
* ARM stm/ldm instructions require more than one register in the register list.Jim Grosbach2010-12-09
* Added register reassignment prototype to RAGreedy. It's a simpleAndrew Trick2010-12-09
* Support/Windows/PathV2: Fix header comment.Michael J. Spencer2010-12-09
* Fix whitespace.Michael J. Spencer2010-12-09
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-09
* Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer2010-12-09
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-09
* Fix delay slot filler for non mips1 targets. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-09
* Dont' feed ILA two inputs - it takes just one.Kalle Raiskila2010-12-09
* tidy up.Jim Grosbach2010-12-09
* 80 columns.Jim Grosbach2010-12-09
* enhance memcpyopt to zap memcpy's that have the same src/dst.Chris Lattner2010-12-09
* fix PR8753, eliminating a case where we'd infinitely make a Chris Lattner2010-12-09
* Rewrite the darwin tlv support to use a chain and return to copyingEric Christopher2010-12-09
* Take the first step towards making LVI non-recursive: get rid of the LVIQuery...Owen Anderson2010-12-09
* 80-col fixups.Eric Christopher2010-12-09
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-09
* Fix encoding of the immediate operands on post-indexed LDR and friends.Owen Anderson2010-12-09
* Really check that the bits that will become zero are actually already zeroDan Gohman2010-12-09
* Fix up some comments.Eric Christopher2010-12-09
* Fix Thumb2 fixups for ldr.Owen Anderson2010-12-09
* Add a textual message to the assert.Jim Grosbach2010-12-09
* Add a sanity check assert() for t2ADD/SUBrSPi instructions that they really areJim Grosbach2010-12-09
* When using multiple instructions to reference a frame index, make sure toJim Grosbach2010-12-09
* The add/sub SP instructions are really pseudos. The assembler should ignoreJim Grosbach2010-12-09
* IntervalMap iterators are heavyweight, so avoid copying them around and useJakob Stoklund Olesen2010-12-09
* Remove unused variablesMatt Beaumont-Gay2010-12-09
* Fix typo in Thumb2 branch fixup.Owen Anderson2010-12-09
* Stop confusing people, it's not really a chain, or a tumor.Eric Christopher2010-12-09
* Remove extraneous semicolon.Bill Wendling2010-12-09
* Attempt to make the bit-twiddling readable resulted in the binary value beingBill Wendling2010-12-09