oota-llvm.git
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-12-03 Chandler CarruthTeach the include sorter to not choke on include guards. ;]
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-03 Chris Lattnerclarify that this isn't lld.
2012-12-03 Chandler CarruthAdd a completely hack-ish tool to sort includes accordi...
2012-12-03 Chandler CarruthRemove some buggy and apparantly unnecessary code from...
2012-12-03 Nuno Lopesfix stats for added checks
2012-12-03 Jyotsna VermaDefine signed const-ext predicates.
2012-12-03 Bill WendlingRemove 'deplibs' keyword, since it's no longer used.
2012-12-03 Eli BenderskyClean up, bring up-to-date and apply consistent formatting.
2012-12-02 Nadav RotemAllow merging multiple store sequences on the same...
2012-12-02 Benjamin KramerBring vim keyword lists up to date.
2012-12-02 Eli BenderskyFix a bug in FileCheck that wouldn't let define variabl...
2012-12-02 Eli BenderskyFix an invalid regex in the test
2012-12-02 Chandler CarruthSimplify the coding standards for #include ordering...
2012-12-02 Justin HolewinskiUnbreak Sphinx build
2012-12-01 Eli BenderskyAnother fix attempt to Makefile.sphinx - copy the PNGs...
2012-12-01 Eli BenderskyAttempt to fix Makefile.sphinx to not generate errors...
2012-12-01 Eli BenderskyUpdate FileCheck's documentation to mention recently...
2012-12-01 Gregory Szorc[python] Add markup option to disassembler
2012-12-01 Eli BenderskySupport referencing variables defined on the same line.
2012-12-01 James MolloyRemove bugzilla link.
2012-12-01 Dmitri GribenkoDocumentation: convert WritingAnLLVMBackend.html to...
2012-12-01 Benjamin KramerAdd .arcconfig to the repository. Useful if someone...
2012-12-01 Benjamin KramerSROA: Avoid struct and array types early to avoid creat...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-12-01 Zhou ShengThe patch is to improve the memory footprint of pass...
2012-12-01 NAKAMURA TakumiVMCore/DebugInfo.cpp: DICompileUnit::getSubprograms...
2012-12-01 Daniel DunbarMC/AsmParser: Avoid unnecessary use of SourceMgr::FindB...
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-12-01 Andrew Trickmisched: Fix the DAG builder to handle an undef operand...
2012-12-01 Andrew Trickmisched: Fix LiveInterval update to better handle DebugVal.
2012-12-01 Andrew Trickmisched: fix RegionBegin when DebugValues get shuffled...
2012-12-01 Jakob Stoklund... Simplify REG_SEQUENCE lowering.
2012-12-01 Michael IlsemanUpdate the emacs mode to recognize fadd, fsum, fmul...
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-30 Jakob Stoklund... Convert COPY instructions into KILLs if they have impli...
2012-11-30 Eric ChristopherAdd support for fission attributes/forms/operations...
2012-11-30 Michael IlsemanVim mode updated to recognize fast-math flags
2012-11-30 Michael IlsemanRemoved redundancy in wording
2012-11-30 Michael IlsemanClean up the documentation to have a common description...
2012-11-30 Bill WendlingBe more clear on what parts of code I own.
2012-11-30 Pedro Artigasreversed the logic of the log2 detection routine to...
2012-11-30 Nadav Rotemminor cleanups
2012-11-30 Alexey SamsonovFix a bug in APFloat.cpp: declare APFloat after fltSema...
2012-11-30 Bill WendlingAdd me as LTO code owner.
2012-11-30 Bill WendlingReplace r168930 with a more reasonable patch.
2012-11-30 Pedro ArtigasAddresses many style issues with prior checkin (r169025)
2012-11-30 Jakob Stoklund... Add a -time-compilations=<N> option to llc.
2012-11-30 Jakob Stoklund... Aggregate pass execution time report by pass ID instead...
2012-11-30 Daniel Dunbarlit: Add a simple test suite for checking test runner...
2012-11-30 Chad Rosiertest/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks...
2012-11-30 Pedro ArtigasAdd fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
2012-11-30 Sebastian PopCodegen failure for vmull with small vectors
2012-11-30 Chad Rosiertest/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with MEMri...
2012-11-30 Nadav RotemRemove the use of LPPassManager. We can remove LPM...
2012-11-30 Eli BenderskyClean up whitespace and add comments
2012-11-30 Eli BenderskyMake FileCheck return 2 in case of an error as documented,
2012-11-30 NAKAMURA Takumitest/CodeGen/PowerPC: Add explicit -march=ppc32.
2012-11-30 Adhemerval... This patch fixes the Altivec addend construction for...
2012-11-30 Evgeniy Stepanov[msan] Tests for vector manipulation instructions.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Kostya Serebryany[asan] simplify the code around doesNotReturn call...
2012-11-30 Chandler CarruthSeparate out the tests for whether the compiler suports...
2012-11-30 Patrik HagglundMore strict error checking in parseSpecifier + simplifi...
2012-11-30 Chandler CarruthFix non-determinism introduced in r168970 and pointed...
2012-11-30 Chandler CarruthRearrange the comments, control flow, and variable...
2012-11-30 Eric ChristopherAdd the rest of the experimental fission sections to MC.
2012-11-30 Jyotsna VermaUse multiclass for the store instructions with MEMri...
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with 'base...
2012-11-30 Meador IngeMove library call simplification statistic to instcombine
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-30 Evan ChengFix logic to determine whether to turn a switch into...
2012-11-30 Preston BriggsModified dump() to provide a little
2012-11-30 Jordan RoseAdd a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-11-29 Eric ChristopherMore comment.
2012-11-29 Dan GohmanUpdate comment for malloc being a library call now...
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-29 Eli BenderskyAdd a FileCheck test that makes sure two different...
2012-11-29 Dan GohmanUpdate my email address.
2012-11-29 Chad RosierWhitespace.
2012-11-29 Chad RosierFix 80-column violations.
2012-11-29 Benjamin KramerObject: Pass the buffer name through when making a...
2012-11-29 Quentin ColombetAdd cortex-a5 subtarget to the supported ARM architectures
2012-11-29 Justin HolewinskiCleanup recent addition of DAGTypeLegalizer::SplitVecOp...
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-29 Bill WendlingHandle the situation where CodeGenPrepare removes a...
2012-11-29 Jyotsna VermaUse multiclass for 'transfer' instructions.
2012-11-29 Nadav RotemNo need to run LICM after loop vectorization because...
2012-11-29 Nadav RotemWhen broadcasting invariant scalars into vectors, place...
2012-11-29 Dmitri GribenkoDocumentation for FileCheck: use 'option' and 'program...
2012-11-29 Meador Ingeinstcombine: Migrate puts optimizations
2012-11-29 Dmitri GribenkoDocumentation for llvm-link: reformat
2012-11-29 Jim GrosbachFix a memory leak in MachOObjectFile.
2012-11-29 Dmitri GribenkoDocumentation for llvm-cov: reformat
2012-11-29 Benjamin KramerFollow up to 168711: It's safe to base this analysis...
2012-11-29 Dmitri GribenkoDocumentation for llvm-stress: reformat
2012-11-29 Dmitri GribenkoDocumentation for opt: reformat
next