aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-1921-302/+375
* Remove unused function.Rafael Espindola2013-06-193-31/+3
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-193-0/+49
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-195-15/+15
* Really fix the missing header :-(Rafael Espindola2013-06-191-1/+1
* Add missing include found by the bots.Rafael Espindola2013-06-191-0/+1
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-196-26/+39
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-197-31/+31
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-193-9/+51
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-192-0/+29
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-1910-46/+56
* Add operator!= as the compliment to operator==. This is for a future change.Bill Wendling2013-06-191-1/+4
* Don't cache the TLI object since we have access to it through TargetMachine a...Bill Wendling2013-06-192-8/+9
* [APFloat] Expose isSmallest/isLargest as public methods.Michael Gottesman2013-06-191-12/+8
* Allow creation of single-byte MCAtoms.Ahmed Bougacha2013-06-192-2/+2
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-1910-70/+113
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-192-5/+81
* Add unit test to test a trivial verifier check.Bill Wendling2013-06-191-0/+16
* Always set the mode.Rafael Espindola2013-06-192-13/+10
* Remove more uses of sys::Path.Rafael Espindola2013-06-195-52/+46
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-192-0/+103
* Remove unused function.Rafael Espindola2013-06-192-33/+0
* Another attempt at fixing the bots.Rafael Espindola2013-06-191-1/+1
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-192-3/+63
* Attempt at fixing some bots.Rafael Espindola2013-06-191-1/+1
* Reduce sys::Path usage in llvm-ar.Rafael Espindola2013-06-195-35/+39
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-193-88/+0
* Remove the 'R' modifier.Rafael Espindola2013-06-192-45/+6
* Remove Path::isObjectFile.Rafael Espindola2013-06-192-19/+0
* Remove Path::canExecute.Rafael Espindola2013-06-193-27/+0
* The RenderMethod field in RegisterOperand class sets the name of the method o...Vladimir Medic2013-06-192-19/+10
* MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::st...NAKAMURA Takumi2013-06-191-3/+3
* Fixed comment typo that causes the given comment to actually make sense.Michael Gottesman2013-06-191-1/+1
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-192-3/+107
* Document the return value and fix a typo.Nadav Rotem2013-06-191-1/+2
* Test commit access.Wan Xiaofei2013-06-191-0/+1
* Remove `using namespace` and use explicit qualification.Sean Silva2013-06-191-3/+2
* Remove spurious space.Sean Silva2013-06-191-1/+1
* Remove unused parameter.Sean Silva2013-06-191-2/+1
* [yaml2obj][ELF] Beef up this test a bit.Sean Silva2013-06-191-0/+1
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-194-2/+46
* There is no ELF ABI version enum.Sean Silva2013-06-191-1/+0
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-194-0/+44
* Use GetUnderlyingObject instead of custom functionMatt Arsenault2013-06-181-58/+20
* [yaml2obj][ELF] Don't monkeypatch the YAML sections.Sean Silva2013-06-181-14/+17
* [yaml2obj][ELF] Ensure STN_UNDEF entry is present.Sean Silva2013-06-182-2/+6
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-184-2/+86
* Small correction to unordered memory code generation of ARM LDRDJF Bastien2013-06-181-1/+1
* Identify me on IRC.Bill Wendling2013-06-181-0/+1
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-182-1/+45