aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Android.mk.Nowar Gu2011-07-171-0/+1
* Merge upstream to r135360 at Sun. 17th July 2011.Nowar Gu2011-07-1710-27/+141
|\
| * tidy upChris Lattner2011-07-171-9/+9
| * Silence compiler warnings.Benjamin Kramer2011-07-161-5/+4
| * Remove unused LoopRanges from RegAllocGreedy.Jakub Staszak2011-07-161-6/+0
| * Remove "LoopInfo.h" include from BranchProbabilityInfo.h.Jakub Staszak2011-07-162-5/+8
| * Add MachineBlockFrequency analysis.Jakub Staszak2011-07-165-2/+120
* | Fix Android.mk.Nowar Gu2011-07-1614-40/+132
* | Merge upstream to r135343 at Sat. 16th July 2011.Nowar Gu2011-07-16793-15693/+17000
|\ \ | |/
| * Revert r135319 in an attempt to get to unbreak testers.Owen Anderson2011-07-163-28/+55
| * More minor adjustments.Eric Christopher2011-07-161-10/+10
| * Silence unused variable warningMatt Beaumont-Gay2011-07-161-0/+1
| * Make the disassembler able to disassemble a bunch of instructions with names ...Eli Friedman2011-07-163-1/+53
| * indvars: fix a pass-sensitivity issue that would hit the SCEVExpanderAndrew Trick2011-07-161-2/+13
| * indvars: remove ExprToIVMap because it won't be needed by LFTR.Andrew Trick2011-07-161-9/+3
| * Fix SCEVEXpander to handle arbitrary phi expansion. Includes twoAndrew Trick2011-07-162-9/+20
| * Add AVX 128-bit patterns for sint_to_fpBruno Cardoso Lopes2011-07-162-1/+53
| * Finish propagating %asmtmp->%1 change.Eric Christopher2011-07-162-2/+2
| * He said *before* the last split point.Jakob Stoklund Olesen2011-07-161-1/+1
| * fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner2011-07-152-1/+34
| * deconstify getType()'s.Chris Lattner2011-07-152-4/+4
| * LegalizeDAG doesn't need its own copy of this enum.Dan Gohman2011-07-151-7/+1
| * Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...Owen Anderson2011-07-153-55/+28
| * Delete LegalizeDAG's own version of isTypeLegal and getTypeActionDan Gohman2011-07-151-26/+16
| * Fix a couple of things:Bruno Cardoso Lopes2011-07-152-61/+52
| * Add a few patterns for 256-bit bitcasts. No testcases now, they areBruno Cardoso Lopes2011-07-151-0/+9
| * Delete an unused variable and a redundant assert.Dan Gohman2011-07-151-9/+1
| * Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-154-299/+311
| * Modernize comments.Dan Gohman2011-07-151-7/+4
| * PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman2011-07-152-5/+8
| * Use DebugLoc directly to map inlined functions' instructions to respective le...Devang Patel2011-07-152-5/+9
| * A real testcase for r135286.Chad Rosier2011-07-151-36/+19
| * Update these tests, no longer outputting names for the variables.Eric Christopher2011-07-152-6/+6
| * Fix pointer heuristic. Check whether predicator is ICMP_NE instead of if it isJakub Staszak2011-07-151-2/+2
| * A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...Eli Friedman2011-07-151-5/+6
| * Add testcase for r135286.Chad Rosier2011-07-151-0/+47
| * Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson2011-07-158-26/+21
| * Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-152-23/+60
| * ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-155-0/+50
| * Have tblgen produce code that tolerates operands that return an invalid match...Kevin Enderby2011-07-151-0/+4
| * Disable loop idiom recognition of memset/memcpy if the function being compiledChad Rosier2011-07-151-0/+5
| * Remove unnecessary duplicate instruction definitions that simply overloaded t...Owen Anderson2011-07-151-9/+8
| * MachOObjectFile: Get symbol functions ready for 64 bit.Benjamin Kramer2011-07-151-13/+58
| * No need to explicitly invoke the ArrayRef constructor here.Frits van Bommel2011-07-151-1/+1
| * Eliminate redundant map.Devang Patel2011-07-152-12/+3
| * Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi2011-07-155-10/+10
| * For my ego.Francois Pichet2011-07-151-0/+4
| * In Twine::str(), if the Twine stores only a std::string, just return a direct...Frits van Bommel2011-07-151-3/+8
| * Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-156-10/+10
| * Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-1530-317/+144