aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support referencing variables defined on the same line.Eli Bendersky2012-12-012-16/+56
* Remove bugzilla link.James Molloy2012-12-011-2/+1
* Documentation: convert WritingAnLLVMBackend.html to reSTDmitri Gribenko2012-12-014-2559/+1842
* Add .arcconfig to the repository. Useful if someone wants to use phabricator'...Benjamin Kramer2012-12-011-0/+4
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-012-0/+16
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-013-8343/+4
* The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng2012-12-012-4/+8331
* VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().NAKAMURA Takumi2012-12-011-2/+3
* MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()Daniel Dunbar2012-12-011-7/+21
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-015-20/+74
* misched: Fix the DAG builder to handle an undef operand at ExitSU.Andrew Trick2012-12-012-1/+28
* misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick2012-12-012-1/+55
* misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick2012-12-012-0/+87
* Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen2012-12-012-190/+72
* Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmpMichael Ilseman2012-12-011-3/+4
* Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher2012-11-303-8/+145
* Convert COPY instructions into KILLs if they have implicit defs.Jakob Stoklund Olesen2012-11-301-3/+17
* Add support for fission attributes/forms/operations -> string.Eric Christopher2012-11-301-0/+16
* Vim mode updated to recognize fast-math flagsMichael Ilseman2012-11-301-1/+1
* Removed redundancy in wordingMichael Ilseman2012-11-301-1/+1
* Clean up the documentation to have a common description area for fast-math fl...Michael Ilseman2012-11-301-115/+67
* Be more clear on what parts of code I own.Bill Wendling2012-11-301-1/+1
* reversed the logic of the log2 detection routine to reduce the number of nest...Pedro Artigas2012-11-301-25/+29
* minor cleanupsNadav Rotem2012-11-301-8/+3
* Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov2012-11-301-1/+3
* Add me as LTO code owner.Bill Wendling2012-11-301-0/+4
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-304-78/+13
* Addresses many style issues with prior checkin (r169025)Pedro Artigas2012-11-301-58/+44
* Add a -time-compilations=<N> option to llc.Jakob Stoklund Olesen2012-11-301-0/+16
* Aggregate pass execution time report by pass ID instead of pass instance.Jakob Stoklund Olesen2012-11-301-3/+3
* lit: Add a simple test suite for checking test runner parallelism.Daniel Dunbar2012-11-301-0/+23
* test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal.Chad Rosier2012-11-301-3/+3
* Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-XPedro Artigas2012-11-301-0/+77
* Codegen failure for vmull with small vectorsSebastian Pop2012-11-302-13/+224
* test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.Chad Rosier2012-11-301-2/+2
* Use multiclass for the load instructions with MEMri operand.Jyotsna Verma2012-11-301-184/+66
* Remove the use of LPPassManager. We can remove LPM because we dont need to ru...Nadav Rotem2012-11-301-10/+10
* Clean up whitespace and add commentsEli Bendersky2012-11-301-7/+8
* Make FileCheck return 2 in case of an error as documented,Eli Bendersky2012-11-301-2/+2
* test/CodeGen/PowerPC: Add explicit -march=ppc32.NAKAMURA Takumi2012-11-302-2/+2
* This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella2012-11-303-15/+40
* [msan] Tests for vector manipulation instructions.Evgeniy Stepanov2012-11-301-0/+37
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-3017-54/+54
* [asan] simplify the code around doesNotReturn call. It now magically works. Kostya Serebryany2012-11-301-8/+1
* Separate out the tests for whether the compiler suports R-valueChandler Carruth2012-11-302-3/+15
* More strict error checking in parseSpecifier + simplified code.Patrik Hagglund2012-11-302-82/+73
* Fix non-determinism introduced in r168970 and pointed out by Duncan.Chandler Carruth2012-11-301-5/+13
* Rearrange the comments, control flow, and variable names; noChandler Carruth2012-11-301-7/+14
* Add the rest of the experimental fission sections to MC.Eric Christopher2012-11-302-1/+29
* Use multiclass for the store instructions with MEMri operand.Jyotsna Verma2012-11-302-163/+64