aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-3110-5/+755
* Relax check line to match what llvm-nm prints for COFF.Rafael Espindola2013-10-311-3/+3
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-312-1/+32
* XFAIL on ppc64 too.Rafael Espindola2013-10-311-0/+3
* XFAIL this for now.Rafael Espindola2013-10-311-0/+4
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-3114-130/+96
* [AArch64] Add diagnostic tests for NEON scalar shift immediate instructions (...Chad Rosier2013-10-311-0/+295
* Use StringRef::startswith_lower. No functionality change.Rui Ueyama2013-10-311-4/+4
* [ConstantRange] improve my previous patch per Nick suggestionNuno Lopes2013-10-311-1/+1
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-3110-13/+1331
* SparcV9 doesnt have rem instruction either.Roman Divacky2013-10-312-0/+31
* Use a larger invalid attribute bitcode numberReid Kleckner2013-10-311-0/+0
* DWARFDebugArangeSet: remove dead codeAlexey Samsonov2013-10-312-54/+0
* Add FileCheck tests for @LINEMatt Arsenault2013-10-312-0/+26
* [mips] XFAIL several MCJIT remote testsPetar Jovanovic2013-10-314-0/+8
* DWARFUnit: kill dead code and make a couple of functions private. No function...Alexey Samsonov2013-10-312-38/+7
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-3110-16/+188
* Merge and filecheckize.Roman Divacky2013-10-312-8/+16
* Cleanup: update comments.Manman Ren2013-10-311-1/+1
* DWARFAbbreviationDeclaration: remove dead code, refactor parsing code and mak...Alexey Samsonov2013-10-313-75/+60
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-317-12/+246
* Add Verifier test case for variable argument intrinsics.Andrew Trick2013-10-311-0/+16
* Add experimental stackmap intrinsics to definition file and documenation.Andrew Trick2013-10-311-0/+13
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-315-4/+81
* whitespaceAndrew Trick2013-10-315-71/+71
* Remove another unused flag.Rafael Espindola2013-10-312-9/+0
* Remove unused flag.Rafael Espindola2013-10-314-8/+0
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-313-6/+7
* Remove the --shrink-wrap option.Rafael Espindola2013-10-314-1394/+69
* Add AVX512 unmasked integer broadcast intrinsics and support.Cameron McInally2013-10-313-0/+50
* AVX-512: Implemented CMOV for 512-bit vectorsElena Demikhovsky2013-10-313-2/+46
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-3123-45/+123
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-3124-40/+225
* llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:"NAKAMURA Takumi2013-10-311-1/+1
* Fix a use after free on invalid input.Rafael Espindola2013-10-313-5/+8
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-311-11/+20
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-3111-203/+124
* Updated llvm-cov's OVERVIEW descriptionYuchen Wu2013-10-311-1/+1
* Legalize: Improve legalization of long vector extends.Jim Grosbach2013-10-314-58/+81
* Fix a few typosMatt Arsenault2013-10-301-7/+7
* Fix CodeGen for unaligned loads with address spacesMatt Arsenault2013-10-302-2/+24
* Teach scalarrepl about address spacesMatt Arsenault2013-10-302-6/+39
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-302-3/+6
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-303-8/+47
* DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-303-18/+29
* [Mips] Add more SHF_MIPS_xxx ELF section flags.Simon Atanasyan2013-10-301-2/+24
* Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555.Will Dietz2013-10-303-0/+13
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-302-8/+24
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-302-6/+16
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-303-5/+53