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
/
lib
/
Transforms
/
IPO
Age
Commit message (
Expand
)
Author
2012-10-26
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-25
Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'
Derek Schuff
2012-10-24
revert accidental change
Nadav Rotem
2012-10-24
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-19
Re-enable new SROA pass
Derek Schuff
2012-10-18
Merge commit '3298959540ca744ec16b4c65db244534a929a862'
Derek Schuff
2012-10-18
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-16
Merge commit '320db3f8052c9f506d9ea043ba5da534df40aa08'
Derek Schuff
2012-10-16
Disable new SROA pass
Derek Schuff
2012-10-16
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
Fix filename in file header.
Craig Topper
2012-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...
Alexey Samsonov
2012-10-09
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
Fix PR14016.
Alexey Samsonov
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder class to create attributes.
Bill Wendling
2012-10-08
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
Use method to query for attributes.
Bill Wendling
2012-10-04
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-04
Use method to query for attributes.
Bill Wendling
2012-10-04
Query for attributes via the correct method call.
Bill Wendling
2012-10-02
Turn the new SROA pass back on. Let's see if it sticks this time. =]
Chandler Carruth
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-30
ArgumentPromotion: Remove ancient workaround for a bug in the C backend.
Benjamin Kramer
2012-09-28
GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...
Evan Cheng
2012-09-28
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Disable the new SROA pass to get the tree back in working order. We don't yet
Nick Lewycky
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-25
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-24
Enable the new SROA pass by default.
Chandler Carruth
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
[prev]
[next]