- 915584e LoopVectorize.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
- 36422d8 Fix whitespace. by NAKAMURA Takumi · 13 years ago
- f714156 Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. by Jakob Stoklund Olesen · 13 years ago
- 46f6fe7 Remove VirtRegMap::getRegAllocPref(). by Jakob Stoklund Olesen · 13 years ago
- 980bddf Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases. by Jakob Stoklund Olesen · 13 years ago
- dc8126b Stack Alignment: move functions from header file MachineFrameInfo.h. by Manman Ren · 13 years ago
- 4af1ca5 RuntimeDyld: Fix up r169178. MSVC doesn't like "or". by NAKAMURA Takumi · 13 years ago
- c811976 rdar://12329730 (2nd part) by Shuxin Yang · 13 years ago
- fc63744 Add VirtRegMap::hasKnownPreference(). by Jakob Stoklund Olesen · 13 years ago
- ade0474 Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture. by Akira Hatanaka · 13 years ago
- ff0b2cf Classic JIT is still being supported by MIPS, along with MCJIT. by Akira Hatanaka · 13 years ago
- cb66b5d Minor tweaking to SmallVector static size. by Michael Ilseman · 13 years ago
- b8f842d minor renaming, documentation and cleanups. by Nadav Rotem · 13 years ago
- 25752e7 Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead by Akira Hatanaka · 13 years ago
- fc29db1 Use the new getRegAllocationHints() hook from AllocationOrder. by Jakob Stoklund Olesen · 13 years ago
- e70b268 constify the cost API by Nadav Rotem · 13 years ago
- fa72ee7 IF-conversion: teach the cost-model how to grade if-converted loops. by Nadav Rotem · 13 years ago
- 303da1b Implement ARMBaseRegisterInfo::getRegAllocationHints(). by Jakob Stoklund Olesen · 13 years ago
- bfeecc1 Define store instructions with base+immediate offset addressing mode by Jyotsna Verma · 13 years ago
- 6bc8601 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 13 years ago
- 604db31 [Support][FileSystem] Fix open mode in resize_file on Windows. by Michael J. Spencer · 13 years ago
- 2b81503 Revert the header sort on this file. by Michael J. Spencer · 13 years ago
- 49eb628 moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo by Pedro Artigas · 13 years ago
- f7e7848 Add a getMemorySize() function for DenseSet. by Argyrios Kyrtzidis · 13 years ago
- 56f1ce2 Now that we have a basic if-conversion infrastructure we can rename the by Nadav Rotem · 13 years ago
- dbd7b95 Since this SmallVector immediately grows on the next line, don't waste stack space. SmallVector is still needed due to existing APIs growing their arguments by Michael Ilseman · 13 years ago
- 7eafc3e Add a new hook for providing register allocator hints more flexibly. by Jakob Stoklund Olesen · 13 years ago
- b434a81 Define load instructions with base+immediate offset addressing mode by Jyotsna Verma · 13 years ago
- dd8b101 Add initial support for IF-conversion. This patch implements the first 1/3, by Nadav Rotem · 13 years ago
- 2ae1df7 Define unsigned const-ext predicates. by Jyotsna Verma · 13 years ago
- 4fa6582 Removing unnecessary 'else' statement from the predicates defined in HexagonOperards.td. by Jyotsna Verma · 13 years ago
- acb8d9f Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion. by Argyrios Kyrtzidis · 13 years ago
- ba917da Simplify this test a bit because DWARF emission/dumping on some platforms by Eli Bendersky · 13 years ago
- 9127be8 Add 'getInt64Field()' method to get the signed integer instead of unsigned. by Bill Wendling · 13 years ago
- b0dcf61 ASan: add blacklist file to ASan pass options. Clang patch for this will follow. by Alexey Samsonov · 13 years ago
- d4a05e0 Fix PR12942: Allow two CUs to be generated from the same source file. by Eli Bendersky · 13 years ago
- c699086 Teach the jump threading optimization to stop scanning the basic block when calculating the cost after passing the threshold. by Nadav Rotem · 13 years ago
- d30f168 Revert r169039, "Aggregate pass execution time report by pass ID instead of pass instance." by Jakob Stoklund Olesen · 13 years ago
- 255f89f Sort the #include lines for the include/... tree with the script. by Chandler Carruth · 13 years ago
- 998aae7 Teach the include sorter to not choke on include guards. ;] by Chandler Carruth · 13 years ago
- d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- e92a66a clarify that this isn't lld. by Chris Lattner · 13 years ago
- 0cd94c7 Add a completely hack-ish tool to sort includes according to the coding by Chandler Carruth · 13 years ago
- e74a4a7 Remove some buggy and apparantly unnecessary code from SROA. by Chandler Carruth · 13 years ago
- 53916aa fix stats for added checks by Nuno Lopes · 13 years ago
- c65317b Define signed const-ext predicates. by Jyotsna Verma · 13 years ago
- 3f91af0 Remove 'deplibs' keyword, since it's no longer used. by Bill Wendling · 13 years ago
- 56537a5 Clean up, bring up-to-date and apply consistent formatting. by Eli Bendersky · 13 years ago
- a569a80 Allow merging multiple store sequences on the same chain. by Nadav Rotem · 13 years ago
- f39eab9 Bring vim keyword lists up to date. by Benjamin Kramer · 13 years ago
- 4db6511 Fix a bug in FileCheck that wouldn't let define variables as follows: by Eli Bendersky · 13 years ago
- e469364 Fix an invalid regex in the test by Eli Bendersky · 13 years ago
- afcc374 Simplify the coding standards for #include ordering. The ordering is now by Chandler Carruth · 13 years ago
- 19b3f3d Unbreak Sphinx build by Justin Holewinski · 13 years ago
- 1f90eb4 Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well, by Eli Bendersky · 13 years ago
- c7ff36a Attempt to fix Makefile.sphinx to not generate errors while trying to copy by Eli Bendersky · 13 years ago
- ed04fd2 Update FileCheck's documentation to mention recently added feature of by Eli Bendersky · 13 years ago
- fdddf77 [python] Add markup option to disassembler by Gregory Szorc · 13 years ago
- 9756ca7 Support referencing variables defined on the same line. by Eli Bendersky · 13 years ago
- 4fe6d03 Remove bugzilla link. by James Molloy · 13 years ago
- 91cb694 Documentation: convert WritingAnLLVMBackend.html to reST by Dmitri Gribenko · 13 years ago
- 4d45b68 Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. by Benjamin Kramer · 13 years ago
- 5bded75 SROA: Avoid struct and array types early to avoid creating an overly large integer type. by Benjamin Kramer · 13 years ago
- efcdb29 Revert previous check in r168581, r169079 as they are still in code review status. by Zhou Sheng · 13 years ago
- 702aa2e The patch is to improve the memory footprint of pass GlobalOpt. by Zhou Sheng · 13 years ago
- 2587a8a VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands(). by NAKAMURA Takumi · 13 years ago
- 4259a1a MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc() by Daniel Dunbar · 13 years ago
- 657b75b misched: Fix RegisterPressureTracker handling of DebugVals. by Andrew Trick · 13 years ago
- 177d87a misched: Fix the DAG builder to handle an undef operand at ExitSU. by Andrew Trick · 13 years ago
- 30fe61a misched: Fix LiveInterval update to better handle DebugVal. by Andrew Trick · 13 years ago
- 67bdd42 misched: fix RegionBegin when DebugValues get shuffled to the top. by Andrew Trick · 13 years ago
- 8c3dccd Simplify REG_SEQUENCE lowering. by Jakob Stoklund Olesen · 13 years ago
- 1854e14 Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp by Michael Ilseman · 13 years ago
- 98e237f Add some first skeleton work for the DWARF5 Fission proposal. Emit by Eric Christopher · 13 years ago
- 3e77747 Convert COPY instructions into KILLs if they have implicit defs. by Jakob Stoklund Olesen · 13 years ago
- a3959b6 Add support for fission attributes/forms/operations -> string. by Eric Christopher · 13 years ago
- 79f09f7 Vim mode updated to recognize fast-math flags by Michael Ilseman · 13 years ago
- 5ba39ae Removed redundancy in wording by Michael Ilseman · 13 years ago
- 01b3710 Clean up the documentation to have a common description area for fast-math flags. by Michael Ilseman · 13 years ago
- a7a26f3 Be more clear on what parts of code I own. by Bill Wendling · 13 years ago
- ef2ef3e by Pedro Artigas · 13 years ago
- d696474 minor cleanups by Nadav Rotem · 13 years ago
- 999d8bc Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it by Alexey Samsonov · 13 years ago
- ac9464e Add me as LTO code owner. by Bill Wendling · 13 years ago
- 08510b1 Replace r168930 with a more reasonable patch. by Bill Wendling · 13 years ago
- c2a08d2 Addresses many style issues with prior checkin (r169025) by Pedro Artigas · 13 years ago
- 8820928 Add a -time-compilations=<N> option to llc. by Jakob Stoklund Olesen · 13 years ago
- 8244121 Aggregate pass execution time report by pass ID instead of pass instance. by Jakob Stoklund Olesen · 13 years ago
- d7956f1 lit: Add a simple test suite for checking test runner parallelism. by Daniel Dunbar · 13 years ago
- 89d8611 test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal. by Chad Rosier · 13 years ago
- 84030dc Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X by Pedro Artigas · 13 years ago
- cb49530 Codegen failure for vmull with small vectors by Sebastian Pop · 13 years ago
- 75cbb00 test/CodeGen/PowerPC/vec_mul.ll: Fix register operands. by Chad Rosier · 13 years ago
- f432be0 Use multiclass for the load instructions with MEMri operand. by Jyotsna Verma · 13 years ago
- f735a7f Remove the use of LPPassManager. We can remove LPM because we dont need to run any additional loop passes on the new vector loop. by Nadav Rotem · 13 years ago
- 1e5cbcb Clean up whitespace and add comments by Eli Bendersky · 13 years ago
- 7f8e76f Make FileCheck return 2 in case of an error as documented, by Eli Bendersky · 13 years ago
- 09af5b8 test/CodeGen/PowerPC: Add explicit -march=ppc32. by NAKAMURA Takumi · 13 years ago
- 375cbe4 This patch fixes the Altivec addend construction for the fused multiply-add by Adhemerval Zanella · 13 years ago
- 98c63d0 [msan] Tests for vector manipulation instructions. by Evgeniy Stepanov · 13 years ago