aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson
2009-07-08Make the code that updates ScalarEvolution's internal state in responseDan Gohman
2009-07-08Convert more abort() calls to llvm_report_error().Torok Edwin
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Start converting to new error handling API.Torok Edwin
2009-07-08convert comments to doxygen styleChris Lattner
2009-07-08Trial first commitAlisdair Meredith
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-08dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner
2009-07-07LLVMContext-ification.Owen Anderson
2009-07-07Change NEON vldN/vstN intrinsics to specify "N" as an immediate operandBob Wilson
2009-07-07Disable loop index split for now and let nightly tester verify its usefulness.Devang Patel
2009-07-07Fix a typo and a grammaro in a comment.Dan Gohman
2009-07-07Implement parsing support for the .comm directive. Patch byChris Lattner
2009-07-07fix a bug in post-order iterators with external storage, patch byChris Lattner
2009-07-07fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,Chris Lattner
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson
2009-07-07"BinaryObject.h was implicitly converting between uint{16,32,64}_t toChris Lattner
2009-07-07Remove unused parameter.Bill Wendling
2009-07-07Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner
2009-07-07remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner
2009-07-07Introduce new error handling API.Torok Edwin
2009-07-07Re-LLVMContext-ize DebugInfo, now with less breakage.Owen Anderson
2009-07-07Change all SCEV* to SCEV *.Dan Gohman
2009-07-07This parameter should default to true, not false.Owen Anderson
2009-07-07s/llvmc2/llvmc/Mikhail Glushenkov
2009-07-07Add an 'init' option property.Mikhail Glushenkov
2009-07-06Add isMetadata() to check metadata operand.Devang Patel
2009-07-06Add new ValueType for metadata.Devang Patel
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-06Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson
2009-07-06Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson
2009-07-06Add two new accessors to the C bindings, patch by Wladimir van der Laan!Chris Lattner
2009-07-06Just forgot to include the two new filesBruno Cardoso Lopes
2009-07-06Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes
2009-07-05More LLVMContext-ification.Owen Anderson
2009-07-05There are five floating point types.Nick Lewycky
2009-07-05There are *four* lights!Nick Lewycky
2009-07-04Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin
2009-07-03Even more passes being LLVMContext'd.Owen Anderson
2009-07-03Add Static Single Information construction pass written by André Tavares!Nick Lewycky
2009-07-03In this unreachable code, return an initialized value.Duncan Sands
2009-07-03Fix the build: provide uint8_t.Duncan Sands
2009-07-03Implement the SVR4 ABI for PowerPC.Tilmann Scheller
2009-07-03Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller
2009-07-02Fill in a few more missing accessors.Owen Anderson
2009-07-02switch the .ll parser to use SourceMgr.Chris Lattner
2009-07-02switch the .ll parser into SMDiagnostic.Chris Lattner