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
2012-10-14
Decode the LLVM attributes from bitcode using the attributes builder.
Bill Wendling
2012-10-14
Use builder to create alignment attributes. Remove dead function.
Bill Wendling
2012-10-14
Remove dead method.
Bill Wendling
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-12
[ms-inline asm] Capitalize per coding standard.
Chad Rosier
2012-10-12
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
[ms-inline asm] Add a few data members and member functions to the
Chad Rosier
2012-10-12
Correcting enum values mentioned in comments.
Andrew Kaylor
2012-10-12
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-12
Shuffle the virtual destructor down to the base. This should actually pacify
Nick Lewycky
2012-10-12
Give this class full of virtual functions a virtual destructor. Classes love
Nick Lewycky
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
Casting.h: Automatically handle isa<Base>(Derived).
Sean Silva
2012-10-11
Remove extra semicolon.
Chad Rosier
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().
NAKAMURA Takumi
2012-10-11
dependence analysis
Sebastian Pop
2012-10-11
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-10
PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/end
Mark Seaborn
2012-10-11
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-10-10
Formatting and 80-col.
Eric Christopher
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
tblgen: Put dyn_cast<> machinery in place for Init hierarchy.
Sean Silva
2012-10-10
Remove unused argument.
Bill Wendling
2012-10-10
Issue description:
Stepan Dyatkovskiy
2012-10-10
Cleanup. Get rid of now dead code.
Bill Wendling
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-10-10
TODO comment
Andrew Trick
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
misched: Generate IsBuffered flag for machine resources.
Andrew Trick
2012-10-10
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
This patch adds new functions to the SectionRef and ObjectFile interfaces to ...
Andrew Kaylor
2012-10-09
misched: Add computeInstrLatency to TargetSchedModel.
Andrew Trick
2012-10-09
misched: Doxument the TargetSchedule API.
Andrew Trick
2012-10-09
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-09
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
Use the attribute builder to add attributes to call/invoke instruction. No fu...
Bill Wendling
2012-10-09
Add count() method to MapVector
Douglas Gregor
2012-10-09
Add in some interfaces that will allow easier access to the pointer address s...
Micah Villmow
2012-10-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Remove this now unused variable macro.
Bill Wendling
2012-10-09
Use appropriate method calls to get the alignment value.
Bill Wendling
[prev]
[next]