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
2009-02-24
Added support to have TableGen provide information if an intrinsic (core
Mon P Wang
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-20
* Fixed spelling
Misha Brukman
2009-02-20
Keep the newline character at the end of the lines whose trailing whitespace we
Misha Brukman
2009-02-20
Only strip the newline character at the end of the lines that we're considering
Misha Brukman
2009-02-20
We have logic in there to emit a default debugging label at the beginning of a
Bill Wendling
2009-02-20
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-19
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-19
Forgot to check that debug information is supported.
Bill Wendling
2009-02-18
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
Add explicit keywords.
Dan Gohman
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-02-14
Generalize some alias analysis logic from atomic
Duncan Sands
2009-02-12
Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable
Julien Lerouge
2009-02-11
Don't try to strip a file we just moved.
Bill Wendling
2009-02-09
Strip the LTO dylib.
Bill Wendling
2009-02-09
Small fix for the 'strip' command. Do a list of .so files.
Bill Wendling
2009-02-09
Eliminate a 'control reaches end of non-void function' warning.
Evan Cheng
2009-02-09
Don't run 'strip' on files that aren't there.
Bill Wendling
2009-02-09
Remove warnings about not being able to delete something. Don't run lipo on g...
Bill Wendling
2009-02-07
Revert 64023. make prefers GNUmakefile over makefile.
Evan Cheng
2009-02-07
Move Apple style build makefiles to the top level. Just like llvmgcc42.
Evan Cheng
2009-02-06
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-05
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
FIx spelling.
Mike Stump
2009-02-05
Probe for flags before using them to try to help compiling with
Mike Stump
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-01-29
Explain why this is here.
Bill Wendling
2009-01-29
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
Move the code that starts printing the Select_* functions
Dan Gohman
2009-01-28
Typo.
Mikhail Glushenkov
2009-01-28
Add three new option properties.
Mikhail Glushenkov
2009-01-22
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
Make tblgen more portable, allowing it to build with ICC.
Chris Lattner
2009-01-21
Fix a missing word.
Dan Gohman
2009-01-21
Versions of VIM included with Intrepid and Leopard at least appear
Dan Gohman
2009-01-21
Enable syntax highlighting of LLVM and tablegen files by default,
Dan Gohman
2009-01-21
Only set cindent for C and C++ source files.
Dan Gohman
2009-01-21
Change the hook API back to prevent memory leaks.
Mikhail Glushenkov
2009-01-21
Allow hooks with arguments.
Mikhail Glushenkov
2009-01-16
Avoid triggering an assertion failure when an instruction pattern
Dan Gohman
2009-01-16
Add support for instructions with multiple ComplexPatterns, by
Dan Gohman
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
make tblgen autogenerate the nocapture intrinsics for
Chris Lattner
2009-01-12
add scaffolding to emit argument attributes. No functionality
Chris Lattner
[next]