aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add a definition of the CLC instructionRichard Sandiford2013-08-128-11/+175
* [SystemZ] Add a definition of the IPM instructionRichard Sandiford2013-08-125-4/+25
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-129-80/+100
* Allow compatible extension attributes for tail callsTim Northover2013-08-123-17/+95
* Remove global construction. const char* is sufficient here.Benjamin Kramer2013-08-121-2/+2
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-121-1/+1
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-123-13/+92
* Fix big-endian handling of integer-to-vector bitcasts in InstCombineRichard Sandiford2013-08-122-20/+73
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-112-1/+38
* AVX-512: Added more tests for BROADCASTElena Demikhovsky2013-08-112-1/+17
* AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.Elena Demikhovsky2013-08-116-47/+498
* Re-instate r187323 which fast-tracks promotable allocas as soon as theChandler Carruth2013-08-111-12/+81
* Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope withChandler Carruth2013-08-111-2/+23
* Reformat some bits of AllocaPromoter and simplify the name and type ofChandler Carruth2013-08-111-21/+20
* Incorrect JAL instruction attributes caused the optimizer to make a wrongReed Kotler2013-08-101-3/+0
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-103-152/+174
* [Sparc] Enable xword directive in sparcv9.Venkatraman Govindaraju2013-08-101-3/+6
* Teach ValueTracking about address spacesMatt Arsenault2013-08-101-8/+12
* R600/SI: FMA is faster than fmul and fadd for f64Niels Ole Salscheider2013-08-103-0/+50
* R600/SI: Add FMA patternNiels Ole Salscheider2013-08-102-2/+37
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-102-0/+22
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-092-11/+1116
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-093-174/+152
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-092-0/+23
* [lit] Remove old ExamplesTests directory.Daniel Dunbar2013-08-0923-262/+0
* [lit] Move ManyTests examples to lit/examples/many-tests.Daniel Dunbar2013-08-093-1/+18
* [lit] Drop deprecated aliases for lit and old module names.Daniel Dunbar2013-08-093-14/+0
* [lit] Update lit's own tests to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-0911-4/+15
* Add another intrinsic that LLVM gives an incorrect prototype to.Reed Kotler2013-08-092-0/+19
* [stackprotector] Simplify SP Pass so that we emit different fail basic blocks...Michael Gottesman2013-08-092-10/+14
* Mark obviously const methods. Also use reference for parameters when possible.Jakub Staszak2013-08-091-8/+8
* [docs] Update TestingGuide's note on how to run with Valgrind.Daniel Dunbar2013-08-091-3/+5
* [lit] Fix typo.Daniel Dunbar2013-08-091-1/+1
* Add a overload to CostTable which allows it to infer the size of the table.Benjamin Kramer2013-08-093-76/+78
* Add description of function attribute 'minsize' in LangRef.rst.Andrea Di Biagio2013-08-091-1/+7
* CHECK-LABEL-ify testsStephen Lin2013-08-093-11/+11
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-092-0/+14
* Make directory iterator sentinels free.Benjamin Kramer2013-08-091-3/+9
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-091-1/+2
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-094-32/+35
* Make helper static and fix formatting.Benjamin Kramer2013-08-091-5/+4
* This fixes the Thumb2 CPS assembly syntax.Mihai Popa2013-08-094-2/+41
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-0910-16/+451
* Remove byte order mark from source file.Benjamin Kramer2013-08-091-1/+1
* Add back missing PPC relocation types.Ulrich Weigand2013-08-091-0/+36
* [SystemZ] Update READMERichard Sandiford2013-08-091-15/+5
* Try to unbreak Windows build after r188022Alexey Samsonov2013-08-091-1/+1
* Add missing 'v' prefix in front of palignr on one of checks.Craig Topper2013-08-091-1/+1
* Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...Craig Topper2013-08-091-6/+3
* Set ISD::FROUND to Expand by default for all typesHal Finkel2013-08-092-4/+25