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-29
Duncan Sands
Move getX86RegNum into X86RegisterInfo and use it
commit
|
commitdiff
|
tree
|
snapshot
2007-08-29
Raul Herbster
Alphabetize Raul's entry.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-29
Raul Herbster
New contributor added
commit
|
commitdiff
|
tree
|
snapshot
2007-08-29
Tanya Lattner
Updating configure script to enable MIPS.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-29
Chris Lattner
Silence implicit 64->32-bit conversion warnings.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-29
Chris Lattner
getMinSignedBits needs to take into consider the sign...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-29
Chris Lattner
update these
commit
|
commitdiff
|
tree
|
snapshot
2007-08-28
Dan Gohman
Add an option, -view-sunit-dags, for viewing the actual...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-28
Chuck Rose III
Update win32 VStudio project files to keep pace with...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-28
Evan Cheng
Recover most of the compile time regression due to...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-28
Bruno Cardoso...
Added method to get Mips register numbers
commit
|
commitdiff
|
tree
|
snapshot
2007-08-28
Bruno Cardoso...
Changed stack allocation On LowerFORMAL_ARGUMENTS.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-28
Bruno Cardoso...
Mask directive completed with CalleeSave info
commit
|
commitdiff
|
tree
|
snapshot
2007-08-28
Bruno Cardoso...
Added methods to record SPOffsets from LowerFORMAL_ARGU...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-28
Chris Lattner
Cut off crazy computation. This helps PR1622 slightly.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-27
Devang Patel
Use simpler test to filter loops.
commit
|
commitdiff
|
tree
|
snapshot
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
next