- aa4f1e1 Add a new option. by Chris Lattner · 18 years ago
- 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- eae540a Re-install patch to enable use of PassID. by Devang Patel · 18 years ago
- fa5416b update to reflect reality by Chris Lattner · 18 years ago
- 80d692b revert enough of devang's recent patches to get the tree basically working again by Chris Lattner · 18 years ago
- 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 18 years ago
- 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- a09f0d4 Pass call frame setup SP adjustment along to eliminateFrameIndex(). by Evan Cheng · 18 years ago
- 18b111b Add SPAdj parameter to account for call frame setup SP adjustment. by Evan Cheng · 18 years ago
- 7bf1c27 llvm bug #1350, parts 1, 2, and 3. by Nate Begeman · 18 years ago
- 2bbb703 several bitfixes to JumpToBit by Chris Lattner · 18 years ago
- 90a5c7d add JumpToBit, an explicit init method, and a default ctor. by Chris Lattner · 18 years ago
- 10d4c58 add missing opcode. by Chris Lattner · 18 years ago
- 14f1dd1 Added hook hasReservedCallFrame(). It returns true if the call frame is by Evan Cheng · 18 years ago
- 5443779 Implement review feedback. by Christopher Lamb · 18 years ago
- 99eaef9 Header file for ELF relocations. by Christopher Lamb · 18 years ago
- bd4e080 Fix comment by Anton Korobeynikov · 18 years ago
- c9a83e4 If an archive is not recognized as an LLVM bytecode archive then declare by Reid Spencer · 18 years ago
- 8d89f1f add some helpers by Chris Lattner · 18 years ago
- a2d0ad4 compute this value correctly by Chris Lattner · 18 years ago
- 8650199 Make ARM-specific version of getInlineAsmLength by Dale Johannesen · 18 years ago
- bd40a6d add a method by Chris Lattner · 18 years ago
- 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 18 years ago
- c6c98af Implement review feedback by Anton Korobeynikov · 18 years ago
- ee181bc Jeff's fix was fine by Chris Lattner · 18 years ago
- 9728905 add missing ctor by Chris Lattner · 18 years ago
- 930c0fe Fix MemoryBuffer breakage correctly. by Jeff Cohen · 18 years ago
- 107d809 make this file self-contained by Chris Lattner · 18 years ago
- c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
- 333ffd4 Add a new memorybuffer class, to unify all the file reading code in the system by Chris Lattner · 18 years ago
- a527bf1 new method for creating a path, which does not create a temporary string. by Chris Lattner · 18 years ago
- a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 18 years ago
- 4c27344 add a default parameter by Chris Lattner · 18 years ago
- bb58b9c add a way to make this less brittle by Chris Lattner · 18 years ago
- 73d0d0d represent indirect operands explicitly in inline asm strings. by Chris Lattner · 18 years ago
- 6b0974c add a GEP helper function by Chris Lattner · 18 years ago
- b35417c Fix prolific source of 'possible loss of data' warnings. by Jeff Cohen · 18 years ago
- 6e21ff0 Move ~Pass() from Pass.h into Pass.cpp by Devang Patel · 18 years ago
- 5230eaa Delete Analysis Resolver. by Devang Patel · 18 years ago
- edc1d15 Fix a typo in a comment. by Dan Gohman · 18 years ago
- faa5107 Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion. by Evan Cheng · 18 years ago
- 2864b77 Rename identifier that GCC uses as a macro, breaking llvm-gcc build. by Jeff Cohen · 18 years ago
- c651e4c start defining codes for instructions by Chris Lattner · 18 years ago
- eb0107a add a new code by Chris Lattner · 18 years ago
- d743f0e add alias support to bitcode by Chris Lattner · 18 years ago
- 0535028 Be careful when to add implicit kill / dead operands. Don't add them during / post reg-allocation. by Evan Cheng · 18 years ago
- 505e551 Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. by Evan Cheng · 18 years ago
- e96f501 Data structure change to improve compile time (especially in debug mode). by Evan Cheng · 18 years ago
- c20a64d Mem2Reg does not need TargetData. by Devang Patel · 18 years ago
- 41968df Remove unused function argument. by Devang Patel · 18 years ago
- 7bc428f Add missed file by Anton Korobeynikov · 18 years ago
- 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 18 years ago
- 24a3cc4 Fix for PR1306. by Evan Cheng · 18 years ago
- b2f2e64 Test if a register is sub- or super-register of another. by Evan Cheng · 18 years ago
- cdee1c4 Minor speed tweak. by Evan Cheng · 18 years ago
- e47b144 support for >4G frames by Chris Lattner · 18 years ago
- a401b1e support > 4G stack objects by Chris Lattner · 18 years ago
- be7d83e allow 64-bit stack objects by Chris Lattner · 18 years ago
- 69dc533 Add the final MMX instructions. Correct a few wrong patterns. by Bill Wendling · 18 years ago
- 253bb78 comentate by Chris Lattner · 18 years ago
- c9c448f add records for constant exprs by Chris Lattner · 18 years ago
- 2c783e4 add codes for constants table by Chris Lattner · 18 years ago
- df13495 Fix bug in isFloatingPoint() by Christopher Lamb · 18 years ago
- 703f529 add a missing operator by Chris Lattner · 18 years ago
- 73f3fd7 Fix a bug in bitstream writer handling abbrevs, add value symtab by Chris Lattner · 18 years ago
- aea2012 implement reading of abbrevs by Chris Lattner · 18 years ago
- 2a5e354 minor cleanups by Chris Lattner · 18 years ago
- 6d4135a finish implementation of basic abbrev writing. by Chris Lattner · 18 years ago
- 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
- 8f122b1 promote this to being a public header. by Chris Lattner · 18 years ago
- 95c218a PR400 phase 2. Propagate attributed load/store information through DAGs. by Christopher Lamb · 18 years ago
- 032507d PR400 phase 1 implementation feedback. by Christopher Lamb · 18 years ago
- dc4cb35 Have compiler enforce this. by Jeff Cohen · 18 years ago
- 43c7f37 PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM. by Christopher Lamb · 18 years ago
- cb403d6 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 18 years ago
- b90909e For PR1136: by Reid Spencer · 18 years ago
- 7aaa4a5 Terminate with newline. by Reid Spencer · 18 years ago
- 4244334 Undo premature commit. by Reid Spencer · 18 years ago
- 0146c2e Terminate file with newline. by Reid Spencer · 18 years ago
- 728e0e3 Implement review feedback. by Jeff Cohen · 18 years ago
- a0c96a0 Teach Visual Studio about Bitcode. by Jeff Cohen · 18 years ago
- b35ca9d Define the content-independent interfaces to read/write bitcode files and by Chris Lattner · 18 years ago
- 4f859aa For PR1146: by Reid Spencer · 18 years ago
- 2c5c111 X86 TLS: Implement review feedback. by Lauro Ramos Venancio · 18 years ago
- c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 18 years ago
- 8f192e0 Make enum-valued bitfield large enough to avoid interpretation as negative values in VC++. by Jeff Cohen · 18 years ago
- 8c28c46 Fix breakage of bytecode reader when built with VC++. by Jeff Cohen · 18 years ago
- 68c773c The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not do what by Jeff Cohen · 18 years ago
- 2330e4d by Christopher Lamb · 18 years ago
- 95b745a Fix some null checks to actually test the part that needs checking. by Owen Anderson · 18 years ago
- 50aadb9 Add super-register set. by Evan Cheng · 18 years ago
- a5f5a9c Fix a problem where primitive types lose their name after llvm_shutdown is called. by Chris Lattner · 18 years ago
- b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 18 years ago
- e3e31c2 Add sub-registers set accessor. by Evan Cheng · 18 years ago
- a92d62c Add sub-register sets. by Evan Cheng · 18 years ago
- df07335 Move more passes to using ETForest instead of DominatorTree. by Owen Anderson · 18 years ago
- 13e3a29 Add null checks and const-ify these accessors. by Owen Anderson · 18 years ago
- 2e3ab57 Fix a very strange assertion message, patch by Christopher Lamb by Chris Lattner · 18 years ago
- 3f520a7 Fix some VC++ warnings. by Jeff Cohen · 18 years ago
- 9e79197 Add accessor to get the blocks immediately dominated by a given block to ETForest. by Owen Anderson · 18 years ago