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
/
utils
Age
Commit message (
Expand
)
Author
2008-07-23
'Previously, the emacs tablegen mode would highlight constants even if
Chris Lattner
2008-07-21
Temporary hack to build with GCC 4.0 instead of 4.2.
Bill Wendling
2008-07-17
Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk
Dan Gohman
2008-07-11
Porting r53478 into mainline:
Bill Wendling
2008-07-07
TargetRegisterDesc::Name field is the same as the abstract register name. The...
Evan Cheng
2008-07-07
Refactor the tablegen DAGISelEmitter code for outputing calls to
Dan Gohman
2008-07-07
Add explicit keywords.
Dan Gohman
2008-07-03
isel load folding is disabled at -fast. Now hoist the check up to the top lev...
Evan Cheng
2008-07-02
Replace a few uses of SelectionDAG::getTargetNode with
Dan Gohman
2008-07-01
Make the subregister hashtable output more readable by wrapping the lines,
Owen Anderson
2008-07-01
Use delete[] instead of free on an array created with new[].
Owen Anderson
2008-07-01
Implement suggestions from Chris:
Owen Anderson
2008-07-01
Replace the dynamically computed std::set lookup method for subregisters with...
Owen Anderson
2008-07-01
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-06-30
Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use.
Evan Cheng
2008-06-30
check in anton's patch to make inlining happen in a determinstic order
Chris Lattner
2008-06-26
Fixes the last x86-64 test failure in compat.exp:
Dale Johannesen
2008-06-25
Added MemOperands to Atomic operations since Atomics touches memory.
Mon P Wang
2008-06-24
Add support for building on solaris, working around namespace
Chris Lattner
2008-06-23
Extract the x86_64 part for the executables.
Bill Wendling
2008-06-16
- Add "Commutative" property to intrinsics. This allows tblgen to generate th...
Evan Cheng
2008-06-10
Remove some debug output from tblgen. This fixes a test.
Matthijs Kooijman
2008-06-09
AsmParser support for immediate constant aggregate values.
Dan Gohman
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-05
Escape "$#".
Nick Lewycky
2008-06-04
Add #includes required by GCC 4.3, thanks for Zhongxing Xu
Chris Lattner
2008-06-02
Update the polygen grammer for the new insertvalue and extractvalue syntax.
Dan Gohman
2008-06-02
Fix the position of MemOperands in nodes that use variadic_ops
Dan Gohman
2008-06-01
Initialize members properly during construction
Anton Korobeynikov
2008-05-31
Callback was not executed on OS X when it was a function.
Mikhail Glushenkov
2008-05-31
Teach the DAGISelEmitter to not compute the variable_ops operand
Dan Gohman
2008-05-30
Revert 51775.
Evan Cheng
2008-05-30
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2008-05-30
Add a check for side effect-free options (specified only in the OptionList).
Mikhail Glushenkov
2008-05-30
Refactoring: remove code duplication introduced in the previous patch.
Mikhail Glushenkov
2008-05-30
Refactoring: split CollectProperties into two separate function objects.
Mikhail Glushenkov
2008-05-30
New feature: OptionList.
Mikhail Glushenkov
2008-05-30
A small optimization: use static char* array instead of StrVector.
Mikhail Glushenkov
2008-05-30
Make it possible to test if the '-o' option is provided.
Mikhail Glushenkov
2008-05-30
Fix: 'sink' handling was broken.
Mikhail Glushenkov
2008-05-30
Add support for option aliases.
Mikhail Glushenkov
2008-05-30
Allow nesting of case expressions.
Mikhail Glushenkov
2008-05-30
Small error message improvement.
Mikhail Glushenkov
2008-05-30
Remove RequireDefault parameter from EmitCaseConstructHandler.
Mikhail Glushenkov
2008-05-30
Fix some headers.
Mikhail Glushenkov
2008-05-30
New tests for the 'case' expression: not_empty, in_language.
Mikhail Glushenkov
2008-05-30
Make it possible to have multiple input languages for a single tool.
Mikhail Glushenkov
2008-05-30
Better error reporting for the 'case' construct.
Mikhail Glushenkov
2008-05-30
Do not generate empty 'if's for the output_suffix property.
Mikhail Glushenkov
2008-05-30
Make it possible to use hooks like this: '$CALL(MyHook)/path/to/file'.
Mikhail Glushenkov
[next]