index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
Age
Commit message (
Expand
)
Author
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-10-10
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...
Benjamin Kramer
2012-10-03
This Patch corrects a problem whereby the optimization to use a faster divide
Preston Gurd
2012-10-01
SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...
Benjamin Kramer
2012-09-30
SimplifyCFG: Enumerating all predecessors of a BB can be expensive (switches)...
Benjamin Kramer
2012-09-27
Fix a integer overflow in SimplifyCFG's look up table formation logic.
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
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
Address Duncan's comments on r164682:
Hans Wennborg
2012-09-26
SimplifyCFG: Make the switch-to-lookup table transformation store the
Hans Wennborg
2012-09-26
SimplifyCFG: Refactor the switch-to-lookup table transformation by
Hans Wennborg
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-20
SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.
Manman Ren
2012-09-19
Renaming functions to match coding style guidelines
Michael Ilseman
2012-09-19
Doxygen-ify comments
Michael Ilseman
2012-09-19
Put the * and & next to the variable, rather than the type.
Michael Ilseman
2012-09-19
SimplifyCFG: Don't generate invalid code for switch used to initialize
Hans Wennborg
2012-09-19
IntegerDivision: Style cleanups, avoid warning about mixing || and && without...
Benjamin Kramer
2012-09-18
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-18
PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying Switch
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-17
Fix a few vars that can end up being used without initialization.
Axel Naumann
2012-09-15
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
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-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-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
[prev]
[next]