aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-25Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger
2013-03-25Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison
2013-03-25InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison
2013-03-25Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman
2013-03-25Mention the new TableGen pattern format in the release notes.Jakob Stoklund Olesen
2013-03-24[NVPTX] Fix handling of vector argumentsJustin Holewinski
2013-03-24Clean up Sparc patterns.Jakob Stoklund Olesen
2013-03-24Allow types to be omitted in output patterns.Jakob Stoklund Olesen
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen
2013-03-24GettingStarted: Add Git clone instructions for compiler-rt and test-suiteTobias Grosser
2013-03-24Minor cleanups. No functionality change.Jakub Staszak
2013-03-24Use dyn_cast instead of isa && cast.Jakub Staszak
2013-03-24Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen
2013-03-24Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen
2013-03-23PPC ZERO register needs a register number of 0.Hal Finkel
2013-03-23Note in PPCFunctionInfo VRSAVE spillsHal Finkel
2013-03-23MCize the bcl instruction in PPCAsmPrinterHal Finkel
2013-03-23Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen
2013-03-23Allow direct value types in pattern definitions.Jakob Stoklund Olesen
2013-03-23Cleanup some unused reg. scavenger parameters in PPCRegisterInfoHal Finkel
2013-03-23Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.Jakob Stoklund Olesen
2013-03-23Remove dead PPC LR spilling codeHal Finkel
2013-03-23Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer
2013-03-23Move X86-dependent test into the right subdirectory.Benjamin Kramer
2013-03-23Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson
2013-03-23Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...Michael Gottesman
2013-03-23Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos...Michael Gottesman
2013-03-23Fix comparison of mixed signednessHal Finkel
2013-03-22[docs] Slight reword for precision.Sean Silva
2013-03-22[docs] Document usage of SmallVectorImpl in interfaces.Sean Silva
2013-03-22Allow the register scavenger to spill multiple registersHal Finkel
2013-03-22Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren
2013-03-22Kill every call to @clang.arc.use in the ARC contract phase.John McCall
2013-03-22Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling
2013-03-22Add all clauses when merging the landing pads. Duplicates will be handled lat...Bill Wendling
2013-03-22Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie
2013-03-22reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie
2013-03-22Reverted r176374. In some cases the lit.site.cfg file does not get generated ...Galina Kistanova
2013-03-22Don't use the removed API.Bill Wendling
2013-03-22Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling
2013-03-22Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma
2013-03-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie
2013-03-22fix small doc typoEli Bendersky
2013-03-22R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730Michel Danzer
2013-03-22Remove ABI-duplicated call instruction patterns.Ulrich Weigand
2013-03-22Rename memrr ptrreg and offreg components.Ulrich Weigand
2013-03-22Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand
2013-03-22Tighten iaddroff ComplexPattern.Ulrich Weigand
2013-03-22Remove the xaddroff ComplexPattern.Ulrich Weigand
2013-03-22R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsicsMichel Danzer