aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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.Jay Foad2011-07-1526-158/+85
* 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-151-0/+18
* 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-152-28/+14
* devirtualize Constant::isNullValue:Chris Lattner2011-07-151-5/+14
* start using the new helper methods a bit.Chris Lattner2011-07-154-23/+21
* add CFP::isNegative() and ConstnatInt::isNegative() methods.Chris Lattner2011-07-151-0/+9
* 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-152-23/+0
* Remove an unnecessary header from this file. I don't think this headerChandler Carruth2011-07-151-1/+0
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-1519-67/+98
* 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-1510-10/+26
* 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
* MachOObjectFile: Change isSectionText to return true for sections named text,...Benjamin Kramer2011-07-151-4/+3
* Encode that we have a personality function.Bill Wendling2011-07-151-0/+3
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-1476-175/+229
* * If we have an LSDA, we need to mark it in the encoding.Bill Wendling2011-07-141-1/+5
* Refactor.Devang Patel2011-07-142-19/+9
* Eliminate redundant LLVMContext argument.Devang Patel2011-07-142-9/+11
* Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,...Devang Patel2011-07-141-2/+3
* Link NamedMDNode before linking function bodies.Devang Patel2011-07-141-5/+5
* ARM diagnostic when 's' suffix on mnemonic that can't set flags.Jim Grosbach2011-07-141-7/+9
* * Redo the permutation encoding for frameless stacks to be more like what theBill Wendling2011-07-141-44/+73
* Add dump()Devang Patel2011-07-141-0/+16
* Add OperandTypes for Thumb branch targets.Benjamin Kramer2011-07-141-0/+3
* Port operand types for ARM and X86 over from EDIS to the .td files.Benjamin Kramer2011-07-143-1/+18
* ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach2011-07-142-3/+3
* revert r135172 until Devang and I figure out the right answer.Chris Lattner2011-07-141-3/+2
* ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach2011-07-142-8/+8
* After type-system-rewrite branch update the Cpp backend to not use OpaqueType.Nicolas Geoffray2011-07-141-103/+46
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14131-469/+1244
* simplify this logic now that GlobalAlias::isDeclaration is fixed.Chris Lattner2011-07-141-4/+2
* Fix GlobalValue::isDeclaration() to always consider aliases to be definitions.Chris Lattner2011-07-141-3/+2
* Check register class matching instead of width of type matchingEric Christopher2011-07-143-10/+15
* Reorganize ARM assembler aliases.Jim Grosbach2011-07-141-14/+19
* Add LLVMConstNamedStruct to the C api to let its users create constantsRafael Espindola2011-07-141-0/+10
* DebugLoc's don't hide any interesting types for TypeFinder to find.Chris Lattner2011-07-141-1/+1
* manually copy debugloc over to a new instruction in clone() insteadChris Lattner2011-07-141-1/+3
* Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc intoChris Lattner2011-07-141-2/+3
* Add 256-bit load/store recognition and matching in several places.Bruno Cardoso Lopes2011-07-142-4/+74
* Don't leak operands when putting them into a shift.Benjamin Kramer2011-07-141-1/+1
* Update ARM Assembly of LDM/STM.Jim Grosbach2011-07-141-5/+8
* add comments.Chris Lattner2011-07-141-1/+3
* consolidate GlobalValue::isDeclaration into one Chris Lattner2011-07-141-8/+13
* code cleanupChris Lattner2011-07-141-20/+15