projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-11-10
Owen Anderson
Remove this from the CMake build since I erased the...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-10
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Owen Anderson
Remove the old-style ARM disassembler, which is no...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Jim Grosbach
Thumb2 assembly parsing STMDB w/ optional .w suffix.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Eli Friedman
Make sure we correctly unroll conversions between v2f64...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Pete Cooper
DeadStoreElimination can now trim the size of a store...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Nick Lewycky
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Eli Friedman
Add check so we don't try to perform an impossible...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Chad Rosier
The ARM LDRH/STRH instructions use a +/-imm8 encoding...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Nadav Rotem
AVX2: Add patterns for variable shift operations
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Devang Patel
Remove unnecessary include.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Chad Rosier
Use REs to remove dependencies on the register allocati...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Bill Wendling
Reformat the quote and tag the math stuff with <tt...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Daniel Dunbar
llvm-config: Drop 'backend' pseudo-component. We don...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Daniel Dunbar
llvm-config-2: Switch to using real library dependency...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Eric Christopher
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Daniel Dunbar
build/Make: Fix some missing dependencies on the llvm...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Benjamin Kramer
Add comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Duncan Sands
Speculatively revert commit 144124 (djg) in the hope...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Nadav Rotem
Add AVX2 support for vselect of v32i8
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Benjamin Kramer
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Benjamin Kramer
Take advantage of the zero byte in StringMap when emitt...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Wojciech Matyjewicz
Minor fixes in Makefiles for the OCaml bindings:
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Craig Topper
Enable execution dependency fix pass for YMM registers...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
NAKAMURA Takumi
unittests/MultiJITTest.cpp: Tweak how to check symbol...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Craig Topper
Add instruction selection for AVX2 integer comparisons.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Craig Topper
Add AVX2 instruction lowering for add, sub, and mul.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Nick Lewycky
Don't forget to check FlagNW when determining whether...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Devang Patel
Remove extra ';'
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Eric Christopher
Remove the pubnames section, no one consumes it.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Eli Friedman
Enhance verifyLoop so that it can reliably verify that...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
John McCall
Use isa<> instead of dyn_cast<> as suggested by Nick.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Chad Rosier
Add support for encoding immediates in icmp and fcmp...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Evan Cheng
Hide cpu name checking in ARMSubtarget.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Jakob Stoklund...
Collapse DomainValues across loop back-edges.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Jakob Stoklund...
Link to the live DomainValue after merging.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Michael J....
Object/COFF: Fix PE reading.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Jakob Stoklund...
Track reference count independently from clear().
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Bruno Cardoso...
Properly handle Mips MC relocations and lower cpload...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Bill Wendling
Emit the compact unwind *if* we have a compact unwind...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Jakob Stoklund...
Call release() directly when cleaning up the remaining...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Jakob Stoklund...
Rename all methods to follow style guide.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Jakob Stoklund...
Handle reference counts in one function: release().
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Eric Christopher
Also add the linkage name to the name accelerator table...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Dan Gohman
Add a hack to the scheduler to disable pseudo-two-addre...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Evan Cheng
Add workaround for Cortex-M3 errata 602117 by replacing...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Chad Rosier
ARMFastISel doesn't support thumb1. Rename isThumb...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Eli Friedman
Fix code to match comment. Fixes PR11340, a regression...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Jakob Stoklund...
Clear old DomainValue after merging.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Michael J....
MC/COFF: Correctly emit the size of an empty string...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Pete Cooper
LICM pass now understands invariant load metadata....
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Eric Christopher
Add the base ObjC method name to the names lookup table...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Pete Cooper
Adding test for machine-licm operating on invariant...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Lang Hames
Lower mem-ops to unaligned i32/i16 load/stores on ARM...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Pete Cooper
Added invariant field to the DAG.getLoad method and...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Eric Christopher
A few more places where we can avoid multiple size...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Eric Christopher
Don't evaluate Data.size() on every iteration.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Bruno Cardoso...
This patch handles unaligned loads and stores in Mips...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
NAKAMURA Takumi
PathProfiling.c: Get rid of using "inline". We may...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
John McCall
Fix the printing of constants. Patch by Stepan Dyatkov...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Bill Wendling
Add Eero to the list of external projects.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
NAKAMURA Takumi
PPCInstrInfo.cpp: Fix one "unused" warning.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
NAKAMURA Takumi
runtime/libprofile/PathProfiling.c: Use __inline__...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
NAKAMURA Takumi
test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtrip...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
NAKAMURA Takumi
test/CodeGen/X86/vec_shuffle-38.ll: Relax expression...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
NAKAMURA Takumi
test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Eli Friedman
Make sure to mark vector extload's as expand on ARM...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Eli Friedman
Add a bunch of calls to RemoveDeadNode in LegalizeDAG...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Bill Wendling
Cleanup the formatting.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Evan Cheng
Add x86 isel logic and patterns to match movlps from...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Bill Wendling
Convert to the new EH model.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Bill Wendling
Convert to the new EH model.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Bill Wendling
Convert tests to the new EH model.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Chad Rosier
Enable support for returning i1, i8, and i16. Nothing...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Pete Cooper
Added missing newline
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Eli Friedman
Revert r144034 while I try to track down a crash.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Bill Wendling
This code is dead, what with the new EH model and the...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jakob Stoklund...
Fix test for Windows as well.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jakob Stoklund...
Kill and collapse outstanding DomainValues.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Pete Cooper
InstCombine now optimizes vector udiv by power of 2...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Eli Friedman
Add a bunch of calls to RemoveDeadNode in LegalizeDAG...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Eric Christopher
Add all completed and named types to the dwarf type...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Bill Wendling
Add ISPC to the external projects list.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jakob Stoklund...
Use a reverse post order instead of a DFS order.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Eric Christopher
Move the hash function to using and taking a StringRef.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Eric Christopher
Simple destructor to delete the hash data we created...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Chad Rosier
Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jakob Stoklund...
Extract two methods. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Akira Hatanaka
Various Mips64 floating point instruction patterns.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Akira Hatanaka
Add definition of the base class for floating point...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Akira Hatanaka
Add code needed for copying between 64-bit integer...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Akira Hatanaka
Add definitions of 64-bit instructions which move data...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jakob Stoklund...
MBB doesn't need to be a class member.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jakob Stoklund...
Fix pass name after the source was moved.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Benjamin Kramer
Simplify some uses of utohexstr.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Benjamin Kramer
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jakob Stoklund...
Fix test for Linux.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Bill Wendling
Make sure we don't insert instructions before a landing...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jakob Stoklund...
Expand V_SET0 to xorps by default.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Akira Hatanaka
Add definition of 64-bit load upper immediate.
commit
|
commitdiff
|
tree
|
snapshot
next