2013-11-22 |
Rafael Espindola | Don't produce tail calls when the caller is x86_thiscallcc. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tim Northover | ARM: use CHECK-LABEL on a test. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Daniel Sanders | Fix typo in a comment added in r195455. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Daniel Sanders | [mips][msa] Fix corner case for integer constant splats... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Chandler Carruth | [PM] Remove extraneous space that I left in there. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Chandler Carruth | [PM] Teach the analysis managers to pass themselves... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Chandler Carruth | [PM] Reverse the template arguments 'PassT' and 'Analys... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Richard Barton | Add support for Cortex-A12. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Chandler Carruth | [PM] Remove the IRUnitT typedef requirement for analysi... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Chandler Carruth | [PM] Fix the analysis templates' usage of IRUnitT. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Daniel Sanders | [mips][msa] Float vector constants cannot use ldi.... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Kostya Serebryany | Revert r195318 as it causes miscompilation (PR18029) |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Hao Liu | Fix a Cygwin build failure caused by enum values starti... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Hao Liu | Fix the bugs about AArch64 Load/Store vector types... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Hao Liu | Revert last change by haoliu because of buildbot failure. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Hao Liu | Fix a Cygwin build failure caused by enum values starti... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Michael Gottesman | [block-freq] Update data in test case to be unsigned... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Michael Gottesman | [block-freq] Add a method to loop info for returning... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Jiangning Liu | For AArch64 back-end instruction selection, lower Neon_... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
NAKAMURA Takumi | Tweak 3 tests in llvm/test/CodeGen/X86 to add -mcpu... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Yi Jiang | SLP Vectorizer: Extract cost will only be added once... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Chandler Carruth | [PM] Simplify how the SFINAE for AnalysisResultModel... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Lang Hames | Fix a typo where we were creating <def,kill> operands... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Chandler Carruth | [PM] Switch analysis managers to be threaded through... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Stellard | R600: Implement TargetInstrInfo::isLegalToSplitMBBAt() |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Stellard | SelectionDAG: Optimize expansion of vec_type = BITCAST... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Stellard | Split SETCC if VSELECT requires splitting too. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Eric Christopher | In Dwarf 3 (and Dwarf 2) attributes whose value are... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Ekaterina Romanova | SHLD/SHRD are VectorPath (microcode) instructions known... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Peter Collingbourne | Introduce two command-line flags for the instrumentatio... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Eric Christopher | Move member variable up to where the rest of non-DWARF5... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Hans Wennborg | CMake: Some changes to package version names: |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Benjamin Kramer | Remove dangling documentation. llvm-prof was deleted... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Artyom Skrobov | [ARM] add the overlooked tests for Cortex-A7 build... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Daniel Sanders | [mips][msa] Fix a corner case in performORCombine(... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Artyom Skrobov | [ARM] add basic Cortex-A7 support to LLVM backend |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Daniel Sanders | Add support for legalizing SETNE/SETEQ by inverting... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Evgeniy Stepanov | [msan] Propagate condition origin in select instruction. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Daniel Sanders | [mips][msa/dsp] Only do DSP combines if DSP is enabled. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Evgeniy Stepanov | Use multiple filecheck prefixes in msan instrumentation... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Chandler Carruth | [PM] Fix typo and trailing space. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
NAKAMURA Takumi | Revert r195317 (and r195333), "Teach ISel not to optimi... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Chandler Carruth | [PM] Widen the interface for invalidate on an analysis... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Peter Zotov | [OCaml] Unbreak make install by providing ocamldoc... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Kostya Serebryany | add 'REQUIRES: asserts' to a test that uses 'llc -debug... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Chandler Carruth | [PM] Add support for using SFINAE to reflect on an... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Ana Pazos | Implemented Neon scalar vdup_lane intrinsics. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Ana Pazos | Implemented Neon scalar by element intrinsics. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Kostya Serebryany | Don't speculate loads under ThreadSanitizer |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Bill Wendling | The basic problem is that some mainstream programs... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Paul Robinson | Teach ISel not to optimize 'optnone' functions. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Lang Hames | Dereference the node iterator when dumping the PBQP... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Reed Kotler | Add, to constant islands, long jumps similar to ARM... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Yuchen Wu | llvm-cov: Don't assume FileChecksum was generated. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Yuchen Wu | llvm-cov: Formatting change. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Yuchen Wu | llvm-cov: Fixed some bugs related to file checksum. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Chandler Carruth | [PM] Add a module analysis pass proxy for the function... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Eric Christopher | Move DebugInfoOffset member near the other data member... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Eric Christopher | Reflow some documentation and remove whitespace comment... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Eric Christopher | Add more documenation for the lookup tables data members. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Eric Christopher | Reorder language in the CompileUnit description and... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Eric Christopher | Update comment. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Eric Christopher | Constify the DIEs used for pubname and pubtype tables... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Nick Kledzik | YAML I/O add support for validate() |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Nick Kledzik | revert r194655 |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Hal Finkel | PPC popcnt[dw] do not have record forms |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Hal Finkel | Add loop rerolling code owner |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Benjamin Kramer | MachineBlockPlacement: Strengthen the source order... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
David Blaikie | DwarfCompileUnit: Initialize DebugInfoOffset. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
David Blaikie | CR feedback for r195166: Add comments regarding type... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Chandler Carruth | Make the moved-from SmallPtrSet be a valid, empty,... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Chandler Carruth | Add a test for assignment operator behavior which was... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Daniel Sanders | [mips][msa] Pseudo instructions require HasMSA too... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Daniel Sanders | FileCheck: fix a bug with multiple --check-prefix optio... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
NAKAMURA Takumi | llvm/CMakeLists.txt: Update LLVM_VERSION_MINOR to 5. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Daniel Sanders | [mips][msa] Remove unused instruction class MSA_I8_X_DE... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Chandler Carruth | [PM] Add the preservation system to the new pass manager. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Chandler Carruth | Give SmallPtrSet move semantics when we have R-value... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
NAKAMURA Takumi | X86ISelLowering.cpp: Mark a variable VT as LLVM_ATTRIBU... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Bill Wendling | Update to reflect the next release. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Elena Demikhovsky | Fixed compilation error. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Elena Demikhovsky | AVX-512: Concat 4 128-bit vectors in one 512-bit vector. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Bill Wendling | Add -triple option. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Chandler Carruth | [PM] Make the function pass manager more regular. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Yuchen Wu | llvm-cov: Added file checksum to gcno and gcda files. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Chandler Carruth | [PM] Split the analysis manager into a function-specifi... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Hal Finkel | PPC: Optimize rldicl generation for masked shifts |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Eric Christopher | Remove polymorphic destruction for DIE. DIEBlocks are... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Eric Christopher | Remove capability for polymorphic destruction from... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Eric Christopher | Grammar. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Eric Christopher | Formatting, 80-col, trailing whitespace. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Jack Carter | long line correction |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Jack Carter | long line correction |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Filip Pizlo | Expose the fence instruction via the C API. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Aditya Nandakumar | Fixed an extra for(typo) in the comments |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Jack Carter | long lines and white space correction |
commit | commitdiff | tree | snapshot |
2013-11-19 |
David Blaikie | DebugInfo: Partial implementation of DWARF type units. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
David Blaikie | DebugInfo: Constify accelerator table handling, and... |
commit | commitdiff | tree | snapshot |
next |