summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add FIXMEJim Grosbach2010-12-101-0/+2
* Remove extraneous close parenthesis.Nick Lewycky2010-12-101-1/+1
* Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixingNick Lewycky2010-12-101-3/+4
* Attempt to get Thumb2 branch fixups working properly.Owen Anderson2010-12-102-3/+2
* Force the greedy register allocator to always use the inline spiller.Jakob Stoklund Olesen2010-12-103-7/+8
* Rip out live range splitting support from the inline spiller.Jakob Stoklund Olesen2010-12-101-56/+1
* Fix merge error in my last fix to Thumb2 vldr fixups.Owen Anderson2010-12-101-1/+1
* Fixups for Thumb2 vldr's need to have the effective PC aligned as well.Owen Anderson2010-12-102-3/+4
* The MCFixupKindInfo table needs to be in the order that the enums wereBill Wendling2010-12-101-16/+19
* Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and frie...Owen Anderson2010-12-101-0/+1
* Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.Jakob Stoklund Olesen2010-12-102-25/+10
* Add float patterns for Neon vld1-lane/dup and vst1-lane operations.Bob Wilson2010-12-101-0/+17
* Remove unused arguments.Bob Wilson2010-12-101-4/+4
* Fix encoding of Thumb1 LDRB and STRB.Owen Anderson2010-12-103-0/+18
* Trailing whitespace.Jim Grosbach2010-12-101-16/+16
* Fix Thumb2 encodings of STREX and LDREX.Owen Anderson2010-12-101-0/+12
* Revert r121520, which may have introduced miscompilations.Dan Gohman2010-12-101-11/+0
* Correct encoding of rotation immediate for Thumb2 instructions. rdar://8755999Jim Grosbach2010-12-101-4/+5
* Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726Jim Grosbach2010-12-101-4/+4
* More trivial cleanup. No need to define the EncoderMethod property type. CanJim Grosbach2010-12-102-7/+7
* Tidy up.Jim Grosbach2010-12-101-11/+8
* Trailing whitespace.Jim Grosbach2010-12-101-5/+5
* Implement PartialAlias checking in BasicAA.Dan Gohman2010-12-101-0/+11
* Fix miscompilation caused by trivial logic error in the reassignVReg()Jakob Stoklund Olesen2010-12-101-10/+16
* Minimally update this code to handle PartialAlias.Dan Gohman2010-12-101-0/+1
* Use PartialAlias to do better noalias lint checking.Dan Gohman2010-12-101-4/+6
* Teach AliasAnalysisCounter about PartialAlias.Dan Gohman2010-12-101-4/+8
* Teach AliasAnalysisEvaluator about PartialAlias.Dan Gohman2010-12-101-5/+14
* Update this code to handle PartialAlias as MayAlias.Dan Gohman2010-12-101-1/+1
* Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.Bob Wilson2010-12-101-0/+4
* Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDRJim Grosbach2010-12-101-0/+5
* Add an AllocationOrder class that can iterate over the allocatable physicalJakob Stoklund Olesen2010-12-104-1/+127
* Thumb unconditional branch binary encoding. rdar://8754994Jim Grosbach2010-12-106-3/+33
* Thumb conditional branch binary encodings. rdar://8745367Jim Grosbach2010-12-105-1/+28
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-1020-145/+363
* Mach-O: Tweak field name.Daniel Dunbar2010-12-101-1/+1
* Fix cmake build.Rafael Espindola2010-12-101-1/+0
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-1019-359/+145
* lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin...NAKAMURA Takumi2010-12-101-0/+1
* Fix the leak from r121401 of the Operands erased in the list but not deleted.Kevin Enderby2010-12-101-6/+15
* Add some missing predicates.Nate Begeman2010-12-101-2/+4
* Formalize the notion that AVX and SSE are non-overlapping extensions from the...Nate Begeman2010-12-107-49/+60
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-0919-145/+359
* Use const references.Rafael Espindola2010-12-091-10/+11
* Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of theBill Wendling2010-12-093-44/+12
* Add support for AVX to materialize +0.0 when doing scalar FP.Nate Begeman2010-12-093-2/+12
* Use the new IsAligned fixup flag to improve fixup encodings for Thumb2 branch...Owen Anderson2010-12-092-2/+4
* Initial support for nested CALLSEQ_START/CALLSEQ_END constructs in LegalizeDAG.Stuart Hastings2010-12-091-8/+24
* Remember to filter out reserved rergisters from the allocation order.Jakob Stoklund Olesen2010-12-091-1/+1
* Add a forgotten initializer for CheckedFirstInterference.Jakob Stoklund Olesen2010-12-092-2/+5