Clean up a pile of hacks in our CMake build relating to TableGen.
[oota-llvm.git] / lib / CodeGen /
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Eli FriedmanMake sure this DAGCombine actually returns an UNDEF...
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-07-25 Jakob Stoklund OlesenAdd an RS_Split2 stage used for loop prevention.
2011-07-25 Jakob Stoklund OlesenRename live range stages to better reflect how they...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-24 Jakob Stoklund OlesenNever extend live ranges for <undef> uses.
2011-07-24 Jakob Stoklund OlesenCorrectly handle <undef> tied uses when rewriting after...
2011-07-23 Jakob Stoklund OlesenAdd RAGreedy::calcCompactRegion.
2011-07-23 Jakob Stoklund OlesenFix bug in SplitEditor::splitLiveThroughBlock when...
2011-07-23 Jakob Stoklund OlesenPrepare RAGreedy::growRegion for compact regions.
2011-07-23 Jakob Stoklund OlesenAdd a simple method for marking blocks with interferenc...
2011-07-23 Jakob Stoklund OlesenAllow null interference cursors to be queried.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-22 Jay FoadFix more MSVC warnings caused by a cases I missed when...
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-22 Jakub StaszakAllow getBlockFreq to return 0.
2011-07-22 Jakub StaszakRevert patch which broke some IfConversion tests.
2011-07-22 Jakub StaszakFix typo in #include which revealed in the case-sensiti...
2011-07-21 Jakub StaszakUse MachineBranchProbabilityInfo instead of MachineLoop...
2011-07-21 Jakub StaszakAdd missing getAnalysisUsage in MachineBlockFrequency.
2011-07-20 Devang PatelRefactor.
2011-07-20 Devang PatelThere are two ways to map a variable to its lexical...
2011-07-20 Devang PatelWhile emitting constant value, look through derived...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Eli FriedmanPR10421: Fix a straightforward bug in the widening...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengFix an obvious typo that's preventing x86 (32-bit)...
2011-07-19 Devang PatelDistinguish between two copies of one inlined variable.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Devang PatelRevert r135423.
2011-07-19 Bill WendlingAdd a frame with the compact unwind encoding if it...
2011-07-19 Bill WendlingRename CompactEncoding to CompactUnwindEncoding.
2011-07-18 Bill WendlingMove the compact encoding from the target-specific...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-07-18 Jakob Stoklund OlesenFix a crash when building 177.mesa for armv6.
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Jakob Stoklund OlesenFix PR10387.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-17 Nadav RotemMinor code cleanups
2011-07-16 Jakub StaszakRemove unused LoopRanges from RegAllocGreedy.
2011-07-16 Jakub StaszakAdd MachineBlockFrequency analysis.
2011-07-16 Matt Beaumont-GaySilence unused variable warning
2011-07-16 Jakob Stoklund OlesenHe said *before* the last split point.
2011-07-15 Dan GohmanLegalizeDAG doesn't need its own copy of this enum.
2011-07-15 Dan GohmanDelete LegalizeDAG's own version of isTypeLegal and...
2011-07-15 Dan GohmanDelete an unused variable and a redundant assert.
2011-07-15 Jakob Stoklund OlesenExtract parts of RAGreedy::splitAroundRegion as SplitKi...
2011-07-15 Dan GohmanModernize comments.
2011-07-15 Devang PatelUse DebugLoc directly to map inlined functions' instruc...
2011-07-15 Devang PatelEliminate redundant map.
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 Evan ChengReverting r135232. It's causing infinite looping in...
2011-07-15 Devang PatelDo not get confused by multiple empty lexical scopes...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Devang PatelRefactor.
2011-07-14 Devang PatelEliminate redundant LLVMContext argument.
2011-07-14 Eric ChristopherCheck register class matching instead of width of type...
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-14 Nadav Rotem[VECTOR-SELECT]
2011-07-14 Nadav RotemAdd assertion for the chain value type
2011-07-14 Jakob Stoklund OlesenReapply r135121 with a fixed copy constructor.
2011-07-14 Devang PatelSimplify.
2011-07-14 Benjamin KramerDon't emit a bit test if there is only one case the...
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-07-14 Eric ChristopherAdd a dag combine pattern for folding C2-(A+C1) ->...
2011-07-14 Jakob Stoklund OlesenRevert r135121 which broke a gcc-4.2 builder.
2011-07-14 Jakob Stoklund OlesenCount references to interference cache entries.
2011-07-14 Devang PatelSimplify. Compile unit check inside hasValidLocation...
2011-07-14 Jakob Stoklund OlesenReapply r135074 and r135080 with a fix.
2011-07-14 Devang PatelFix typo in DEBUG message.
2011-07-14 Devang PatelAdd DEBUG messages.
2011-07-13 Jakob Stoklund OlesenRevert r135074 and r135080. They broke clamscan.
2011-07-13 Jakob Stoklund OlesenOnly keep the global split candidates that work out.
2011-07-13 Jakob Stoklund OlesenMove the InterferenceCache cursor into the GlobalSplitC...
2011-07-13 Evan ChengFix up TargetLoweringObjectFile ctors to properly initi...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-10 Jakub StaszakUse BranchProbability instead of floating points in...
2011-07-10 Jakub StaszakDon't analyze block if it's not considered for ifcvt...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-09 Jakob Stoklund OlesenOops, didn't mean to commit that.
2011-07-09 Jakob Stoklund OlesenHoist spills within a basic block.
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Jakob Stoklund OlesenBe more aggressive about following hints.
2011-07-08 Devang PatelRefactor.
2011-07-08 Devang PatelMake provision to have floating point constants in...
2011-07-08 Benjamin KramerApparently we can't expect a BinaryOperator here.
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
next