summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* [DAGCombiner] PCMP* sets its result to all ones or zeros so we can AND with theQuentin Colombet2014-02-21
* [Stackmaps] Move the target-independent frame index elimination for stackmaps...Juergen Ributzka2014-02-21
* Shankar kindly pointed out that I wasn't following the coding convention prop...Aaron Ballman2014-02-21
* Fixing the MSVC build by including a file.Aaron Ballman2014-02-21
* Add missing include.Rafael Espindola2014-02-21
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* DebugInfo: Remove the empty macinfo section.David Blaikie2014-02-21
* Rename a few more DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* fix a corner case in delinearizationSebastian Pop2014-02-21
* normalize the last delinearized dimensionSebastian Pop2014-02-21
* fail delinearization when the size of subscripts differsSebastian Pop2014-02-21
* Remove dead declarationSylvestre Ledru2014-02-21
* [AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin2014-02-21
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* Rename a few more DataLayout variables.Rafael Espindola2014-02-21
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Make sure that value handle users see the transformation of an indirect call ...Nick Lewycky2014-02-20
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-20
* cstdint is a C++11 header, LLVM provides its own version of it.Benjamin Kramer2014-02-20
* [Support] Correctly handle zero length inputs to UTF conversion functions on ...Michael J. Spencer2014-02-20
* Fix build breakage.Rui Ueyama2014-02-20
* Object/COFF: Fix possible truncation bug.Rui Ueyama2014-02-20
* Remove unnecessary copy of array_lengthof.Benjamin Kramer2014-02-20
* AArch64: __va_list.__stack must be 8-byte alignedOliver Stannard2014-02-20
* [AArch64] Add support for TargetTransformInfo Analysis.Chad Rosier2014-02-20
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-20
* [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi2014-02-20
* AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.Benjamin Kramer2014-02-20
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-20
* COFFObjectFile.cpp: Appease msvc in r201760.NAKAMURA Takumi2014-02-20
* [x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...Craig Topper2014-02-20
* AVX-512: Fixed compilation issueElena Demikhovsky2014-02-20
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20
* Fix change in behaviour accidentally introduced in r201754.Nick Lewycky2014-02-20
* AVX-512: Assembly parsing of broadcast semantic in AVX-512; imlemented by Nis...Elena Demikhovsky2014-02-20
* Simplify the implementation of getUnderlyingObjectsForInstr, without intendin...Nick Lewycky2014-02-20
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-20
* Make DIELoc/DIEBlock's ComputeSize method const. Add a setSizeEric Christopher2014-02-20
* Format.Eric Christopher2014-02-20
* Add support for hashing DW_FORM_sdata and a small testcase.Eric Christopher2014-02-20
* Remove FIXME that had snuck in.Eric Christopher2014-02-20
* Make one statement easier to understand from post commmit feedback from aReed Kotler2014-02-19
* Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.Roman Divacky2014-02-19
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine....Christian Pirker2014-02-19
* [mips] In the integrated assembler, select the default feature bits by changi...Daniel Sanders2014-02-19
* Test commit - added a new line to lib/Target/AArch64/AArch64TargetMachine.cpp.Christian Pirker2014-02-19
* [mips] Use llvm::Triple in ParseMipsTriple() instead of manually parsing itDaniel Sanders2014-02-19