summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Pass the right sign to TLI->isLegalICmpImmediate.Jakob Stoklund Olesen2012-04-05
* Reapply 154038 without the failing test.Akira Hatanaka2012-04-04
* Revert r154038. It was causing make check failures.Owen Anderson2012-04-04
* REG_SEQUENCE expansion to COPY instructions wasn't taking account of sub regi...Pete Cooper2012-04-04
* Fix a C++11 UDL conflict.Benjamin Kramer2012-04-04
* f16 FREM can now be legalized by promoting to f32Pete Cooper2012-04-04
* Fix LowerGlobalAddress to produce instructions with the correct relocationAkira Hatanaka2012-04-04
* Fix LowerJumpTable to produce instructions with the correct relocationAkira Hatanaka2012-04-04
* Fix LowerConstantPool to produce instructions with the correct relocationAkira Hatanaka2012-04-04
* Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen2012-04-04
* Remove spurious debug output.Jakob Stoklund Olesen2012-04-04
* Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka2012-04-04
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* LoopUnrollPass: Use variable "Threshold" instead of "CurrentThreshold" whenHongbin Zheng2012-04-04
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-04
* Remove default case from switch that was already covering all cases.Craig Topper2012-04-04
* Removed useless switch for default case when switch was covering all the enum...Pete Cooper2012-04-04
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-03
* Add YAML parser to Support.Michael J. Spencer2012-04-03
* Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper2012-04-03
* Removed one last bad continue statement meant to be removed in r153914.Pete Cooper2012-04-03
* Fix an issue in SimplifySetCC() specific to vector comparisons.Chad Rosier2012-04-03
* Fix thinko check for number of operands to be the one that actuallyEric Christopher2012-04-03
* ARMDisassembler: drop bogus dependency on ARMCodeGenDylan Noblesmith2012-04-03
* Object: drop bogus VMCore dependencyDylan Noblesmith2012-04-03
* The speedup doesn't appear to have been from this, but was an anomaly of my t...Bill Wendling2012-04-03
* Reserve space for the eventual filling of the vector. This gives a small spee...Bill Wendling2012-04-03
* Make PPCCompilationCallbackC function to be static, so there will be no need ...Anton Korobeynikov2012-04-03
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-03
* Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...Akira Hatanaka2012-04-03
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-03
* MIPS disassembler support.Akira Hatanaka2012-04-03
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-03
* Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...Pete Cooper2012-04-03
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-02
* Allocate virtual registers in ascending order.Jakob Stoklund Olesen2012-04-02
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-02
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-02
* Add predicates for checking whether targets have free FNEG and FABS operation...Owen Anderson2012-04-02
* During two-address lowering, rescheduling an instruction does not untieLang Hames2012-04-02
* Initial 64 bit direct object support.Akira Hatanaka2012-04-02
* The binutils for the IBM BG/P are too old to support CFI.Hal Finkel2012-04-02
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-02
* Turn on the accelerator tables for Darwin.Eric Christopher2012-04-02
* Fast fix for PR12343:Stepan Dyatkovskiy2012-04-02
* Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.Roman Divacky2012-04-02
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Optimizing swizzles of complex shuffles may generate additional complex shuff...Nadav Rotem2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02