Goodbye, JSONParser...
[oota-llvm.git] / lib / CodeGen /
2012-04-17 Lang HamesSlotIndexes used to store the index list in a crufty...
2012-04-16 Eric ChristopherMake comment here more clear.
2012-04-16 Chandler CarruthFix updateTerminator to be resiliant to degenerate...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-16 Chandler CarruthAdd a somewhat hacky heuristic to do something differen...
2012-04-16 Chandler CarruthTweak the loop rotation logic to check whether the...
2012-04-16 Hal FinkelRemove dead SD nodes after the combining pass. Fixes...
2012-04-16 Chandler CarruthRewrite how machine block placement handles loop rotation.
2012-04-15 Nadav RotemWhen emulating vselect using OR/AND/XOR make sure to...
2012-04-13 Andrew Trickmisched: Added CanHandleTerminators.
2012-04-13 Benjamin KramerReduce malloc traffic in DwarfAccelTable
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-04-11 Nadav RotemReapply 154397. Original message:
2012-04-11 Craig TopperFix an overly indented line. Remove an 'else' after...
2012-04-11 Craig TopperInline implVisitAluOverflow by introducing a nested...
2012-04-11 Craig TopperOptimize code a bit by calling push_back only once...
2012-04-11 Jakob Stoklund OlesenTweak MachineLICM heuristics for cheap instructions.
2012-04-11 Jakob Stoklund OlesenOnly check for PHI uses inside the current loop.
2012-04-10 Owen AndersonMove the constant-folding support for FP_ROUND in Selec...
2012-04-10 Duncan SandsAdd a comment noting that the fdiv -> fmul conversion...
2012-04-10 Eric ChristopherTo ensure that we have more accurate line information...
2012-04-10 Owen AndersonRevert r154397, which was causing make check failures...
2012-04-10 Nadav RotemFix a dagcombine optimization which assumes that the...
2012-04-10 Chandler CarruthMake a somewhat subtle change in the logic of block...
2012-04-10 Anton KorobeynikovTransform div to mul with reciprocal only when fp imm...
2012-04-10 Evan ChengMake the code slightly more palatable.
2012-04-10 Evan ChengFix a long standing tail call optimization bug. When...
2012-04-10 Rafael EspindolaDon't try to zExt just to check if an integer constant...
2012-04-09 Akira HatanakaHave TargetLowering::getPICJumpTableRelocBase return...
2012-04-09 Lang HamesPatch r153892 for PR11861 apparently broke an external...
2012-04-09 Rafael EspindolaPattern match a setcc of boolean value with 0 as a...
2012-04-09 Craig TopperRemove unnecessary type check when combining and/or...
2012-04-09 Craig TopperRemove unnecessary 'else' on an 'if' that always returns
2012-04-09 Craig TopperOptimize code slightly. No functionality change.
2012-04-09 Craig TopperReplace some explicit checks with asserts for condition...
2012-04-08 Craig TopperOptimize code a bit. No functional change intended.
2012-04-08 Benjamin KramerSilence sign-compare warning.
2012-04-08 Duncan SandsOnly have codegen turn fdiv by a constant into fmul...
2012-04-08 Craig TopperSimplify code that tries to do vector extracts for...
2012-04-08 Chandler CarruthMove the TLSModel information into the TargetMachine...
2012-04-08 Chandler CarruthRemove an over zealous assert. The assert was trying...
2012-04-08 Chandler CarruthAdd a debug-only 'dump' method to the BlockChain struct...
2012-04-07 Craig TopperTurn avx2 vinserti128 intrinsic calls into INSERT_SUBVE...
2012-04-07 Craig TopperRemove 'else' after 'if' that ends in return.
2012-04-07 Nadav Rotem1. Remove the part of r153848 which optimizes shuffle...
2012-04-07 Duncan SandsConvert floating point division by a constant into...
2012-04-05 Eric ChristopherPatch to set is_stmt a little better for prologue lines...
2012-04-05 Jakob Stoklund OlesenDon't break the IV update in TLI::SimplifySetCC().
2012-04-05 Owen AndersonTreat f16 the same as f80/f128 for the purposes of...
2012-04-04 Pete CooperREG_SEQUENCE expansion to COPY instructions wasn't...
2012-04-04 Pete Cooperf16 FREM can now be legalized by promoting to f32
2012-04-04 Jakob Stoklund OlesenRemove spurious debug output.
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-04 Craig TopperRemove default case from switch that was already coveri...
2012-04-04 Pete CooperRemoved useless switch for default case when switch...
2012-04-03 Pete CooperAdd VSELECT to LegalizeVectorTypes::ScalariseVectorResu...
2012-04-03 Pete CooperRemoved one last bad continue statement meant to be...
2012-04-03 Chad RosierFix an issue in SimplifySetCC() specific to vector...
2012-04-03 Eric ChristopherFix thinko check for number of operands to be the one...
2012-04-03 Eric ChristopherAdd a line number for the scope of the function (starti...
2012-04-03 Pete CooperFixes to r153903. Added missing explanation of behavio...
2012-04-02 Pete CooperMoved LiveRangeEdit.h so that it can be called from...
2012-04-02 Jakob Stoklund OlesenAllocate virtual registers in ascending order.
2012-04-02 Pete CooperRefactored the LiveRangeEdit interface so that MachineF...
2012-04-02 Owen AndersonAdd predicates for checking whether targets have free...
2012-04-02 Lang HamesDuring two-address lowering, rescheduling an instructio...
2012-04-02 Eric ChristopherTurn on the accelerator tables for Darwin.
2012-04-02 Nadav RotemOptimizing swizzles of complex shuffles may generate...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-04-01 Nadav RotemThis commit contains a few changes that had to go in...
2012-04-01 Lang HamesFix typo.
2012-04-01 Andrew Trickmisched: Add finalizeScheduler to complete the target...
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-30 Bill WendlingIf we have a VLA that has a "use" in a metadata node...
2012-03-29 Eric ChristopherAdd support for objc property decls according to the...
2012-03-28 Jakob Stoklund OlesenEnable machine code verification in the entire code...
2012-03-28 Jakob Stoklund OlesenEnable machine code verification after PreSched2 passes.
2012-03-28 Jakob Stoklund OlesenAlso verify after ExpandPostRAPseudos.
2012-03-28 Jakob Stoklund OlesenEnable machine code verification after the late machine...
2012-03-28 Jakob Stoklund OlesenSkip liveness verification when MRI->tracksLiveness...
2012-03-28 Jakob Stoklund OlesenAllow removeLiveIn to be called with a register that...
2012-03-28 Pete CooperFixed commuteInstructions bug where if its called pre...
2012-03-28 Eric ChristopherMore debug output.
2012-03-28 Eric ChristopherFix the output of the DW_TAG_friend tag to include...
2012-03-27 Lang HamesUse a SmallVector and linear lookup instead of a DenseS...
2012-03-27 Eric ChristopherUse DW_AT_low_pc for a single entry point into a routine.
2012-03-27 Jakob Stoklund OlesenPrint SSA and liveness tracking flags in MF::print().
2012-03-27 Jakob Stoklund OlesenBranch folding may invalidate liveness.
2012-03-27 Chris Lattnerfix what looks like a real logic bug, found by PVS...
2012-03-27 Jakob Stoklund OlesenAdd an MRI::tracksLiveness() flag.
2012-03-27 Evan ChengPost-ra LICM should take care not to hoist an instructi...
2012-03-27 Lang HamesDuring MachineCopyPropagation a register may be the...
2012-03-26 Lang HamesAdd a debug option to dump PBQP graphs during register...
2012-03-26 Eric ChristopherUse the file in the inlined die rather than the compile...
2012-03-26 Benjamin KramerNo need to do an expensive stable sort for a bunch...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-26 Eric ChristopherAdd a debug statement.
2012-03-24 Hal FinkelAdd the ability to promote legal integer VAARGs. This...
2012-03-23 Jim GrosbachPretty-printing comments for literal floating point...
2012-03-23 Lang HamesAdd support for register masks to PBQP.
next