summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands2013-02-17
* Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich2013-02-17
* Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich2013-02-17
* Add support for updating the LiveIntervals of registers used by 'exotic'Cameron Zwarich2013-02-17
* Remove comma at the end of enum. Still my favourite C++11 feature.Benjamin Kramer2013-02-16
* Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer2013-02-16
* Use const reference instead of vector object when passing an argument toJakub Staszak2013-02-16
* Add even more constatness in MachineDominators.h.Jakub Staszak2013-02-16
* Add some constantness in Machine Dominators.Jakub Staszak2013-02-16
* Remove trailing spaces.Jakub Staszak2013-02-16
* [ELF] Add STN_UNDEF.Michael J. Spencer2013-02-16
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-16
* Pacify -Wnon-virtual-dtorMatt Beaumont-Gay2013-02-15
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-15
* capitalize SCEV to match the current naming conventionSebastian Pop2013-02-15
* add ScevApplyRewriterSebastian Pop2013-02-15
* add SCEVParameterRewriterSebastian Pop2013-02-15
* BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel2013-02-15
* Mark getRawBits const.Preston Gurd2013-02-14
* s/bool/LLVMBool/Bill Wendling2013-02-14
* Add two new functions to the C API:Bill Wendling2013-02-14
* include/llvm/Object/ELF.h: do debug checks only when NDEBUGDmitry Vyukov2013-02-14
* Add deprecation of neverHasSideEffects to documentation comments.Tim Northover2013-02-14
* Add missing typename to unbreak the MSVC 2012 build.Francois Pichet2013-02-14
* llvm-gcc -pedantic warns about C++ comments in C90 mode even if they'reAlex Rosenberg2013-02-13
* Fix iterator definitions for ImmutableSet and ImmutableMap.Ryan Govostes2013-02-13
* Add iterator_traits to ImmutableMap and ImmutableSet.Ryan Govostes2013-02-13
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-13
* Fix MSan annotations inclusion guard.Evgeniy Stepanov2013-02-13
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-13
* Remove unnecessary condtional assignment. The next line ignores the result of...Craig Topper2013-02-13
* use memcpy instead of dubious union to type pun two values,Chris Lattner2013-02-13
* Add a default empty string to the 'value' of a string attribute.Bill Wendling2013-02-12
* [ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier2013-02-12
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-12
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* Renumber SlotIndexes locally when a new block is inserted.Cameron Zwarich2013-02-12
* Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splittingCameron Zwarich2013-02-12
* DIBuilder: make the return type of createBasicType more specificDavid Blaikie2013-02-12
* [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.Michael J. Spencer2013-02-11
* Rename to something more sensible. No functionality change.Bill Wendling2013-02-11
* [NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture ...Justin Holewinski2013-02-11
* AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover2013-02-11
* Fix some problems with the updating of SlotIndexes after adding a new MBB. InCameron Zwarich2013-02-11
* Add support for printing out the attribute groups.Bill Wendling2013-02-11
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-11
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-11