summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Write family name last, as other entries in this file.Torok Edwin2009-05-23
* Add myself.Torok Edwin2009-05-23
* Add ARMv7 architecture, Cortex processors and different FPU modes handling.Anton Korobeynikov2009-05-23
* Emit ARM Build AttributesAnton Korobeynikov2009-05-23
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* Work around a page size issue on Cygwin.Jay Foad2009-05-23
* Fix PR4254.Torok Edwin2009-05-23
* stat64/open64/lseek64 for the interpreterTorok Edwin2009-05-23
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-23
* Fix test to account for legalization changes; I think this ends up Eli Friedman2009-05-23
* Add a new step to legalization to legalize vector math operations. This Eli Friedman2009-05-23
* Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit Eli Friedman2009-05-23
* CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes2009-05-23
* Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instea...Evan Cheng2009-05-22
* Add a note mentioning that uses of the return value of an invokeDan Gohman2009-05-22
* CMake: Use libpthread in tblgen when needed. Updated list of sourceOscar Fuentes2009-05-22
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-22
* Only 64-bit targets support TImode libcalls. Disable the TImode shift libcallsBob Wilson2009-05-22
* Teach IndVarSimplify's FixUsesBeforeDefs to handle InvokeInsts byDan Gohman2009-05-22
* Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta2009-05-22
* Hopefully fix the build for people with ocaml.Duncan Sands2009-05-22
* Always verify dominfo if expensive checking is enabled.Duncan Sands2009-05-22
* Fix a thinko in the code that adapted SCEVMulExpr operands forDan Gohman2009-05-22
* Revert this. There's no way to verifiy indirect calls, and an optimizer can turnTorok Edwin2009-05-22
* Verify that calling conventions match function prototype.Torok Edwin2009-05-22
* Fix loop-index-split to correctly preserve dominance frontiers. Part of Eli Friedman2009-05-22
* Add llvm::triple constructor from arch, vendor, os strings, and recognizeDaniel Dunbar2009-05-22
* Update an assertion string to new-style type names.Dan Gohman2009-05-22
* 80 column violation.Evan Cheng2009-05-21
* TableGen for fast isel seems to assume an 'imm'Dale Johannesen2009-05-21
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-21
* Fix indentation.Eli Friedman2009-05-21
* Fix some incorrect logic in DominanceFrontier::splitBlock. Part of Eli Friedman2009-05-21
* Add some missing steps to the sacred testing ritual scriptures.Stuart Hastings2009-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
* Teach ValueTracking a new way to analyze PHI nodes, and and teachDan Gohman2009-05-21
* Add Atomic.cpp to the CMake build system.Owen Anderson2009-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
* Minor code cleanup. No functionality change.Bill Wendling2009-05-20
* Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.Bill Wendling2009-05-20
* Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.Bill Wendling2009-05-20
* Add comment for emit section.Bill Wendling2009-05-20
* Move 'Emit' methods down to their own place.Bill Wendling2009-05-20
* Revert r72192. It was causing a build failure.Bill Wendling2009-05-20
* Do some mechanical changes. Combine the 'construct abastract dbg thingy' in withBill Wendling2009-05-20
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argyrios Kyrtzidis2009-05-20