index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add BlockFrequency class.
Jakub Staszak
2011-07-25
1
-0
/
+64
*
Add LLVMAddTargetLibraryInfo to the C API.
Rafael Espindola
2011-07-25
1
-0
/
+16
*
Add LLVMAddLowerExpectIntrinsicPass to the C API.
Rafael Espindola
2011-07-25
1
-0
/
+3
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
1
-4
/
+7
*
Fix class description.
Jakub Staszak
2011-07-25
1
-2
/
+2
*
Fix #include guard directive.
Jakub Staszak
2011-07-25
1
-2
/
+2
*
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-25
4
-18
/
+18
*
Remove uses of std::vector from TypeBuilder.
Jay Foad
2011-07-25
1
-51
/
+50
*
Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...
Jay Foad
2011-07-25
1
-3
/
+3
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
3
-159
/
+33
*
switch Triple to take twines instead of stringrefs.
Chris Lattner
2011-07-24
1
-20
/
+9
*
Add Twine support for characters, and switch twine to use a union internally
Chris Lattner
2011-07-24
1
-25
/
+83
*
Omit explicit length here, now that I've had a chance to test this with gcc.
Frits van Bommel
2011-07-24
1
-1
/
+1
*
Fix a silly off by one.
Benjamin Kramer
2011-07-23
1
-1
/
+1
*
Add more constness.
Benjamin Kramer
2011-07-23
1
-2
/
+2
*
Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...
Benjamin Kramer
2011-07-23
2
-17
/
+15
*
Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces...
Benjamin Kramer
2011-07-23
1
-10
/
+59
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
3
-1
/
+1
*
CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.
NAKAMURA Takumi
2011-07-23
2
-2
/
+2
*
config.h.cmake: Reorder along config.h.in.
NAKAMURA Takumi
2011-07-23
1
-21
/
+21
*
Move trip count discovery outside of the generic LoopUnroll helper. This
Andrew Trick
2011-07-23
1
-1
/
+2
*
Teach cmake configured headers about LLVM_NATIVE_TARGETMC
Oscar Fuentes
2011-07-22
2
-10
/
+4
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
4
-86
/
+14
*
Add a method to set the compact unwind info.
Bill Wendling
2011-07-22
1
-0
/
+4
*
Add a method to get the list of FrameInfos.
Bill Wendling
2011-07-22
1
-1
/
+6
*
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
1
-29
/
+22
*
Move the logic for printing the registered targets into a static
Chandler Carruth
2011-07-22
1
-0
/
+4
*
Add an extension point to the CommandLine library where clients can
Chandler Carruth
2011-07-22
1
-0
/
+9
*
Allow getBlockFreq to return 0.
Jakub Staszak
2011-07-22
3
-12
/
+11
*
Teach tblgen to emit MCRegisterClasses.
Benjamin Kramer
2011-07-22
2
-6
/
+37
*
Initialize DenseSets lazily.
Benjamin Kramer
2011-07-21
1
-1
/
+1
*
Sink parts of TargetRegisterClass into MCRegisterClass.
Benjamin Kramer
2011-07-21
2
-73
/
+83
*
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
4
-30
/
+38
*
Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIs
Jay Foad
2011-07-21
1
-0
/
+6
*
Convert ConstantFolder APIs to use ArrayRef.
Jay Foad
2011-07-21
4
-59
/
+84
*
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-21
1
-19
/
+15
*
Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...
Bill Wendling
2011-07-20
1
-8
/
+0
*
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-20
1
-0
/
+2
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
6
-54
/
+19
*
Regenerate configure and friends for Chad.
Eric Christopher
2011-07-20
1
-1
/
+4
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
4
-34
/
+38
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
6
-254
/
+294
*
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
1
-0
/
+3
*
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-19
1
-0
/
+4
*
Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...
Devang Patel
2011-07-19
2
-3
/
+13
*
Revert "Make a provision to encode inline location in a variable. This will e...
Bob Wilson
2011-07-19
2
-13
/
+3
*
Convert SimplifyGEPInst to use ArrayRef.
Jay Foad
2011-07-19
1
-1
/
+3
*
Convert gep_type_begin and gep_type_end to use ArrayRef.
Jay Foad
2011-07-19
1
-8
/
+8
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
1
-2
/
+3
*
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-19
1
-2
/
+4
[next]