summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the 'R' modifier.Rafael Espindola2013-06-19
* Remove Path::isObjectFile.Rafael Espindola2013-06-19
* Remove Path::canExecute.Rafael Espindola2013-06-19
* The RenderMethod field in RegisterOperand class sets the name of the method o...Vladimir Medic2013-06-19
* MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::st...NAKAMURA Takumi2013-06-19
* Fixed comment typo that causes the given comment to actually make sense.Michael Gottesman2013-06-19
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-19
* Document the return value and fix a typo.Nadav Rotem2013-06-19
* Test commit access.Wan Xiaofei2013-06-19
* Remove `using namespace` and use explicit qualification.Sean Silva2013-06-19
* Remove spurious space.Sean Silva2013-06-19
* Remove unused parameter.Sean Silva2013-06-19
* [yaml2obj][ELF] Beef up this test a bit.Sean Silva2013-06-19
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-19
* There is no ELF ABI version enum.Sean Silva2013-06-19
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-19
* Use GetUnderlyingObject instead of custom functionMatt Arsenault2013-06-18
* [yaml2obj][ELF] Don't monkeypatch the YAML sections.Sean Silva2013-06-18
* [yaml2obj][ELF] Ensure STN_UNDEF entry is present.Sean Silva2013-06-18
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-18
* Small correction to unordered memory code generation of ARM LDRDJF Bastien2013-06-18
* Identify me on IRC.Bill Wendling2013-06-18
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-18
* [yaml2obj][ELF] Add dummy .strtab section.Sean Silva2013-06-18
* We want a string representation of the attribute, not the kind as a string.Bill Wendling2013-06-18
* AArch64: remove accidental test output file.Tim Northover2013-06-18
* Remove Path::canWrite.Rafael Espindola2013-06-18
* Add a can_write function to PathV2.Rafael Espindola2013-06-18
* [ARMTargetLowering] ARMISD::{SUB,ADD}{C,E} second result is a boolean implyin...Michael Gottesman2013-06-18
* Converted an overly aggressive assert to a conditional check in AddCombineTo6...Michael Gottesman2013-06-18
* Remove unused Path::canRead.Rafael Espindola2013-06-18
* Fix 80 col violation.Nadav Rotem2013-06-18
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-18
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-18
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-18
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-18
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-18
* Reduce indentation.David Blaikie2013-06-18
* Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola2013-06-18
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-18
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Return a std::string from PrependMainExecutablePath.Rafael Espindola2013-06-18
* Remove PathV1.h use from BugDriver.cpp.Rafael Espindola2013-06-18
* Remove use of PathV1.h from ExecutionDriver.cpp.Rafael Espindola2013-06-18
* Scan the successor blocks and use the PHI nodes as a hint for possible chain ...Nadav Rotem2013-06-18
* Add a return value to make this function more useful.Nadav Rotem2013-06-18
* Remove usage of PathV1.h from OptimizerDriver.cpp.Rafael Espindola2013-06-18
* Convert some uses of eraseFromDisk.Rafael Espindola2013-06-18
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18