aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-09Add script to replace the prebuilt libLLVM.solinaro-upstream-masterBernhard Rosenkränzer
2016-03-08[AArch64][GlobalISel] Add a test case for the IRTranslator.Quentin Colombet
2016-03-08[AArch64] Initialize GlobalISel as part of the target initialization.Quentin Colombet
2016-03-08[GlobalISel] Introduce initializer method to support start/stop-after features.Quentin Colombet
2016-03-08[MIR] Teach the parser/printer that generic virtual registers do not need a r...Quentin Colombet
2016-03-08Revert "SelectionDAG: Store SDNode operands in an ArrayRecycler"Justin Bogner
2016-03-08A couple more UB fixes for C++14 sized deallocation.Richard Smith
2016-03-08[MIR] Teach the parser how to parse complex types of generic machine instruct...Quentin Colombet
2016-03-08SelectionDAG: Store SDNode operands in an ArrayRecyclerJustin Bogner
2016-03-08[MIR] Teach the printer how to print complex types for generic machine instru...Quentin Colombet
2016-03-08[AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet
2016-03-08Revert revisions 262636, 262643, 262679, and 262682.Easwaran Raman
2016-03-08[MIR] Print the type of generic machine instructions.Quentin Colombet
2016-03-08[MIR] Teach the mir parser about types on generic machine instructions.Quentin Colombet
2016-03-08[lit] Teach lit about global-isel requirement.Quentin Colombet
2016-03-08[llvm-config] Teach llvm-config about global-isel.Quentin Colombet
2016-03-07[tsan] Add support for pointer typed atomic stores, loads, and cmpxchgAnna Zaks
2016-03-07[x86] add test to show missing optimizationSanjay Patel
2016-03-07[x86] simplify test and tighten checksSanjay Patel
2016-03-07[MachineInstr] Get rid of some GlobalISel ifdefs.Quentin Colombet
2016-03-07Remove unused import in Orc C APIAmaury Sechet
2016-03-07[IR] Provide an API to skip the details of a structured type when printed.Quentin Colombet
2016-03-07[AsmParser] Add a function to parse a standalone type.Quentin Colombet
2016-03-07[MIR] Teach the MIPrinter about size for generic virtual registers.Quentin Colombet
2016-03-07Fix broken example for bitreverse documentationMatt Arsenault
2016-03-07AMDGPU: Match more med3 integer patternsMatt Arsenault
2016-03-07[MIR] Teach the parser how to handle the size of generic virtual registers.Quentin Colombet
2016-03-07[MachineRegisterInfo] Add a method to set the size of a virtual register a po...Quentin Colombet
2016-03-07Small formating change in Core.cpp . NFCAmaury Sechet
2016-03-07[MachineRegisterInfo] Get rid of the global-isel ifdefs.Quentin Colombet
2016-03-07AMDGPU: Remove a fixme for ptrrtoint handlingMatt Arsenault
2016-03-07AMDGPU: Move function only used by R600Matt Arsenault
2016-03-07DAGCombiner: Check legality before creating extract_vector_eltMatt Arsenault
2016-03-07SelectionDAG: Remove some unused AtomicSDNode constructors. NFCJustin Bogner
2016-03-07[LoopDataPrefetch] If prefetch distance is not set, skip passAdam Nemet
2016-03-07[ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina
2016-03-07[ScopedNoAliasAA] Make test basic.ll less confusingAdam Nemet
2016-03-07Revert "Enable LoopLoadElimination by default"Adam Nemet
2016-03-07[memdep] Switch to range based for loops.Chandler Carruth
2016-03-07[DFSan] Remove an overly aggressive assert reported in PR26068.Chandler Carruth
2016-03-07[memdep] Switch a function to return true on success instead of false.Chandler Carruth
2016-03-07[memdep] Cleanup the implementation doxygen comments and removeChandler Carruth
2016-03-07[memdep] Finish cleaning up all of the comments' doxygen.Chandler Carruth
2016-03-07[memdep] Switch from a hacky use of PointerIntPair and poorly chosenChandler Carruth
2016-03-07[memdep] Update the comments' doxygen style and place them more clearly.Chandler Carruth
2016-03-07[memdep] Run clang-format over the header before porting it toChandler Carruth
2016-03-07[CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...Craig Topper
2016-03-07Add a new insert_as() method to DenseMap and use it for ConstantUniqueMapMehdi Amini
2016-03-07Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclos...Mehdi Amini
2016-03-07Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...NAKAMURA Takumi