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-01-21
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
Fix an old-style doxygen comment.
Chandler Carruth
2013-01-21
Cleanup the formatting of this header. This removes the namespace indent
Chandler Carruth
2013-01-21
Revert "[Object] .bss sections have no content. PR15005."
Michael J. Spencer
2013-01-21
[Object] .bss sections have no content. PR15005.
Michael J. Spencer
2013-01-21
Remove the comma from the last enumerator to fix -pedantic warnings.
Chandler Carruth
2013-01-21
Introduce a generic interface for querying an operation's expected
Chandler Carruth
2013-01-21
Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.
NAKAMURA Takumi
2013-01-20
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
[Support] Port ErrorOr<T> from lld to C++03.
Michael J. Spencer
2013-01-20
Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...
Michael Gottesman
2013-01-20
More copy editing.
Michael Gottesman
2013-01-20
Doxygenified and copy edited BasicBlock.h.
Michael Gottesman
2013-01-20
Doxygenified Argument.h and performed some copy editing of the documentation.
Michael Gottesman
2013-01-20
Converted all method comments in IRBuilder.h to use doxygen style comments.
Michael Gottesman
2013-01-20
Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.
Michael Gottesman
2013-01-20
Added IRBuilder::CreateFPExtOrFPTrunc.
Michael Gottesman
2013-01-20
trivial micro-optimization: lazily call the virtual method instead of eagerly...
Chris Lattner
2013-01-20
switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of
Chris Lattner
2013-01-20
add an option to not auto-process abbreviations in advance()
Chris Lattner
2013-01-20
stringref'ize readRecord and properly capitalize it. Add a compatibility met...
Chris Lattner
2013-01-20
move some private methods out of line, add a skipRecord() method.
Chris Lattner
2013-01-19
add some optional flags to affect the way advance works.
Chris Lattner
2013-01-19
Add a new BitstreamEntry concept, and add two helper methods for walking
Chris Lattner
2013-01-19
Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely
Jakub Staszak
2013-01-19
BitstreamReader hasn't aged well. It's been hacked on by various people and
Chris Lattner
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-18
Fixing behavior of ELFObjectFile::getSymbolFileOffset().
Andrew Kaylor
2013-01-18
Move ABI verifier pass declaration to lib/Analysis and add tests
Derek Schuff
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Remove unused parameter. Also use the AttributeSet query methods instead of t...
Bill Wendling
2013-01-18
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
[Linker] Zap a dead typedef.
Daniel Dunbar
2013-01-18
[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...
Daniel Dunbar
2013-01-18
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
[MC] Expose ParseEscapedString to target AsmParser implementations.
Daniel Dunbar
2013-01-17
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
Skeleton for pass-based bitcode ABI verifier
Derek Schuff
2013-01-17
Reverting back to the fallback instead of using the 64-bit popcnt instruction...
Aaron Ballman
2013-01-17
[Linker] Drop support for IR-level extended linking support (archives, etc.).
Daniel Dunbar
2013-01-17
[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.
Chad Rosier
2013-01-17
Reverting back to the fallback instead of using popcnt; this instruction does...
Aaron Ballman
2013-01-17
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-17
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
[prev]
[next]