aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-03clarify that this isn't lld.Chris Lattner
2012-12-03Add a completely hack-ish tool to sort includes according to the codingChandler Carruth
2012-12-03Remove some buggy and apparantly unnecessary code from SROA.Chandler Carruth
2012-12-03fix stats for added checksNuno Lopes
2012-12-03Define signed const-ext predicates.Jyotsna Verma
2012-12-03Remove 'deplibs' keyword, since it's no longer used.Bill Wendling
2012-12-03Clean up, bring up-to-date and apply consistent formatting.Eli Bendersky
2012-12-02Allow merging multiple store sequences on the same chain.Nadav Rotem
2012-12-02Bring vim keyword lists up to date.Benjamin Kramer
2012-12-02Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky
2012-12-02Fix an invalid regex in the testEli Bendersky
2012-12-02Simplify the coding standards for #include ordering. The ordering is nowChandler Carruth
2012-12-02Unbreak Sphinx buildJustin Holewinski
2012-12-01Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well,Eli Bendersky
2012-12-01Attempt to fix Makefile.sphinx to not generate errors while trying to copyEli Bendersky
2012-12-01Update FileCheck's documentation to mention recently added feature ofEli Bendersky
2012-12-01[python] Add markup option to disassemblerGregory Szorc
2012-12-01Support referencing variables defined on the same line.Eli Bendersky
2012-12-01Remove bugzilla link.James Molloy
2012-12-01Documentation: convert WritingAnLLVMBackend.html to reSTDmitri Gribenko
2012-12-01Add .arcconfig to the repository. Useful if someone wants to use phabricator'...Benjamin Kramer
2012-12-01SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer
2012-12-01Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng
2012-12-01The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng
2012-12-01VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().NAKAMURA Takumi
2012-12-01MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()Daniel Dunbar
2012-12-01misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick
2012-12-01misched: Fix the DAG builder to handle an undef operand at ExitSU.Andrew Trick
2012-12-01misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick
2012-12-01misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick
2012-12-01Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen
2012-12-01Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmpMichael Ilseman
2012-11-30Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher
2012-11-30Convert COPY instructions into KILLs if they have implicit defs.Jakob Stoklund Olesen
2012-11-30Add support for fission attributes/forms/operations -> string.Eric Christopher
2012-11-30Vim mode updated to recognize fast-math flagsMichael Ilseman
2012-11-30Removed redundancy in wordingMichael Ilseman
2012-11-30Clean up the documentation to have a common description area for fast-math fl...Michael Ilseman
2012-11-30Be more clear on what parts of code I own.Bill Wendling
2012-11-30reversed the logic of the log2 detection routine to reduce the number of nest...Pedro Artigas
2012-11-30minor cleanupsNadav Rotem
2012-11-30Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov
2012-11-30Add me as LTO code owner.Bill Wendling
2012-11-30Replace r168930 with a more reasonable patch.Bill Wendling
2012-11-30Addresses many style issues with prior checkin (r169025)Pedro Artigas
2012-11-30Add a -time-compilations=<N> option to llc.Jakob Stoklund Olesen
2012-11-30Aggregate pass execution time report by pass ID instead of pass instance.Jakob Stoklund Olesen
2012-11-30lit: Add a simple test suite for checking test runner parallelism.Daniel Dunbar
2012-11-30test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal.Chad Rosier
2012-11-30Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-XPedro Artigas