summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [Support] Add a version of sys::fs::equivalent() that treats errors as false.Daniel Dunbar2012-05-15
* TableGen'erate mapping physical registers to encoding values.Jim Grosbach2012-05-15
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Fixed one small stupid, but critical bug.Stepan Dyatkovskiy2012-05-15
* [Support/COFF] Make the order of members in symbol match the standard.Michael J. Spencer2012-05-14
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* Remove a stale forward declaration.Andrew Trick2012-05-14
* Remove the expensive BitVector::operator~().Jakob Stoklund Olesen2012-05-14
* Remove BitVector binops.Jakob Stoklund Olesen2012-05-14
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-14
* SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy2012-05-14
* Use ArrayRef instead of an explicit vector type.Bill Wendling2012-05-14
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-12
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-12
* Add doxygen comments.Michael J. Spencer2012-05-11
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-11
* Hexagon V5 intrinsics support.Sirish Pande2012-05-11
* PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...Stepan Dyatkovskiy2012-05-11
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-11
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-11
* Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman2012-05-10
* Add Triple::getiOSVersion.Chad Rosier2012-05-09
* Introduce llvm-c function LLVMPrintModuleToFile.Hans Wennborg2012-05-09
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* Supply a C interface to the "LinkModules" method.Bill Wendling2012-05-09
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-08
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-08
* Update comment.Eric Christopher2012-05-08
* remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...Nuno Lopes2012-05-08
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-08
* Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper2012-05-08
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-08
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* Constify (trivially) ImmutableSet::iterator::getVisitState().Jordy Rose2012-05-07
* Add TRI::getCommonSuperRegClass().Jakob Stoklund Olesen2012-05-07
* Fix trivial typo in llvm_move.John McCall2012-05-07
* Add SSE4A MOVNTSS/MOVNTSD instructions.Craig Topper2012-05-07
* Tidy up. Whitespace.Jim Grosbach2012-05-07
* reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner2012-05-05
* revert my patches, which are causing problems.Chris Lattner2012-05-05
* add missing header <shame>Chris Lattner2012-05-05
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-05
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-05
* [build] Add build check for ::arc4random().Daniel Dunbar2012-05-05
* Add a new target hook "predictableSelectIsExpensive".Benjamin Kramer2012-05-05
* Teach the code extractor how to extract a sequence of blocks fromChandler Carruth2012-05-04
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-04
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04