2014-01-09 |
Jason Molenda | Roll back my change to r198729; I'm going to revert... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Jason Molenda | Revert the vector part of Enrico's change in r198729; |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alexander Kornienko | Updated file comment. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alexander Kornienko | Restructured code, no functional changes. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Blaikie | llvm-dwarfdump: reorder dwo sections to immediately... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Aaron Ballman | Attempting a fix the build bots should be happier with... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Aaron Ballman | Silencing an MSVC warning about control reaching the... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Fix the C++03 build. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Greg Clayton | Only check os version for POSIX_SPAWN_CLOEXEC_DEFAULT... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Use getError and remove the error_code operator. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Simon Atanasyan | [Mips] Remove unnecessary #include pragma. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Use getError instead of 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 |
Simon Atanasyan | [Mips] GOT16 relocation against non-local symbol does... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Simon Atanasyan | [Mips] Add assert to check that we handle all paired... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Simon Atanasyan | [Mips] Factor out the code determines type of GOT entry... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Simon Atanasyan | [Mips] Do not use standard relocation identifier R_MIPS... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Simon Atanasyan | [Mips] Rename function to better reflect its purpose. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Simon Atanasyan | [Mips] Do not save GOT headers atoms into the Relocatio... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Simon Atanasyan | [Mips] Rename some classes to skip redundant mentioning... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Simon Atanasyan | [Mips] Move MipsGOTPass implementation to the separate... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Ensure that ENABLE_SHARED is substituted for use in... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Argyrios Kyrtzidis | [Serialization] In ASTReader::getInputFile record it... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Roman Divacky | Force emit a relocation for @gnu_indirect_function... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Jordan Rose | [analyzer] Warn about double-delete in C++ at the secon... |
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 |
Greg Clayton | Fixed a kernel panic that would occur if you debug... |
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 |
Benjamin Kramer | clang-format: Don't hang forever when encountering... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Daniel Jasper | clang-format: Fix spacing in Cpp11 braced lists: |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Richard Sandiford | [DAGCombiner] Factor duplicated rotate code into a... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alexander Kornienko | Don't emit diagnostics for system headers. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | lit: Provide file location in cfg error messages |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Aaron Ballman | Treating the RegParmAttr as a TypeAttr because that... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Define ENABLE_CLANG_EXAMPLES instead of relying on... |
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 |
Alp Toker | Prospective build fix for the Makefile system |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Build fix following r198747 |
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 |
Rafael Espindola | Use -std=gnu89 in tools/c-index-test/CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Add tests for clang plugins |
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 |
Todd Fiala | Fixes a bug preventing reading of the python register... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Jiangning Liu | For AArch64, support builtin neon vector type with... |
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 |
Enrico Granata | Undo test |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Enrico Granata | Test |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Enrico Granata | Alignment fix |
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 |
Enrico Granata | <rdar://problem/15453076> |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Nick Kledzik | [mach-o] properly extract atom content from subrange... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Enrico Granata | __CFString should also format as an NSString |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Richard Smith | RP18408: If a member template is used as a template... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Nick Kledzik | Use the mach-o MH_* name for file types in yaml |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Enrico Granata | New and improved data formatter for std::shared_ptr... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Richard Smith | PR18400: ignore cv-qualifiers on the underlying type... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Quentin Colombet | [Driver] Fix a typo in the setting of the arch name... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Richard Smith | PR18234: Mark a tag definition as invalid early if... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
David Woodhouse | [x86] Kill gratuitous X86_{32,64}TargetMachine subclass... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Sean Callanan | Fixed a bug where the expression parser doesn't |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Greg Clayton | Fixed an issue when attaching to a process without... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Chandler Carruth | Fix the top header that corresponds to this source... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | Re-applying r198699 after reverting r198461. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | Revert "Debug info: Ensure that the last stop point... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | Revert "Debug info: Implement a cleaner version of... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Greg Clayton | Fixed issues with ptr_refs: |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jordan Rose | [analyzer] Files with .c extensions are still C++ files... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jordan Rose | [analyzer] Pointers escape into +[NSValue valueWithPoin... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jordan Rose | [analyzer] Remove unused ARCNotOwnedSymbol retain count... |
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 |
next |