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-03-10
Move llc + target triple tests into X86
Andrew Trick
2012-03-10
As Duncan pointed out, pointers tend not to be in floating point format...for...
Bill Wendling
2012-03-10
Don't try to filecheck bitcode.
Benjamin Kramer
2012-03-10
Make this transformation slightly less agressive and more correct.
Bill Wendling
2012-03-10
C files in llvm still have to be C89 compliant, remove C++-style comments.
Benjamin Kramer
2012-03-10
Microoptimize getVRegDef. def_begin isn't free, don't compute it twice.
Benjamin Kramer
2012-03-10
Refactor some methods to look through bitcasts and GEPs on pointers into
Chandler Carruth
2012-03-10
Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.
Bill Wendling
2012-03-10
Implement a more intelligent way of spilling uses across an invoke boundary.
Bill Wendling
2012-03-10
[llvm.py] Define enumerations from Core.h; add OpCode class
Gregory Szorc
2012-03-10
[llvm.py] Implement interface to object files
Gregory Szorc
2012-03-10
Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.
Benjamin Kramer
2012-03-10
Report the defining instruction.
Jakob Stoklund Olesen
2012-03-10
Add SSA verification to MachineVerifier.
Jakob Stoklund Olesen
2012-03-10
Use SmallPtrSet instead of DenseSet.
Jakob Stoklund Olesen
2012-03-10
Give dagcombiner's worklist some inline capacity.
Benjamin Kramer
2012-03-10
Do not custom lower i64 nodes if i64 is not a legal type. Move lines that set
Akira Hatanaka
2012-03-09
Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb...
Akira Hatanaka
2012-03-09
Assert on SSA errors in LiveVariables.
Jakob Stoklund Olesen
2012-03-09
Remove unused header files.
Akira Hatanaka
2012-03-09
misched: handle scheduler that insert instructions at empty region boundaries.
Andrew Trick
2012-03-09
Add the missing call to Error when a bad X86 scale expression is parsed.
Kevin Enderby
2012-03-09
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-09
[Object]
David Meyer
2012-03-09
Add statistics on removed switch cases, and fix the phi statistic
Duncan Sands
2012-03-09
[llvm.py] Make ObjectFile destructor work
Gregory Szorc
2012-03-09
When identifying exit nodes for the reverse-CFG reverse-post-order
Dan Gohman
2012-03-09
Fix the x86 disassembler to at least print the lock prefix if it is the first
Kevin Enderby
2012-03-09
[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macro
Daniel Dunbar
2012-03-09
TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask.
NAKAMURA Takumi
2012-03-09
test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets.
NAKAMURA Takumi
2012-03-09
Eliminate switch cases that can never match, for example removes all
Duncan Sands
2012-03-09
Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.
Anton Korobeynikov
2012-03-09
Factor out the analysis of addition and subtraction in ComputeMaskedBits. Reuse
Nick Lewycky
2012-03-09
[llvm.py] Initial skeleton for Python LLVM bindings
Gregory Szorc
2012-03-09
misched: handle scheduling region boundaries nicely.
Andrew Trick
2012-03-09
Use uint16_t to store opcodes in static tables in X86 backend.
Craig Topper
2012-03-09
Fix undefined behavior in the Mips backend.
Ahmed Charles
2012-03-09
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
misched comments
Andrew Trick
2012-03-09
revert 152356: verify misched changes using -misched=shuffle.
Andrew Trick
2012-03-09
Fix a silly restriction on the fast-path for hash_combine_range. This
Chandler Carruth
2012-03-09
Undo a previous restriction on the inline cost calculation which Nick
Chandler Carruth
2012-03-09
Fix a regression from r147481.
Chad Rosier
2012-03-09
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-09
Added TargetPassConfig::enablePass
Andrew Trick
2012-03-09
Cache MBB->begin. It's possible the scheduler / bundler may change MBB->begin().
Evan Cheng
2012-03-08
Silence unused function warning when graphviz is not available.
Benjamin Kramer
2012-03-08
Remove the no longer existent psp triple from a test.
Benjamin Kramer
2012-03-08
Have llvm-mc --version print the list of registered targets like llc does.
Duncan Sands
[next]