aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* XFAIL some of the generic CodeGen tests for Hexagon.Jyotsna Verma2013-03-254-3/+4
* X86DisassemblerDecoder.c: Make this C89-compliant.NAKAMURA Takumi2013-03-251-1/+1
* Whitespace.NAKAMURA Takumi2013-03-251-160/+160
* Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang2013-03-252-10/+53
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-251-1/+1
* XFAIL DebugInfo tests for Hexagon.Jyotsna Verma2013-03-253-1/+3
* Fix comment.Akira Hatanaka2013-03-251-3/+3
* Formatting.Eric Christopher2013-03-251-4/+4
* Disable Execution Engine tests not supported by Hexagon.Jyotsna Verma2013-03-251-0/+2
* reflect comment to the official referenceShankar Easwaran2013-03-251-1/+1
* Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...NAKAMURA Takumi2013-03-252-0/+4
* Use direct types in PowerPC instruction patterns.Ulrich Weigand2013-03-252-270/+262
* Use direct types in PowerPC Pat patterns.Ulrich Weigand2013-03-252-113/+113
* x86 -- add the XTEST instructionDave Zarzycki2013-03-256-39/+43
* x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki2013-03-252-7/+35
* Remove unnecessary attributes from test case.Chad Rosier2013-03-251-3/+1
* Remove assert. There may be target-dependent attributes left.Bill Wendling2013-03-251-1/+0
* Documentation: Replace dead link for binfmt_miscDmitri Gribenko2013-03-251-1/+1
* [arm load/store optimizer] When trying to merge a base update load/store, makeChad Rosier2013-03-251-1/+1
* [tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran2013-03-253-41/+48
* [ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran2013-03-251-0/+15
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-252-0/+2
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-256-0/+234
* Don't use add_llvm_definitions for adding warning flags. It makes it too hardDuncan Sands2013-03-251-14/+20
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-255-2/+186
* Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison2013-03-252-34/+21
* InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison2013-03-252-0/+225
* Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman2013-03-253-14/+14
* Mention the new TableGen pattern format in the release notes.Jakob Stoklund Olesen2013-03-251-0/+6
* [NVPTX] Fix handling of vector argumentsJustin Holewinski2013-03-243-7/+83
* Clean up Sparc patterns.Jakob Stoklund Olesen2013-03-241-5/+5
* Allow types to be omitted in output patterns.Jakob Stoklund Olesen2013-03-242-0/+16
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-243-16/+38
* GettingStarted: Add Git clone instructions for compiler-rt and test-suiteTobias Grosser2013-03-241-1/+18
* Minor cleanups. No functionality change.Jakub Staszak2013-03-241-6/+7
* Use dyn_cast instead of isa && cast.Jakub Staszak2013-03-241-8/+6
* Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen2013-03-242-88/+75
* Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen2013-03-241-2/+24
* PPC ZERO register needs a register number of 0.Hal Finkel2013-03-231-0/+1
* Note in PPCFunctionInfo VRSAVE spillsHal Finkel2013-03-234-14/+34
* MCize the bcl instruction in PPCAsmPrinterHal Finkel2013-03-231-4/+5
* Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen2013-03-231-10/+10
* Allow direct value types in pattern definitions.Jakob Stoklund Olesen2013-03-232-5/+29
* Cleanup some unused reg. scavenger parameters in PPCRegisterInfoHal Finkel2013-03-232-33/+19
* Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.Jakob Stoklund Olesen2013-03-232-21/+21
* Remove dead PPC LR spilling codeHal Finkel2013-03-231-30/+8
* Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer2013-03-231-6/+6
* Move X86-dependent test into the right subdirectory.Benjamin Kramer2013-03-231-0/+0
* Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-232-1/+20
* Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...Michael Gottesman2013-03-231-4/+4