platform/upstream/llvm.git
2013-08-21 Ahmed BougachaStyle cleanup following David's review for r188876.
2013-08-21 Ahmed BougachaAdd testcase for r188873: MCTextAtom boundaries.
2013-08-21 Fariborz JahanianObjectibeC migrator. Annotate cf_consumed arguments,
2013-08-21 Argyrios Kyrtzidis[CMake] Automatically pick up subdirectories in llvm...
2013-08-21 Nick LewyckyFix the end sourcelocation of the call expression in...
2013-08-21 Matt ArsenaultAdd test for bitcast array ptrs with address spaces
2013-08-21 Nick LewyckyRevert r188863 which could propose wrong fixits for...
2013-08-21 Matt ArsenaultAdd enforce known alignment test with address space
2013-08-21 Matt ArsenaultUse attribute helper function
2013-08-21 Matt ArsenaultFix typo
2013-08-21 Fariborz JahanianObjectiveC migrator: until we have beter understanding of
2013-08-21 Rafael EspindolaRemove dead code.
2013-08-21 Greg ClaytonClean up some documentation.
2013-08-21 Hao LiuA minor change for an obvous problem caused by r188451:
2013-08-21 Rafael EspindolaMove the logic for selecting the last feature in the...
2013-08-21 Timur Iskhodzhanov[CGF] Get rid of passing redundant VTable pointer aroun...
2013-08-21 Joey GoulyAdd -mcpu to two X86 tests.
2013-08-21 Hafiz Abid... Remove redundant file.
2013-08-21 Rafael EspindolaCentralize the handling of -target-feature.
2013-08-21 Richard SandifordTweak gnu-flags.c test for z, where globals have 2...
2013-08-21 Ahmed BougachaAdd basic YAML MC CFG testcase.
2013-08-21 NAKAMURA TakumiUnix/Process.inc: Revert r72332, "Work around a page...
2013-08-21 Rafael EspindolaDon't disable SSE4A when disabling AVX.
2013-08-21 Mihai PopaMake "mov" work for all Thumb2 MOV encodings
2013-08-21 Benjamin KramerSema: Use the right type for PredefinedExpr when it...
2013-08-21 Elena DemikhovskyAVX-512: Added SHIFT instructions.
2013-08-21 Richard Sandiford[SystemZ] Define remainig *MUL_LOHI patterns
2013-08-21 NAKAMURA TakumiMCFunction.h: Prune \returns to fix a warning in r18888...
2013-08-21 Daniel Sanders[mips][msa] Matheus Almeida pointed out a silly mistake...
2013-08-21 Richard Sandiford[SystemZ] Use FI[EDX]BRA for codegen
2013-08-21 Richard Sandiford[SystemZ] Add FI[EDX]BRA
2013-08-21 Daniel Sanders[mips][msa] Define registers using foreach
2013-08-21 Hafiz Abid... Revert the change that was done to test commit access.
2013-08-21 Daniel Jasperclang-format: Indent relative to unary operators.
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-08-21 Ahmed BougachaMC CFG: Support disassembly at arbitrary addresses...
2013-08-21 Ahmed BougachaMC CFG: Use data structures more appropriate than std...
2013-08-21 Ahmed BougachaMC CFG: Add an MCObjectSymbolizer in the MCObjectDisass...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler Mach-O implementation.
2013-08-21 Ahmed BougachaAdd Mach-O entry_point_command declaration.
2013-08-21 Ahmed BougachaMC CFG: Add "dynamic disassembly" support to MCObjectDi...
2013-08-21 Ahmed BougachaMC CFG: When disassembly is impossible, fallback to...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler support for entrypoint...
2013-08-21 Ahmed BougachaMC CFG: Split MCBasicBlocks to mirror atom splitting.
2013-08-21 Ahmed BougachaMC CFG: Add a few needed methods, mainly MCModule:...
2013-08-21 Ahmed BougachaMC: ObjectSymbolizer can now recognize external functio...
2013-08-21 Ahmed BougachaMC: Refactor ObjectSymbolizer to make relocation/sectio...
2013-08-21 Ahmed BougachaMC CFG: Add entrypoint address to MCModule.
2013-08-21 Ahmed BougachaMC CFG: Add more MCFunction container methods (find...
2013-08-21 Ahmed BougachaMC CFG: Keep pointer to parent MCModule in created...
2013-08-21 Ahmed BougachaMC CFG: Don't insert preds/succs again.
2013-08-21 Ahmed BougachaMC CFG: Remap enough for the inserted instruction.
2013-08-21 Ahmed BougachaMC CFG: uint64_t -> size_t for vector size.
2013-08-21 Ahmed BougachaMC CFG: Add a getter for MCDataAtom's data array.
2013-08-21 Timur IskhodzhanovAbstract out virtual calls and virtual function prologu...
2013-08-21 David MajnemerDebugInfo: Do not use the DWARF Version for the .debug_...
2013-08-21 Craig TopperSynchronize VEX JIT encoding code with the MCJIT versio...
2013-08-21 Craig TopperAdd avx512cd, avx512er, avx512pf feature flags and...
2013-08-21 Nadav RotemIn LLVM FMA3 operands are dst, src1, src2, src3, howeve...
2013-08-21 Nadav RotemAdd the FMA3 feature in order to test FMA encoding...
2013-08-21 Bob WilsonFor Darwin builds, locate tools using xcrun when available.
2013-08-21 Nick LewyckyIssue fixits replacing invalid character literals with...
2013-08-21 Craig TopperRevert accidental commit.
2013-08-21 Craig TopperRevert accidental commit.
2013-08-21 Craig TopperReplace avx-512 with avx512f to match llvm side and...
2013-08-21 Craig TopperRename mattr names for AVX-512 to from avx-512 -> avx51...
2013-08-21 Marshall ClowLWG 2145 - mark constructor for std::error_category...
2013-08-21 Nick LewyckyNo functionality change. Adjust a bunch of formatting...
2013-08-21 NAKAMURA TakumiX86TargetMachine.cpp: Clarify to emit GOT in i686-...
2013-08-21 NAKAMURA Takumilli/RecordingMemoryManager.cpp: Make it complain if...
2013-08-21 Argyrios KyrtzidisRemove more uses of 'index' as namespace scope.
2013-08-21 Richard SmithIf we find an error in the range expression in a range...
2013-08-21 Jakub StaszakMove #includes from .h to .cpp file.
2013-08-21 Akira Hatanaka[micromips] Print instruction alias "not" if the last...
2013-08-21 Argyrios KyrtzidisAvoid using the 'index' namespace as scope.
2013-08-20 Bill WendlingMove registering the execution of a basic block to...
2013-08-20 Akira Hatanaka[mips] Add support for mfhc1 and mthc1.
2013-08-20 Akira Hatanaka[mips] Add support for calling convention CC_MipsO32_FP...
2013-08-20 Fariborz JahanianObjectiveC migrator. make sure to embed audited
2013-08-20 Akira Hatanaka[mips] Remove predicates that were incorrectly or unnec...
2013-08-20 Jakub StaszakAdd some constantness.
2013-08-20 Bill WendlingUse -disable-output and to suppress output and don...
2013-08-20 Akira Hatanaka[mips] Define register class FGRH32 for the high half...
2013-08-20 Jakub StaszakFix include guards.
2013-08-20 Eli FriedmanRemove Extension warning for GNU local labels.
2013-08-20 Eli FriedmanAdd more specific flags for misc GNU extensions.
2013-08-20 Fariborz JahanianObjectiveC migrator: make sure audited pragams are
2013-08-20 Rafael EspindolaCentralize the handling of -target-cpu (-cc1, -cc1as...
2013-08-20 David BlaikieTest case for PR16933/r188707.
2013-08-20 Eli FriedmanFix iterator invalidation. PR16935.
2013-08-20 David BlaikieDebugInfo: comment/inlining based on feedback from...
2013-08-20 Hans WennborgLook at lowercase version of argv[0] when determining...
2013-08-20 Arnold SchwaighoferSLPVectorizer: Fix invalid iterator errors
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-08-20 Akira Hatanaka[mips] Resolve register classes dynamically using ptr_r...
2013-08-20 David BlaikieDebugInfo: Simplify/clarify propagation of typemembers...
2013-08-20 Reed KotlerAdd an option which permits the user to specify using...
2013-08-20 Akira Hatanaka[mips] Guard micromips instructions with predicate...
2013-08-20 Fariborz JahanianObjectiveC migrator: More tweaking of heuristics
2013-08-20 Richard SmithDuring typo correction, check for an exact match in...
next