2012-12-03 |
Nadav Rotem | IF-conversion: teach the cost-model how to grade if... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Jakob Stoklund... | Implement ARMBaseRegisterInfo::getRegAllocationHints(). |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Jyotsna Verma | Define store instructions with base+immediate offset... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Michael J.... | [Support] Make FileOutputBuffer work on Windows. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Michael J.... | [Support][FileSystem] Fix open mode in resize_file... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Michael J.... | Revert the header sort on this file. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Pedro Artigas | moves doInitialization and doFinalization to the Pass... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Argyrios Kyrtzidis | Add a getMemorySize() function for DenseSet. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Nadav Rotem | Now that we have a basic if-conversion infrastructure... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Michael Ilseman | Since this SmallVector immediately grows on the next... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Jakob Stoklund... | Add a new hook for providing register allocator hints... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Jyotsna Verma | Define load instructions with base+immediate offset... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Nadav Rotem | Add initial support for IF-conversion. This patch imple... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Jyotsna Verma | Define unsigned const-ext predicates. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Jyotsna Verma | Removing unnecessary 'else' statement from the predicat... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Argyrios Kyrtzidis | Eliminate redundant bitwise operations when using a... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Eli Bendersky | Simplify this test a bit because DWARF emission/dumping... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Bill Wendling | Add 'getInt64Field()' method to get the signed integer... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Alexey Samsonov | ASan: add blacklist file to ASan pass options. Clang... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Eli Bendersky | Fix PR12942: Allow two CUs to be generated from the... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Nadav Rotem | Teach the jump threading optimization to stop scanning... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Jakob Stoklund... | Revert r169039, "Aggregate pass execution time report... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Chandler Carruth | Teach the include sorter to not choke on include guards. ;] |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Chris Lattner | clarify that this isn't lld. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Chandler Carruth | Add a completely hack-ish tool to sort includes accordi... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Chandler Carruth | Remove some buggy and apparantly unnecessary code from... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Nuno Lopes | fix stats for added checks |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Jyotsna Verma | Define signed const-ext predicates. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Bill Wendling | Remove 'deplibs' keyword, since it's no longer used. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Eli Bendersky | Clean up, bring up-to-date and apply consistent formatting. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Nadav Rotem | Allow merging multiple store sequences on the same... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Kramer | Bring vim keyword lists up to date. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Eli Bendersky | Fix a bug in FileCheck that wouldn't let define variabl... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Eli Bendersky | Fix an invalid regex in the test |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Chandler Carruth | Simplify the coding standards for #include ordering... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Justin Holewinski | Unbreak Sphinx build |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Eli Bendersky | Another fix attempt to Makefile.sphinx - copy the PNGs... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Eli Bendersky | Attempt to fix Makefile.sphinx to not generate errors... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Eli Bendersky | Update FileCheck's documentation to mention recently... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Gregory Szorc | [python] Add markup option to disassembler |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Eli Bendersky | Support referencing variables defined on the same line. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
James Molloy | Remove bugzilla link. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Dmitri Gribenko | Documentation: convert WritingAnLLVMBackend.html to... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Add .arcconfig to the repository. Useful if someone... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | SROA: Avoid struct and array types early to avoid creat... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Zhou Sheng | Revert previous check in r168581, r169079 as they are... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Zhou Sheng | The patch is to improve the memory footprint of pass... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
NAKAMURA Takumi | VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Daniel Dunbar | MC/AsmParser: Avoid unnecessary use of SourceMgr::FindB... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Andrew Trick | misched: Fix RegisterPressureTracker handling of DebugVals. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Andrew Trick | misched: Fix the DAG builder to handle an undef operand... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Andrew Trick | misched: Fix LiveInterval update to better handle DebugVal. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Andrew Trick | misched: fix RegionBegin when DebugValues get shuffled... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Jakob Stoklund... | Simplify REG_SEQUENCE lowering. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Michael Ilseman | Update the emacs mode to recognize fadd, fsum, fmul... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Eric Christopher | Add some first skeleton work for the DWARF5 Fission... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Jakob Stoklund... | Convert COPY instructions into KILLs if they have impli... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Eric Christopher | Add support for fission attributes/forms/operations... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Michael Ilseman | Vim mode updated to recognize fast-math flags |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Michael Ilseman | Removed redundancy in wording |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Michael Ilseman | Clean up the documentation to have a common description... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Bill Wendling | Be more clear on what parts of code I own. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Pedro Artigas | reversed the logic of the log2 detection routine to... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Nadav Rotem | minor cleanups |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Alexey Samsonov | Fix a bug in APFloat.cpp: declare APFloat after fltSema... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Bill Wendling | Add me as LTO code owner. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Bill Wendling | Replace r168930 with a more reasonable patch. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Pedro Artigas | Addresses many style issues with prior checkin (r169025) |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Jakob Stoklund... | Add a -time-compilations=<N> option to llc. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Jakob Stoklund... | Aggregate pass execution time report by pass ID instead... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Daniel Dunbar | lit: Add a simple test suite for checking test runner... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Chad Rosier | test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Pedro Artigas | Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Sebastian Pop | Codegen failure for vmull with small vectors |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Chad Rosier | test/CodeGen/PowerPC/vec_mul.ll: Fix register operands. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Jyotsna Verma | Use multiclass for the load instructions with MEMri... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Nadav Rotem | Remove the use of LPPassManager. We can remove LPM... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Eli Bendersky | Clean up whitespace and add comments |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Eli Bendersky | Make FileCheck return 2 in case of an error as documented, |
commit | commitdiff | tree | snapshot |
2012-11-30 |
NAKAMURA Takumi | test/CodeGen/PowerPC: Add explicit -march=ppc32. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Adhemerval... | This patch fixes the Altivec addend construction for... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Evgeniy Stepanov | [msan] Tests for vector manipulation instructions. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Chandler Carruth | Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Kostya Serebryany | [asan] simplify the code around doesNotReturn call... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Chandler Carruth | Separate out the tests for whether the compiler suports... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Patrik Hagglund | More strict error checking in parseSpecifier + simplifi... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Chandler Carruth | Fix non-determinism introduced in r168970 and pointed... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Chandler Carruth | Rearrange the comments, control flow, and variable... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Eric Christopher | Add the rest of the experimental fission sections to MC. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Jyotsna Verma | Use multiclass for the store instructions with MEMri... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Jyotsna Verma | Use multiclass for the load instructions with 'base... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Meador Inge | Move library call simplification statistic to instcombine |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Chandler Carruth | Move the InstVisitor utility into VMCore where it belon... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Evan Cheng | Fix logic to determine whether to turn a switch into... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Preston Briggs | Modified dump() to provide a little |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Jordan Rose | Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Kevin Enderby | Fixed the arm disassembly of invalid BFI instructions... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Eric Christopher | More comment. |
commit | commitdiff | tree | snapshot |
next |