summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Reduce indentation and remove commented out code.Rafael Espindola2011-01-18
* Remove some now-unused DominanceFrontier methods.Cameron Zwarich2011-01-18
* Remove code for updating dominance frontiers and some outdated references toCameron Zwarich2011-01-18
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-18
* McARM: Start marking T2 address operands as such, for the benefit of the parser.Daniel Dunbar2011-01-18
* Support/CommandLine: Add "Did you mean" print for mismatched operands.Daniel Dunbar2011-01-18
* The stub routine that we're calling uses test and so clobbersEric Christopher2011-01-18
* minor change to rafael's recent patches: if something isChris Lattner2011-01-18
* Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.Jeffrey Yasskin2011-01-18
* Remove checking that prevented overlapping CALLSEQ_START/CALLSEQ_ENDStuart Hastings2011-01-18
* Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...NAKAMURA Takumi2011-01-17
* Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...NAKAMURA Takumi2011-01-17
* lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...NAKAMURA Takumi2011-01-17
* Remove dead code, that I apparently wrote a while back. We seem to be doing ...Owen Anderson2011-01-17
* Add a missing <cctype> include, from Joerg Sonnenberger!Douglas Gregor2011-01-17
* Fix an off-by-one error in ctpop combining.Benjamin Kramer2011-01-17
* Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich2011-01-17
* Archive: Fix temp path names.Michael J. Spencer2011-01-17
* Support/raw_ostream: Fix uninitalized variable in raw_fd_ostream constructor.Michael J. Spencer2011-01-17
* Remove useless Tag enumeration.Jay Foad2011-01-17
* Split up RotateShift itinerary in SPU.Kalle Raiskila2011-01-17
* Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0.Benjamin Kramer2011-01-17
* Don't crash SPU BE with memory accesses with big alignmnet.Kalle Raiskila2011-01-17
* Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng2011-01-17
* Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich2011-01-17
* Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich2011-01-17
* UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...Michael J. Spencer2011-01-16
* Fix rename.Michael J. Spencer2011-01-16
* Provide instruction sizes for ARMv5 variants of MUL instructions.Anton Korobeynikov2011-01-16
* Update README.txt to remove the DAE enhancement.Anders Carlsson2011-01-16
* Teach DAE to look for functions whose arguments are unused, and change all ca...Anders Carlsson2011-01-16
* UnRevert "Revert the archive part of "Support/PathV2: Add identify_magic.""Michael J. Spencer2011-01-16
* Revert the archive part of "Support/PathV2: Add identify_magic."Michael J. Spencer2011-01-16
* tidy up a comment, as suggested by duncanChris Lattner2011-01-16
* Only put unnamed_addr constants in mergeable sections. Fixes PR8297.Rafael Espindola2011-01-16
* Don't merge two constants if we care about the address of both.Rafael Espindola2011-01-16
* Simplify the construction and destruction of Uses. SimplifyJay Foad2011-01-16
* fix PR8514, a bug where the "heroic" transformation of shift/and Chris Lattner2011-01-16
* Move the implementation of the User class into a new source file,Jay Foad2011-01-16
* fix PR8932, a case where arg promotion could infinitely promote.Chris Lattner2011-01-16
* simplify a littleChris Lattner2011-01-16
* add some commentaryChris Lattner2011-01-16
* if an alloca is only ever accessed as a unit, and is accessed with load/store...Chris Lattner2011-01-16
* Use an irbuilder to get some trivial constant folding when doing a storeChris Lattner2011-01-16
* remove a dead check, this was needed before we had an explicit veto on uses o...Chris Lattner2011-01-16
* enhance FoldOpIntoPhi in instcombine to try harder when a phi hasChris Lattner2011-01-16
* Spill R4 if it's going to be used to restore SP from FP.Evan Cheng2011-01-16
* remove the AllowAggressive argument to FoldOpIntoPhi. It is forced to false ...Chris Lattner2011-01-16
* more cleanups: use the IR builder.Chris Lattner2011-01-16
* tidy up code.Chris Lattner2011-01-16