aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add missing per-argument doesNotAccessMemory accessors. No functionality changeNick Lewycky2013-07-071-2/+9
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-062-13/+26
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-064-2/+38
* Remove dead function.Jakob Stoklund Olesen2013-07-051-5/+0
* Remove unique_file now that it is unused.Rafael Espindola2013-07-051-30/+0
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-0/+29
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-051-0/+16
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-051-0/+8
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-051-0/+5
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-051-0/+1
* Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-041-0/+5
* Changing long to int for consistency.Aaron Ballman2013-07-041-1/+1
* Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2013-07-042-2/+11
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-12/+0
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-041-0/+5
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-042-0/+12
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-041-6/+0
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-041-0/+6
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-042-5/+12
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-12/+0
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-031-0/+5
* Add MachineBasicBlock::addLiveIn().Jakob Stoklund Olesen2013-07-031-0/+5
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-1/+1
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-4/+4
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVectorEric Christopher2013-07-032-6/+6
* Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper2013-07-031-7/+7
* Add a space between type and variable name. No functional change.Craig Topper2013-07-031-2/+2
* Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...Michael Gottesman2013-07-031-0/+2
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-021-0/+2
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-2/+0
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-1/+1
* Remove address spaces from MC.Rafael Espindola2013-07-025-42/+26
* Fix typo in commentTobias Grosser2013-07-021-1/+1
* Fix up some asserts that are within an if statement. This removes the needRichard Trieu2013-07-011-4/+6
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-013-0/+13
* Remove floating point computations form SpillPlacement.cpp.Jakob Stoklund Olesen2013-07-011-0/+3
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-012-8/+14
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-011-3/+0
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-281-1/+35
* Fix extra whitespace / formattingMatt Arsenault2013-06-281-3/+4
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-281-2/+2
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-281-35/+49
* Fix broken asserts that never fire.Richard Trieu2013-06-281-2/+2
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-17/+3
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-282-0/+7
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-281-5/+30
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-281-0/+8
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-281-2/+0
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-281-2/+1
* Fix typoMatt Arsenault2013-06-281-1/+1