summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-23
* Add a new step to legalization to legalize vector math operations. This Eli Friedman2009-05-23
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-22
* Add llvm::triple constructor from arch, vendor, os strings, and recognizeDaniel Dunbar2009-05-22
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-21
* Fix indentation.Eli Friedman2009-05-21
* Tighten up the asserts in SmallVector::operator[]().Jay Foad2009-05-21
* Add a getAlignOf helper for getting the ABI alignment of aDuncan Sands2009-05-21
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-21
* Implement new SmallVector::data() methods.Jay Foad2009-05-21
* Use DataTypes.h instead of stdint.h.Owen Anderson2009-05-21
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-21
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argyrios Kyrtzidis2009-05-20
* Add an accessor method to return the insertion point.Dan Gohman2009-05-20
* Have llvm_start_multithreaded return a bool indicating whether multithreadedOwen Anderson2009-05-20
* Move atomic operations' definitions out of line. While this seems kind of si...Owen Anderson2009-05-20
* When comparing DominanceFrontier's, advance iteratorsDuncan Sands2009-05-20
* Compile fix for MSVC.Owen Anderson2009-05-20
* Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...Owen Anderson2009-05-20
* We need to include config.h here so that the #defines are set properly.Owen Anderson2009-05-20
* Forgot this file in my last commit.Owen Anderson2009-05-19
* Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ab...Owen Anderson2009-05-19
* Make SCEVCallbackVH a private nested class inside ScalarEvolution, asDan Gohman2009-05-19
* Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman2009-05-19
* Add some comments noting how IndVarSimplify facilitatesDan Gohman2009-05-19
* Make using an unsupported CAS size a hard error on Windows.Owen Anderson2009-05-19
* Fix up the Windows portion of Atomic.h. This is untested, but it is my best ...Owen Anderson2009-05-19
* Template CompareAndSwap function.Owen Anderson2009-05-19
* Now that we have atomics support properly detected by configure,Owen Anderson2009-05-19
* Update a comment to reflect changes in the surrounding code.Dan Gohman2009-05-18
* Add missing file.Argyrios Kyrtzidis2009-05-18
* Allow the JIT ExecutionEngine to report details about the generated machine c...Argyrios Kyrtzidis2009-05-18
* Remove getType() overrides for ExtractValueInst and InsertValueInst.Eric Christopher2009-05-18
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-18
* Make ScalarEvolution::isLoopGuardedByCond work even when the edgeDan Gohman2009-05-18
* Add an isOne() utility function to ScalarEvolution, similar to isZero()Dan Gohman2009-05-18
* Significantly improve Atomic.h by pulling in code from libatomic_ops by HP. ...Owen Anderson2009-05-17
* Remove the volatile marker from the cas_flag typedef, fixing some warnings. Owen Anderson2009-05-16
* Back out the thread-safe ManagedStatic for now. Too many people have too man...Owen Anderson2009-05-16
* Pass to verify generated machine code.Jakob Stoklund Olesen2009-05-16
* Unbreak mingw buildAnton Korobeynikov2009-05-15
* Improve compatibility with older versions of Windows.Owen Anderson2009-05-15
* Factor out some common code, fix more typoes, and add a memory fence that mig...Owen Anderson2009-05-15
* Fix an unfortunate typo.Owen Anderson2009-05-15
* (Hopefully) unbreak Apple-style builds.Owen Anderson2009-05-15
* Don't #include OSAtomic.h unless we really need it.Owen Anderson2009-05-15
* Now with working on Leopard!Owen Anderson2009-05-15
* Dropped this #include by accident.Owen Anderson2009-05-14
* Make ManagedStatic threadsafe by using atomic operations.Owen Anderson2009-05-14