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
2012-05-03
Don't override subreg functions in targets without subregisters.
Jakob Stoklund Olesen
2012-05-02
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2012-04-25
Add ifdef around getSubtargetFeatureName in tablegen output file so that only...
Craig Topper
2012-04-24
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-21
Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegCl...
Craig Topper
2012-04-20
TableGen'd RegPressure: Added getPressureSetName.
Andrew Trick
2012-04-20
Modify the sh-bang to run out-of-the-box for FreeBSDes.
Bill Wendling
2012-04-19
TableGen support for auto-generating assembly two-operand aliases.
Jim Grosbach
2012-04-19
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
2012-04-19
Use a SmallVector instead of std::vector for ResOperands.
Jim Grosbach
2012-04-19
Update some internal naming conventions to modern style.
Jim Grosbach
2012-04-19
llvm-lit: Inject the lit module path at the beginning of sys.path, just in case
Daniel Dunbar
2012-04-19
Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...
Craig Topper
2012-04-18
Fix typo.
Jim Grosbach
2012-04-18
Add a flag to rebranch if we need to.
Bill Wendling
2012-04-18
Revert "Replace some uses of std:map<std::string,...> with StringMap."
Jim Grosbach
2012-04-18
tblgen: remove duplicated newlines.
Benjamin Kramer
2012-04-18
Replace some uses of std:map<std::string,...> with StringMap.
Jim Grosbach
2012-04-18
Use SmallVector for the requirements on an InstAlias.
Jim Grosbach
2012-04-18
Tidy up. Formatting.
Jim Grosbach
2012-04-18
Move a few more warnings to use PrintWarning().
Jim Grosbach
2012-04-18
Tidy up. No need for a Twine here, as it's just constants.
Jim Grosbach
2012-04-18
Formatting.
Jim Grosbach
2012-04-18
Tidy up. Add a '.' at the end of the sentence.
Jim Grosbach
2012-04-18
Clean up warning text. Remove extraneous prefix.
Jim Grosbach
2012-04-18
TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.
Jim Grosbach
2012-04-18
Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...
Silviu Baranga
2012-04-17
Sanity check error handling for TokenAlias.
Jim Grosbach
2012-04-17
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
Download and build the compiler-rt project.
Bill Wendling
2012-04-17
Don't tag libcxx and libcxxabi since we don't release them just yet.
Bill Wendling
2012-04-17
Tidy up. 80 columns.
Jim Grosbach
2012-04-13
Remove old code to strip out unwanted PPC slices for Apple llvmCore.
Bob Wilson
2012-04-13
Fix target specific intrinsic handling to adjust intrinsic number before doin...
Craig Topper
2012-04-11
Remove incorrect comment.
Jim Grosbach
2012-04-11
Tidy up. Remove hard tab characters.
Jim Grosbach
2012-04-11
Tidy up. Whitespace.
Jim Grosbach
2012-04-11
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
TableGen'd regpressure: register unit set pruning.
Andrew Trick
2012-04-11
Tablegen'd regpressure: emit the weighted pressure limit.
Andrew Trick
2012-04-11
Table-generated register pressure fixes.
Andrew Trick
2012-04-10
TableGen/reginfo potential bug: typo from previous checkin.
Andrew Trick
2012-04-10
Fix for register pressure tables.
Andrew Trick
2012-04-10
Use std::includes instead of my own implementation.
Andrew Trick
2012-04-10
Added register unit sets to the target description.
Andrew Trick
2012-04-10
Added register unit weights to the target description.
Andrew Trick
2012-04-10
Fix header comment
Andrew Trick
2012-04-05
Do not include multiple -arch options in CPPFLAGS.
Bob Wilson
2012-04-04
Convert assert(false) followed by a return to llvm_unreachable
Craig Topper
2012-04-03
Fix the install location for the Embedded makefile target.
Bob Wilson
[next]