aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use isa<> instead of dyn_cast<> with unused valueMatt Arsenault2013-11-011-3/+3
* [AArch64] Simplify a few of the instruction patterns. No functional change in...Chad Rosier2013-11-011-109/+60
* [AArch64] Fix assembly string formatting and other coding standard violations.Chad Rosier2013-11-011-190/+118
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-0111-33/+5
* Commenting out this assert because it is causing the build bots to fail. Thi...Aaron Ballman2013-11-011-2/+2
* Fixing an order of evaluation error in an assert.Aaron Ballman2013-11-011-1/+1
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-011-11/+38
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-015-5/+39
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-012-5/+13
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-011-4/+18
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-011-5/+47
* LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()Arnold Schwaighofer2013-11-011-0/+2
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-011-29/+31
* Add to the disassembler C API output reference types forKevin Enderby2013-11-011-3/+24
* Fix unused variable warnings.Dan Gohman2013-10-311-0/+3
* Unused variableAndrew Trick2013-10-311-0/+1
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-311-0/+35
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-314-0/+26
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-317-5/+395
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-311-1/+2
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-315-63/+43
* 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-315-1/+404
* SparcV9 doesnt have rem instruction either.Roman Divacky2013-10-311-0/+8
* DWARFDebugArangeSet: remove dead codeAlexey Samsonov2013-10-312-54/+0
* 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-316-11/+87
* 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-313-11/+216
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-312-2/+47
* whitespaceAndrew Trick2013-10-313-17/+17
* Remove another unused flag.Rafael Espindola2013-10-311-1/+0
* Remove unused flag.Rafael Espindola2013-10-313-3/+0
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+3
* Remove the --shrink-wrap option.Rafael Espindola2013-10-314-1394/+69
* Add AVX512 unmasked integer broadcast intrinsics and support.Cameron McInally2013-10-311-0/+10
* AVX-512: Implemented CMOV for 512-bit vectorsElena Demikhovsky2013-10-312-2/+24
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-313-3/+51
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-316-28/+90
* Fix a use after free on invalid input.Rafael Espindola2013-10-311-5/+1
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-311-11/+20
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-318-164/+85
* Legalize: Improve legalization of long vector extends.Jim Grosbach2013-10-313-58/+63
* Fix a few typosMatt Arsenault2013-10-301-7/+7
* Fix CodeGen for unaligned loads with address spacesMatt Arsenault2013-10-301-2/+5
* Teach scalarrepl about address spacesMatt Arsenault2013-10-301-1/+1
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-301-0/+2
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-7/+20
* DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-303-18/+29