index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
Age
Commit message (
Expand
)
Author
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
Simplify code. No functionality change.
Jakub Staszak
2013-02-19
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...
Douglas Gregor
2013-02-19
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-19
Grammar.
Eric Christopher
2013-02-18
Add some convenience methods for querying function attributes.
Bill Wendling
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
Use llvm::cast instead of reinterpret_cast.
Jakub Staszak
2013-02-18
Add front/back/erase to MapVector.
Douglas Gregor
2013-02-18
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-18
Add `unsigned DISubprogram::getFlags() const` for DragonEgg.
David Blaikie
2013-02-18
Add `DIFile DISubprogram::getFile() const` for DragonEgg.
David Blaikie
2013-02-18
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-17
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-16
Remove comma at the end of enum. Still my favourite C++11 feature.
Benjamin Kramer
2013-02-16
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-16
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
Add even more constatness in MachineDominators.h.
Jakub Staszak
2013-02-16
Add some constantness in Machine Dominators.
Jakub Staszak
2013-02-16
Remove trailing spaces.
Jakub Staszak
2013-02-16
[ELF] Add STN_UNDEF.
Michael J. Spencer
2013-02-16
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-15
Pacify -Wnon-virtual-dtor
Matt Beaumont-Gay
2013-02-15
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
capitalize SCEV to match the current naming convention
Sebastian Pop
2013-02-15
add ScevApplyRewriter
Sebastian Pop
2013-02-15
add SCEVParameterRewriter
Sebastian Pop
2013-02-15
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-14
Mark getRawBits const.
Preston Gurd
2013-02-14
include/llvm/Object/ELF.h: do debug checks only when NDEBUG
Dmitry Vyukov
2013-02-14
Add deprecation of neverHasSideEffects to documentation comments.
Tim Northover
2013-02-14
Add missing typename to unbreak the MSVC 2012 build.
Francois Pichet
2013-02-13
llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're
Alex Rosenberg
2013-02-13
Fix iterator definitions for ImmutableSet and ImmutableMap.
Ryan Govostes
2013-02-13
Add iterator_traits to ImmutableMap and ImmutableSet.
Ryan Govostes
2013-02-13
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
Fix MSan annotations inclusion guard.
Evgeniy Stepanov
2013-02-13
Add some accessor and query methods for retrieving Attribute objects and such.
Bill Wendling
2013-02-13
Remove unnecessary condtional assignment. The next line ignores the result of...
Craig Topper
2013-02-13
use memcpy instead of dubious union to type pun two values,
Chris Lattner
2013-02-12
Cleaned up some leftover legacy-JIT localmods.
Eli Bendersky
2013-02-12
Add a default empty string to the 'value' of a string attribute.
Bill Wendling
2013-02-12
[ms-inline-asm] Implement align directive (which is roughly equivalent to .al...
Chad Rosier
2013-02-12
This patch just fixes up various llvm formatting
Jack Carter
2013-02-12
This CL supersedes the previous 2 outstanding CLs.
Derek Schuff
2013-02-12
Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
[prev]
[next]