projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2007-08-27
Dan Gohman
Add explicit triples to avoid default behavior that...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
David Greene
Update InvokeInst to work like CallInst
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Rafael Espindola
Add a comment about using libc memset/memcpy or generat...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Duncan Sands
Remove this test as it is too hard to fix after the
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Duncan Sands
Fix this test: llvm-gcc-4.2 optimizes almost everything...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Dan Gohman
Make DAGCombiner's global alias analysis query more...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Duncan Sands
Now that we don't output cleanups by default, the action
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Dan Gohman
If the source and destination pointers in an llvm.memmo...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Dan Gohman
Change comments to refer to @malloc and @free instead...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Duncan Sands
There is an impedance matching problem between LLVM and
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Dan Gohman
Add explicit keywords and remove spurious trailing...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Rafael Espindola
call libc memcpy/memset if array size is bigger then...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-26
Anton Korobeynikov
Don't promote volatile loads/stores. This is needed...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-26
Owen Anderson
Don't DSe volatile stores.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-26
Dale Johannesen
Revise per review comments.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Dale Johannesen
Add APFloat interface to ConstantFPSDNode. Change
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Devang Patel
Move exit condition and exit branch from exiting block...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Devang Patel
Constant split values needs upper bound and lower bound...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Chris Lattner
Allow target constants to be illegal types. The target...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Devang Patel
While calculating upper loop bound for first loop and...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Chris Lattner
Teach the dag scheduler to handle inline asm nodes...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Bill Wendling
The personality function might need to be declared as:
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Chris Lattner
rename isOperandValidForConstraint to LowerAsmOperandFo...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Dale Johannesen
Comment out declaration of operator== (undefined).
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Neil Booth
Test
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Neil Booth
Add self
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Tanya Lattner
Rename llvm-gcc4 to llvm-gcc.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Dale Johannesen
Poison APFloat::operator==. Replace existing uses...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Dale Johannesen
Use APFloat internally for ConstantFPSDNode.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Chris Lattner
sink clone() down the class hierarchy from CmpInst...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Devang Patel
Fix regression that I caused yesterday night while...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Chris Lattner
Disable EH generation until PPC works 100%.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Devang Patel
It is not safe to execute split condition's true branch...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Devang Patel
Reject ICMP_NE as index split condition.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Devang Patel
Tightenup loop filter.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Devang Patel
Remove incomplete cost analysis.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Dale Johannesen
Revised per review feedback from previous patch.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Chris Lattner
silence some warnings in an optimized build.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-24
Dale Johannesen
Change internal representation of ConstantFP to use...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Duncan Sands
Fix this testcase: there are two matches for
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Chris Lattner
add some notes on really poor codegen.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Chris Lattner
new example
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Anton Korobeynikov
Perform correct codegen for eh_dwarf_cfa intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Chris Lattner
default this to radix 10 like the toString(Un)Signed...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Chris Lattner
Avoid hiding issues.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Chris Lattner
rename APInt::toString -> toStringUnsigned for symmetry...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Duncan Sands
Implement review feedback on trampoline documentation.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Devang Patel
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Devang Patel
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Andrew Lenharth
update test to check that codegen works with llvm.used...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Devang Patel
Cosmetic change
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Andrew Lenharth
move this check. ppc outputs .no_dead_strip properly
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Bill Wendling
Add the PCSymbol for Darwin x86 platforms.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Devang Patel
Refactor loop condition check in a separate function.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Devang Patel
Fix thinko.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Bill Wendling
Testcase for llvm.c* intrinsic failures.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Duncan Sands
Test handling of complex constants as lvalues.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Anton Korobeynikov
Dror GCCLibraries: they are obsolete since 2.0 release...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Devang Patel
Rename bunch of variables.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Devang Patel
Preserve LCSSA.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Devang Patel
Use SmallVector.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Devang Patel
No need to hardcode SmallVector size.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Bruno Cardoso...
InlineAsm asm support for integer registers added
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Bruno Cardoso...
Instruction Itinerary attribution fixed
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
David Greene
Doxygenize comments.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Chris Lattner
Fix potentially N^2 behavior handling arrays with many...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Anton Korobeynikov
Use only 1 knob to enable exceptions on Darwin :).
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Devang Patel
Use SmallVector instead of std::vector.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Chris Lattner
simplify code, improve a comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Devang Patel
s/ExitBlock/ExitingBlock/g
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
initial checkin of Neil's APFloat work.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
clarify precedence, no functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
add reverse iterators to smallvector
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Anton Korobeynikov
- Use correct header for SCEV inside LoopPass.cpp
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Devang Patel
Replace indunction variable with split value in loop...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Devang Patel
Do not split loops rejected by processOneIterationLoop().
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
David Greene
Add FilteredPassNameParser along with PassArgFilter...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Dan Gohman
Minor cleanups to reduce some spurious differences...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Dan Gohman
Add Type::isIntOrIntVector, like Type::isFPOrFPVector.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Dan Gohman
When Intrinsic::getName is constructing names for overl...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Duncan Sands
Fix this test for gcc-4.2.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Rafael Espindola
Partial implementation of calling functions with byval...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
update the xcode project file, patch by Gordon Henriksen
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Chris Lattner
Fix PR1611 - Visibility should be ignored for a declaration
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Chris Lattner
simplify code and print visibility for declarations.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Chris Lattner
add mips target to builder. I'd appreciate it if someo...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Nick Lewycky
Oops, remove assert that wasn't meant to be committed.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Nick Lewycky
Never insert duplicate edges.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Nick Lewycky
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Nick Lewycky
Simplify.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Chris Lattner
Compute the argument list as lazily as possible. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Chris Lattner
use a nicer accessor.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Evan Cheng
Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Evan Cheng
Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
MipsHi now has ouput flag
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Fixed stack frame addressing bug
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
support for Schedule included on Mips.td
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Removed LowerRETURADDR, fixed small bug into LowerRET...
commit
|
commitdiff
|
tree
|
snapshot
next