2014-01-09 |
Chandler Carruth | Put the functionality for printing a value to a raw_ost... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | DwarfUnit: Move the DICompileUnit Node to the DwarfComp... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Eric Christopher | Remove the test for endianness in configure.ac and... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Lang Hames | Replace fstream use with raw_fd_ostream. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rafael Espindola | Use the existing typedef to avoid forming a reference... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Andrew Trick | llvm.experimental.stackmap: fix encoding of large const... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | Simplify/collapse/denest a conditions/blocks. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Blaikie | llvm-dwarfdump: reorder dwo sections to immediately... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Fix the C++03 build. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Use getError and remove the error_code operator. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Chandler Carruth | Remove vestigal bits of MC from the mangler. It no... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Hal Finkel | Conservatively handle multiple MMOs in MIsNeedChainEdge |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Matt Arsenault | Move declaration of variables down to first use. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Matt Arsenault | Add missing definitions of key_type and value_type... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Add get and getError methods to ErrorOr. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Ana Pazos | [AArch64][NEON] Added UXTL and UXTL2 instruction aliases |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Roman Divacky | Force emit a relocation for @gnu_indirect_function... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Remove OpSize16 flag from MOV32r0 |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Andrea Di Biagio | Teach the DAGCombiner how to fold 'vselect' dag nodes... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Add missing rename from the previous commit. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Rename get to getStorage and getError to getErrorStorage. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Lang Hames | Add missing test case for r198737. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Nico Rieck | Remove mention of old deleted test scripts from testing... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Richard Sandiford | [DAGCombiner] Factor duplicated rotate code into a... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | lit: Provide file location in cfg error messages |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8 |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Add JMP_2 and other 16-bit PC-relative branch... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Do not relax PUSHi16 to PUSHi32 (PR18414) |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Make AsmParser validate registers for memory... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Use 16-bit addressing where possible in 16-bit... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Fix JCXZ,JECXZ_32 for 16-bit mode |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Disambiguate RET[QL] and fix aliases for 16-bit... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Add JMP16[rm],CALL16[rm] instructions, and fix... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Add PUSHA16,POPA16 instructions, and fix aliases... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Add OpSize16 to instructions that need it |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | CMake: Provide LLVM_PLUGIN_EXT definition |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Elena Demikhovsky | AVX-512: Added more intrinsics for pmin/pmax, pabs... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Iain Sandoe | [patch] Adjust behavior of FDE cross-section relocs... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Kevin Qin | [AArch64 NEON] Fix generating incorrect value type... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Venkatraman... | [SparcV9] Rename operands in some sparc64 instructions... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Venkatraman... | [Sparc] Correct the mask for fixup_sparc_br19. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Venkatraman... | [Sparc] Add support for parsing branch instructions... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Lang Hames | Re-apply r196639: Add support for archives and object... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Saleem Abdulrasool | tests: disable ARM unwinding tests if ARM is unavailable |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Saleem Abdulrasool | ARM IAS: properly handle expression operands |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Saleem Abdulrasool | llvm-readobj: add support for ARM EHABI unwind info |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Hao Liu | Fix a bug about generating undef operand when optimisin... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Kill gratuitous X86_{32,64}TargetMachine subclass... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rafael Espindola | Move the llvm mangler to lib/IR. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Roman Divacky | In the ELFWriter when writing aliased (.set) symbols... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Cameron McInally | Fix uninitialized variable warning in DataLayout. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rafael Espindola | Don't assert with private type info variables. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Benjamin Kramer | Emit arange padding with a single directive. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
David Peixotto | Add ARM fconsts/fconstd aliases for vmov.f32/vmov.f64 |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Logan Chien | [arm] Fix an incorrect comment in ARMUnwindOpAsm.h. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Chandler Carruth | Try to fix the windows build. The comments in other... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Chandler Carruth | Move the LLVM IR asm writer header files into the IR... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Chandler Carruth | Re-sort all of the includes with ./utils/sort_includes... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Hao Liu | [AArch64]Add support to spill/fill D tuples such as... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
NAKAMURA Takumi | [CMake] Introduce llvm_update_compile_flags(target_name... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Hao Liu | [AArch64]Add support to copy D tuples such as DPair... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Venkatraman... | [Sparc] Add support for parsing sparc asm modifiers... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Andrew Trick | Fix for PR18396: Assertion: MO->isDead "Cannot fold... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Andrew Trick | Reapply r198654 "indvars: sink truncates outside the... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Kevin Qin | [AArch64 NEON] Fixed incorrect immediate used in BIC... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Saleem Abdulrasool | ARM IAS: allow more depth in contextual diagnostics |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Saleem Abdulrasool | ARM IAS: refactor unwind context |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Saleem Abdulrasool | ARM Streamer: print out tag names |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Saleem Abdulrasool | ARM IAS: improve .eabi_attribute handling |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Saleem Abdulrasool | MCParser: introduce Note and use it for ARM AsmParser |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Mingjie Xing | Fix comment of findGCD. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Andrew Trick | Revert "indvars: sink truncates outside the loop." |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Venkatraman... | [Sparc] Add support for parsing memory operands in... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Andrew Trick | indvars: sink truncates outside the loop. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Andrew Trick | 80 col. comment. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Jack Carter | [Mips] TargetStreamer Support for .abicalls and .set... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Kevin Enderby | For the 'C' disassembler API, add a new ReferenceType... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Rafael Espindola | Improve documentation of the 'a' specifier and the... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Matt Arsenault | Fix c++ mode comments |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Andrew Trick | Reapply r198478 "Fix PR18361: Invalidate LoopDispositio... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Jean-Daniel... | Introduce a cmake LLVM_ENABLE_LIBCXX build parameter... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Tim Northover | ARM MachO: sort out isTargetDarwin/isTargetIOS/...... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Robert Lytton | XCore Target: correct callee save register spilling... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Robert Lytton | XCore target: Lower EH_RETURN |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Robert Lytton | XCore target: Lower FRAME_TO_ARGS_OFFSET |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Robert Lytton | XCore target: Lower RETURNADDR |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Robert Lytton | XCore target: Optimise entsp / retsp selection |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Robert Lytton | XCore target: Refactor LR handling |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Robert Lytton | XCore target: Refactor the loading of constants into... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Robert Lytton | XCore target: fix handling of unsized global arrays... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Tim Northover | ARM: keep special non-AEABIness of "-darwin-eabi" tripl... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Elena Demikhovsky | AVX-512: added intrinsic vcvtpd2ps (with rounding mode... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Venkatraman... | [Sparc] Explicitly cast -1 to unsigned to fix buildbot... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Venkatraman... | [Sparc] Add initial implementation of disassembler... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
David Majnemer | MC: Fatally error if subtraction operand is bad |
commit | commitdiff | tree | snapshot |
next |