aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-10The 'Raw' method cannot handle 'string' attributes. Don't even try.Bill Wendling
2013-02-10Eat the alignment keyword if we're in an attribute group.Bill Wendling
2013-02-10Add code for emitting the attribute groups.Bill Wendling
2013-02-10Add support for attribute groups in the value enumerator.Bill Wendling
2013-02-10Test Commit - Remove some trailing whitespace in R600Instructions.tdVincent Lejeune
2013-02-10Handle string attributes in the AttrBuilder.Bill Wendling
2013-02-10Use a 'continue' here to stop from double lexing.Bill Wendling
2013-02-10Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling
2013-02-10Add support for updating LiveIntervals to PHIElimination. If LiveIntervals areCameron Zwarich
2013-02-10Fix a typo.Cameron Zwarich
2013-02-10Remove ancient references to 'atomic' phis in PHIElimination that don't reallyCameron Zwarich
2013-02-10Make LiveVariables an instance variable of PHIElimination.Cameron Zwarich
2013-02-10Add accessor for the LLVMContext.Bill Wendling
2013-02-09Remove unneeded "TargetMachine.h" #includes.Jakub Staszak
2013-02-09TEMPORARY SYNTAX CHANGE!Bill Wendling
2013-02-09[NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...Justin Holewinski
2013-02-09Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner
2013-02-09LSR IVChain improvement.Andrew Trick
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak
2013-02-09Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren
2013-02-09Remove the old liveness algorithm.Jakob Stoklund Olesen
2013-02-08Enable *BasicBlockPass::createPrinterPass()Sergei Larin
2013-02-08Turn on -new-live-intervals by default.Jakob Stoklund Olesen
2013-02-08R600: Dump the function name when TargetLowering::LowerCall() failsTom Stellard
2013-02-08R600: rework flow creation in the structurizer v2Tom Stellard
2013-02-08R600: fix loop analyses in the structurizerTom Stellard
2013-02-08R600: fix PHI value adding in the structurizerTom Stellard
2013-02-08Minor cleanup.Dan Gohman
2013-02-08Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson
2013-02-08Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are theReed Kotler
2013-02-08DAGCombiner: Constant folding around pre-increment loads/storesHal Finkel
2013-02-08BBVectorize: Use TTI->getAddressComputationCostHal Finkel
2013-02-08Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson
2013-02-08Refine fix to bug 15041.Bill Schmidt
2013-02-08[SimplifyLibCalls] Library call simplification doen't work if the call site Chad Rosier
2013-02-08Typos.Jakob Stoklund Olesen
2013-02-08The patch to fix some issues in r174543 fixed the lines failing the test, but...David Tweed
2013-02-08ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer
2013-02-08Test CommitMichael Kuperstein
2013-02-08Parse the attribute group reference on a function.Bill Wendling
2013-02-08When Mips16 frames grow large, the immediate field may exceed the maximumReed Kotler
2013-02-08Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...Andrew Trick
2013-02-08Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs Bill Wendling
2013-02-07Have InstCombine call SipmlifyCall when handling calls. Test case included.Michael Ilseman
2013-02-07fix 80-col violation and fix the docs.Nadav Rotem
2013-02-07[mips] Make Filler a class and reduce indentation.Akira Hatanaka
2013-02-07Formatting.Eric Christopher
2013-02-07"Clean up" line section symbol emission by emitting the sectionEric Christopher
2013-02-07[patch] bug 15055 Add Unistd.h to OProfileWrapper.cppWill Schmidt
2013-02-07Constrain PowerPC autovectorization to fix bug 15041.Bill Schmidt