summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-04
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-03
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-03
* Add MachineBasicBlock::addLiveIn().Jakob Stoklund Olesen2013-07-03
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVectorEric Christopher2013-07-03
* Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper2013-07-03
* Add a space between type and variable name. No functional change.Craig Topper2013-07-03
* Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...Michael Gottesman2013-07-03
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-02
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-02
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-02
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Fix typo in commentTobias Grosser2013-07-02
* Fix up some asserts that are within an if statement. This removes the needRichard Trieu2013-07-01
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* Remove floating point computations form SpillPlacement.cpp.Jakob Stoklund Olesen2013-07-01
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-01
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-01
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-28
* Fix extra whitespace / formattingMatt Arsenault2013-06-28
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-28
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-28
* Fix broken asserts that never fire.Richard Trieu2013-06-28
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-28
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-28
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-28
* Fix typoMatt Arsenault2013-06-28
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-27
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-27
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-27
* Remove unnecessary conditional checks.Chad Rosier2013-06-27
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-27
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-27
* [Support/Registry.h] Include llvm/Support/Compiler.h.Argyrios Kyrtzidis2013-06-27
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-27
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Use enums instead of raw octal values.Rafael Espindola2013-06-26
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-26
* Add a convenience functions that don't return if the directory existed.Rafael Espindola2013-06-26
* Add a simpler version of remove_all.Rafael Espindola2013-06-26
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Remove PathWithStatus.Rafael Espindola2013-06-26