summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02
* Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov2010-09-02
* stop forcing a noop AssemblyAnnotationWriter to silence #usesChris Lattner2010-09-02
* There is no need to use .set here.Devang Patel2010-09-02
* reapply 112894:Chris Lattner2010-09-02
* Move insertps mask decoding to header fileBruno Cardoso Lopes2010-09-02
* revert patch, need to update clang tests tooChris Lattner2010-09-02
* Remove #uses comments from functions: they we're padded out to column 50Chris Lattner2010-09-02
* Use the FindProgramByName fallback only with known absolute paths.Dan Gohman2010-09-02
* Revert win64 changes. They seem to be incompleteAnton Korobeynikov2010-09-02
* For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach2010-09-02
* fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner2010-09-02
* Remove incorrect and poorly tested code for trying to reason about values on ...Owen Anderson2010-09-02
* Properly allocate win64 shadow reg area.Anton Korobeynikov2010-09-02
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-02
* Move decoding of insertps back to avoid unused warnings in x86 isel lowering,...Bruno Cardoso Lopes2010-09-02
* Detect undef value early and save unnecessary NodeMap query.Devang Patel2010-09-02
* Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman2010-09-02
* Tidy up.Devang Patel2010-09-02
* trailing whitespaceJim Grosbach2010-09-02
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* remove trailing whitespaceJim Grosbach2010-09-02
* Move x86 specific shuffle mask decoding to its own header, it's also going to...Bruno Cardoso Lopes2010-09-02
* The scavenger should just use getAllocatableSet() rather than reinventing itJim Grosbach2010-09-02
* Apply a patch from Kees van Reeuwijk to add support for Minix.Dan Gohman2010-09-02
* Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...Owen Anderson2010-09-02
* handle case where a register class is specifiedJim Grosbach2010-09-02
* Now that register allocation properly considers reserved regs, simplify theJim Grosbach2010-09-02
* Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Anti-dependency breaking needs to be careful not to use reserved regsJim Grosbach2010-09-02
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-02
* Mask out reserved registers when constructing the set of allocatable regs.Jim Grosbach2010-09-02
* Fill in a missing comment.Bob Wilson2010-09-02
* Convert VLD1 and VLD2 instructions to use pseudo-instructions untilBob Wilson2010-09-02
* Print the number of uses of a function in the .ll since it can be informativeDuncan Sands2010-09-02
* Added support for register allocators to record which intervals are spill int...Lang Hames2010-09-02
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-02
* Silence an ambiguous else warning from GCC.Chandler Carruth2010-09-02
* Added counters for PBQP reduction rules.Lang Hames2010-09-02
* Replace unpckl_undef and unpckh_undef matching with target specific opcodesBruno Cardoso Lopes2010-09-02
* Move condition out to prepare for more matchingBruno Cardoso Lopes2010-09-02
* Remove checking for isUNPCKL_v_undef_Mask, the specific node is already emitt...Bruno Cardoso Lopes2010-09-02
* llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.NAKAMURA Takumi2010-09-02
* become more strict about when it's safe to use X86ISD::MOVLPSBruno Cardoso Lopes2010-09-02
* Clang's -ccc-host-triple was ignoring the arch specifier on my triple,Eric Christopher2010-09-02
* This should be TargetMaterializeConstant instead.Eric Christopher2010-09-02
* One definition of isThumb is plenty, thanks.Eric Christopher2010-09-02
* Remove trailing whitespaceJim Grosbach2010-09-02
* Rework arm fast-isel load and store handling. Move offset computationEric Christopher2010-09-02
* Add a bit of debug output for register scavengingJim Grosbach2010-09-02