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
Age
Commit message (
Expand
)
Author
2012-03-09
Factor out the analysis of addition and subtraction in ComputeMaskedBits. Reuse
Nick Lewycky
2012-03-09
[llvm.py] Initial skeleton for Python LLVM bindings
Gregory Szorc
2012-03-09
misched: handle scheduling region boundaries nicely.
Andrew Trick
2012-03-09
Use uint16_t to store opcodes in static tables in X86 backend.
Craig Topper
2012-03-09
Fix undefined behavior in the Mips backend.
Ahmed Charles
2012-03-09
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
misched comments
Andrew Trick
2012-03-09
revert 152356: verify misched changes using -misched=shuffle.
Andrew Trick
2012-03-09
Fix a silly restriction on the fast-path for hash_combine_range. This
Chandler Carruth
2012-03-09
Undo a previous restriction on the inline cost calculation which Nick
Chandler Carruth
2012-03-09
Fix a regression from r147481.
Chad Rosier
2012-03-09
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-09
Added TargetPassConfig::enablePass
Andrew Trick
2012-03-09
Cache MBB->begin. It's possible the scheduler / bundler may change MBB->begin().
Evan Cheng
2012-03-08
Silence unused function warning when graphviz is not available.
Benjamin Kramer
2012-03-08
Remove the no longer existent psp triple from a test.
Benjamin Kramer
2012-03-08
Have llvm-mc --version print the list of registered targets like llc does.
Duncan Sands
2012-03-08
Revert commit 152300 (ddunbar) since it still seems to be breaking
Duncan Sands
2012-03-08
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-08
[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline, reapplied
Daniel Dunbar
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
Re-commit r152202 hopefully fixing the MSVC linker error.
Craig Topper
2012-03-08
Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to be
Daniel Dunbar
2012-03-08
Test case for r152280, r152285 and r152290.
Akira Hatanaka
2012-03-08
Invoke setTargetDAGCombine for SELECT.
Akira Hatanaka
2012-03-08
[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.
Daniel Dunbar
2012-03-08
Swap the operands of a select node if the false (the second) operand is 0.
Akira Hatanaka
2012-03-08
Rotate two of the functions used to count bonuses for the inline cost
Chandler Carruth
2012-03-08
Set minimum function alignment to 3 if target is Mips64.
Akira Hatanaka
2012-03-08
This patch eliminates redundant instructions that produce 0.
Akira Hatanaka
2012-03-08
misched interface: Expose the MachineScheduler pass.
Andrew Trick
2012-03-08
ARM don't use MCRelaxAll, as it's not safe on ARM.
Jim Grosbach
2012-03-07
Improved support in RuntimeDyldMachO for generating
Sean Callanan
2012-03-07
Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDAGInstrs.
Andrew Trick
2012-03-07
misched prep: Comment the ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
misched prep: Cleanup ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
misched prep: remove extra "protected"
Andrew Trick
2012-03-07
misched prep: rename InsertPos to End.
Andrew Trick
2012-03-07
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
Copy the right amount of elements.
Benjamin Kramer
2012-03-07
SmallPtrSet: Copy all the elements when swapping, not just numelements.
Benjamin Kramer
2012-03-07
[fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point
Chad Rosier
2012-03-07
Use llvm-mc instead of llc. Patch by Jack Carter.
Rafael Espindola
2012-03-07
configure: Don't require a perl interpreter to be present, LLVM's buildsystem...
Benjamin Kramer
2012-03-07
Revert r152202 as it's causing internal buildbot failures.
Chad Rosier
2012-03-07
Fix infinite loop in nested multiclasses.
Jakob Stoklund Olesen
2012-03-07
Try a completely different approach to this type trait to appease older
Chandler Carruth
2012-03-07
Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like these
Chandler Carruth
[prev]
[next]