2014-06-23 |
Rafael Espindola | clang-format initializer to reduce noise in another... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Rafael Espindola | Stop producing func.eh symbols on Darwin. |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Rafael Espindola | Remove a temporary hack. |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Ulrich Weigand | [PowerPC] Refactor getMinCallFrameSize / getMinCallArgu... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Ulrich Weigand | [PowerPC] Allow stack frames without parameter save... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Ulrich Weigand | [PowerPC] Fix IsDarwin arg in PPCFrameLowering:: calls |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Ulrich Weigand | [PowerPC] Refactor setMinReservedArea and CalculatePara... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Ulrich Weigand | [PowerPC] Fix on-stack AltiVec arguments with 64-bit... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Tim Northover | ARM: mark UBFX as not allowing PC. |
commit | commitdiff | tree | snapshot |
2014-06-23 |
David Majnemer | MC: Cleanup parseMSInlineAsm |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Saleem Abdulrasool | MC: adjust text section flags for WoA |
commit | commitdiff | tree | snapshot |
2014-06-22 |
NAKAMURA Takumi | Revert r211399, "Generate native unwind info on Win64" |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Jan Vesely | R600: Use LowerSDIVREM for i64 node replace |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Jan Vesely | R600: Implement custom SDIVREM. |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Jan Vesely | R600: Add udivrem test |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Filipe Cabecinhas | Fix PR20087 by using the source index when changing... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
NAKAMURA Takumi | Introduce a Lit feature "debug_frame" and apply it... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Benjamin Kramer | Add a description to the test from r211433 explaining... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Arnold Schwaighofer | LoopVectorizer: Fix a dominance issue |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Stepan Dyatkovskiy | MergeFunctions Pass, removed DenseMap helpers. |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Stepan Dyatkovskiy | MergeFunctions Pass, updated header comments. |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Weiming Zhao | Report error for non-zero data in .bss |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Stepan Dyatkovskiy | MergeFunctions Pass, FnSet has been replaced with FnTree. |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Stepan Dyatkovskiy | MergeFunctions Pass, removed unused methods from old... |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Stepan Dyatkovskiy | MergeFunctions, doSanityCheck: fixed body comments. |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Stepan Dyatkovskiy | MergeFunctions Pass, introduced sanity check, that... |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Stepan Dyatkovskiy | MergeFunctions Pass, introduced total ordering among... |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Benjamin Kramer | LoopUnrollRuntime: Check for overflow in the trip count... |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Benjamin Kramer | Legalizer: Add support for splitting insert_subvectors. |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Benjamin Kramer | SCEVExpander: Fold constant PHIs harder. The logic... |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Richard Trieu | Add back functionality removed in r210497. |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Andrea Di Biagio | [X86] Add ISel patterns to select SSE3/AVX ADDSUB instr... |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Zachary Turner | Fix the MinGW builder. Apparently std::call_once and |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Always use a temp symbol for CIE. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Use compact unwind for the iOS simulator. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Use a helper function and clang-format. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Duncan P. N... | Support: ScaledNumber: Fix inconsistent test names |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Duncan P. N... | Support: Write ScaledNumbers::getLg{,Floor,Ceiling}() |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Delete dead code. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Duncan P. N... | Support: Write ScaledNumber::getQuotient() and getProduct() |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Duncan P. N... | Support: Cleanup ScaledNumber::getAdjusted() doc |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Duncan P. N... | Support: Mark end of namespaces |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Kevin Enderby | Fix some double printing of filenames for archives... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Don't produce eh_frame relocations when targeting the... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Zachary Turner | Revert "Replace Execution Engine's mutex with std:... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Reid Kleckner | Generate native unwind info on Win64 |
commit | commitdiff | tree | snapshot |
2014-06-20 |
David Blaikie | Fix some -Wsign-compare fallout from changing container... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Stepan Dyatkovskiy | Commited patch from Björn Steinbrink: |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Adam Nemet | [Make] Fix dependencies for td.expanded |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Ulrich Weigand | [RuntimeDyld] Fix ppc64 stub relocations on little... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Kevin Enderby | Fix a warning about the use of const being ignored... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Ulrich Weigand | [RuntimeDyld] Support more PPC64 relocations |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Tom Stellard | R600/SI: Add patterns for ctpop inside a branch |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Tom Stellard | R600/SI: Add a pattern for f32 ftrunc |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Tom Stellard | R600: Expand vector flog2 |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Tom Stellard | R600: Expand vector fexp2 |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Tom Stellard | R600/SI: SI Control Flow Annotation bug fixed |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Tom Stellard | R600/SI: Add a VALU pattern for i64 xor |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Ulrich Weigand | [PowerPC] Fix small argument stack slot offset for LE |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Move test so that it is skipped if the ARM target is... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Allow a target to create a null streamer. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Yaron Keren | Code in LoopStrengthReduce.cpp depends on SmallBitVecto... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Yaron Keren | Reverting size_type for the containers from size_type... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Yaron Keren | Attempting to fix the 64 bit bots. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Yaron Keren | The count() function for STL datatypes returns unsigned... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Oliver Stannard | Emit the ARM build attributes ABI_PCS_wchar_t and ABI_e... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Zoran Jovanovic | ps][mips64r6] Added LSA/DLSA instructions |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Matt Arsenault | R600: Trivial subtarget feature cleanups. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Justin Bogner | ArgList: use MakeArgList overloads in subclasses and... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Karthik Bhat | Add Support to Recognize and Vectorize NON SIMD instruc... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Duncan P. N... | Support: Clean up getRounded() tests |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Duncan P. N... | Support: Write ScaledNumbers::getAdjusted() |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Small clanups: |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Hans Wennborg | Fix .cpp files claiming to be header files |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Duncan P. N... | Support: Write ScaledNumbers::getRounded() |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Chandler Carruth | [x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Hans Wennborg | Don't build switch lookup tables for dllimport or TLS... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Rafael Espindola | Revert "Add StringMap::insert(pair) consistent with... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Kevin Enderby | Added the -m option as an alias for -format=darwin... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Rafael Espindola | The gold plugin doesn't need disassemblers. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Rafael Espindola | Set gold plugin options in a sane order. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Kevin Enderby | Fix the output of llvm-nm for Mach-O files to use the... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Rafael Espindola | Simplify. No functionality change. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Rafael Espindola | Use the assignment operator. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Rafael Espindola | Reduce indentation. No functionality change. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Rafael Espindola | Set missing options in LTOCodeGenerator::setTargetOptions. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Kevin Enderby | Change the output of llvm-nm and llvm-size for Mach... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Rafael Espindola | Use lib/LTO directly in the gold plugin. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Eric Christopher | Add a new subtarget hook for whether or not we'd like... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Zachary Turner | Include Threading.h instead of forward declaring a... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
David Blaikie | Add StringMap::insert(pair) consistent with the standar... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Eric Christopher | Since we're using DW_AT_string rather than DW_AT_strp... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Eric Christopher | Fix up a few formatting issues. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Rafael Espindola | Remove an incorrect fixme. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Alp Toker | Fix typos |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Justin Bogner | Support: Add llvm::sys::fs::copy_file |
commit | commitdiff | tree | snapshot |
2014-06-19 |
David Greene | Remove bogus configure check |
commit | commitdiff | tree | snapshot |
2014-06-19 |
David Greene | Add option to keep flavor out of the install directory |
commit | commitdiff | tree | snapshot |
2014-06-19 |
David Greene | Turn of -Werror by default |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Eric Christopher | Fix this test a little harder - use llc_dwarf to make... |
commit | commitdiff | tree | snapshot |
next |