summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen2013-03-072-7/+20
* Keep coding stanard.Jakub Staszak2013-03-071-4/+3
* Don't create IRBuilder if we can return from the method earlier.Jakub Staszak2013-03-071-2/+2
* [fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier2013-03-071-3/+3
* Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer2013-03-071-1/+1
* Replace temporary vectors with arrays.Benjamin Kramer2013-03-071-24/+12
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-072-0/+17
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-077-43/+31
* Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma2013-03-074-0/+134
* Simplify code. No functionality change.Jakub Staszak2013-03-071-3/+3
* Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak2013-03-071-1/+1
* Remove trailing spaces.Jakub Staszak2013-03-071-57/+57
* Change NULL to 0.Jakub Staszak2013-03-071-8/+8
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-071-3/+5
* pre-RA-sched debug-only fixAndrew Trick2013-03-071-2/+4
* Hexagon: Add support to lower block address.Jyotsna Verma2013-03-076-0/+106
* pre-RA-sched assertion fix. This bug was exposed by r176037.Andrew Trick2013-03-071-3/+0
* Move testcase, this is testing extraction not inserting.Benjamin Kramer2013-03-072-16/+18
* X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer2013-03-074-3/+23
* Fixed a crash when cloning a function into a function withPekka Jaaskelainen2013-03-071-3/+6
* R600/SI: rework input interpolation v2Christian Konig2013-03-0712-321/+46
* R600/SI: remove SI_vs_load_buffer_indexChristian Konig2013-03-072-15/+0
* R600/SI: remove SGPR address space v2Christian Konig2013-03-075-70/+21
* R600/SI: add proper formal parameter handling for SIChristian Konig2013-03-077-22/+163
* R600/SI: remove shader type intrinsicChristian Konig2013-03-076-18/+18
* R600/SI: switch types of SGPRs to v*i8Christian Konig2013-03-074-11/+24
* R600/SI: fix unused variable warningChristian Konig2013-03-071-1/+0
* Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky2013-03-072-24/+27
* No need to go through int64 and APInt when generating a new constant.Nadav Rotem2013-03-071-3/+3
* SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach2013-03-073-0/+40
* Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer andNick Lewycky2013-03-074-225/+0
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-0712-46/+87
* ArrayRef has a OneElt constructor. Beautify the code.Nadav Rotem2013-03-071-2/+1
* Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.Nadav Rotem2013-03-071-3/+3
* SimplifyCFG fix for volatile load/store.Andrew Trick2013-03-072-2/+52
* Fix two remaining issue after fixing PR15355 when CMOV is not availableMichael Liao2013-03-073-6/+89
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-063-16/+53
* Generalize my previous fix for -print-options.Andrew Trick2013-03-062-2/+2
* Remove tailing whitespacesMichael Liao2013-03-061-14/+14
* Give -loop-vectorize an explicit default.Andrew Trick2013-03-061-1/+1
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-065-7/+55
* InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach2013-03-063-1/+52
* [mips] Add a line which checks function name. Rename file.Akira Hatanaka2013-03-061-0/+1
* Fix PR15355Michael Liao2013-03-0614-119/+199
* Use dyn_cast instead of isa && cast. No functionality change.Jakub Staszak2013-03-061-4/+4
* Remove duplicated forward declaration.Jakub Staszak2013-03-061-1/+0
* [mips] Remove android calling convention.Akira Hatanaka2013-03-055-31/+1
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-053-45/+60
* [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka2013-03-053-15/+92
* [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka2013-03-053-6/+28