summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Integrated assbemler, macros: added 'vararg' argument qualifier support.Stepan Dyatkovskiy2014-04-23
* [ARM64] Enable feature predicates for NEON / FP / CRYPTO.Kevin Qin2014-04-23
* [LCG] Hoist the logic for forming a new SCC from the top of the DFSStackChandler Carruth2014-04-23
* [LCG] Switch the Callee sets to be DenseMaps pointing to the index intoChandler Carruth2014-04-23
* Fix test/CodeGen/arm.llReid Kleckner2014-04-23
* Requisite reformatting for previous commit.David Blaikie2014-04-22
* Push memory ownership of DwarfUnits into clients of DwarfFile.David Blaikie2014-04-22
* [docs] Add a note to docs/README.txtSean Silva2014-04-22
* Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby2014-04-22
* Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile.David Blaikie2014-04-22
* WhitespaceRui Ueyama2014-04-22
* No need to check condition after grow()Rui Ueyama2014-04-22
* Follow aliases when determining if a symbol is thumb.Rafael Espindola2014-04-22
* Replace loops using goto with plain while loopsRui Ueyama2014-04-22
* [Constant Hoisting] Materialize the constant before the cloned cast instruction.Juergen Ributzka2014-04-22
* [Constant Hoisting] Print the instructions in the correct order for debugging...Juergen Ributzka2014-04-22
* Fix DataLayout::operator==().Rafael Espindola2014-04-22
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* Simplify address pool index assignment.David Blaikie2014-04-22
* R600: Emit error instead of unreachable on function callMatt Arsenault2014-04-22
* R600/SI: Reorganize SIInstructions.tdTom Stellard2014-04-22
* AVX-512: store and truncstore for i1 valuesElena Demikhovsky2014-04-22
* Remove DOS CRLF.NAKAMURA Takumi2014-04-22
* AArch64/ARM64: more testing from AArch64 to ARM64Tim Northover2014-04-22
* AArch64/ARM64: make use of ANDS and BICS instructions for comparisons.Tim Northover2014-04-22
* AArch64/ARM64: add extra testing from AArch64 to ARM64Tim Northover2014-04-22
* [X86] Require HasBMI2 for the new BZHI tablegen patterns.Lang Hames2014-04-22
* [AVX512] Implemented integer conversions up/down with masking.Robert Khasanov2014-04-22
* [asan] Support outline instrumentation for wide types and delete dead code, p...Kostya Serebryany2014-04-22
* [X86] Remove Tablegen def of X86bzhi SDNode: It's not needed as of r206879.Lang Hames2014-04-22
* [X86] Use tablegen instead of DAG combines to match BZHI instructions, asLang Hames2014-04-22
* [mips] Clang-format MipsAsmParser.Matheus Almeida2014-04-22
* AArch64/ARM64: enable various AArch64 tests on ARM64.Tim Northover2014-04-22
* AArch64/ARM64: add patterns for scalar_to_vector/extract pairsTim Northover2014-04-22
* AArch64/ARM64: mark fmul intrinsic as commutative.Tim Northover2014-04-22
* ARM: disable emission of __XYZvfp in soft-float environment.Tim Northover2014-04-22
* Fix an infinite loop bug in DAG Combine about keeping transfering between ANY...Hao Liu2014-04-22
* [X86] Don't use BZHI for short masks (>=32 bits). Thanks to Ben Kramer for theLang Hames2014-04-22
* Revert "Use value semantics to manage DbgVariables rather than dynamic alloca...David Blaikie2014-04-22
* Use unique_ptr to manage ParsedBinariesAndObjects in LLVMSymbolizerDavid Blaikie2014-04-22
* R600: Change how vector truncating stores are packed.Matt Arsenault2014-04-22
* R600: Make sign_extend_inreg legal.Matt Arsenault2014-04-22
* [AArch64] Enable global merge pass.Jiangning Liu2014-04-22
* blockfreq: Skip irreducible backedges inside functionsDuncan P. N. Exon Smith2014-04-22
* blockfreq: Rename PackagedLoops => LoopsDuncan P. N. Exon Smith2014-04-22
* blockfreq: Use a pointer for ContainingLoop tooDuncan P. N. Exon Smith2014-04-22
* blockfreq: Use pointers to loops instead of an indexDuncan P. N. Exon Smith2014-04-22
* blockfreq: Implement clear() explicitlyDuncan P. N. Exon Smith2014-04-22
* blockfreq: Rename PackagedLoopData => LoopDataDuncan P. N. Exon Smith2014-04-22
* blockfreq: Move PackagedLoopData above WorkingDataDuncan P. N. Exon Smith2014-04-22