summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison2013-03-25
* InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison2013-03-25
* Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman2013-03-25
* [NVPTX] Fix handling of vector argumentsJustin Holewinski2013-03-24
* Clean up Sparc patterns.Jakob Stoklund Olesen2013-03-24
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-24
* Minor cleanups. No functionality change.Jakub Staszak2013-03-24
* Use dyn_cast instead of isa && cast.Jakub Staszak2013-03-24
* Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen2013-03-24
* PPC ZERO register needs a register number of 0.Hal Finkel2013-03-23
* Note in PPCFunctionInfo VRSAVE spillsHal Finkel2013-03-23
* MCize the bcl instruction in PPCAsmPrinterHal Finkel2013-03-23
* Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen2013-03-23
* Cleanup some unused reg. scavenger parameters in PPCRegisterInfoHal Finkel2013-03-23
* Remove dead PPC LR spilling codeHal Finkel2013-03-23
* Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-23
* Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...Michael Gottesman2013-03-23
* Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos...Michael Gottesman2013-03-23
* Fix comparison of mixed signednessHal Finkel2013-03-23
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren2013-03-22
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-22
* Add all clauses when merging the landing pads. Duplicates will be handled lat...Bill Wendling2013-03-22
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-22
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-22
* Don't use the removed API.Bill Wendling2013-03-22
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-22
* Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma2013-03-22
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-22
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-22
* Rename memrr ptrreg and offreg components.Ulrich Weigand2013-03-22
* Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand2013-03-22
* Tighten iaddroff ComplexPattern.Ulrich Weigand2013-03-22
* Remove the xaddroff ComplexPattern.Ulrich Weigand2013-03-22
* R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsicsMichel Danzer2013-03-22
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-22
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-22
* Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov2013-03-22
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-22
* Remove ScavengedRC from RegisterScavengingHal Finkel2013-03-22
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-22
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-22
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-22
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-22
* Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel2013-03-21
* Always forward 'resume' instructions to the outter landing pad.Bill Wendling2013-03-21
* Fix a register-class comparison bug in PPCCTRLoopsHal Finkel2013-03-21
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-21
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-21
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-21