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
2008-11-04
For some targets, it's not possible to place GVs in the same memory buffer as...
Evan Cheng
2008-11-04
Don't "shell out" to resolve paths. Using pure perl makes llvm-config
Nick Lewycky
2008-11-04
80 col violation.
Evan Cheng
2008-11-04
Stylistic change.
Evan Cheng
2008-11-04
hasDisassembler should return false if disassembler isn't available.
Evan Cheng
2008-11-04
CMakeLists: removed asmprinter component from
Oscar Fuentes
2008-11-04
CMake: Support for building 32 bit mode libs and binaries on
Oscar Fuentes
2008-11-04
CMake: Updated list of source files.
Oscar Fuentes
2008-11-04
Initial checkin for stack protectors. Here's what it does:
Bill Wendling
2008-11-04
Handle ARM machine constantpool entries.
Evan Cheng
2008-11-03
The ANDMask node folds to a constant, and isn't the node that needs to
Dan Gohman
2008-11-03
Fix unused variable warnings.
Devang Patel
2008-11-03
Fix unused variable warnings.
Devang Patel
2008-11-03
Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!
Dan Gohman
2008-11-03
Remove a dead switch statement.
Evan Cheng
2008-11-03
Minor code restructuring. No functionality change.
Evan Cheng
2008-11-03
Fix some ppcf128 regressions: make ExpandFloatRes_LOAD
Dale Johannesen
2008-11-03
Make VAARG promotion work correctly with large funky
Duncan Sands
2008-11-03
Overload AddInteger on int/long/long long instead of on int/int64_t,
Dan Gohman
2008-11-03
Ignore conditions that are outside the loop.
Devang Patel
2008-11-03
add a period at the end of the comment, ignoring the fact that the comment wo...
Andrew Lenharth
2008-11-03
Add binary encoding support for multiply instructions. Some blanks left to fi...
Jim Grosbach
2008-11-03
Turn floating point IVs into integer IVs where possible.
Devang Patel
2008-11-03
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-11-03
Change how extended types are represented in MVTs. Instead of fiddling
Dan Gohman
2008-11-03
Comment fix.
Daniel Dunbar
2008-11-03
Remove redundant inline keywords from functions defined within
Dan Gohman
2008-11-03
Ensure that we are checking only calls to the function we are interested in s...
Andrew Lenharth
2008-11-03
Testcase for recent llvm-gcc fix
Anton Korobeynikov
2008-11-03
Make VAARG work with x86 long double (which is
Duncan Sands
2008-11-03
Make MachineFrameInfo::print not crash when no TargetFrameInfo is available.
Matthijs Kooijman
2008-11-03
Silence a compiler warning.
Evan Cheng
2008-11-03
Typo
Nick Lewycky
2008-11-03
Replace explicit loop with utility function.
Nick Lewycky
2008-11-03
Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}).
Nick Lewycky
2008-11-03
Revert my last patch until I consult with Evan about it.
Owen Anderson
2008-11-02
Changes from Duncan's review:
Nick Lewycky
2008-11-02
Testcase for PR2691
Anton Korobeynikov
2008-11-02
Silence a warning
Anton Korobeynikov
2008-11-02
Get this building on 64 bit machines (error:
Duncan Sands
2008-11-02
Don't do pre-splitting if doing so would create a value join that did not
Owen Anderson
2008-11-02
CMake: added a source file.
Oscar Fuentes
2008-11-02
Whoops! Remove test Output/ directory.
Nick Lewycky
2008-11-02
Add a new MergeFunctions pass. It finds identical functions and merges them.
Nick Lewycky
2008-11-02
Fix demanded bits analysis with srem by negative number. Based on a patch
Nick Lewycky
2008-11-02
Fix this recently moved code to use the correct type. CI is now a
Dan Gohman
2008-11-01
Added interface to allow clients to create a MemIntrinsicNode for
Mon P Wang
2008-11-01
Reverting back 58505. Will commit it once I have the bc reader/writer/docs
Sanjiv Gupta
2008-10-31
Whitespace fixes. No functionality change.
Bill Wendling
2008-10-31
Testcase for PR2613
Anton Korobeynikov
[prev]
[next]