index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-02-08
A little bit of lambda IRGen.
Eli Friedman
2012-02-08
Constify the getClassName routine and variables that come out of it,
Eric Christopher
2012-02-08
Do not return records with non trivial destructors or copy constructors in
Akira Hatanaka
2012-02-08
Use the new forward declaration scheme for records. Also add more
Eric Christopher
2012-02-08
Remove tabs.
Devang Patel
2012-02-07
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
Make use of const-correct ParseCommandLineOptions
David Blaikie
2012-02-07
Remove tabs.
Devang Patel
2012-02-07
Emit debug info for properites that are not backed by an ivar.
Devang Patel
2012-02-07
Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...
Benjamin Kramer
2012-02-07
Use SmallVector instead of std::vector.
Bill Wendling
2012-02-07
Use 'ArrayRef<>' instead of 'std::vector<>&' for passed-in arguments.
Bill Wendling
2012-02-07
Calculate the .size() of the vector once.
Bill Wendling
2012-02-07
Reserve a moderate amount of space for the back-end arguments.
Bill Wendling
2012-02-07
Bump up the initial vector size to avoid having to grow the vector more often.
Bill Wendling
2012-02-07
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
Use a more efficient container for these values. Also reserve space when using a
Bill Wendling
2012-02-07
Use a SmallVector instead of std::vector. This improves compilation time in
Bill Wendling
2012-02-06
Don't recalculate the size of the array each time through the for-loop.
Bill Wendling
2012-02-06
Relax valid location check. This fixes a clang crash while emitting debug inf...
Devang Patel
2012-02-06
build wide strings with ConstantDataArray, just because we can.
Chris Lattner
2012-02-06
improve the code that handles IR generation of byte-sized string literals to ...
Chris Lattner
2012-02-06
use cheaper llvm APIs for various bits of IR generation.
Chris Lattner
2012-02-06
simplify code and smallvectorize.
Chris Lattner
2012-02-06
Let an ivar directly refer property TAG.
Devang Patel
2012-02-06
Fix vector splat casts to cast element to the appropriate vector element befo...
Craig Topper
2012-02-05
reapply the patches reverted in r149477, which enable ConstantDataArray.
Chris Lattner
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-04
Preserve alignment for Neon vld1_lane/dup and vst1_lane intrinsics.
Bob Wilson
2012-02-04
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
Create new tag for the property. This is a work in progress.
Devang Patel
2012-02-03
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
2012-02-02
unnecessary include of TargetMachine.h?
Andrew Trick
2012-02-02
Move the code that sets the AddressSafety
Alexander Potapenko
2012-02-01
r149474 went a bit too far when combined with type caching. If we want
Eric Christopher
2012-02-01
Remove duplicated comment.
Eric Christopher
2012-02-01
Fix comment.
Eric Christopher
2012-02-01
Add missing dependency to unbreak the CMake build
Douglas Gregor
2012-02-01
size() == 0 -> empty().
David Chisnall
2012-02-01
Compatability fix for SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
Revert r149363 which was part a series of commits that were reverted in llvm
Argyrios Kyrtzidis
2012-02-01
For pass-by-value record arguments to functions emit a forward decl
Eric Christopher
2012-01-31
Support @compatibility_alias at run time (GNUstep Runtime)
David Chisnall
2012-01-31
Don't zero terminate the bitmap twice.
Benjamin Kramer
2012-01-31
ConstantArray::get() (for strings) is going away, use
Chris Lattner
2012-01-31
enhance some optimization logic to handle ConstantDataSequential
Chris Lattner
2012-01-30
test for a v-table dispatch that consumes an
Fariborz Jahanian
2012-01-30
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-30
Remove long dead code for handling vector shift by immediate builtins.
Craig Topper
[prev]
[next]