Preserve the name for this variant of IRBuilder::CreateCall
[oota-llvm.git] / utils /
2011-08-10 Eric ChristopherUpdate comment.
2011-08-09 Eric Christopherclang is the new black.
2011-08-09 Owen AndersonFix an oversight in the FixedLenDecoderEmitter where...
2011-08-09 Owen AndersonCreate a new register class for the set of all GPRs...
2011-08-09 Owen AndersonReplace the existing ARM disassembler with a new one...
2011-08-08 Owen AndersonFix encodings for Thumb ASR and LSR immediate operands...
2011-08-04 Owen AndersonLDCL_POST and STCL_POST need one's-complement offsets...
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-08-02 Jim GrosbachARM: rename addrmode7 to addr_offset_none.
2011-08-01 Owen AndersonMake the FixedLengthDecoderEmitter smart enough to...
2011-08-01 Owen AndersonThe FixedLenDecoder needs to gracefully handle failing...
2011-08-01 Owen AndersonEnhance the fixed length disassembler to better handle...
2011-07-29 Owen AndersonCorrectly handle scattered operands where the bits...
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David GreeneRemove a blank line from the top.
2011-07-29 David Greene[AVX] Make DagInits Unique
2011-07-29 David Greene[AVX] Make FieldInit Unique
2011-07-29 David Greene[AVX] Make VarListElementInit Unique
2011-07-29 David Greene[AVX] Make VarBitInit Unique
2011-07-29 David Greene[AVX] Make VarInit Unique
2011-07-29 David Greene[AVX] Make TernOpInit Unique
2011-07-29 David Greene[AVX] Make BinOpInit Unique
2011-07-29 David Greene[AVX] Make UnOpInit Unique
2011-07-29 David Greene[AVX] Make ListInits Unique
2011-07-29 David Greene[AVX] Make CodeInit Unique
2011-07-29 David Greene[AVX] Make StringInit Unique
2011-07-29 David Greene[AVX] Make IntInit Unique
2011-07-29 David Greene[AVX] Make BitsInit Unique
2011-07-29 David Greene[AVX] Unique BitInit
2011-07-29 David Greene[AVX] Unique UnsetInit
2011-07-29 David Greene[AVX] Create Inits Via Factory Method
2011-07-29 David Greene[AVX] Constify Inits
2011-07-29 David Greene[AVX] Remove non-const Iterators
2011-07-29 David Greene[AVX] Remove Mutating Members from Inits
2011-07-29 David GreeneAdd ListInit::getValues
2011-07-29 David GreeneAdd a std::string Wrapper for TableGen
2011-07-29 Owen AndersonThird time's the charm for implementing tied operand...
2011-07-29 Owen AndersonFix a case where, when trying to track tied operands...
2011-07-28 Owen AndersonEnhance the fixed-length decoder emitter to support...
2011-07-28 Owen AndersonEnhance the fixed-length decoder emitter to support...
2011-07-28 Douglas GregorFix Clang attribute reader tblgen output for a correspo...
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Kevin EnderbyFix llvm-mc handing of x86 instructions that take 8...
2011-07-27 Frits van BommelUpdate CMake build for new gtest file.
2011-07-27 Jay FoadMerge gtest-1.6.0.
2011-07-26 Owen AndersonSplit am2offset into register addend and immediate...
2011-07-26 Jim GrosbachARM parsing and encoding for SVC instruction.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT16 instruction.
2011-07-23 Benjamin KramerWe always bounds check the bit set, there is no need...
2011-07-23 Benjamin KramerTurn the DenseSet in MCRegisterClass into a tblgenerate...
2011-07-23 Benjamin KramerGive TargetRegisterClass a pointer to the MCRegisterCla...
2011-07-22 Jim GrosbachARM SSAT instruction 5-bit immediate handling.
2011-07-22 Benjamin KramerUse the enum value for RegClassIDs.
2011-07-22 Benjamin KramerRemove unused variables.
2011-07-22 Benjamin KramerTeach tblgen to emit MCRegisterClasses.
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
2011-07-21 Owen AndersonSplit up the ARM so_reg ComplexPattern into so_reg_reg...
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-19 Jim GrosbachARM assembly parsing for MOV (immediate).
2011-07-18 Owen AndersonRevamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Owen AndersonRe-apply r135319 with a fix for the constant island...
2011-07-18 Jakob Stoklund OlesenIntern all RecTy subclass instances to avoid duplicates.
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-16 Owen AndersonRevert r135319 in an attempt to get to unbreak testers.
2011-07-16 Eli FriedmanMake the disassembler able to disassemble a bunch of...
2011-07-15 Owen AndersonGet rid of the separate opcodes for the Darwin versions...
2011-07-15 Kevin EnderbyHave tblgen produce code that tolerates operands that...
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-14 Chris Lattnerthough it isn't the case here, the key of a StringMap can
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-13 David Greenestruct Init -> class Init
2011-07-13 Jim GrosbachRange checking for CDP[2] immediates.
2011-07-13 Jim GrosbachGive the ARM BKPT instruction the right operand type.
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David GreeneUse get(0 Instead of Create()
2011-07-11 Evan Chengstruct Init -> class Init.
2011-07-11 David GreeneFix Build
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-11 Shantonu SenResynchronize EDInfo.h and EDEmitter.cpp.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 NAKAMURA Takumilit/LitConfig.py: Demote Win32 message "Unable to find...
2011-07-08 Eli FriedmanFix dangling pointer.
2011-07-08 Evan ChengFix a dangling reference. Patch by Dave Abrahams. pr10311
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Jim GrosbachAdd isCodeGenOnly value to the CodeGenInstruction class.
2011-07-06 Jim GrosbachTypo.
2011-07-06 Jim GrosbachDon't require pseudo-instructions to carry encoding...
2011-07-06 David GreeneAllow tagless builds and fix debug build configuration.
2011-07-06 Evan ChengRemove the AsmWriterEmitter (unused) feature that rely...
2011-07-02 Jordy RoseUse subprocess.Popen instead of popen2 to stop a deprec...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
next