aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr...Pete Cooper2012-01-182-16/+24
* Thumb2 load/store fixups don't set the thumb bit.Jim Grosbach2012-01-181-4/+8
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-183-9/+27
* Add a CoveredBySubRegs property to Register descriptions.Jakob Stoklund Olesen2012-01-188-14/+53
* [lit] Add a --filter option which is useful when dealing with virtual testDaniel Dunbar2012-01-181-0/+18
* Remove unneeded include.Jakub Staszak2012-01-171-1/+0
* Implement ARMBaseRegisterInfo::getCallPreservedMask().Jakob Stoklund Olesen2012-01-173-19/+17
* Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach2012-01-171-0/+1
* Move X86 callee saved register lists to the X86CallConv .td file.Jakob Stoklund Olesen2012-01-173-37/+37
* Add TableGen support for callee saved registers.Jakob Stoklund Olesen2012-01-174-0/+67
* Test case renameAndrew Trick2012-01-171-0/+0
* Move includes to the .cpp file.Jakub Staszak2012-01-172-2/+2
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-174-7/+9
* Tidy up.Jim Grosbach2012-01-171-2/+2
* Intel syntax: Fix parser match class to check memory operand size.Devang Patel2012-01-172-3/+5
* Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.Nadav Rotem2012-01-174-9/+66
* Intel syntax: Parse "BYTE PTR [RDX + RCX]"Devang Patel2012-01-172-0/+6
* Trailing spaces.Jakub Staszak2012-01-171-22/+21
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-176-1/+177
* Add a new PassManagerBuilder customization point,Dan Gohman2012-01-172-0/+6
* Untabify.Devang Patel2012-01-171-12/+12
* Intel syntax: Do not unncessarily create plus expression for memory operand d...Devang Patel2012-01-172-2/+3
* Intel syntax: Ignore mnemonic aliases.Devang Patel2012-01-172-1/+11
* Remove "XFAIL: arm" from test/ExecutionEngine/test-return.llEli Bendersky2012-01-171-1/+0
* Intel syntax: Robustify memory operand parsing.Devang Patel2012-01-172-51/+121
* Add an LLDB data formatter script for llvm::SmallVector, maybe this is helpfu...Benjamin Kramer2012-01-171-0/+53
* Removes template magic to build up containers.Manuel Klimek2012-01-172-131/+212
* Fix warning.Nadav Rotem2012-01-171-1/+1
* Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELFEli Bendersky2012-01-177-0/+244
* Fix 11769.Nadav Rotem2012-01-172-1/+19
* Teach DAG combiner to turn a BUILD_VECTOR of UNDEFs into an UNDEF of vector t...Craig Topper2012-01-171-4/+8
* Remove unnecessary AVX check from an assert. hasSSE2 is enough.Craig Topper2012-01-171-2/+1
* Provide better messages in llvm_unreachable.David Blaikie2012-01-172-2/+2
* misched: Inital interface and implementation for ScheduleTopDownLive and Shuf...Andrew Trick2012-01-171-17/+130
* Renamed MachineScheduler to ScheduleTopDownLive.Andrew Trick2012-01-176-53/+65
* Moving options declarations around.Andrew Trick2012-01-174-14/+7
* LSR fix: broaden the check for loop preheaders.Andrew Trick2012-01-172-5/+126
* Fix a crasher when PerformShiftCombine receives a BUILD_VECTOR of all UNDEF. ...Craig Topper2012-01-171-0/+5
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-1711-15/+11
* Add 148175 back. I am unable to reproduce any non determinism in a dragoneggRafael Espindola2012-01-171-2/+4
* Makefile: add missing files to FilesToConfigDylan Noblesmith2012-01-172-3/+10
* Changed flag operand of ISD::FP_ROUND to TargetConstant as it should not get ...Pete Cooper2012-01-171-2/+3
* add some missing const qualifiers.Chris Lattner2012-01-171-2/+2
* Add portable bit mask operations to BitVector.Jakob Stoklund Olesen2012-01-172-0/+109
* Fix typo in comment.Lang Hames2012-01-171-1/+1
* Tidy up.Jim Grosbach2012-01-164-5/+5
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-166-4/+50
* MCJIT handle a few more simple x86 relocations for MachO.Jim Grosbach2012-01-161-4/+5
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-169-26/+3
* Cleanup PPC RLWINM8 vs RLWINMHal Finkel2012-01-161-1/+1