projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2009-05-22
Duncan Sands
Add a new codegen pass that normalizes dwarf exception...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Bob Wilson
Only 64-bit targets support TImode libcalls. Disable...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Dan Gohman
Teach IndVarSimplify's FixUsesBeforeDefs to handle...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Sanjiv Gupta
Emit debug information for globals (which include autom...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Duncan Sands
Hopefully fix the build for people with ocaml.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Duncan Sands
Always verify dominfo if expensive checking is enabled.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Dan Gohman
Fix a thinko in the code that adapted SCEVMulExpr opera...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Torok Edwin
Revert this. There's no way to verifiy indirect calls...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Torok Edwin
Verify that calling conventions match function prototype.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Eli Friedman
Fix loop-index-split to correctly preserve dominance...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Daniel Dunbar
Add llvm::triple constructor from arch, vendor, os...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-22
Dan Gohman
Update an assertion string to new-style type names.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Evan Cheng
80 column violation.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Dale Johannesen
TableGen for fast isel seems to assume an 'imm'
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Eli Friedman
Fix broken logic in DominatorTreeBase::Split. Part...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Eli Friedman
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Eli Friedman
Fix some incorrect logic in DominanceFrontier::splitBlo...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Stuart Hastings
Add some missing steps to the sacred testing ritual...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Jay Foad
Tighten up the asserts in SmallVector::operator[]().
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Duncan Sands
Add a getAlignOf helper for getting the ABI alignment...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Jay Foad
Use v.data() instead of &v[0] when SmallVector v might...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Jay Foad
Implement new SmallVector::data() methods.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Dan Gohman
Teach ValueTracking a new way to analyze PHI nodes...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Owen Anderson
Add Atomic.cpp to the CMake build system.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Owen Anderson
Use DataTypes.h instead of stdint.h.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Bill Wendling
Temporarily revert r72191. It was causing an assert...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Bill Wendling
Minor code cleanup. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Bill Wendling
Merge 'ConstructFunctionDbgScope' and 'ConstructAbstrac...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Bill Wendling
Rename 'New*' methods to 'Create*' to be consistent...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Bill Wendling
Add comment for emit section.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Bill Wendling
Move 'Emit' methods down to their own place.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Bill Wendling
Revert r72192. It was causing a build failure.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Bill Wendling
Do some mechanical changes. Combine the 'construct...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Argyrios Kyrtzidis
Introduce DebugScope which gets embedded into the machi...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Dan Gohman
Add an accessor method to return the insertion point.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Owen Anderson
Have llvm_start_multithreaded return a bool indicating...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Owen Anderson
Tabs, be gone!
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Owen Anderson
I just fail today.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Owen Anderson
Copy-and-paste-o.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Owen Anderson
Move atomic operations' definitions out of line. While...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Bob Wilson
Minor formatting fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Duncan Sands
When comparing DominanceFrontier's, advance iterators
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Owen Anderson
Compile fix for MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Eli Friedman
Fix for PR4235: to build a floating-point value from...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Evan Cheng
Fix test on non-darwin hosts.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Evan Cheng
Try again. Allow call to immediate address for ELF...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Evan Cheng
Cannot use immediate as call absolute target in PIC...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Dan Gohman
Teach SCEV::isLoopInvariant and SCEV::hasComputableLoop...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Owen Anderson
Add llvm_start_multithreaded(), which starts up the...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Dan Gohman
Suppress the IV reversal transformation in the case...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Owen Anderson
We need to include config.h here so that the #defines...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Owen Anderson
Forgot this file in my last commit.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Owen Anderson
Split the ENABLE_THREADS #define in two. Now ENABLE_TH...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Bob Wilson
Fix pr4227: Handle large immediate values in inline...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dan Gohman
Remove an irrelevant comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dan Gohman
Add some more comments to the top of this file.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dan Gohman
Trim unneeded #includes.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dan Gohman
Make SCEVCallbackVH a private nested class inside Scala...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dan Gohman
Create ConstantExpr GEPs the correct way. This fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Bob Wilson
Follow up on new support for memory operands in ARM...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Bill Wendling
Forward decls.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Bill Wendling
Remove 'class' specifier.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Bill Wendling
Fix to compile on VS2008.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Bob Wilson
Fix pr4058 and pr4059. Do not split i64 or double...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Bob Wilson
Fix pr4091: Add support for "m" constraint in ARM inlin...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dan Gohman
Remove the #ifndef NDEBUG from the FastISel debugging...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dan Gohman
Teach SCEVExpander to expand arithmetic involving point...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Cristian Cadar
Test commit.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dan Gohman
Add some comments noting how IndVarSimplify facilitates
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Owen Anderson
Make using an unsupported CAS size a hard error on...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Owen Anderson
Fix up the Windows portion of Atomic.h. This is untest...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Owen Anderson
Template CompareAndSwap function.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Dale Johannesen
Spacing fix.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Mike Stump
Fix cmake builds.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Owen Anderson
Now that we have atomics support properly detected...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Owen Anderson
Test for the presence of GCC atomic builtins at configu...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Daniel Dunbar
Add -submit-aux option to NewNightlyTest.pl
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Bill Wendling
Don't set the "location" information for inlined functi...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Bill Wendling
Small code cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Dan Gohman
Update a comment to reflect changes in the surrounding...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Evan Cheng
Add short descriptions of 'implicit' and 'parallel'.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Bill Wendling
RecordVariable is called each time a DECLARE node is...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Dale Johannesen
Add OpSize to 16-bit ADC and SBB.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Argyrios Kyrtzidis
Add missing file.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Argyrios Kyrtzidis
Allow the JIT ExecutionEngine to report details about...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Bob Wilson
Fix CodePlacementOpt::OptimizeIntraLoopEdges so that...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Bob Wilson
Fix pr4202: Disable CodePlacementOpt for ARM. The...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Lang Hames
New Spiller interface and trivial implementation.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Dan Gohman
Revert r72025. It is possible for clients to convert...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Eric Christopher
Remove getType() overrides for ExtractValueInst and...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Bill Wendling
Revert last commit. It was wrong.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Dan Gohman
Add assertions to CastInst::getCastOpcode to catch...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Bill Wendling
Don't call RegionInlinedFnEnd if our optimization level...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Bill Wendling
Commands beginning with '--' are converted to '-f'...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Dale Johannesen
Fill in the missing patterns for ADC and SBB.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Douglas Gregor
termios.h contains the winsize structure we need to...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Dan Gohman
Rename UseTy to AccessTy, for consistency with getAcces...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Daniel Dunbar
Silence Release-Asserts warnings.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Dan Gohman
Teach ScalarEvolution to recognize x^-1 in the case...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Dan Gohman
Delete a redundant 'else'.
commit
|
commitdiff
|
tree
|
snapshot
next