oota-llvm.git
2011-07-15 Dan GohmanLegalizeDAG doesn't need its own copy of this enum.
2011-07-15 Owen AndersonGet rid of the separate opcodes for the Darwin versions...
2011-07-15 Dan GohmanDelete LegalizeDAG's own version of isTypeLegal and...
2011-07-15 Bruno Cardoso... Fix a couple of things:
2011-07-15 Bruno Cardoso... Add a few patterns for 256-bit bitcasts. No testcases...
2011-07-15 Dan GohmanDelete an unused variable and a redundant assert.
2011-07-15 Jakob Stoklund... Extract parts of RAGreedy::splitAroundRegion as SplitKi...
2011-07-15 Dan GohmanModernize comments.
2011-07-15 Eli FriedmanPR10370: Make sure we know how to relax push correctly...
2011-07-15 Devang PatelUse DebugLoc directly to map inlined functions' instruc...
2011-07-15 Chad RosierA real testcase for r135286.
2011-07-15 Eric ChristopherUpdate these tests, no longer outputting names for...
2011-07-15 Jakub StaszakFix pointer heuristic. Check whether predicator is...
2011-07-15 Eli FriedmanA couple of minor fixes to the OCaml tutorial. PR10025...
2011-07-15 Chad RosierAdd testcase for r135286.
2011-07-15 Owen AndersonRemove VMOVDneon and VMOVQ, which are just aliases...
2011-07-15 Benjamin KramerTeach llvm-objdump to disassemble sections symbol by...
2011-07-15 Benjamin KramerObjectFile: Add a method to check whether a section...
2011-07-15 Kevin EnderbyHave tblgen produce code that tolerates operands that...
2011-07-15 Chad RosierDisable loop idiom recognition of memset/memcpy if...
2011-07-15 Owen AndersonRemove unnecessary duplicate instruction definitions...
2011-07-15 Benjamin KramerMachOObjectFile: Get symbol functions ready for 64...
2011-07-15 Frits van BommelNo need to explicitly invoke the ArrayRef constructor...
2011-07-15 Devang PatelEliminate redundant map.
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-15 Francois PichetFor my ego.
2011-07-15 Frits van BommelIn Twine::str(), if the Twine stores only a std::string...
2011-07-15 Francois PichetConvert CallInst and InvokeInst APIs to use ArrayRef...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 Chandler CarruthExplicitly cast the second argument to unsigned in...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-07-15 Evan ChengReverting r135232. It's causing infinite looping in...
2011-07-15 Chris Lattnerremove the old and dangerous uncheckedReplaceAllUsesWit...
2011-07-15 Chris Lattnerdevirtualize Constant::isNullValue:
2011-07-15 Chris Lattnerstart using the new helper methods a bit.
2011-07-15 Chris Lattneradd CFP::isNegative() and ConstnatInt::isNegative(...
2011-07-15 Chris Lattnerbump pointer allocate LLVM IR types, since they are...
2011-07-15 Chris Lattnerremove the InvalidateStructLayoutInfo API, which is...
2011-07-15 Chandler CarruthRemove an unnecessary header from this file. I don...
2011-07-15 Chandler CarruthThe *MCAsmInfo.cpp files use ADT/Triple code, so add...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-15 Bill WendlingRemove setting the bit for personality function. It...
2011-07-15 Chandler CarruthMajor update to CMake build to reflect changes in r1352...
2011-07-15 Chad RosierAdd new configure option, --with-bug-report-url, which...
2011-07-15 Devang PatelDo not get confused by multiple empty lexical scopes...
2011-07-15 Benjamin KramerOutput MachO section names in the form SEGMENT,section.
2011-07-15 Benjamin KramerAdd support for 64 bit objects to MachOObjectFile.
2011-07-15 Benjamin KramerMachOObjectFile: Change isSectionText to return true...
2011-07-15 Bill WendlingEncode that we have a personality function.
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Douglas GregorCMake: Add a new configuration option LLVM_BUILD_CLANG...
2011-07-14 Bill Wendling* If we have an LSDA, we need to mark it in the encoding.
2011-07-14 Devang PatelRefactor.
2011-07-14 NAKAMURA Takumicmake/modules/LLVMLibDeps.cmake: Update since r135184.
2011-07-14 Devang PatelEliminate redundant LLVMContext argument.
2011-07-14 Devang PatelUndo r135191 (i.e. reapply Chris's patch. Now linker...
2011-07-14 Devang PatelLink NamedMDNode before linking function bodies.
2011-07-14 Jim GrosbachARM diagnostic when 's' suffix on mnemonic that can...
2011-07-14 Bill Wendling* Redo the permutation encoding for frameless stacks...
2011-07-14 Devang PatelAdd dump()
2011-07-14 Benjamin KramerAdd OperandTypes for Thumb branch targets.
2011-07-14 Benjamin KramerPort operand types for ARM and X86 over from EDIS to...
2011-07-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-14 Jim GrosbachAdd some testcases for ARM MLA/MLS instructions.
2011-07-14 Jim GrosbachARM MCRR/MCRR2 immediate operand range checking.
2011-07-14 Chris Lattnerrevert r135172 until Devang and I figure out the right...
2011-07-14 Jim GrosbachARM MCR/MCR2 assembly parsing operand constraints.
2011-07-14 Nicolas GeoffrayAfter type-system-rewrite branch update the Cpp backend...
2011-07-14 Jim GrosbachEnable some tests we now handle correctly.
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-14 Chris Lattnersimplify this logic now that GlobalAlias::isDeclaration...
2011-07-14 Chris LattnerFix GlobalValue::isDeclaration() to always consider...
2011-07-14 Eric ChristopherCheck register class matching instead of width of type...
2011-07-14 Jim GrosbachReorganize ARM assembler aliases.
2011-07-14 Rafael EspindolaAdd LLVMConstNamedStruct to the C api to let its users...
2011-07-14 Chris LattnerDebugLoc's don't hide any interesting types for TypeFin...
2011-07-14 Chris Lattnermanually copy debugloc over to a new instruction in...
2011-07-14 Chris LattnerStop the ValueMapper from calling getAllMetadata, which...
2011-07-14 Bruno Cardoso... Add 256-bit load/store recognition and matching in...
2011-07-14 Benjamin KramerDon't leak operands when putting them into a shift.
2011-07-14 Jim GrosbachUpdate ARM Assembly of LDM/STM.
2011-07-14 Chris LattnerThe key of a StringMap can contain nul's in it, so...
2011-07-14 Chris Lattnerthough it isn't the case here, the key of a StringMap can
2011-07-14 Chris Lattneradd comments.
2011-07-14 Chris Lattnerconsolidate GlobalValue::isDeclaration into one
2011-07-14 Jim GrosbachARM ISB assembly parsing tests.
2011-07-14 Chris Lattnercode cleanup
2011-07-14 Jim GrosbachARM ISB instruction assembly parsing.
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-14 Chris Lattneradd a couple more missing C api, patch by Vitaly Lugovskiy!
2011-07-14 Richard OsborneUpdate XCoreRegisterInfo::eliminateFrameIndex() to...
2011-07-14 Frits van BommelSimplify some functions in the C API by using an ArrayR...
2011-07-14 Nadav Rotem[VECTOR-SELECT]
2011-07-14 Nadav RotemAdd assertion for the chain value type
2011-07-14 Jay FoadMention all API changes I've made since 2.9 was branched.
2011-07-14 Eric ChristopherAdd a testcase for r135123.
2011-07-14 Chris Lattneradd C api for hte new type system rewrite API. Patch...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-14 Jakob Stoklund... Reapply r135121 with a fixed copy constructor.
2011-07-14 Devang PatelSimplify.
next