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