projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2008-11-22
Chris Lattner
Describe how the JIT maps fields to MachineOperands...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-22
Anton Korobeynikov
Make a convenient helper for printing offsets.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-22
Bill Wendling
Cleanup of the [SU]ADDO type legalization code. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-22
Bill Wendling
- Move conversion of [SU]ADDO from DAG combiner into...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Devang Patel
Fix build failure.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Devang Patel
Silence unused variable warnings.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Devang Patel
Document TEST=dbgopt
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Correctly set the isCtrl flag for chain dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Update comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Update comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Chris Lattner
reapply Sanjiv's patch to genericize memcpy/memset...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Revert r59802. It was breaking the build of llvm-gcc:
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Sanjiv Gupta
Make mem[cpy,move,set] intrinsics overloaded.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Default to converting UADDO to the generic form that...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Nick Lewycky
Optimize (x/y)*y into x-(x%y) in general. Div and rem...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Duraid Madina
LLVM does have a fortran FE!
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Mon P Wang
Clean up normalization of shuffles
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Scott Michel
CellSPU:
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Combine the two add with overflow intrinsics lowerings...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Set the isAntiDep flag in the MachineInstr scheduler.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Generate code for llvm.uadd.with.overflow intrinsic...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Add a flag to SDep for tracking which edges are anti...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Update comment to reflect a semblance of reality.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Remove chains. Unnecessary.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Rename SDep's isSpecial to isArtificial, to make this...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Add generic test for add with overflow.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Implement the sadd_with_overflow intrinsic. This is...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Devang Patel
Fix unused variable warnings.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Use ComputeLatency in the MachineInstr scheduler.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Remove the CycleBound computation code from the Schedul...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Update comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Oscar Fuentes
CMake: Do not rebuild the world when tblgen changes...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Implement ComputeLatency for MachineInstr ScheduleDAGs...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Add UADDO and SADDO nodes. These will be used for deter...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Dan Gohman
Change these schedulers to not emit no-ops. It turns...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Fix error where it wasn't getting the correct caller...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
If the function being inlined has a higher stack protec...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Bill Wendling
Introduce two new "add" intrinsics. These return the...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Oscar Fuentes
CMake: More documentation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Delete redundant inline keywords.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Doxygenate comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Oscar Fuentes
CMake: Some documentation. Work in progress.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Treat mid-block labels the same as terminators when...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Add another machine-code printing pass when post-pass...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Devang Patel
Don't forget arguments!
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Test -pre-RA-sched=fast too, for completeness.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Oscar Fuentes
CMake: Option for building with -fPIC.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Gordon Henriksen
Updating ignore lists.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Scott Michel
CellSPU:
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Duncan Sands
Add some documentation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Mon P Wang
Allow XMM2 and XMM3 to be used for non ABI compliant...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Bill Wendling
80-column violation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Bill Wendling
Reformatting. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Chris Lattner
add an operator= to assign to smallstring.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Scott Michel
CellSPU: Custom lower truncating stores of i8 to i1...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Nick Lewycky
undef beats zero. Fix this missed optimization opportun...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Scott Michel
Revert accidental last patch
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Scott Michel
CellSPU: Adjust spacing/tabulation
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Remove a remnant of list-burr's fast mode.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Factor out the SethiUllman numbering logic from the...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Remove the "fast" form of the list-burr scheduler,...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Oscar Fuentes
CMake: when building shared libraries, use -fPIC for...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Facter AddPseudoTwoAddrDeps and associated infrasructur...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Evan Cheng
- Register scavenger should use MachineRegisterInfo...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Evan Cheng
Fix a thinko. MO is getOperand(i-1) so we don't have...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Add #include <climits> to get the definition of INT_MAX.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Dan Gohman
Factor out the code for verifying the work of the sched...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Devang Patel
Do not forget llvm.dbg.declare's first argument while...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Bill Wendling
Copy the tblgen utility.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Dan Gohman
Simplify this code a little. In the fast scheduler...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Evan Cheng
Eliminate a compile time warning.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Evan Cheng
Eliminate a compile time warning.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Dan Gohman
Experimental post-pass scheduling support. Post-pass...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Dan Gohman
Move the code for printing a graph node label for an...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Dan Gohman
Convert SUnit's dump method into a print method and...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Oscar Fuentes
CMake: Removed source file.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Devang Patel
Do not use separate utility to walk all instructions...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Devang Patel
Let instcombiner remove redundant dbg intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Devang Patel
If there are two consecutive llvm.dbg.stoppoint calls...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Oscar Fuentes
CMake: Removed source file from lib/Target/PIC16/CMakeL...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Scott Michel
CellSPU: Do not custom lower i1 stores, rely on type...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Stuart Hastings
<rdar://problem/6351057>
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Andrew Lenharth
ignore the -m elf_i386 directive used in the linux...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Dan Gohman
Revert r59640. It broke this test for builds that aren't
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Dan Gohman
Use %llvmgcc -xassembler instead of invoking as directl...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Scott Michel
Temporary check-in for Duncan to demonstrate CellSPU...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Argyrios Kyrtzidis
Fix compilation error on MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Sanjiv Gupta
Forgot to add this in the previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Sanjiv Gupta
Fixed build warnings.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Sanjiv Gupta
Added a more function PIC16 backend. However to get...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Bill Wendling
Use stripPointerCasts when checking for AllocaInsts...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Sanjiv Gupta
Int type for PIC16 is i16. Added i16 intrinsics for...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Chris Lattner
add a write method.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Bill Wendling
- Move the stackprotector intrinsic to the general...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Owen Anderson
Add support for rematerialization in pre-alloc-splitting.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Daniel Dunbar
LLVMC2: -emit-llvm stops compilation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Daniel Dunbar
LLVMC2: Teach llvm_gcc_c tool about -include and -fsynt...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Daniel Dunbar
Grammar.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Dan Gohman
Rearrange code to reduce the nesting level. No function...
commit
|
commitdiff
|
tree
|
snapshot
next