aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-29bounds checking:Nuno Lopes
2012-05-29Optional def can be either a def or a use (of reg0).Evan Cheng
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-29Clear the entering, exiting and internal ranges of a bundle before collectingLang Hames
2012-05-29Update CPPBackend to new API for AttrListPtr::get.Nicolas Geoffray
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-28Add llvm.fabs intrinsic.Peter Collingbourne
2012-05-28Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).Benjamin Kramer
2012-05-28InstCombine: Fix infinite loop when encountering switch on trivial icmp.Benjamin Kramer
2012-05-28Remove unused variable.David Blaikie
2012-05-28PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge
2012-05-28Random BitcodeReader cleanups.Benjamin Kramer
2012-05-28PR1255: Case RangesStepan Dyatkovskiy
2012-05-28Implement the indirect counter increment code in a better way. Instead ofBill Wendling
2012-05-28switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner
2012-05-28simplify code.Chris Lattner
2012-05-27PR12967: Don't crash when trying to fold a shift that's larger than the type'...Benjamin Kramer
2012-05-27Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...Chris Lattner
2012-05-27Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne
2012-05-27move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner
2012-05-27enhance the intrinsic info table to encode what *kind* of Any argumentChris Lattner
2012-05-27Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi
2012-05-27Missed parens.Benjamin Kramer
2012-05-27r157525 didn't work, just disable iterator checking.Benjamin Kramer
2012-05-27SDAGBuilder: Avoid iterator invalidation harder.Benjamin Kramer
2012-05-26SDAGBuilder: Don't create an invalid iterator when there is only one switch c...Benjamin Kramer
2012-05-26SelectionDAGBuilder: When emitting small compare chains for switches order th...Benjamin Kramer
2012-05-26Since commit 157467, if reassociate isn't actually going to change an expressionDuncan Sands
2012-05-26SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...Benjamin Kramer
2012-05-26Add support for branch weight metadata to MDBuilder and use it in various pla...Benjamin Kramer
2012-05-26ScoreboardHazardRecognizer: Remove dead conditional in debug code.Benjamin Kramer
2012-05-26Move this debug statement earlier so it is easy to see the order inDuncan Sands
2012-05-25The llvm_gcda_increment_indirect_counter function writes to the arguments thatBill Wendling
2012-05-25Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion ofAkira Hatanaka
2012-05-25bounds checking: add support for byval argumentsNuno Lopes
2012-05-25Delete MipsExpandPseudo.cpp.Akira Hatanaka
2012-05-25Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.Akira Hatanaka
2012-05-25Remove the code that expands MIPS' .cpload directive.Akira Hatanaka
2012-05-25Remove the code that emits MIPS' .cprestore directive.Akira Hatanaka
2012-05-25Remove pseudo instructions that are no longer used.Akira Hatanaka
2012-05-25boundschecking:Nuno Lopes
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-05-25Make the reassociation pass more powerful so that it can handle expressionsDuncan Sands
2012-05-25misched: trace formattingAndrew Trick
2012-05-25Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen
2012-05-25Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman
2012-05-24Silence unused variable warnings from when assertions are disabled.Kaelyn Uhrain
2012-05-24misched: Use the same scheduling heuristics with -misched-topdown/bottomup.Andrew Trick
2012-05-24Shrink.Jakob Stoklund Olesen
2012-05-24Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen