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-03-09
NAKAMURA Takumi
Target/X86: Tweak va_arg for Win64 not to miss taking...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
NAKAMURA Takumi
Makefile.rules: [PR2928] "make install" may install...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Nick Lewycky
Fix two cases I forgot to update when doing a mental...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Cameron Zwarich
Add a test case for r127320.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Cameron Zwarich
Fix a crasher introduced by r127317 that is seen on...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Nick Lewycky
Add another micro-optimization. Apologies for the lack...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Cameron Zwarich
Add support to scalar replacement for partial vector...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Cameron Zwarich
Move vector type merging to a separate function in...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Stuart Hastings
Add a RUN line to the test case to make it functional...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Matt Beaumont-Gay
Add a virtual dtor to Delegate to silence -Wnon-virtual...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Stuart Hastings
Test cases for r127309. <rdar://problem/9055247>
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Bill Wendling
Build bots hate me.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Eli Friedman
PR9346: Prevent SimplifyDemandedBits from incorrectly...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Bill Wendling
Testcase for r127301.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Jakob Stoklund...
Add a LiveRangeEdit::Delegate protocol.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Eli Friedman
PR9420; an instruction before an unreachable is guarant...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Eric Christopher
Fix testcase.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Bill Wendling
* Correct encoding for VSRI.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Jakob Stoklund...
Delete dead code.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Bill Wendling
Correct the encoding for VRSRA and VSRA instructions.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bill Wendling
* Fix VRSHR and VSHR to have the correct encoding for...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Jakob Stoklund...
Delete dead code after rematerializing.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Devang Patel
llvm.dbg.declare intrinsic does not use any llvm::Value...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Stuart Hastings
Reverting testcase at 4126896; r126672 broke something...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bill Wendling
Once again try to appease the buildbot gods.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Benjamin Kramer
Strip cruft.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Eric Christopher
Add a testcase for r127263.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bill Wendling
Try to fix the compilation error due to type incombatib...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Jakob Stoklund...
Fix the build for MSVC 9 whose upper_bound() wants...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Eric Christopher
Fix some latent bugs if the nodes are unschedulable...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Stuart Hastings
Stop building PPC parts on OSX. Radar 8637926.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Oscar Fuentes
Revert "Make a comparator's argument `const'. This...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Jim Grosbach
Darwin 'as' silently ignores the '.ident' directive.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
John McCall
Typo. Patch by arrowdodger.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Benjamin Kramer
Reduce vector reallocations.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Chris Lattner
fix incorrect comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Devang Patel
Since last couple of days, argument number is encoded...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Devang Patel
Update DILexicalBlock doc to mention new fields.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Benjamin Kramer
X86: Fix the (saddo/ssub x, 1) -> incl/decl selection...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Justin Holewinski
PTX: Add intrinsic support for ntid, ctaid, and nctaid...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Oscar Fuentes
Make a comparator's argument `const'. This fixes the...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Oscar Fuentes
Remove remnant of my experimentation with CMake.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Duncan Sands
Fix PR9331. Simplified version of a patch by Jakub...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
NAKAMURA Takumi
lib/Support/regcomp.c: Fix cygwin warning.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
NAKAMURA Takumi
Use $(ECHOPATH) to make llvm-lit from llvm-lit.in.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
NAKAMURA Takumi
Reapply r127073(partially): Introduce $(ECHOPATH) to...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bill Wendling
Testcase for r127187.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bill Wendling
Don't show commands.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Nick Lewycky
Reorder comments to put them the right way around.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Devang Patel
While sinking an instruction, do not lose llvm.dbg...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bill Wendling
Change the next release number to 3.0svn.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bill Wendling
A few more tests for instruction encodings.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Eric Christopher
Turn on list-ilp scheduling by default on x86 and x86...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Andrew Trick
Further improvements to pre-RA-sched=list-ilp.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bob Wilson
Fix a compiler crash where a Glue value had multiple...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Bob Wilson
Fix comment typos.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Bill Wendling
Rename the narrow shift right immediate operands to...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Jakob Stoklund...
Let shrinkToUses optionally return a list of now dead...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Eric Christopher
Typos.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Devang Patel
Preserve line no. info.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Jakob Stoklund...
Make the UselessRegs argument optional in the LiveRange...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Cameron Zwarich
Move getRegPressureLimit() from TargetLoweringInfo...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Rafael Espindola
Add test for r127138.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Duncan Sands
Often GCC can see that NumBuckets is zero here, resulti...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Jakob Stoklund...
Handle the special case of registers begin redefined...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Owen Anderson
Use the correct LHS type when determining the legalizat...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Justin Holewinski
ptx: Fix calling convention printing in AsmWriter.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Duncan Sands
Clarify that the result of an srem is only guaranteed...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Bill Wendling
Don't keep the log files around. Just pipe to a log...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Bill Wendling
Fix tagging name.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Argyrios Kyrtzidis
Try fixing mingw build.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Eric Christopher
Prepend LD.Flags before LDFLAGS to avoid overriding...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Nick Lewycky
Tweak this test. We can analyze what happens and show...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Nick Lewycky
Add more analysis of the sign bit of an srem instructio...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
Argyrios Kyrtzidis
Do a compiler check that we use one of the types from...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-07
NAKAMURA Takumi
Windows/PathV2.inc: Eliminate redundant condition....
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Rafael Espindola
Don't internalize available_externally functions. We...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Chris Lattner
remove another jeff link
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Eric Christopher
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Nick Lewycky
ConstantInt has some getters which return ConstantInt...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
NAKAMURA Takumi
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
Andrew Trick
Disable a couple of experimental heuristics to get...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Benjamin Kramer
Avoid zero-sized allocations when copying a fresh DenseMap.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Jakob Stoklund...
Revert r127073: "Introduce $(ECHOPATH) to print DOSish...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
ARM assembler stuff is crazy: for .setfp positive value...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
In Thumb1 mode the constant might be materialized via...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
Implement frame unwinding information emission for...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
Add unwind information emission for thumb stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
Handle MI flags inside Thumb2SizeReduction pass.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
Preliminary support for ARM frame save directives emiss...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
Provide hooks to set MI flags in MachineInstrBuilder
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
Some first rudimentary support for ARM EHABI: print...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
Add FrameSetup MI flags
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Anton Korobeynikov
Shorten AsmPrinterFlags filed to accomodate for future...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Jakob Stoklund...
Work around a coalescer bug.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Bob Wilson
Remove unused conditional negate operations.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Benjamin Kramer
InstCombine: We know the number of items initially...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Benjamin Kramer
Lazily allocate DenseMaps.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-05
Che-Liang Chiou
ptx: add basic intrinsic support
commit
|
commitdiff
|
tree
|
snapshot
next