summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-20
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-20
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-20
* Remove the transitional GetUniqueID.Rafael Espindola2013-06-20
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-20
* Remove static, because it was messing everything up.Bill Wendling2013-06-20
* Make the '==' operator inline.Bill Wendling2013-06-19
* Make this static inline to avoid duplicates.Bill Wendling2013-06-19
* Make the comparison operators non-member functions.Bill Wendling2013-06-19
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* DebugInfo: Specify that a value is stored indirectlyDavid Blaikie2013-06-19
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-19
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-19
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Add operator!= as the compliment to operator==. This is for a future change.Bill Wendling2013-06-19
* Don't cache the TLI object since we have access to it through TargetMachine a...Bill Wendling2013-06-19
* [APFloat] Expose isSmallest/isLargest as public methods.Michael Gottesman2013-06-19
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-19
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-19
* Remove Path::isObjectFile.Rafael Espindola2013-06-19
* Remove Path::canExecute.Rafael Espindola2013-06-19
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-19
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-19
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-18
* Remove Path::canWrite.Rafael Espindola2013-06-18
* Add a can_write function to PathV2.Rafael Espindola2013-06-18
* Remove unused Path::canRead.Rafael Espindola2013-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
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Don't convert object_error's enum to and from int.Rafael Espindola2013-06-18
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* remove some @deprecated markers: LLVM APIs aren't deprecated, they are remove...Chris Lattner2013-06-18
* Directly access objects which may change during compilation.Bill Wendling2013-06-17
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-17
* Delete declared but not implemented functions.Rafael Espindola2013-06-17
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-17
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-17
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* MachineOperand::setIsDebug should ensure the register is /not/ a definitionDavid Blaikie2013-06-16
* Put back variable names because they are referenced in the documentationDmitri Gribenko2013-06-16
* APInt: Add a fast case for isAllOnesValue.Benjamin Kramer2013-06-15