summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* make fast isel fall back to selectiondags for VLA llvm.declare intrinsics.Chris Lattner2009-02-12
* Add operator->, patch by Ben Laurie!Chris Lattner2009-02-12
* add PRChris Lattner2009-02-12
* This code doesn't actually use the ExitingBlocks list.Dan Gohman2009-02-12
* It's (currently) not safe to keep certain physical registers live across basi...Evan Cheng2009-02-12
* Oops. Last second clean up messed things up.Evan Cheng2009-02-12
* If availability info is kept when fallthrough into a bb, add the available re...Evan Cheng2009-02-12
* Replace one of burr scheduling heuristic with something more sensible. Now ca...Evan Cheng2009-02-12
* Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge2009-02-12
* Fix MingW build, patch by Kenneth Boyd!Julien Lerouge2009-02-12
* Fix a nasty bug (PR3550) where the inline pass could incorrectly mark Chris Lattner2009-02-12
* improve naming of values in GVN, patch by Jay Foad!Chris Lattner2009-02-12
* fix PR3537: if resetting bbi back to the start of a block, we need toChris Lattner2009-02-12
* rename test to avoid messing with tab completion of dates.Chris Lattner2009-02-12
* Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...Ted Kremenek2009-02-12
* Don't mark all args to strtod and friends as nocapture.Nick Lewycky2009-02-12
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-12
* Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.Evan Cheng2009-02-11
* Remove a bogus assertion. It's possible a live-in available value is used by ...Evan Cheng2009-02-11
* the two non-mask arguments to a shufflevector must be the same width, but the...Nate Begeman2009-02-11
* Edit description of floating point constants toDale Johannesen2009-02-11
* Fill in a glaring omission in derived User classes, namelyGabor Greif2009-02-11
* Propagate DebugLoc info for spiller call-backs.Bill Wendling2009-02-11
* Fix a comment.Dan Gohman2009-02-11
* Don't use special heuristics for nodes with no data predecessorsDan Gohman2009-02-11
* Add FoldingSet profile method for bools. Patch by Ben Laurie!Ted Kremenek2009-02-11
* Update to match space changes in .llDaniel Dunbar2009-02-11
* Delete the heuristic for non-livein CopyFromReg nodes. Non-liveinnessDan Gohman2009-02-11
* Don't try to set an EFLAGS operand to dead if no instruction was created.Dan Gohman2009-02-11
* Make a transformation added in 63266 a bit less aggressive.Dale Johannesen2009-02-11
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-11
* Revert r64299: it breaks the build when configuredDuncan Sands2009-02-11
* These uses of "inline" can cause strange link-timeDuncan Sands2009-02-11
* Make sure the SCC pass manager initializes any containedDuncan Sands2009-02-11
* Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky2009-02-11
* Implement PR3495: local spiller optimization. The local spiller can now keep ...Evan Cheng2009-02-11
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-11
* 62987 disables LTO build on darwin.Devang Patel2009-02-11
* If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel2009-02-11
* Don't print extra spaces in vector and array constants. This makesDan Gohman2009-02-11
* It isn't necessary to explicitly clear the contents of std::vectorDan Gohman2009-02-11
* Don't try to strip a file we just moved.Bill Wendling2009-02-11
* Use iterators to iterate through the Preds array instead ofDan Gohman2009-02-11
* Consider any instruction that modifies the stack pointer to beDan Gohman2009-02-10
* Factor out more code for computing register live-range informationforDan Gohman2009-02-10
* Ignore dbg intrinsic while folding unconditional branch.Devang Patel2009-02-10
* Handle llvm.x86.sse2.maskmov.dqu in 64-bit.Evan Cheng2009-02-10
* 80 col violations.Evan Cheng2009-02-10
* This is now done using a real i33, rather thanDuncan Sands2009-02-10
* Use early exits. Reduce indentation.Devang Patel2009-02-10