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-02-27
Remove duplicate copy of Object/ELF.h that somehow managed to get in.
Michael J. Spencer
2012-02-27
Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.
Evan Cheng
2012-02-27
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-27
Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"
Argyrios Kyrtzidis
2012-02-27
Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...
Eli Friedman
2012-02-27
Test the section specification.
Roman Divacky
2012-02-27
Fix PR12089
Derek Schuff
2012-02-27
Reapply r151278 with fixes.
Roman Divacky
2012-02-27
Add q suffix aliases for the fistp and fisttp mnemonics.
Chad Rosier
2012-02-27
Remove unnecessary template parameters.
Akira Hatanaka
2012-02-27
Fix instruction predicates that were not set correctly.
Akira Hatanaka
2012-02-27
Update machine code verifier.
Jakob Stoklund Olesen
2012-02-27
Fix the symbolic operand added for the C disassmbler API for the ARM bl
Kevin Enderby
2012-02-27
Add a MachineOperand iterator class.
Jakob Stoklund Olesen
2012-02-27
Plog a memleak in GlobalOpt.
Benjamin Kramer
2012-02-27
Micro-optimization, no functionality change.
Duncan Sands
2012-02-27
Help the compiler to eliminate some dead code when hashing an array of T
Jay Foad
2012-02-27
The value numbering function is recursive, so it is possible for multiple new
Duncan Sands
2012-02-27
When performing a conditional branch depending on the value of a comparison
Duncan Sands
2012-02-27
Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i...
Craig Topper
2012-02-27
Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.
Craig Topper
2012-02-27
delete useless comment&blank
Jia Liu
2012-02-27
Fix this assert. IP can point to an instruction with strange dominance
Rafael Espindola
2012-02-27
X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...
Craig Topper
2012-02-26
Remove more GCC FE build stuff.
Chad Rosier
2012-02-26
Installing the GCC front end is no longer supported.
Chad Rosier
2012-02-26
Cleanup the LLVM Getting Started page.
Chad Rosier
2012-02-26
Add href to clang in overview.
Chad Rosier
2012-02-26
Remove references to llvm-gcc from overview and tutorial.
Chad Rosier
2012-02-26
Add support for random constant vectors.
Nadav Rotem
2012-02-26
Style fix: Remove unneeded parentheses.
Nadav Rotem
2012-02-26
Fix a bug in the code that checks if a store value is a vector of i1s
Nadav Rotem
2012-02-26
Fix compilation on MSVC. Rename "_BB" to "Block"
Nadav Rotem
2012-02-26
fix a copy-and-paste error in the docs
Nadav Rotem
2012-02-26
Add a random .LL file generator to stress-test different llvm components.
Nadav Rotem
2012-02-26
Add testcase for the previous commit.
Rafael Espindola
2012-02-26
Don't call dominates on unreachable instructions. Should fix the dragonegg
Rafael Espindola
2012-02-26
Default TargetData alignment information for 128-bit floating-point types.
Hal Finkel
2012-02-26
And update the comment...
Rafael Espindola
2012-02-26
Enable the assert that got all this dominator work started.
Rafael Espindola
2012-02-26
Use the DT dominates function in the verifier.
Rafael Espindola
2012-02-26
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-26
Reinstate the optimization from r151449 with a fix to not turn 'gep %x' into
Nick Lewycky
2012-02-26
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-25
Roll these back to r151448 until I figure out how they're breaking
Nick Lewycky
2012-02-25
An argument and a local identified object (eg. a noalias call) could turn out
Nick Lewycky
2012-02-25
Fix five-letter typo in comment.
Nick Lewycky
2012-02-25
Teach instsimplify to be more aggressive when analyzing comparisons of pointers
Nick Lewycky
2012-02-25
Move isKnownNonNull from private implementation detail of BasicAA to a public
Nick Lewycky
[prev]
[next]