aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rationalize the formatting of these case labels. Having two sortedChandler Carruth2013-04-091-15/+29
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-0924-11/+908
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-0915-0/+995
* Make check depend on all.Eric Christopher2013-04-091-1/+1
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-093-5/+17
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-092-26/+34
* Cleanup PPCEarlyReturnHal Finkel2013-04-091-28/+31
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-094-189/+43
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-093-38/+47
* DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer2013-04-092-0/+72
* Use virtual base registers on PPCHal Finkel2013-04-094-15/+216
* Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel2013-04-091-1/+5
* Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky2013-04-0925-34/+57
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-096-925/+881
* DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov2013-04-093-45/+35
* Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman2013-04-098-17/+21
* Extract a function.Jakob Stoklund Olesen2013-04-091-31/+17
* Remove the confusing sentence.Nadav Rotem2013-04-091-2/+0
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-094-21/+25
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-094-25/+56
* More uses for SymbolTableEntryBase.Rafael Espindola2013-04-091-35/+9
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-092-52/+38
* Fix PointerIntPair to be enum class compatible.Joe Groff2013-04-091-26/+26
* Add a SectionBase struct.Rafael Espindola2013-04-082-24/+30
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-084-25/+21
* InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.NAKAMURA Takumi2013-04-081-1/+1
* Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...Shuxin Yang2013-04-081-12/+14
* Update the docs about the fact that the loop vectorizer is enabled by default...Nadav Rotem2013-04-081-9/+4
* Template the MachO types over the word size.Rafael Espindola2013-04-083-82/+119
* Remove is64BitLoadCommand.Rafael Espindola2013-04-081-20/+10
* Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky2013-04-083-5/+7
* Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky2013-04-084-6/+10
* Update documentation.Matt Arsenault2013-04-081-3/+1
* Rewrite test/Verifier tests to use FileCheck instead of grepEli Bendersky2013-04-0813-19/+28
* X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2013-04-083-3/+677
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-083-24/+28
* Generate PPC early conditional returnsHal Finkel2013-04-088-28/+218
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-082-268/+81
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-083-8/+24
* R600: Control Flow support for pre EG genVincent Lejeune2013-04-083-72/+240
* Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth2013-04-081-1/+1
* Remove a global 'endl' variable from the other file as well.Chandler Carruth2013-04-081-25/+22
* Clean up namespaces in obj2yaml.cpp.Chandler Carruth2013-04-081-11/+12
* Add ACLE link to ARM documentation sectionsTim Northover2013-04-081-0/+4
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-085-325/+400
* Cleanup the formatting of obj2yaml.cpp.Chandler Carruth2013-04-081-22/+23
* Don't define our own global 'endl' variable. While technically it hadChandler Carruth2013-04-081-5/+3
* ARM: Remove unused variable.Benjamin Kramer2013-04-081-2/+0
* Cleanup and improve PPC fsel generationHal Finkel2013-04-072-7/+170
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-074-14/+17