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-04-11
Reid Spencer
Make isDynamicLibrary detect more than just an ELF...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-11
Reid Spencer
Hack the shared library extension for dylib. The existi...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-11
Reid Spencer
Hopefully fix LTDL_SHLIB_EXT on Darwin
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Bill Wendling
Add support for our first SSSE3 instruction "pmulhrsw".
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Devang Patel
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Chris Lattner
new micro optzn
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Jeff Cohen
Correctly report version of GCC used.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Devang Patel
Add test case for PR 1154.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Chris Lattner
fix a comment bug Reid noticed
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Devang Patel
Enable loop rotate pass.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Chris Lattner
add missing methods, mark stuff const
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Chris Lattner
getLimitedValue now just forward to APInt's getLimitedV...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Chris Lattner
add a method
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Chris Lattner
restore support for negative strides
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Chris Lattner
apparently some people commit without building the...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Chris Lattner
unbreak the build :(
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Jeff Cohen
Fix build problem.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Reid Spencer
Drop the "bit" prefix for the part.select intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-10
Reid Spencer
Fix name of an intrinsic: bit.part_select -> part.select
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Strengthen the boundary conditions of this fold, implem...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Jeff Cohen
No longer needed.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Add check for opt crash.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Owen Anderson
Re-constify things that don't break the build. Last...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
remove dead target hooks.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
remove dead target hooks
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
remove some dead hooks
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
eliminate the last uses of some TLI methods.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Owen Anderson
Unconst-ify stuff that broke the build.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Owen Anderson
Const-ify some parameters, and some cosmetic cleanups...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Owen Anderson
Tabs -> Spaces
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
remove some dead target hooks, subsumed by isLegalAddre...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Owen Anderson
Improve some _slow_ behavior introduced in my patches...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Add Loop Rotate test cases.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
switch LSR to use isLegalAddressingMode instead of...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Check _all_ PHINodes.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Fix a bug in PPCTargetLowering::isLegalAddressingMode...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Anton Korobeynikov
Use integer log for metric calculation
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Insert new pre-header before new header. Original pre...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
add a default ctor for AddrMode.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Fix a bug where calling materializeModule could corrupt...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Preserve canonical loop form.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Jeff Cohen
When the number of elements is zero, don't malloc 32GB...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
Don't link against System or Support library. These...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
Speed up installation a bit by ignoring .svn directories.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Do not create new pre-header. Reuse original pre-header.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
Remove a memory leak, until ParamAttrsList is uniqued.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Simpler for() loops.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Fix future bug. Of course, Chris spotted this.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
More cosmetic changes.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Devang Patel
Only cosmetic changes. Zero functionality Change.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Jeff Cohen
Unbreak VC++ build.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Anton Korobeynikov
Next stage into switch lowering refactoring
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Convert ImmediateDominators::DFSPass from being recursi...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
minor cleanups
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
For PR1146:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
move a bunch of register constraints from being handled by
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
implement support for CodeGen/X86/inline-asm-x-scalar...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
implement CodeGen/X86/inline-asm-x-scalar.ll:test3
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
add another test
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
add some assertions
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
implement CodeGen/X86/inline-asm-x-scalar.ll
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
The x constraint allows scalar FP values as well as...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Owen Anderson
Move isReachableFromEntry out of line to avoid an unnec...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Fix a bug that caused alignment information to occasion...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
Drop the implementation keyword.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
Chris convinced me that the default size of the SmallVe...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Fix PR1304 and Transforms/InstCombine/2007-04-08-Single...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
new testcase for PR1304
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Reid Spencer
Remove redundancy.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Fix a bug introduced with my previous patch, where...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Eliminate useless insertelement instructions. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
new testcase for PR1286
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Owen Anderson
Cleanup some from my DomSet-removal changes. Add a new
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Fix CodeGen/Generic/2007-04-08-MultipleFrameIndices...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
new testcase for PR1308
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Chris Lattner
Fix PR1316
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Reid Spencer
No functional change, this is just easier to read and...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Reid Spencer
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Reid Spencer
Implement more feedback:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Chris Lattner
Fix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Chris Lattner
testcase for PR1314
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Reid Spencer
Implement review feedback.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Nick Lewycky
Fix this testcase to fail if the bug were reintroduced.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Owen Anderson
Remove DomSet completely. This concludes work on PR1171.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Jeff Cohen
Track new header file.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Reid Spencer
Make sure temporary data is not used past its life...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Reid Spencer
Make TempDir a PathWithStatus so we don't have to cast...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-08
Reid Spencer
Avoid temporary construction and potential for corrupte...
commit
|
commitdiff
|
tree
|
snapshot
next