platform/upstream/llvm.git
2013-08-22 Howard HinnantXFAIL 3 tests on darwin 11-12. The tests have recently...
2013-08-21 Shankar Easwaran[lld][Darwin] fixing an accidentally removed change
2013-08-21 David BlaikieDebugInfo: Require only the declaration of types only...
2013-08-21 Shankar Easwaran[lld] Fix win7 failure on adding InputGraph functionality
2013-08-21 Daniel Dunbar[tests] Update to use lit's now-integrated XFAIL handling.
2013-08-21 Eli FriedmanReduce sizeof(TemplateArgument) from 32 to 24.
2013-08-21 Shankar Easwaranadd InputGraph functionality
2013-08-21 Michael GottesmanFixed typo.
2013-08-21 Michael GottesmanRemoved trailing whitespace.
2013-08-21 Andrew KaylorFixing build errors from r188952
2013-08-21 Andrew KaylorIntroducing a temporary work-around for a register...
2013-08-21 Tom StellardSelectionDAG: Make sure stores are always added to...
2013-08-21 Andrew KaylorAdding separate cfa alignment check for Darwin and...
2013-08-21 Daniel Dunbar[lit] Fix a couple lingering Py3 compat issues in Progr...
2013-08-21 Daniel Dunbar[tests] Update fma3 check to work with Py3.
2013-08-21 Daniel Dunbar[lit] Lift XFAIL handling to core infrastructure.
2013-08-21 Daniel Dunbar[lit] Allow formats to return lit.Test.Result instances...
2013-08-21 Daniel Dunbar[lit] Factor out a separate Test.Result() object.
2013-08-21 Daniel Dunbar[lit] Simplify --time-tests code.
2013-08-21 Daniel Dunbar[lit] Extract TestFormat base class, for future use.
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-21 Andrew KaylorAdding a document to describe the MCJIT execution engin...
2013-08-21 Tom StellardR600: Remove unnecessary casts
2013-08-21 Yunzhong GaoNo functionality change.
2013-08-21 Aaron BallmanUpdated the consumed analysis warnings to use a more...
2013-08-21 Rafael EspindolaMove -mfpmath handling to -cc1 and implement it for...
2013-08-21 David MajnemerAnalysis: Add support for MS specific printf format...
2013-08-21 Juergen RibutzkaTeach BaseIndexOffset::match to identify base pointers...
2013-08-21 David MajnemerADT/Triple: Helper to determine if we are targeting...
2013-08-21 Aaron BallmanRemoved unnecessary asserts.
2013-08-21 David BlaikieBasic unit tests for PointerUnion
2013-08-21 Bill WendlingReorder headers according to lint.
2013-08-21 Manman RenTBAA: add testing case to check typedef can alias.
2013-08-21 Manman RenDon't use mangleCXXRTTIName in TBAA for C code.
2013-08-21 Manman RenUpdate testing case to use FileCheck instead of grep.
2013-08-21 Bill WendlingRemove use of forbidden 'iostream' header.
2013-08-21 Bill WendlingAdd missing ']'.
2013-08-21 Matt ArsenaultTeach InstCombine about address spaces
2013-08-21 Ahmed BougachaMC CFG: Remap enough for data too, analoguous to r188873.
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.
next