index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow llvm::Optional to work with types without default constructors.
David Blaikie
2013-02-20
1
-11
/
+47
*
Move part of APInt implementation from header to cpp file. These methods
Jakub Staszak
2013-02-20
1
-38
/
+5
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-0
/
+1
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-2
/
+5
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-3
/
+10
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
3
-0
/
+8
*
Simplify code. No functionality change.
Jakub Staszak
2013-02-19
1
-4
/
+2
*
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
1
-1
/
+7
*
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...
Douglas Gregor
2013-02-19
1
-7
/
+4
*
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-19
1
-6
/
+9
*
Grammar.
Eric Christopher
2013-02-19
1
-1
/
+1
*
Add some convenience methods for querying function attributes.
Bill Wendling
2013-02-18
1
-0
/
+8
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
7
-14
/
+12
*
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
1
-0
/
+4
*
Use llvm::cast instead of reinterpret_cast.
Jakub Staszak
2013-02-18
1
-8
/
+8
*
Add front/back/erase to MapVector.
Douglas Gregor
2013-02-18
1
-0
/
+15
*
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-18
1
-5
/
+5
*
Add `unsigned DISubprogram::getFlags() const` for DragonEgg.
David Blaikie
2013-02-18
1
-0
/
+4
*
Add `DIFile DISubprogram::getFile() const` for DragonEgg.
David Blaikie
2013-02-18
1
-0
/
+4
*
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-18
1
-25
/
+27
*
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-17
1
-0
/
+33
*
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
1
-5
/
+5
*
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
1
-1
/
+1
*
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-17
1
-0
/
+15
*
Remove comma at the end of enum. Still my favourite C++11 feature.
Benjamin Kramer
2013-02-16
1
-1
/
+1
*
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-16
1
-40
/
+15
*
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
1
-1
/
+1
*
Add even more constatness in MachineDominators.h.
Jakub Staszak
2013-02-16
1
-3
/
+3
*
Add some constantness in Machine Dominators.
Jakub Staszak
2013-02-16
1
-6
/
+8
*
Remove trailing spaces.
Jakub Staszak
2013-02-16
1
-24
/
+24
*
[ELF] Add STN_UNDEF.
Michael J. Spencer
2013-02-16
1
-0
/
+5
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
2
-0
/
+17
*
Pacify -Wnon-virtual-dtor
Matt Beaumont-Gay
2013-02-15
1
-0
/
+2
*
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
1
-0
/
+4
*
capitalize SCEV to match the current naming convention
Sebastian Pop
2013-02-15
1
-15
/
+15
*
add ScevApplyRewriter
Sebastian Pop
2013-02-15
1
-0
/
+39
*
add SCEVParameterRewriter
Sebastian Pop
2013-02-15
1
-0
/
+104
*
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-15
1
-0
/
+3
*
Mark getRawBits const.
Preston Gurd
2013-02-14
1
-1
/
+1
*
s/bool/LLVMBool/
Bill Wendling
2013-02-14
1
-1
/
+1
*
Add two new functions to the C API:
Bill Wendling
2013-02-14
1
-0
/
+7
*
include/llvm/Object/ELF.h: do debug checks only when NDEBUG
Dmitry Vyukov
2013-02-14
1
-0
/
+2
*
Add deprecation of neverHasSideEffects to documentation comments.
Tim Northover
2013-02-14
1
-2
/
+3
*
Add missing typename to unbreak the MSVC 2012 build.
Francois Pichet
2013-02-14
2
-10
/
+10
*
llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're
Alex Rosenberg
2013-02-13
1
-1
/
+1
*
Fix iterator definitions for ImmutableSet and ImmutableMap.
Ryan Govostes
2013-02-13
2
-20
/
+24
*
Add iterator_traits to ImmutableMap and ImmutableSet.
Ryan Govostes
2013-02-13
2
-0
/
+10
*
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
1
-0
/
+14
*
Fix MSan annotations inclusion guard.
Evgeniy Stepanov
2013-02-13
2
-2
/
+2
*
Add some accessor and query methods for retrieving Attribute objects and such.
Bill Wendling
2013-02-13
1
-0
/
+9
[next]