2013-09-04 |
Rafael Espindola | Refactor duplicated logic to a helper function. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Dmitri Gribenko | MemoryBufer: add a test: check that a file with size... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Rename variables to match the style guide and clang... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Arnold Schwaighofer | Swift: Only build vldm/vstm with q register aligned... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Silviu Baranga | Fix scheduling for vldm/vstm instructions that load... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Revert "Add r159136 back now that pr13124 has been... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Alexander Kornienko | Move generic isPrint and columnWidth implementations... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Error on linking appending globals with different unnam... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Venkatraman... | [Sparc] Fix an assertion failure while lowering fcmp... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Fix linking of unnamed_addr in functions. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Rename in preparation for adding tests for function... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Use CHECK-DAG instead of sort. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
NAKAMURA Takumi | Support/Process: Add comments about PageSize and Alloca... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
NAKAMURA Takumi | MemoryBuffer.cpp: Don't peek the next page if file... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Fix linking of unnamed_addr. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Tim Northover | InstCombine: allow unmasked icmps to be combined with... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Tim Northover | InstCombine: look for masked compares with subset relation |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Hao Liu | Inplement aarch64 neon instructions in AdvSIMD(shift... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | Use Intrinsic::ID for the pattern match templates,... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Michael Gottesman | Revert "Revert "Remove the darwin gdb option, that... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Michael Gottesman | Revert "Remove the darwin gdb option, that version... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Michael Gottesman | Add llvm namespace to llvm::next. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Michael Gottesman | Use llvm::next() instead of incrementing begin iterator... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
NAKAMURA Takumi | MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | Remove the darwin gdb option, that version of gdb is... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | Make the default dwarf version 3 for darwin when we... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | It's a very large constant. Say so. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Rafael Espindola | Add r159136 back now that pr13124 has been fixed. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Daniel Dunbar | [lit] Allow config files to pass arbitrary values to... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Jim Grosbach | X86: Mark non-crashing report_fatal_errors() as such. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Michael Gottesman | [objc-arc] Remove dead code from previous commit. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Michael Gottesman | [objc-arc] Turn off the objc_retainBlock -> objc_retain... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Michael Gottesman | [objc-arc] Move some block tests from basic.ll -> retai... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Bill Wendling | Add comments to the CFI instructions and reformat with... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Eric Christopher | Fix copy and pasto with CMake files for unittest. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Eric Christopher | Add a hashing routine that handles hashing types. Add... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Eric Christopher | Sentences end with periods. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Nadav Rotem | Enable late-vectorization by default. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Matt Arsenault | Fix grammar |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Matt Arsenault | Teach InstCombineLoadCast about address spaces. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Matt Arsenault | Use type form of getIntPtrType in alloca visitor. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Bill Wendling | WIP: Refactor some code so that it can be called by... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Eric Christopher | Alphabetize. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Joerg Sonnenberger | Add a Python-like join function to merge a list of... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Jim Grosbach | Revert "Revert "ARM: Improve pattern for isel mul of... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Eric Christopher | Add the rest of the stock attributes to the attribute... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Vincent Lejeune | TableGen: Enumerate Schedule Model too. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Yi Jiang | In this patch we are trying to do two things: |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Joerg Sonnenberger | Print string value for DT_RPATH and DT_RUNPATH. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Joey Gouly | [MC] Revert part of my previous change, I was a bit... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Eric Christopher | Migrate the DWARF_VERSION constant to 4. It largely... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Richard Sandiford | [SystemZ] Add support for TMHH, TMHL, TMLH and TMLL |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Joey Gouly | [MC] AvailableFeatures needs to be a uint64_t to match... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Evgeniy Stepanov | [msan] Fix handling of select with struct arguments. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Evgeniy Stepanov | [msan] Fix select instrumentation. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Daniel Sanders | [mips][msa] Added IntrNoMem and removed Commutative... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Daniel Sanders | [mips][msa] Added IntrNoMem to the floating-point intri... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Venkatraman... | [Sparc] Add support for soft long double (fp128). |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Craig Topper | Add hadSideEffects=0 to some instructions. |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Venkatraman... | [Sparc] Implement spill and load for long double(f128... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Tilmann Scheller | ARM: Default to the Swift CPU when targeting armv7s... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Tilmann Scheller | Revert 189756 for now, it doesn't match what rdar:... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Tilmann Scheller | ARM: Default to Swift when compiling for iOS 6 or later. |
commit | commitdiff | tree | snapshot |
2013-09-02 |
NAKAMURA Takumi | FileCheck-ize three tests of llvm/test/CodeGen/X86... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
NAKAMURA Takumi | llvm/test/CodeGen/X86: Update tests with -mattr=-bmi... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Alexey Samsonov | [CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Craig Topper | Create BEXTR instructions for (and ((sra or srl) x... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Elena Demikhovsky | AVX-512: updated the list of high-latency instructions. |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Chandler Carruth | Add a clang-format file so that the tool can automatica... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Elena Demikhovsky | AVX-512: gather-scatter tests; added foldable instructions; |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Elena Demikhovsky | llvm interpreter: select, shuffle and insertelement... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Chandler Carruth | Fix some rather confusing indentation and control flow... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Dmitri Gribenko | Added std:: qualifier to find() invocation |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Chandler Carruth | Nuke the hilariously out of date suggestion to unpack... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Chris Lattner | Revert r189704, which removed the guidance about not... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Elena Demikhovsky | AVX-512: Added GATHER and SCATTER instructions. |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Charles Davis | Move everything depending on Object/MachOFormat.h over... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Reed Kotler | Make sure we don't generate stubs for any of these... |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Benjamin Kramer | Mark an unreachable code path with llvm_unreachable... |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Benjamin Kramer | Free PressureDiffs instead of leaking. |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Benjamin Kramer | SimplifyLibCalls: When emitting an overloaded fp functi... |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Andrew Trick | Fix my previous checkin to updatePressureDiffs. |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Bill Schmidt | [PowerPC] Fast-isel cleanup patch. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Bill Schmidt | [PowerPC] Add integer truncation support to fast-isel. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Bill Schmidt | Correct partially defined variable |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Chris Lattner | Remove the suggestion to not duplicate comments in... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Bill Schmidt | [PowerPC] Call support for fast-isel. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Richard Mitton | Build fix |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Richard Mitton | Fixed a bug where diassembling an instruction that... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Bill Wendling | Compulsive reformatting. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Daniel Dunbar | [conf] Add config variable to disable crash related... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Reed Kotler | Fix a problem with dual mips16/mips32 mode. When the... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Andrew Trick | Use LiveRangeQuery for instruction-level liveness queries. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Bill Schmidt | [PowerPC] Add handling for conversions to fast-isel. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Andrey Churbanov | Checking commit access; removed one space added in... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Benjamin Kramer | InstCombine: Check for zero shift amounts before subtra... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Benjamin Kramer | X86: Add a description of the Intel Atom Silvermont... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Alexey Samsonov | Restore llvm-ranlib expansion in RUN-lines removed... |
commit | commitdiff | tree | snapshot |
next |