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
Age
Commit message (
Expand
)
Author
2012-09-15
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-14
Remove comment.
Bill Wendling
2012-09-14
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
Review feedback from Duncan Sands. Alphabetize includes and simplify
Alex Rosenberg
2012-09-14
Try to fix the bots by detecting inconsistant branch-weight metadata.
Manman Ren
2012-09-14
PGO: preserve branch-weight metadata when merging two switches where
Manman Ren
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
SROA: Silence unused variable warnings in Release builds.
Benjamin Kramer
2012-09-14
Rework the computation of a sub-structure natural type. There were
Chandler Carruth
2012-09-14
Rely on the recursive check for pointer types rather than adding an
Chandler Carruth
2012-09-14
Be a bit more aggressive in bailing out of this routine. Spotted by
Chandler Carruth
2012-09-14
Add some comments clarifying that the GEP analysis for vector GEPs is
Chandler Carruth
2012-09-14
Move an instance variable to a local variable based on review by Duncan.
Chandler Carruth
2012-09-14
Add a comment about debug intrinsics that I *really* don't want to
Chandler Carruth
2012-09-14
Add two asserts that Duncan thought would help ensure things don't rot
Chandler Carruth
2012-09-14
Actually keep the flag default-off for now. =/ That's what I get for
Chandler Carruth
2012-09-14
Remove some dead, commented out code Duncan spotted in review.
Chandler Carruth
2012-09-14
Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.
Chandler Carruth
2012-09-14
Lots of comment fixes and cleanups from Duncan's review.
Chandler Carruth
2012-09-14
SROA.cpp: Unbreak gcc, sorry!
NAKAMURA Takumi
2012-09-14
SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".
NAKAMURA Takumi
2012-09-14
Speculative change to try to fix older GCC versions that can't handle
Chandler Carruth
2012-09-14
Introduce a new SROA implementation.
Chandler Carruth
2012-09-13
Handle the new !tbaa.struct metadata tags when converting a memcpy into scalar
Dan Gohman
2012-09-13
Extract code for reducing a type to a single value type into a helper function.
Dan Gohman
2012-09-13
MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...
Benjamin Kramer
2012-09-13
Fix an 80 char line limit.
Nadav Rotem
2012-09-13
Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...
Bill Wendling
2012-09-13
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
Introduce the __llvm_gcov_flush function.
Bill Wendling
2012-09-12
Detect overflow in the path count computation. rdar://12277446.
Dan Gohman
2012-09-12
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-11
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
NAKAMURA Takumi
2012-09-11
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-10
Move bypassSlowDivision into the llvm namespace.
Benjamin Kramer
2012-09-10
Fix style issues from r163302 pointed out by Evan.
Hans Wennborg
2012-09-09
Move spaces to the right places. No functionality change.
Nick Lewycky
2012-09-09
DSE: Poking holes into a SetVector is expensive, avoid it if possible.
Benjamin Kramer
2012-09-08
Remove an incorrect assert during branch weight propagation.
Andrew Trick
2012-09-07
SimplifyCFG: ValidLookupTableConstant should be static
Hans Wennborg
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
Fix switch_to_lookup_table.ll test from r163302.
Hans Wennborg
2012-09-06
Build lookup tables for switches (PR884)
Hans Wennborg
2012-09-06
Update function names to conform to guidelines.
Jim Grosbach
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
[asan] fix lint
Kostya Serebryany
2012-09-05
[asan] extend the blacklist functionality to handle global-init. Patch by Rei...
Kostya Serebryany
[next]