aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Explicitly cast the second argument to unsigned in order to select theChandler Carruth2011-07-151-1/+1
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-153-0/+69
* Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.Evan Cheng2011-07-151-13/+5
* remove the old and dangerous uncheckedReplaceAllUsesWith method,Chris Lattner2011-07-153-32/+14
* devirtualize Constant::isNullValue:Chris Lattner2011-07-154-60/+15
* start using the new helper methods a bit.Chris Lattner2011-07-154-23/+21
* add CFP::isNegative() and ConstnatInt::isNegative() methods.Chris Lattner2011-07-153-8/+16
* bump pointer allocate LLVM IR types, since they are never deallocated.Chris Lattner2011-07-153-38/+23
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-154-35/+0
* Remove an unnecessary header from this file. I don't think this headerChandler Carruth2011-07-151-1/+0
* The *MCAsmInfo.cpp files use ADT/Triple code, so add the Support dep.Chandler Carruth2011-07-151-3/+3
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-1521-84/+125
* Remove setting the bit for personality function. It should be set by the linker.Bill Wendling2011-07-151-3/+0
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-1511-14/+30
* Add new configure option, --with-bug-report-url, which allows users/vendors toChad Rosier2011-07-151-0/+8
* Do not get confused by multiple empty lexical scopes inlined at one location. Devang Patel2011-07-151-5/+13
* Output MachO section names in the form SEGMENT,section.Benjamin Kramer2011-07-151-2/+2
* Add support for 64 bit objects to MachOObjectFile.Benjamin Kramer2011-07-151-21/+77